/*!
 * 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 {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * 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;
}
@charset "UTF-8";
/* アカウント発行連絡フォーム */
/* line 3, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
#main_content .panel {
  max-width: 600px;
  padding: 30px;
}

/* line 8, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form .field {
  margin-bottom: 20px;
}

/* line 12, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

/* line 18, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form input.string {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 27, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form input.string:focus {
  border-color: #666;
  outline: none;
}

/* line 32, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form .btn--primary {
  margin-top: 20px;
  padding: 12px 24px;
}

/* 宛名フィールド */
/* line 38, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.panel .form .field--name input.string {
  width: 200px;
}

/* line 42, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.input-with-suffix {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 48, /robo_scout_server/app/assets/stylesheets/admin/admin.scss */
.input-with-suffix .suffix {
  font-size: 14px;
}
/* line 4, /robo_scout_server/app/assets/stylesheets/bots.scss */
.btn.btn-select-file {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #95a5a6;
  color: #95a5a6;
}

/* line 10, /robo_scout_server/app/assets/stylesheets/bots.scss */
.btn.btn-select-file:hover,
.btn.btn-select-file.hover {
  border: 2px solid #95a5a6;
  color: #95a5a6;
  background-color: #ecf0f1;
}

/* line 17, /robo_scout_server/app/assets/stylesheets/bots.scss */
.form-control.box[readonly] {
  color: #95a5a6;
}

/* line 43, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#bots-edit .section-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 49, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#bots-edit hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 54, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#bots-edit .btn {
  width: 10rem;
  margin-top: 12px;
}
/* line 59, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#bots-edit select,
section#bots-edit input[type='text'] {
  border: 1px solid #ccc;
}
/* line 64, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#bots-edit select:focus,
section#bots-edit input[type='text']:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

/* line 72, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#results-section {
  overflow: initial;
}
/* line 75, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#results-section .section-title {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0;
}
/* line 81, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#results-section hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 86, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#results-section select,
section#results-section input[type='text'] {
  border: 1px solid #ccc;
}
/* line 91, /robo_scout_server/app/assets/stylesheets/bots.scss */
section#results-section select:focus,
section#results-section input[type='text']:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

/* line 99, /robo_scout_server/app/assets/stylesheets/bots.scss */
button#results-csv-button {
  margin-left: 16px;
}

/* line 103, /robo_scout_server/app/assets/stylesheets/bots.scss */
div.dataTables_filter input.form-control.input-sm {
  width: 200px;
}

/* line 107, /robo_scout_server/app/assets/stylesheets/bots.scss */
.mr-12 {
  margin-right: 12px;
}

/* line 111, /robo_scout_server/app/assets/stylesheets/bots.scss */
.w-500 {
  width: 500px;
}

/* line 115, /robo_scout_server/app/assets/stylesheets/bots.scss */
.m-20 {
  margin: 20px;
}

/* line 119, /robo_scout_server/app/assets/stylesheets/bots.scss */
#scout-results-table {
  font-size: 10px;
  width: 100%;
}
/* line 123, /robo_scout_server/app/assets/stylesheets/bots.scss */
#scout-results-table th {
  vertical-align: middle;
}

/* line 129, /robo_scout_server/app/assets/stylesheets/bots.scss */
.date-range {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 135, /robo_scout_server/app/assets/stylesheets/bots.scss */
.date-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 141, /robo_scout_server/app/assets/stylesheets/bots.scss */
.date-input {
  width: 150px;
}

/* line 145, /robo_scout_server/app/assets/stylesheets/bots.scss */
.date-separator {
  margin: 0 5px;
}
@charset "UTF-8";
/* line 1, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.disabled {
  color: lightgray;
}

/* line 4, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.enabled {
  color: black;
}

/* line 9, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-switch {
  display: table;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* インプット要素を非表示に */
/* line 16, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-switch > input {
  display: none;
}

/* トグルラベルのスタイル */
/* line 21, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-label {
  display: block;
  position: relative;
  width: 3em;
  height: 1.5em;
  border-radius: 1.5em;
  margin: 0;
  background-color: #ccc;
  cursor: pointer;
}

/* トグルがオンのときの背景色 */
/* line 33, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-switch > input:checked + .toggle-label {
  background-color: #2ecc71;
}

/* トグルボタンのデザイン */
/* line 38, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-label::before {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  content: '';
}

/* トグルがオンのときのボタン位置 */
/* line 51, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.toggle-switch > input:checked + .toggle-label::before {
  left: calc(100% - 1.25em);
}

/* line 56, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* line 62, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-btns {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 67, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-btns a:not(:last-child) {
  margin-right: 10px;
}

/* line 71, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.conditions-container {
  display: flex;
  flex-direction: column;
  margin: 10px;
}

/* line 77, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

/* line 83, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/* line 87, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-row:hover {
  background-color: #f0f0f0;
}

/* line 91, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.updown-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

/* line 99, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.updown-btn a:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* line 104, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 110, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-metrics,
.condition-filters,
.condition-checks {
  display: flex;
  align-content: flex-start;
}

/* line 117, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-metrics,
.condition-filters {
  flex-wrap: wrap;
}

/* line 122, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-checks {
  flex-direction: column;
}

/* line 126, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-column:hover {
  cursor: pointer;
}

/* line 130, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.outline-btn {
  line-height: 1.4;
  border-radius: 4px;
}

/* line 135, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-info > *:not(:last-child) {
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}

/* line 141, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* line 147, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-filters > *:not(:last-child):not(:nth-last-child(2))::after,
.send_limit_part > *:not(:last-child):not(:first-child)::after,
span[data-name='week_days']::before {
  content: '|';
  margin-right: 4px;
  margin-left: 4px;
}

/* line 155, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-metrics,
.condition-filters,
.condition-checks {
  flex: 1;
}

/* line 161, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-metrics div {
  padding: 0 4px;
}

/* line 165, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.icon {
  padding-right: 4px;
}

/* line 169, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-title {
  font-size: 22px;
  font-weight: bold;
}

/* line 174, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.activated {
  font-size: 16px;
  font-weight: bold;
}

/* line 179, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-templates {
  font-size: 18px;
  font-weight: bold;
  color: #7f8c8d;
}

/* line 185, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-templates span:not(:last-child) {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}

/* line 191, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.ng-wordset-part {
  flex-basis: 100%;
}

/* line 195, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-offers,
.condition-info {
  font-size: 14px;
  color: #7f8c8d;
}

/* line 201, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-offers {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

/* line 207, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-offers > * {
  padding-right: 2px;
  padding-left: 2px;
}

/* line 212, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* ドロワー開いたときにスクロールバーを非表示にする用 */
/* line 222, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* ドロワーコンテナのスタイル */
/* line 227, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.drawer-container {
  display: block;
  transform: translateX(100%);
  /* Start off-screen */
  transition: transform 0.3s ease;
  /* Smooth transition for transform property */
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 850px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  font-size: 14px;
  background-color: #ffffff;
}

@media (min-width: 500px) {
  /* line 244, /robo_scout_server/app/assets/stylesheets/conditions.scss */
  .drawer-container {
    max-width: 450px;
  }
}
@media (min-width: 700px) {
  /* line 250, /robo_scout_server/app/assets/stylesheets/conditions.scss */
  .drawer-container {
    max-width: 650px;
  }
}
@media (min-width: 1000px) {
  /* line 256, /robo_scout_server/app/assets/stylesheets/conditions.scss */
  .drawer-container {
    max-width: 850px;
  }
}
/* ドロワーを表示するときのスタイル */
/* line 262, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.drawer-container.active {
  transform: translateX(0);
  /* Move into view when active */
}

/* line 266, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.drawer-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1050;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
}

/* line 278, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.drawer-header .right-part {
  display: flex;
  align-items: center;
}

/* line 283, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.drawer-header .right-part > * {
  margin: 0 10px;
}

/* line 288, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#edit-form {
  display: grid;
  grid-template-columns: 120px 1fr 120px 1fr;
  gap: 20px;
  padding: 20px;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
}

/* line 298, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#edit-form input[type='text'],
#edit-form input[type='number'],
#edit-form input[type='password'],
#edit-form select,
#edit-form textarea,
.condition-header .activated {
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/* line 310, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#edit-form input[type='text']:hover,
#edit-form input[type='number']:hover,
#edit-form input[type='password']:hover,
#edit-form select:hover,
#edit-form textarea:hover,
.condition-header .activated:hover {
  background-color: rgba(233, 233, 233, 0.5);
}

/* line 319, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#edit-form input[type='text']:focus,
#edit-form input[type='number']:focus,
#edit-form input[type='password']:focus,
#edit-form select:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

/* line 330, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-1,
.column-3 {
  text-align: right;
  font-weight: bold;
}

/* line 336, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-1 {
  grid-column: 1;
}

/* line 340, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-2 {
  grid-column: 2;
}

/* line 344, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-2-3 {
  grid-column: 2 / span 2;
}

/* line 348, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-2-4 {
  grid-column: 2 / span 3;
}

/* line 352, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-3 {
  grid-column: 3;
}

/* line 356, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-3-4 {
  grid-column: 3 / span 2;
}

/* line 360, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-4 {
  grid-column: 4;
}

/* line 364, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.grid-line {
  grid-column: 1 / 5;
  height: 1px;
  margin: 8px 0;
  background-color: #ccc;
  width: 100%;
}

/* line 372, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.form-column {
  font-weight: normal !important;
}

/* line 376, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.close-btn {
  padding: 2px;
  background-color: #ffffff;
  border: none;
}

/* line 382, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#close-drawer:hover .glyphicon-remove {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* line 387, /robo_scout_server/app/assets/stylesheets/conditions.scss */
#edit-form input[type='radio'] {
  margin: 10px;
  cursor: pointer;
}

/* line 392, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.condition-form {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* line 398, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.ssize-form {
  width: 100px;
}

/* line 402, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.sssize-form {
  width: 80px;
}

/* line 406, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.age-container {
  display: flex;
  flex-direction: column;
}

/* line 411, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.column-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 418, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.input-container {
  display: flex;
  flex-direction: column;
}

/* line 423, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.edit-form .error-message {
  color: #e74c3c;
  margin: 4px;
  font-size: 10px;
}

/* line 429, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.error-border {
  border-color: #e74c3c !important;
}

/* line 434, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.tooltip-info {
  position: relative;
  display: inline-block;
  vertical-align: 8%;
}

/* line 440, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.tooltip-info:hover .tooltiptext {
  display: inline;
}

/* line 444, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.tooltip-info .tooltiptext {
  position: absolute;
  display: none;
  padding: 8px;
  border-radius: 5px;
  text-align: left;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  white-space: pre-line;
  font-size: 11px;
  transition: 0.5s;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  top: 100%;
  left: 0;
  /* 左端を基準に */
  transform: translateY(10px);
  z-index: 1100;
}

/* line 465, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.tooltip-info .tooltiptext::after {
  display: none;
}

/* line 471, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.csv-info p {
  font-size: 14px;
  margin: 0;
}

/* line 476, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.media-table {
  font-size: 12px;
  margin: 20px 0;
}

/* Chrome, Safari, Edge, Opera */
/* line 483, /robo_scout_server/app/assets/stylesheets/conditions.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 490, /robo_scout_server/app/assets/stylesheets/conditions.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 495, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.working-hours-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

/* line 502, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.hour-checkbox {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 510, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.hour-checkbox input[type='checkbox'] {
  margin: 0;
}

/* line 514, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.hour-checkbox label {
  font-size: 12px;
  margin: 0;
  cursor: pointer;
}

/* line 521, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-container {
  display: flex;
  gap: 30px;
  align-items: center;
}

/* line 527, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}

/* line 536, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-checkbox input[type='checkbox'] {
  margin: 10px;
  cursor: pointer;
}

/* line 541, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-checkbox .tooltip-info {
  margin-left: 4px;
}

/* line 545, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-checkbox .tooltip-info img {
  vertical-align: text-bottom;
}

/* line 550, /robo_scout_server/app/assets/stylesheets/conditions.scss */
.education-filter-checkbox .tooltip-info .tooltiptext {
  min-width: 400px;
  max-width: 500px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(10px);
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

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

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

/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

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

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

/* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

/* line 252, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

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

/* line 290, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

/* line 356, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

/* line 387, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

  /* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  /* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

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

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

  /* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

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

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

  /* line 72, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
/* line 265, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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 57, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-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, .form-control-static.input-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 {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 68, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 69, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 172, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

/* line 188, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 201, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.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 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.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 68, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

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

/* line 129, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.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-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* universal */
/* line 11, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
section {
  overflow: auto;
}

/* line 15, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
textarea {
  resize: vertical;
}

/* line 19, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.center {
  text-align: center;
}
/* line 21, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.center h1 {
  margin-bottom: 10px;
}

/* line 26, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
ul {
  list-style: none;
}

/* typography */
/* line 32, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

/* line 41, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
h1 {
  font-size: 2em;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

/* line 48, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #777777;
}

/* line 57, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
p {
  font-size: 1.1em;
  line-height: 1.7em;
}

/* header */
/* line 64, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
#logo {
  float: left;
  margin-right: 10px;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-top: 9px;
  font-weight: bold;
}
/* line 73, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
#logo:hover {
  color: white;
  text-decoration: none;
}

/* footer */
/* line 81, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer {
  margin-top: 45px;
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
  color: #777777;
}
/* line 86, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer a {
  color: #555555;
}
/* line 88, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer a:hover {
  color: #222222;
}
/* line 92, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer small {
  float: left;
}
/* line 95, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer ul {
  float: right;
  list-style: none;
}
/* line 98, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
footer ul li {
  float: left;
  margin-left: 15px;
}

/* block list */
/* line 107, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.flex {
  display: flex;
  flex-direction: row;
}

/* line 112, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.box {
  float: left;
}

/* line 116, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.boxContainer {
  overflow: hidden;
}

/* line 120, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.boxRight {
  float: right;
}

/* line 124, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.createBox {
  margin: 8px;
}

/* line 128, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.createBotContainer {
  margin: 8px 0px;
  display: flex;
  align-items: center;
}

/* line 134, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.createBotTitle {
  font-size: 20px;
}

/* line 138, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.uploadBotFileContainer {
  display: flex;
}

/* line 142, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.selectFileButton {
  padding-right: 10px;
  margin: 2px 0;
}

/* line 147, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.createBotFileInput {
  display: flex;
  align-items: center;
}

/* line 152, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.addSampleBotButton {
  margin-left: 40px;
}

/* line 156, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.botLastUpdatedAt {
  color: #7f8c9a;
  margin-top: 4px;
}

/* line 161, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.botTable {
  font-size: 16px;
}

/* line 165, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.botTable > thead > tr > th {
  font-size: 14px;
  font-weight: normal;
  color: gray;
}

/* line 171, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.botTable > tbody > tr > td {
  vertical-align: middle;
}

/* line 175, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.createButton {
  margin-left: 20px;
  margin-top: 10px;
}

/* line 180, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.signupButton {
  margin-top: 14px;
}

/* line 184, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.passwordResetButton {
  margin-top: 14px;
}

/* line 188, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.passwordUpdateButton {
  margin-top: 14px;
}

/* line 192, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.backbutton {
  margin: 14px 10px 14px 2px;
}

/* line 196, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.description {
  margin: 20px 10px 20px 10px;
  font-size: 12px;
}

/* line 201, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.speedSaveContainer {
  display: flex;
  align-items: center;
}

/* line 206, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.descriptionSpeedSave {
  font-size: 12px;
  margin-left: 8px;
}

/* line 211, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.condition-content {
  margin-left: 8px;
  width: 500px;
}

/* line 216, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.condition-content-l {
  margin-left: 8px;
  width: 500px;
}

/* line 221, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.condition-content-s {
  margin-left: 8px;
  width: 120px;
}

/* line 226, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.p-condition-detail {
  margin: 0 0 5px;
}

/* line 230, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.label-condition {
  width: 180px;
}

/* line 234, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.multiple-bots {
  margin-left: 30px;
}

/* line 238, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.h-content {
  width: 100px;
  overflow-wrap: break-word;
}

/* line 243, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.ss-column {
  width: 20px;
}

/* line 247, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.s-column {
  width: 48px;
}

/* line 251, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.m-column {
  width: 70px;
}

/* line 255, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.ml-column {
  width: 120px;
}

/* line 259, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.l-column {
  width: 180px;
}

/* line 263, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.ll-column {
  width: 200px;
}

/* line 267, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.xl-column {
  width: 260px;
}

/* line 271, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.xxl-column {
  width: 500px;
}

/* line 275, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.xxxl-column {
  width: 1200px;
}

/* line 279, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.field_with_errors {
  color: #e74c3c;
  border-color: #e74c3c;
  box-shadow: none;
  display: inline;
}

/* line 286, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.error-message {
  font-size: 12px;
  color: #e74c3c;
}

/* line 291, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.notification-settings-description {
  font-size: 12px;
  color: darkgray;
  margin-bottom: 15px;
}

/* line 297, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.unneeded-fields {
  color: lightgray;
}

/* line 301, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.error-message-table {
  height: 20px;
  font-size: 12px;
  color: #e74c3c;
}

/* line 307, /robo_scout_server/app/assets/stylesheets/custom.css.scss */
.validate-error {
  margin-bottom: 8px;
  padding: 8px 8px;
  border-radius: 8px;
  min-width: 600px;
  color: #e74c3c;
  font-size: 10px;
  background: #ffcccc;
}
/* line 5, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-monthly thead tr th {
  background-color: rgba(25, 179, 145, 0.7);
  border-color: rgba(25, 179, 145, 0.5);
}

/* line 13, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.monthly-header {
  white-space: nowrap;
}

/* line 15, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
#monthly-table_filter label {
  float: right;
}

/* line 19, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
#monthly-table_paginate ul {
  float: right;
}

/* line 24, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-fixed {
  width: 100%;
}
/* line 26, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-fixed tbody {
  height: 400px;
  overflow-y: auto;
  width: 100%;
}
/* line 31, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
/* line 35, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-fixed tbody td {
  float: left;
}
/* line 41, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
.table-fixed thead tr th {
  float: left;
  background-color: rgba(25, 179, 145, 0.7);
  border-color: rgba(25, 179, 145, 0.5);
}

/* line 50, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
#search-result input {
  width: 100%;
}

/* line 54, /robo_scout_server/app/assets/stylesheets/dashboards.scss */
#search-form div {
  display: flex;
  flex-direction: row;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.18
 *
 * Included libraries:
 *   DataTables 1.10.18
 */


table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}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;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/


.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
*/
/*
@media (min-width: 90em) {
  .drawer-container {
    max-width: 85rem;
  }
}
*/
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-black-d572501efaa6aff46941c17d10c9a8b2f8a2eca3e33e7ef0c4c49d73e41fd206.eot);
  src: url(/assets/lato-black-d572501efaa6aff46941c17d10c9a8b2f8a2eca3e33e7ef0c4c49d73e41fd206.eot?#iefix) format("embedded-opentype"), url(/assets/lato-black-9ea6f8a06a2c16d23cb0b3877d6068227b43c57a8c8be6b9bee12a3d6052bf84.woff) format("woff"), url(/assets/lato-black-81361ef6f4fdb6c2f660ef2f040348af87f686e369a8651a95107b9c802f6f4c.ttf) format("truetype"), url(/assets/lato-black-e68dd99c183a51d28dcbffa5310c71085517af4fdb58e6093d4d37f8dd48a708.svg#latoblack) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-bold-3a18a112543c04ad0ad5c0365f4b535a5d6cead1c720d88595729a33faaa12c1.eot);
  src: url(/assets/lato-bold-3a18a112543c04ad0ad5c0365f4b535a5d6cead1c720d88595729a33faaa12c1.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bold-b9e92a504f212c722ed9569379ae5ba70f7867aae94d712c99cd08dc66e233a7.woff) format("woff"), url(/assets/lato-bold-7cd24ceb5e2b8019a267a798d7b6f942583faacc4b56fb4c21fb8741cf2b1b0e.ttf) format("truetype"), url(/assets/lato-bold-bf7b57ea253cb49ba87fcbd9f9c5bc31e728c7eda55f506c7d71f4d32a698304.svg#latobold) format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-bolditalic-f63842bb377d0345da11e322928cb4d363f138afaef944bbcb31439a32e255ee.eot);
  src: url(/assets/lato-bolditalic-f63842bb377d0345da11e322928cb4d363f138afaef944bbcb31439a32e255ee.eot?#iefix) format("embedded-opentype"), url(/assets/lato-bolditalic-6ea880778eaa20163c43df5689efee2922a2ace2605998faf3073e50b4c4c612.woff) format("woff"), url(/assets/lato-bolditalic-54b68a3e2eb7f68a67f3a1a4fe69754c18339105ffc31d61a9bb758a42109186.ttf) format("truetype"), url(/assets/lato-bolditalic-8dd386a7f73d468e8ae280a71ceef51e15c1395b9e48ee93521a86346fef7674.svg#latobold-italic) format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-italic-642b31507c814cec165c55ffc37f06af12502bab0bd4377ea1d8fa67ca6dac7b.eot);
  src: url(/assets/lato-italic-642b31507c814cec165c55ffc37f06af12502bab0bd4377ea1d8fa67ca6dac7b.eot?#iefix) format("embedded-opentype"), url(/assets/lato-italic-d59771c492dcce380f46a0542f1a34dc233db66ecfb0ca1fab507567b0ee9472.woff) format("woff"), url(/assets/lato-italic-fc0e5e3b187730b11c5933478fd62d45beafb81f5478c89dba79b818dc9e5311.ttf) format("truetype"), url(/assets/lato-italic-ec12a19ee7a16e480f6eb6ac0361fd5440f144aaab1d10b6f54d671ebef52a67.svg#latoitalic) format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-light-6eabbf263f4e5f08ec1046f174ea06598b573d807320c2b833987f84f3047518.eot);
  src: url(/assets/lato-light-6eabbf263f4e5f08ec1046f174ea06598b573d807320c2b833987f84f3047518.eot?#iefix) format("embedded-opentype"), url(/assets/lato-light-f653fc595da917c516a1fd1713515bca59f3857335fd264552993fa9bc9617ad.woff) format("woff"), url(/assets/lato-light-074a7067788d2498e321a161f25d6ce3b7df7558091cac499b9e74f6eec88b02.ttf) format("truetype"), url(/assets/lato-light-d8cd85016866165beddb2b9f553d8f7f531d1b16f5aba0ccbf1f7f0f194398d0.svg#latolight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(/assets/lato-regular-dfe79473d1a937dfdee1ef16c453b7c52fde7e35ecc37798efe80710a091d6f0.eot);
  src: url(/assets/lato-regular-dfe79473d1a937dfdee1ef16c453b7c52fde7e35ecc37798efe80710a091d6f0.eot?#iefix) format("embedded-opentype"), url(/assets/lato-regular-7e14b4e3561f0efd6d6f15d4ee390287527fdc30748a0c562f1bccd485464f3a.woff) format("woff"), url(/assets/lato-regular-61490880361b0085aef9e205df3e82607feacb4f62120978da65dce3a3a0d30e.ttf) format("truetype"), url(/assets/lato-regular-848d8dc6a5142d0452b2baf8b94864138754dc90f14258d8056c2fd7e052e07e.svg#latoregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flat-UI-Icons';
  src: url(/assets/flat-ui-icons-regular-dd97a7f8d8b4b790804c55c6c7fe10cbf0d6dc7ca4782201774a4de1196e290f.eot);
  src: url(/assets/flat-ui-icons-regular-dd97a7f8d8b4b790804c55c6c7fe10cbf0d6dc7ca4782201774a4de1196e290f.eot?#iefix) format("embedded-opentype"), url(/fonts/../fonts/glyphicons/flat-ui-icons-regular.woff) format("woff"), url(/fonts/../fonts/glyphicons/flat-ui-icons-regular.ttf) format("truetype"), url(/fonts/../fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular) format("svg");
}
/* line 54, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
[class^="fui-"],
[class*="fui-"] {
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 65, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-up:before {
  content: "\e600";
}

/* line 68, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-down:before {
  content: "\e601";
}

/* line 71, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-up-small:before {
  content: "\e602";
}

/* line 74, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-down-small:before {
  content: "\e603";
}

/* line 77, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-left-large:before {
  content: "\e604";
}

/* line 80, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-triangle-right-large:before {
  content: "\e605";
}

/* line 83, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-arrow-left:before {
  content: "\e606";
}

/* line 86, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-arrow-right:before {
  content: "\e607";
}

/* line 89, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-plus:before {
  content: "\e608";
}

/* line 92, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-cross:before {
  content: "\e609";
}

/* line 95, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-check:before {
  content: "\e60a";
}

/* line 98, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-radio-unchecked:before {
  content: "\e60b";
}

/* line 101, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-radio-checked:before {
  content: "\e60c";
}

/* line 104, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-checkbox-unchecked:before {
  content: "\e60d";
}

/* line 107, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-checkbox-checked:before {
  content: "\e60e";
}

/* line 110, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-info-circle:before {
  content: "\e60f";
}

/* line 113, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-alert-circle:before {
  content: "\e610";
}

/* line 116, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-question-circle:before {
  content: "\e611";
}

/* line 119, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-check-circle:before {
  content: "\e612";
}

/* line 122, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-cross-circle:before {
  content: "\e613";
}

/* line 125, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-plus-circle:before {
  content: "\e614";
}

/* line 128, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-pause:before {
  content: "\e615";
}

/* line 131, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-play:before {
  content: "\e616";
}

/* line 134, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-volume:before {
  content: "\e617";
}

/* line 137, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-mute:before {
  content: "\e618";
}

/* line 140, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-resize:before {
  content: "\e619";
}

/* line 143, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list:before {
  content: "\e61a";
}

/* line 146, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-thumbnailed:before {
  content: "\e61b";
}

/* line 149, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-small-thumbnails:before {
  content: "\e61c";
}

/* line 152, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-large-thumbnails:before {
  content: "\e61d";
}

/* line 155, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-numbered:before {
  content: "\e61e";
}

/* line 158, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-columned:before {
  content: "\e61f";
}

/* line 161, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-list-bulleted:before {
  content: "\e620";
}

/* line 164, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-window:before {
  content: "\e621";
}

/* line 167, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-windows:before {
  content: "\e622";
}

/* line 170, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-loop:before {
  content: "\e623";
}

/* line 173, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-cmd:before {
  content: "\e624";
}

/* line 176, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-mic:before {
  content: "\e625";
}

/* line 179, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-heart:before {
  content: "\e626";
}

/* line 182, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-location:before {
  content: "\e627";
}

/* line 185, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-new:before {
  content: "\e628";
}

/* line 188, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-video:before {
  content: "\e629";
}

/* line 191, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-photo:before {
  content: "\e62a";
}

/* line 194, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-time:before {
  content: "\e62b";
}

/* line 197, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-eye:before {
  content: "\e62c";
}

/* line 200, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-chat:before {
  content: "\e62d";
}

/* line 203, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-home:before {
  content: "\e62e";
}

/* line 206, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-upload:before {
  content: "\e62f";
}

/* line 209, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-search:before {
  content: "\e630";
}

/* line 212, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-user:before {
  content: "\e631";
}

/* line 215, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-mail:before {
  content: "\e632";
}

/* line 218, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-lock:before {
  content: "\e633";
}

/* line 221, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-power:before {
  content: "\e634";
}

/* line 224, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-calendar:before {
  content: "\e635";
}

/* line 227, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-gear:before {
  content: "\e636";
}

/* line 230, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-bookmark:before {
  content: "\e637";
}

/* line 233, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-exit:before {
  content: "\e638";
}

/* line 236, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-trash:before {
  content: "\e639";
}

/* line 239, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-folder:before {
  content: "\e63a";
}

/* line 242, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-bubble:before {
  content: "\e63b";
}

/* line 245, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-export:before {
  content: "\e63c";
}

/* line 248, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-calendar-solid:before {
  content: "\e63d";
}

/* line 251, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-star:before {
  content: "\e63e";
}

/* line 254, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-star-2:before {
  content: "\e63f";
}

/* line 257, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-credit-card:before {
  content: "\e640";
}

/* line 260, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-clip:before {
  content: "\e641";
}

/* line 263, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-link:before {
  content: "\e642";
}

/* line 266, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-tag:before {
  content: "\e643";
}

/* line 269, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-document:before {
  content: "\e644";
}

/* line 272, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-image:before {
  content: "\e645";
}

/* line 275, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-facebook:before {
  content: "\e646";
}

/* line 278, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-youtube:before {
  content: "\e647";
}

/* line 281, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-vimeo:before {
  content: "\e648";
}

/* line 284, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-twitter:before {
  content: "\e649";
}

/* line 287, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-spotify:before {
  content: "\e64a";
}

/* line 290, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-skype:before {
  content: "\e64b";
}

/* line 293, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-pinterest:before {
  content: "\e64c";
}

/* line 296, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-path:before {
  content: "\e64d";
}

/* line 299, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-linkedin:before {
  content: "\e64e";
}

/* line 302, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-google-plus:before {
  content: "\e64f";
}

/* line 305, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-dribbble:before {
  content: "\e650";
}

/* line 308, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-behance:before {
  content: "\e651";
}

/* line 311, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-stumbleupon:before {
  content: "\e652";
}

/* line 314, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-yelp:before {
  content: "\e653";
}

/* line 317, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-wordpress:before {
  content: "\e654";
}

/* line 320, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-windows-8:before {
  content: "\e655";
}

/* line 323, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-vine:before {
  content: "\e656";
}

/* line 326, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-tumblr:before {
  content: "\e657";
}

/* line 329, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-paypal:before {
  content: "\e658";
}

/* line 332, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-lastfm:before {
  content: "\e659";
}

/* line 335, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-instagram:before {
  content: "\e65a";
}

/* line 338, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-html5:before {
  content: "\e65b";
}

/* line 341, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-github:before {
  content: "\e65c";
}

/* line 344, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-foursquare:before {
  content: "\e65d";
}

/* line 347, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-dropbox:before {
  content: "\e65e";
}

/* line 350, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-android:before {
  content: "\e65f";
}

/* line 353, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.fui-apple:before {
  content: "\e660";
}

/* line 356, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #ffffff;
}

/* line 363, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 369, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}

/* line 374, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a:focus {
  outline: none;
}

/* line 377, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 380, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 392, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}

/* line 398, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

/* line 415, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}

/* line 429, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 435, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 441, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h6 {
  font-weight: normal;
}

/* line 444, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h1,
.h1 {
  font-size: 61px;
}

/* line 448, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h2,
.h2 {
  font-size: 53px;
}

/* line 452, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h3,
.h3 {
  font-size: 40px;
}

/* line 456, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h4,
.h4 {
  font-size: 29px;
}

/* line 460, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h5,
.h5 {
  font-size: 28px;
}

/* line 464, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
h6,
.h6 {
  font-size: 24px;
}

/* line 468, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 15px;
}

/* line 473, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.lead {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.46428571;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 480, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .lead {
    font-size: 30.006px;
  }
}
/* line 484, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}

/* line 489, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-muted {
  color: #bdc3c7;
}

/* line 492, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-inverse {
  color: #ffffff;
}

/* line 495, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-primary {
  color: #1abc9c;
}

/* line 498, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.text-primary:hover {
  color: #148f77;
}

/* line 501, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-warning {
  color: #f1c40f;
}

/* line 504, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.text-warning:hover {
  color: #c29d0b;
}

/* line 507, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-danger {
  color: #e74c3c;
}

/* line 510, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.text-danger:hover {
  color: #d62c1a;
}

/* line 513, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-success {
  color: #2ecc71;
}

/* line 516, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.text-success:hover {
  color: #25a25a;
}

/* line 519, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.text-info {
  color: #3498db;
}

/* line 522, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.text-info:hover {
  color: #217dbb;
}

/* line 525, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bg-primary {
  color: #ffffff;
  background-color: #34495e;
}

/* line 529, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.bg-primary:hover {
  background-color: #222f3d;
}

/* line 532, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 535, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 538, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 541, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 544, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 547, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 550, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 553, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 556, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 2px solid #e7e9ec;
}

/* line 561, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
ul,
ol {
  margin-bottom: 15px;
}

/* line 565, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
dl {
  margin-bottom: 30px;
}

/* line 568, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
dt,
dd {
  line-height: 1.72222;
}

@media (min-width: 768px) {
  /* line 573, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .dl-horizontal dt {
    width: 160px;
  }

  /* line 576, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 580, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}

/* line 584, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 30px;
}

/* line 589, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote p {
  font-size: 20px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}

/* line 595, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote small,
blockquote .small {
  font-size: 18px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}

/* line 602, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote small:before,
blockquote .small:before {
  content: "";
}

/* line 606, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}

/* line 612, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
blockquote.pull-right small:after {
  content: "";
}

/* line 615, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
address {
  margin-bottom: 30px;
  line-height: 1.72222;
}

/* line 619, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
sub,
sup {
  font-size: 70%;
}

/* line 623, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 629, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
code {
  padding: 2px 6px;
  font-size: 85%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 636, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: #ffffff;
  background-color: #34495e;
  border-radius: 4px;
  box-shadow: none;
}

/* line 644, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
pre {
  padding: 8px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  background-color: #ffffff;
  border: 2px solid #e7e9ec;
  border-radius: 6px;
  white-space: pre;
}

/* line 655, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pre-scrollable {
  max-height: 340px;
}

/* line 658, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}

/* line 669, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 677, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #16a085;
}

/* line 682, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}

/* line 686, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 697, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}

/* line 702, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

/* line 707, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn:focus:active {
  outline: none;
}

/* line 710, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: not-allowed;
}

/* line 719, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}

/* line 725, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-xs.btn [class^="fui-"] {
  font-size: 11px;
  top: 0;
}

/* line 729, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-hg.btn [class^="fui-"] {
  top: 2px;
}

/* line 732, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}

/* line 736, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}

/* line 746, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}

/* line 752, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}

/* line 773, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-default .badge {
  color: #bdc3c7;
  background-color: #ffffff;
}

/* line 777, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-primary {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 781, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

/* line 791, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #16a085;
  border-color: #16a085;
}

/* line 797, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}

/* line 818, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-primary .badge {
  color: #1abc9c;
  background-color: #ffffff;
}

/* line 822, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-info {
  color: #ffffff;
  background-color: #3498db;
}

/* line 826, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}

/* line 836, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}

/* line 842, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #bdc3c7;
  border-color: #3498db;
}

/* line 863, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-info .badge {
  color: #3498db;
  background-color: #ffffff;
}

/* line 867, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
}

/* line 871, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}

/* line 881, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}

/* line 887, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #bdc3c7;
  border-color: #e74c3c;
}

/* line 908, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}

/* line 912, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
}

/* line 916, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

/* line 926, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}

/* line 932, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}

/* line 953, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-success .badge {
  color: #2ecc71;
  background-color: #ffffff;
}

/* line 957, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}

/* line 961, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4d313;
  border-color: #f4d313;
}

/* line 971, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}

/* line 977, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}

/* line 998, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-warning .badge {
  color: #f1c40f;
  background-color: #ffffff;
}

/* line 1002, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
}

/* line 1006, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}

/* line 1016, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}

/* line 1022, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #bdc3c7;
  border-color: #34495e;
}

/* line 1043, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-inverse .badge {
  color: #34495e;
  background-color: #ffffff;
}

/* line 1047, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-embossed {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

/* line 1050, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-embossed.active,
.btn-embossed:active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 1054, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1059, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-link {
  color: #16a085;
}

/* line 1062, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 1068, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}

/* line 1075, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-hg,
.btn-group-hg > .btn {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}

/* line 1082, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}

/* line 1089, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}

/* line 1096, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}

/* line 1103, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}

/* line 1108, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-block {
  white-space: normal;
}

/* line 1111, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
[class*="btn-social-"] {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.077;
  border-radius: 4px;
}

/* line 1117, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-pinterest {
  color: #ffffff;
  background-color: #cb2028;
}

/* line 1121, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
  background-color: #d54d53;
}

/* line 1125, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-pinterest:active,
.btn-social-pinterest.active {
  background-color: #ad1b22;
}

/* line 1129, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-linkedin {
  color: #ffffff;
  background-color: #0072b5;
}

/* line 1133, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}

/* line 1137, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}

/* line 1141, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-stumbleupon {
  color: #ffffff;
  background-color: #ed4a13;
}

/* line 1145, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
  background-color: #f16e42;
}

/* line 1149, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
  background-color: #c93f10;
}

/* line 1153, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-googleplus {
  color: #ffffff;
  background-color: #2d2d2d;
}

/* line 1157, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
  background-color: #575757;
}

/* line 1161, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-googleplus:active,
.btn-social-googleplus.active {
  background-color: #262626;
}

/* line 1165, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-facebook {
  color: #ffffff;
  background-color: #2f4b93;
}

/* line 1169, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #596fa9;
}

/* line 1173, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}

/* line 1177, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-twitter {
  color: #ffffff;
  background-color: #00bdef;
}

/* line 1181, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #33caf2;
}

/* line 1185, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}

/* line 1189, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn + .btn {
  margin-left: 0;
}

/* line 1192, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding: 10px 12px;
}

/* line 1196, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}

/* line 1200, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}

/* line 1204, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}

/* line 1208, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-toggle .caret {
  margin-left: 8px;
}

/* line 1211, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group-xs > .btn + .dropdown-toggle {
  padding: 6px 9px;
}

/* line 1214, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group-sm > .btn + .dropdown-toggle {
  padding: 9px 13px;
}

/* line 1217, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group-lg > .btn + .dropdown-toggle {
  padding: 10px 19px;
}

/* line 1220, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group-hg > .btn + .dropdown-toggle {
  padding: 13px 20px;
}

/* line 1223, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-xs .caret {
  border-width: 6px 4px 0;
  border-bottom-width: 0;
}

/* line 1227, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-lg .caret {
  border-width: 8px 6px 0;
  border-bottom-width: 0;
}

/* line 1231, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropup .btn-lg .caret {
  border-width: 0 6px 8px;
}

/* line 1234, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropup .btn-xs .caret {
  border-width: 0 4px 6px;
}

/* line 1237, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 400;
}

/* line 1242, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group:focus .dropdown-toggle {
  outline: none;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 1247, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}

/* line 1251, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-toolbar .btn.active {
  color: #ffffff;
}

/* line 1254, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  margin: 0 1px;
}

/* line 1258, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-edit {
  display: flex;
  justify-content: center;
  line-height: 0.8;
  border: 2px solid #16a085;
  color: #16a085;
  background-color: #ffffff;
}

/* line 1266, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-edit:hover,
.btn-edit.hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit.active {
  border-color: #1abc9c;
  color: #1abc9c;
}

/* line 1274, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px / 2;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}

/* line 1284, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}

/* line 1289, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
input[type="search"] {
  -webkit-appearance: none !important;
}

/* line 1292, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
label {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.3;
}

/* line 1297, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control::-moz-placeholder,
.select2-search input[type="text"]::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

/* line 1302, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control:-ms-input-placeholder,
.select2-search input[type="text"]:-ms-input-placeholder {
  color: #b2bcc5;
}

/* line 1306, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control::-webkit-input-placeholder,
.select2-search input[type="text"]::-webkit-input-placeholder {
  color: #b2bcc5;
}

/* line 1310, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control,
.select2-search input[type="text"] {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 1324, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .form-control,
.form-control:focus,
.form-group.focus .select2-search input[type="text"],
.select2-search input[type="text"]:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

/* line 1332, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-search input[type="text"][disabled],
.select2-search input[type="text"][readonly],
fieldset[disabled] .select2-search input[type="text"] {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1345, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control.flat,
.select2-search input[type="text"].flat {
  border-color: transparent;
}

/* line 1349, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control.flat:hover,
.select2-search input[type="text"].flat:hover {
  border-color: #bdc3c7;
}

/* line 1353, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control.flat:focus,
.select2-search input[type="text"].flat:focus {
  border-color: #1abc9c;
}

/* line 1357, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-sm,
.form-group-sm .form-control,
.form-group-sm .select2-search input[type="text"],
.select2-search input[type="text"] {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}

/* line 1367, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .select2-search input[type="text"],
select.select2-search input[type="text"] {
  height: 35px;
  line-height: 35px;
}

/* line 1374, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .select2-search input[type="text"],
select[multiple].form-group-sm .select2-search input[type="text"],
textarea.select2-search input[type="text"],
select[multiple].select2-search input[type="text"] {
  height: auto;
}

/* line 1384, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-lg,
.form-group-lg .form-control,
.form-group-lg .select2-search input[type="text"] {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}

/* line 1393, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .select2-search input[type="text"] {
  height: 45px;
  line-height: 45px;
}

/* line 1399, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .select2-search input[type="text"],
select[multiple].form-group-lg .select2-search input[type="text"] {
  height: auto;
}

/* line 1407, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-hg,
.form-group-hg .form-control,
.form-horizontal .form-group-hg .form-control,
.form-group-hg .select2-search input[type="text"],
.form-horizontal .form-group-hg .select2-search input[type="text"] {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}

/* line 1418, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-hg,
select.form-group-hg .form-control,
select.form-group-hg .select2-search input[type="text"] {
  height: 53px;
  line-height: 53px;
}

/* line 1424, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-hg,
textarea.form-group-hg .form-control,
select[multiple].input-hg,
select[multiple].form-group-hg .form-control,
textarea.form-group-hg .select2-search input[type="text"],
select[multiple].form-group-hg .select2-search input[type="text"] {
  height: auto;
}

/* line 1432, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control-feedback {
  position: absolute;
  top: 2px;
  right: 2px;
  margin-top: 1px;
  line-height: 36px;
  font-size: 17px;
  color: #b2bcc5;
  background-color: transparent;
  padding: 0 12px 0 0;
  border-radius: 6px;
  pointer-events: none;
}

/* line 1445, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-hg + .form-control-feedback,
.control-feedback-hg {
  font-size: 20px;
  line-height: 48px;
  padding-right: 16px;
  width: auto;
  height: 48px;
}

/* line 1453, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-lg + .form-control-feedback,
.control-feedback-lg {
  font-size: 18px;
  line-height: 40px;
  width: auto;
  height: 40px;
  padding-right: 15px;
}

/* line 1461, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-sm + .form-control-feedback,
.control-feedback-sm,
.select2-search input[type="text"] + .form-control-feedback {
  line-height: 29px;
  height: 29px;
  width: auto;
  padding-right: 10px;
}

/* line 1469, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}

/* line 1477, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control,
.has-success .select2-search input[type="text"] {
  color: #2ecc71;
  border-color: #2ecc71;
  box-shadow: none;
}

/* line 1483, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control::-moz-placeholder,
.has-success .select2-search input[type="text"]::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

/* line 1488, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control:-ms-input-placeholder,
.has-success .select2-search input[type="text"]:-ms-input-placeholder {
  color: #2ecc71;
}

/* line 1492, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control::-webkit-input-placeholder,
.has-success .select2-search input[type="text"]::-webkit-input-placeholder {
  color: #2ecc71;
}

/* line 1496, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control:focus,
.has-success .select2-search input[type="text"]:focus {
  border-color: #2ecc71;
  box-shadow: none;
}

/* line 1501, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}

/* line 1506, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-success .form-control-feedback {
  color: #2ecc71;
}

/* line 1509, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f1c40f;
}

/* line 1517, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control,
.has-warning .select2-search input[type="text"] {
  color: #f1c40f;
  border-color: #f1c40f;
  box-shadow: none;
}

/* line 1523, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control::-moz-placeholder,
.has-warning .select2-search input[type="text"]::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

/* line 1528, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control:-ms-input-placeholder,
.has-warning .select2-search input[type="text"]:-ms-input-placeholder {
  color: #f1c40f;
}

/* line 1532, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control::-webkit-input-placeholder,
.has-warning .select2-search input[type="text"]::-webkit-input-placeholder {
  color: #f1c40f;
}

/* line 1536, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control:focus,
.has-warning .select2-search input[type="text"]:focus {
  border-color: #f1c40f;
  box-shadow: none;
}

/* line 1541, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}

/* line 1546, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-warning .form-control-feedback {
  color: #f1c40f;
}

/* line 1549, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}

/* line 1557, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control,
.has-error .select2-search input[type="text"] {
  color: #e74c3c;
  border-color: #e74c3c;
  box-shadow: none;
}

/* line 1563, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control::-moz-placeholder,
.has-error .select2-search input[type="text"]::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

/* line 1568, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control:-ms-input-placeholder,
.has-error .select2-search input[type="text"]:-ms-input-placeholder {
  color: #e74c3c;
}

/* line 1572, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control::-webkit-input-placeholder,
.has-error .select2-search input[type="text"]::-webkit-input-placeholder {
  color: #e74c3c;
}

/* line 1576, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control:focus,
.has-error .select2-search input[type="text"]:focus {
  border-color: #e74c3c;
  box-shadow: none;
}

/* line 1581, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}

/* line 1586, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.has-error .form-control-feedback {
  color: #e74c3c;
}

/* line 1589, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-control[disabled] + .form-control-feedback,
.form-control[readonly] + .form-control-feedback,
fieldset[disabled] .form-control + .form-control-feedback,
.form-control.disabled + .form-control-feedback,
.select2-search input[type="text"][disabled] + .form-control-feedback,
.select2-search input[type="text"][readonly] + .form-control-feedback,
fieldset[disabled] .select2-search input[type="text"] + .form-control-feedback,
.select2-search input[type="text"].disabled + .form-control-feedback {
  cursor: not-allowed;
  color: #d5dbdb;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1603, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.help-block {
  font-size: 14px;
  margin-bottom: 5px;
  color: #6b7a88;
}

/* line 1608, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group {
  position: relative;
  margin-bottom: 20px;
}

/* line 1612, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 1621, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .form-horizontal .control-label {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/* line 1626, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1630, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-horizontal .form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 768px) {
  /* line 1635, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .form-horizontal .form-group-hg .control-label {
    font-size: 22px;
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 1642, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .form-horizontal .form-group-lg .control-label {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
@media (min-width: 768px) {
  /* line 1649, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .form-horizontal .form-group-sm .control-label {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
/* line 1655, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group .form-control,
.input-group .select2-search input[type="text"] {
  position: static;
}

/* line 1659, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn,
.input-group-hg > .select2-search input[type="text"] {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}

/* line 1669, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn,
select.input-group-hg > .select2-search input[type="text"] {
  height: 53px;
  line-height: 53px;
}

/* line 1676, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn,
textarea.input-group-hg > .select2-search input[type="text"],
select[multiple].input-group-hg > .select2-search input[type="text"] {
  height: auto;
}

/* line 1686, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .select2-search input[type="text"] {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}

/* line 1696, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .select2-search input[type="text"] {
  height: 45px;
  line-height: 45px;
}

/* line 1703, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .select2-search input[type="text"],
select[multiple].input-group-lg > .select2-search input[type="text"] {
  height: auto;
}

/* line 1713, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .select2-search input[type="text"] {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}

/* line 1723, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .select2-search input[type="text"] {
  height: 35px;
  line-height: 35px;
}

/* line 1730, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .select2-search input[type="text"],
select[multiple].input-group-sm > .select2-search input[type="text"] {
  height: auto;
}

/* line 1740, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #bdc3c7;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 1751, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}

/* line 1756, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .select2-search input[type="text"]:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1765, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group .select2-search input[type="text"]:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1774, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

/* line 1779, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}

/* line 1783, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
  border-color: #1abc9c;
  background-color: #ffffff;
  color: #1abc9c;
}

/* line 1789, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 1794, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

/* line 1810, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  background: #16a085;
  border-color: #16a085;
}

/* line 1819, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}

/* line 1858, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group.focus .input-group-btn .btn-default .badge,
.input-group.focus .input-group-btn .btn-default .badge {
  color: #1abc9c;
  background-color: #ffffff;
}

/* line 1863, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  color: #bdc3c7;
  line-height: 18px;
  height: 42px;
}

/* line 1870, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}

/* line 1874, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}

/* line 1884, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}

/* line 1890, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}

/* line 1911, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn .btn-default .badge {
  color: #bdc3c7;
  background-color: #ffffff;
}

/* line 1915, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}

/* line 1918, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-lg .input-group-btn .btn {
  line-height: 21px;
}

/* line 1921, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-sm .input-group-btn .btn {
  line-height: 19px;
}

/* line 1924, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn:first-child > .btn {
  border-right-width: 0;
  margin-right: -3px;
}

/* line 1928, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn:last-child > .btn {
  border-left-width: 0;
  margin-left: -3px;
}

/* line 1932, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
}

/* line 1935, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}

/* line 1938, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn,
.input-group-rounded .input-group-btn + .select2-search input[type="text"] {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 1944, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn,
.input-group-hg.input-group-rounded .input-group-btn + .select2-search input[type="text"] {
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
}

/* line 1950, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn,
.input-group-lg.input-group-rounded .input-group-btn + .select2-search input[type="text"] {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

/* line 1956, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn,
.input-group-rounded .select2-search input[type="text"]:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

/* line 1962, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn,
.input-group-hg.input-group-rounded .select2-search input[type="text"]:first-child {
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
}

/* line 1968, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn,
.input-group-lg.input-group-rounded .select2-search input[type="text"]:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

/* line 1974, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn + .select2-search input[type="text"] {
  padding-left: 0;
}

/* line 1978, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
  font-size: 14px;
  line-height: 1.5;
}

/* line 1988, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}

/* line 2002, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icons .icon-checked,
.radio .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2007, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icon-checked,
.radio .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-unchecked {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}

/* line 2023, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icon-checked:before,
.radio .icon-checked:before,
.checkbox .icon-unchecked:before,
.radio .icon-unchecked:before {
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2036, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icon-checked:before {
  content: "\e60e";
}

/* line 2039, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox .icon-unchecked:before {
  content: "\e60d";
}

/* line 2042, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.radio .icon-checked:before {
  content: "\e60c";
}

/* line 2045, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.radio .icon-unchecked:before {
  content: "\e60b";
}

/* line 2048, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox,
.radio input[type="checkbox"].custom-checkbox,
.checkbox input[type="radio"].custom-radio,
.radio input[type="radio"].custom-radio {
  outline: none !important;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

/* line 2062, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2069, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.radio input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 2077, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox input[type="radio"].custom-radio:checked + .icons,
.radio input[type="radio"].custom-radio:checked + .icons {
  color: #1abc9c;
}

/* line 2083, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2090, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #1abc9c;
}

/* line 2099, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox input[type="radio"].custom-radio:disabled + .icons,
.radio input[type="radio"].custom-radio:disabled + .icons {
  cursor: default;
  color: #e6e8ea;
}

/* line 2106, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-unchecked {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 2114, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2121, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons,
.radio input[type="radio"].custom-radio:disabled:checked + .icons {
  color: #e6e8ea;
}

/* line 2127, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2134, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #e6e8ea;
}

/* line 2143, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons,
.radio input[type="radio"].custom-radio:indeterminate + .icons {
  color: #bdc3c7;
}

/* line 2149, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 2157, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-checked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2164, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons:before,
.radio input[type="radio"].custom-radio:indeterminate + .icons:before {
  content: "\2013";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  z-index: 10;
}

/* line 2179, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox.primary input[type="checkbox"].custom-checkbox + .icons,
.radio.primary input[type="checkbox"].custom-checkbox + .icons,
.checkbox.primary input[type="radio"].custom-radio + .icons,
.radio.primary input[type="radio"].custom-radio + .icons {
  color: #34495e;
}

/* line 2185, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox.primary input[type="radio"].custom-radio:checked + .icons,
.radio.primary input[type="radio"].custom-radio:checked + .icons {
  color: #1abc9c;
}

/* line 2191, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons,
.radio.primary input[type="radio"].custom-radio:disabled + .icons {
  cursor: default;
  color: #bdc3c7;
}

/* line 2198, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons.checked,
.radio.primary input[type="radio"].custom-radio:disabled + .icons.checked {
  color: #bdc3c7;
}

/* line 2204, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.checkbox.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox.primary input[type="radio"].custom-radio:indeterminate + .icons,
.radio.primary input[type="radio"].custom-radio:indeterminate + .icons {
  color: #34495e;
}

/* line 2210, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio,
.input-group-addon .checkbox {
  margin: -2px 0;
  padding-left: 20px;
}

/* line 2215, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio .icons,
.input-group-addon .checkbox .icons {
  color: #e6e8ea;
}

/* line 2219, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio input[type="checkbox"].custom-checkbox:checked + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:checked + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:checked + .icons {
  color: #ffffff;
}

/* line 2225, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.input-group-addon .radio input[type="radio"].custom-radio:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked {
  color: #ffffff;
}

/* line 2231, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:disabled + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled + .icons {
  color: rgba(230, 232, 234, 0.6);
}

/* line 2237, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:disabled:checked + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled:checked + .icons {
  color: rgba(230, 232, 234, 0.6);
}

/* line 2243, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.input-group-addon .radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked {
  color: rgba(230, 232, 234, 0.6);
}

/* line 2249, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

/* line 2253, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 32px;
}

/* line 2257, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput {
  background-color: #ffffff;
  border: 2px solid #ebedef;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  text-align: left;
  font-size: 0;
}

/* line 2266, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #7b8996;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 7px 7px 0;
  line-height: 15px;
  height: 27px;
  padding: 6px 21px;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

/* line 2283, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .tag > span {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  bottom: 0;
  padding: 0 10px 0 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

/* line 2301, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .tag > span:after {
  content: "\e609";
  font-family: "Flat-UI-Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 27px;
}

/* line 2308, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .tag:hover {
  background-color: #16a085;
  color: #ffffff;
  padding-right: 28px;
  padding-left: 14px;
}

/* line 2314, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .tag:hover > span {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 2319, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput input[type="text"] {
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  min-width: 80px;
  vertical-align: top;
  height: 29px;
  color: #34495e;
}

/* line 2334, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput input[type="text"]:first-child {
  height: 23px;
  margin: 3px 0 8px;
}

/* line 2338, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}

/* line 2343, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}

/* line 2348, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tagsinput-primary {
  margin-bottom: 18px;
}

/* line 2351, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tagsinput-primary .bootstrap-tagsinput {
  border-color: #1abc9c;
  margin-bottom: 0;
}

/* line 2355, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tagsinput-primary .tag {
  background-color: #1abc9c;
  color: #ffffff;
}

/* line 2359, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tagsinput-primary .tag:hover {
  background-color: #16a085;
  color: #ffffff;
}

/* line 2363, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .twitter-typeahead {
  width: auto;
  vertical-align: top;
}

/* line 2367, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .twitter-typeahead .tt-input {
  min-width: 200px;
}

/* line 2370, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-tagsinput .twitter-typeahead .tt-dropdown-menu {
  width: auto;
  min-width: 120px;
  margin-top: 11px;
}

/* line 2375, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 2378, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}

/* line 2386, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.twitter-typeahead .tt-suggestion p {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.429;
  margin: 0;
}

/* line 2392, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.twitter-typeahead .tt-suggestion:first-child p,
.twitter-typeahead .tt-suggestion:last-child p {
  padding: 6px 14px;
}

/* line 2396, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.twitter-typeahead .tt-suggestion.tt-is-under-cursor,
.twitter-typeahead .tt-suggestion.tt-cursor {
  cursor: pointer;
  color: #fff;
  background-color: #16a085;
}

/* line 2402, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  box-shadow: none;
}

/* line 2408, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress-bar {
  background: #1abc9c;
  line-height: 12px;
  box-shadow: none;
}

/* line 2413, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress-bar-success {
  background-color: #2ecc71;
}

/* line 2416, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress-bar-warning {
  background-color: #f1c40f;
}

/* line 2419, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress-bar-danger {
  background-color: #e74c3c;
}

/* line 2422, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.progress-bar-info {
  background-color: #3498db;
}

/* line 2425, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

/* line 2434, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 2;
  -webkit-transition: background .25s;
  transition: background .25s;
}

/* line 2445, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}

/* line 2450, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-handle:active {
  background-color: #16a085;
}

/* line 2453, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-range {
  background-color: #1abc9c;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* line 2460, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

/* line 2466, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-value {
  float: right;
  font-size: 13px;
  margin-top: 12px;
}

/* line 2471, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-value.first {
  clear: left;
  float: left;
}

/* line 2475, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -9px;
  top: -3px;
}

/* line 2479, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
  margin-left: -15px;
}

/* line 2482, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-horizontal .ui-slider-range {
  border-radius: 30px 0 0 30px;
}

/* line 2485, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-horizontal .ui-slider-segment {
  float: left;
  margin: 3px -6px 0 0;
}

/* line 2489, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-vertical {
  width: 12px;
}

/* line 2492, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-vertical .ui-slider-handle {
  margin-left: -3px;
  margin-bottom: -11px;
  top: auto;
}

/* line 2497, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-vertical .ui-slider-range {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 30px 30px;
}

/* line 2502, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ui-slider-vertical .ui-slider-segment {
  position: absolute;
  right: 3px;
}

/* line 2506, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

/* line 2514, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}

/* line 2519, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
  line-height: 1.313;
}

/* line 2531, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}

/* line 2537, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}

/* line 2541, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}

/* line 2545, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}

/* line 2549, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination {
  position: relative;
  display: block;
  background: #d6dbdf;
  color: #ffffff;
  padding: 0;
  display: inline-block;
  border-radius: 6px;
  word-spacing: -0.5px;
}

@media (min-width: 768px) {
  /* line 2560, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  /* line 2565, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
}
/* line 2573, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li {
  display: inline-block;
  margin-right: -2px;
  vertical-align: middle;
  word-spacing: normal;
}

/* line 2579, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li a {
  position: static;
}

/* line 2582, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.active > a,
.pagination li.active > span {
  background-color: #1abc9c;
  color: #ffffff;
  border-color: #dfe2e5;
}

/* line 2588, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.active > a,
.pagination li.active > span,
.pagination li.active > a:hover,
.pagination li.active > span:hover,
.pagination li.active > a:focus,
.pagination li.active > span:focus {
  background-color: #1abc9c;
  color: #ffffff;
  border-color: #dfe2e5;
}

/* line 2598, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.active.previous > a,
.pagination li.active.next > a,
.pagination li.active.previous > span,
.pagination li.active.next > span {
  margin: 0;
}

/* line 2604, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.active.previous > a,
.pagination li.active.next > a,
.pagination li.active.previous > span,
.pagination li.active.next > span,
.pagination li.active.previous > a:hover,
.pagination li.active.next > a:hover,
.pagination li.active.previous > span:hover,
.pagination li.active.next > span:hover,
.pagination li.active.previous > a:focus,
.pagination li.active.next > a:focus,
.pagination li.active.previous > span:focus,
.pagination li.active.next > span:focus {
  background-color: #1abc9c;
  color: #ffffff;
}

/* line 2619, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li:first-child > a,
.pagination li:first-child > span {
  border-radius: 6px 0 0 6px;
  border-left: none;
}

/* line 2624, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li:first-child.previous + li > a,
.pagination li:first-child.previous + li > span {
  border-left-width: 0;
}

/* line 2628, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li:last-child {
  margin-right: 0;
}

/* line 2631, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li:last-child > a,
.pagination li:last-child > span,
.pagination li:last-child > a:hover,
.pagination li:last-child > span:hover,
.pagination li:last-child > a:focus,
.pagination li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}

/* line 2639, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.previous > a,
.pagination li.next > a,
.pagination li.previous > span,
.pagination li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
  background-color: transparent;
}

/* line 2649, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.next > a,
.pagination li.next > span {
  border-right: none;
}

/* line 2653, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.disabled > a,
.pagination li.disabled > span {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-right-color: #dfe2e5;
  cursor: not-allowed;
}

/* line 2660, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li.disabled > a:hover,
.pagination li.disabled > span:hover,
.pagination li.disabled > a:focus,
.pagination li.disabled > span:focus,
.pagination li.disabled > a:active,
.pagination li.disabled > span:active {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 2670, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination li.next,
  .pagination li.previous {
    background-color: #d6dbdf;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
  }

  /* line 2679, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination li.previous {
    left: 0;
    right: auto;
    border-radius: 6px 0 0 6px;
  }
}
/* line 2685, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li > a,
.pagination li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

/* line 2702, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
  background-color: #1abc9c;
  color: #ffffff;
}

/* line 2709, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination li > a:active,
.pagination li > span:active {
  background-color: #1abc9c;
  color: #ffffff;
}

/* line 2714, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination > .btn.previous,
.pagination > .btn.next {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}

/* line 2722, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination > .btn.previous [class*="fui-"],
.pagination > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}

/* line 2728, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}

/* line 2732, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}

@media (max-width: 767px) {
  /* line 2737, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn {
    display: block;
    margin: 0;
    width: 50%;
  }

  /* line 2742, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child {
    border-bottom: 2px solid #dfe2e5;
    border-radius: 6px 0 0;
  }

  /* line 2746, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-primary {
    border-bottom-color: #48c9b0;
  }

  /* line 2749, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-danger {
    border-bottom-color: #ec7063;
  }

  /* line 2752, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }

  /* line 2755, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-success {
    border-bottom-color: #58d68d;
  }

  /* line 2758, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-info {
    border-bottom-color: #5dade2;
  }

  /* line 2761, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child.btn-inverse {
    border-bottom-color: #5d6d7e;
  }

  /* line 2764, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn:first-child > [class*="fui"] {
    margin-left: -20px;
  }

  /* line 2767, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }

  /* line 2772, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn {
    border-bottom: 2px solid #dfe2e5;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 6px 0 0;
  }

  /* line 2779, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-primary {
    border-bottom-color: #48c9b0;
  }

  /* line 2782, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-danger {
    border-bottom-color: #ec7063;
  }

  /* line 2785, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }

  /* line 2788, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-success {
    border-bottom-color: #58d68d;
  }

  /* line 2791, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-info {
    border-bottom-color: #5dade2;
  }

  /* line 2794, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn.btn-inverse {
    border-bottom-color: #5d6d7e;
  }

  /* line 2797, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination > .btn + ul + .btn > [class*="fui"] {
    margin-right: -20px;
  }

  /* line 2800, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination ul {
    display: block;
  }

  /* line 2803, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination ul > li > a {
    border-radius: 0;
  }
}
/* line 2807, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger {
  background-color: #e74c3c;
}

/* line 2810, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li.previous > a {
  border-right-color: #ef897e;
}

/* line 2813, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li > a,
.pagination-danger li > span {
  border-left-color: #ef897e;
}

/* line 2817, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li > a:hover,
.pagination-danger li > span:hover,
.pagination-danger li > a:focus,
.pagination-danger li > span:focus {
  border-left-color: #ef897e;
  background-color: #ec7063;
}

/* line 2824, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li > a:active,
.pagination-danger li > span:active {
  background-color: #c44133;
}

/* line 2828, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li.active > a,
.pagination-danger li.active > span {
  border-left-color: #ef897e;
  background-color: #c44133;
}

/* line 2833, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-danger li.active > a:hover,
.pagination-danger li.active > span:hover,
.pagination-danger li.active > a:focus,
.pagination-danger li.active > span:focus {
  border-left-color: #ef897e;
  background-color: #ec7063;
}

/* line 2840, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success {
  background-color: #2ecc71;
}

/* line 2843, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li.previous > a {
  border-right-color: #75dda1;
}

/* line 2846, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li > a,
.pagination-success li > span {
  border-left-color: #75dda1;
}

/* line 2850, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li > a:hover,
.pagination-success li > span:hover,
.pagination-success li > a:focus,
.pagination-success li > span:focus {
  border-left-color: #75dda1;
  background-color: #58d68d;
}

/* line 2857, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li > a:active,
.pagination-success li > span:active {
  background-color: #27ad60;
}

/* line 2861, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li.active > a,
.pagination-success li.active > span {
  border-left-color: #75dda1;
  background-color: #27ad60;
}

/* line 2866, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-success li.active > a:hover,
.pagination-success li.active > span:hover,
.pagination-success li.active > a:focus,
.pagination-success li.active > span:focus {
  border-left-color: #75dda1;
  background-color: #58d68d;
}

/* line 2873, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning {
  background-color: #f1c40f;
}

/* line 2876, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li.previous > a {
  border-right-color: #f6d861;
}

/* line 2879, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li > a,
.pagination-warning li > span {
  border-left-color: #f6d861;
}

/* line 2883, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li > a:hover,
.pagination-warning li > span:hover,
.pagination-warning li > a:focus,
.pagination-warning li > span:focus {
  border-left-color: #f6d861;
  background-color: #f4d313;
}

/* line 2890, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li > a:active,
.pagination-warning li > span:active {
  background-color: #cda70d;
}

/* line 2894, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li.active > a,
.pagination-warning li.active > span {
  border-left-color: #f6d861;
  background-color: #cda70d;
}

/* line 2899, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-warning li.active > a:hover,
.pagination-warning li.active > span:hover,
.pagination-warning li.active > a:focus,
.pagination-warning li.active > span:focus {
  border-left-color: #f6d861;
  background-color: #f4d313;
}

/* line 2906, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info {
  background-color: #3498db;
}

/* line 2909, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li.previous > a {
  border-right-color: #79bbe7;
}

/* line 2912, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li > a,
.pagination-info li > span {
  border-left-color: #79bbe7;
}

/* line 2916, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li > a:hover,
.pagination-info li > span:hover,
.pagination-info li > a:focus,
.pagination-info li > span:focus {
  border-left-color: #79bbe7;
  background-color: #5dade2;
}

/* line 2923, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li > a:active,
.pagination-info li > span:active {
  background-color: #2c81ba;
}

/* line 2927, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li.active > a,
.pagination-info li.active > span {
  border-left-color: #79bbe7;
  background-color: #2c81ba;
}

/* line 2932, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-info li.active > a:hover,
.pagination-info li.active > span:hover,
.pagination-info li.active > a:focus,
.pagination-info li.active > span:focus {
  border-left-color: #79bbe7;
  background-color: #5dade2;
}

/* line 2939, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse {
  background-color: #34495e;
}

/* line 2942, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li.previous > a {
  border-right-color: #798795;
}

/* line 2945, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li > a,
.pagination-inverse li > span {
  border-left-color: #798795;
}

/* line 2949, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li > a:hover,
.pagination-inverse li > span:hover,
.pagination-inverse li > a:focus,
.pagination-inverse li > span:focus {
  border-left-color: #798795;
  background-color: #415b76;
}

/* line 2956, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li > a:active,
.pagination-inverse li > span:active {
  background-color: #2c3e50;
}

/* line 2960, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li.active > a,
.pagination-inverse li.active > span {
  border-left-color: #798795;
  background-color: #2c3e50;
}

/* line 2965, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-inverse li.active > a:hover,
.pagination-inverse li.active > span:hover,
.pagination-inverse li.active > a:focus,
.pagination-inverse li.active > span:focus {
  border-left-color: #798795;
  background-color: #415b76;
}

/* line 2972, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li:first-child {
  border-radius: 6px 0 0 6px;
}

/* line 2975, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li:first-child.previous + li > a,
.pagination-minimal > li:first-child.previous + li > span {
  border-left-width: 5px;
}

/* line 2979, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li:last-child {
  border-radius: 0 6px 6px 0;
}

/* line 2982, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.previous > a,
.pagination-minimal > li.next > a,
.pagination-minimal > li.previous > span,
.pagination-minimal > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}

/* line 2993, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.previous > a,
.pagination-minimal > li.next > a,
.pagination-minimal > li.previous > span,
.pagination-minimal > li.next > span,
.pagination-minimal > li.previous > a:hover,
.pagination-minimal > li.next > a:hover,
.pagination-minimal > li.previous > span:hover,
.pagination-minimal > li.next > span:hover,
.pagination-minimal > li.previous > a:focus,
.pagination-minimal > li.next > a:focus,
.pagination-minimal > li.previous > span:focus,
.pagination-minimal > li.next > span:focus {
  border-color: #e4e7ea !important;
}

@media (max-width: 767px) {
  /* line 3008, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination-minimal > li.previous > a,
  .pagination-minimal > li.next > a,
  .pagination-minimal > li.previous > span,
  .pagination-minimal > li.next > span {
    margin-right: 0;
  }
}
/* line 3015, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.next {
  margin-left: 9px;
}

/* line 3018, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.next > a,
.pagination-minimal > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}

/* line 3025, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.active > a,
.pagination-minimal > li.active > span {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}

/* line 3033, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.active > a:hover,
.pagination-minimal > li.active > span:hover,
.pagination-minimal > li.active > a:focus,
.pagination-minimal > li.active > span:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d6dbdf;
}

/* line 3041, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.active.previous,
.pagination-minimal > li.active.next {
  border-color: #e4e7ea;
}

/* line 3045, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li.active.previous {
  margin-right: 6px;
}

/* line 3048, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li > a,
.pagination-minimal > li > span {
  background: #ffffff;
  border: 5px solid #d6dbdf;
  color: #ffffff;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}

/* line 3063, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li > a:hover,
.pagination-minimal > li > span:hover,
.pagination-minimal > li > a:focus,
.pagination-minimal > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}

/* line 3073, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-minimal > li > a:active,
.pagination-minimal > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}

/* line 3078, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain {
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  height: 57px;
}

/* line 3086, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain > li {
  display: inline;
}

/* line 3089, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain > li.previous {
  padding-right: 23px;
}

/* line 3092, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain > li.next {
  padding-left: 20px;
}

/* line 3095, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain > li.active > a {
  color: #d3d7da;
}

/* line 3098, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-plain > li > a {
  padding: 0 5px;
}

@media (max-width: 480px) {
  /* line 3102, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination-plain {
    overflow: hidden;
    text-align: center;
  }

  /* line 3106, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination-plain > li.previous {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
  }

  /* line 3112, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination-plain > li.next {
    float: right;
    margin-top: -64px;
    text-align: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 3120, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .pagination-plain {
    height: auto;
  }
}
/* line 3124, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}

/* line 3130, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}

/* line 3134, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}

/* line 3138, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}

/* line 3142, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}

/* line 3151, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pagination-dropdown.dropup {
  position: relative;
}

/* line 3154, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip {
  font-size: 14px;
  line-height: 1.286;
  z-index: 1070;
}

/* line 3159, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 3163, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.top {
  margin-top: -5px;
  padding: 9px 0;
}

/* line 3167, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.right {
  margin-left: 5px;
  padding: 0 9px;
}

/* line 3171, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.bottom {
  margin-top: 5px;
  padding: 9px 0;
}

/* line 3175, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.left {
  margin-left: -5px;
  padding: 0 9px;
}

/* line 3179, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip-inner {
  max-width: 183px;
  line-height: 1.286;
  padding: 12px 12px;
  color: #ffffff;
  background-color: #34495e;
  border-radius: 6px;
}

/* line 3187, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.top .tooltip-arrow {
  margin-left: -9px;
  border-width: 9px 9px 0;
  border-top-color: #34495e;
}

/* line 3192, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.right .tooltip-arrow {
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
  border-right-color: #34495e;
}

/* line 3197, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.left .tooltip-arrow {
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
  border-left-color: #34495e;
}

/* line 3202, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tooltip.bottom .tooltip-arrow {
  margin-left: -9px;
  border-width: 0 9px 9px;
  border-bottom-color: #34495e;
}

/* line 3207, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: border-color 0.25s, color 0.25s;
  transition: border-color 0.25s, color 0.25s;
}

/* line 3219, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu,
.select2-drop {
  z-index: 1000;
  background-color: #f3f4f5;
  min-width: 220px;
  border: none;
  margin-top: 9px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: none;
}

/* line 3231, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu .divider {
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, 0.5);
}

/* line 3237, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > li > a {
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
}

/* line 3242, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > li:first-child > a:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3246, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > li:last-child > a:first-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3250, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu.typeahead {
  display: none;
  width: auto;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}

/* line 3259, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}

/* line 3262, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}

/* line 3267, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #55606c;
  background-color: rgba(202, 206, 209, 0.5);
}

/* line 3272, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 3278, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bdc3c7;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3285, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3289, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3293, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-header {
  padding: 8px 16px;
  line-height: 1.538;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(52, 73, 94, 0.6);
}

/* line 3300, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-header:first-child {
  margin-top: 3px;
}

/* line 3303, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-backdrop {
  z-index: 990;
}

/* line 3306, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 8px solid;
  margin-bottom: .25em;
}

/* line 3311, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-top: 0;
  margin-bottom: 9px;
}

/* line 3316, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse {
  background-color: #34495e;
}

/* line 3319, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse .divider {
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(43, 60, 78, 0.5);
}

/* line 3325, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse > li > a {
  color: rgba(255, 255, 255, 0.85);
}

/* line 3328, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse > li > a:hover,
.dropdown-menu-inverse > li > a:focus {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(43, 60, 78, 0.5);
}

/* line 3333, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse > .active > a,
.dropdown-menu-inverse > .active > a:hover,
.dropdown-menu-inverse > .active > a:focus {
  color: rgba(255, 255, 255, 0.85);
  background-color: #1abc9c;
}

/* line 3339, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse > .disabled > a,
.dropdown-menu-inverse > .disabled > a:hover,
.dropdown-menu-inverse > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3344, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse > .disabled > a:hover,
.dropdown-menu-inverse > .disabled > a:focus {
  background-color: transparent;
}

/* line 3348, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.dropdown-menu-inverse .dropdown-header {
  color: rgba(255, 255, 255, 0.4);
}

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

  /* line 3356, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 3361, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 220px;
  width: auto;
}

/* line 3368, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group .select {
  width: 100%;
}

/* line 3371, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group .select > .select2-choice {
  width: 100%;
}

/* line 3374, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select.form-control,
.select.select2-search input[type="text"] {
  border: none;
  padding: 0;
  height: auto;
}

/* line 3380, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-choice {
  width: 100%;
  display: inline-block;
  position: relative;
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 39px 10px 15px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 3393, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-choice:hover,
.select2-choice:focus {
  outline: none;
}

/* line 3397, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-choice:active {
  outline: none;
  box-shadow: none;
}

/* line 3401, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled .select2-choice {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 3405, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-chosen {
  overflow: hidden;
  text-align: left;
}

/* line 3409, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-arrow {
  display: inline-block;
  border-width: 8px 6px;
  border-color: #34495e transparent;
  border-style: solid;
  border-bottom-style: none;
  position: absolute;
  right: 16px;
  top: 42%;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

/* line 3422, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-arrow b {
  display: none;
}

/* line 3425, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.btn-lg .select2-arrow {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}

/* line 3430, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-default .select2-choice {
  color: #ffffff;
  background-color: #bdc3c7;
}

/* line 3434, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-default .select2-choice:hover,
.select-default .select2-choice.hover,
.select-default .select2-choice:focus,
.select-default .select2-choice:active {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}

/* line 3442, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-default .select2-choice:active {
  background: #a1a6a9;
  border-color: #a1a6a9;
}

/* line 3446, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-default .select2-choice,
.select2-container-disabled.select-default .select2-choice:hover,
.select2-container-disabled.select-default .select2-choice:focus,
.select2-container-disabled.select-default .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}

/* line 3453, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-default .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3456, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-primary .select2-choice {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 3460, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-primary .select2-choice:hover,
.select-primary .select2-choice.hover,
.select-primary .select2-choice:focus,
.select-primary .select2-choice:active {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

/* line 3468, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-primary .select2-choice:active {
  background: #16a085;
  border-color: #16a085;
}

/* line 3472, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-primary .select2-choice,
.select2-container-disabled.select-primary .select2-choice:hover,
.select2-container-disabled.select-primary .select2-choice:focus,
.select2-container-disabled.select-primary .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}

/* line 3479, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-primary .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3482, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-info .select2-choice {
  color: #ffffff;
  background-color: #3498db;
}

/* line 3486, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-info .select2-choice:hover,
.select-info .select2-choice.hover,
.select-info .select2-choice:focus,
.select-info .select2-choice:active {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}

/* line 3494, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-info .select2-choice:active {
  background: #2c81ba;
  border-color: #2c81ba;
}

/* line 3498, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-info .select2-choice,
.select2-container-disabled.select-info .select2-choice:hover,
.select2-container-disabled.select-info .select2-choice:focus,
.select2-container-disabled.select-info .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #3498db;
}

/* line 3505, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-info .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3508, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-danger .select2-choice {
  color: #ffffff;
  background-color: #e74c3c;
}

/* line 3512, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-danger .select2-choice:hover,
.select-danger .select2-choice.hover,
.select-danger .select2-choice:focus,
.select-danger .select2-choice:active {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}

/* line 3520, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-danger .select2-choice:active {
  background: #c44133;
  border-color: #c44133;
}

/* line 3524, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-danger .select2-choice,
.select2-container-disabled.select-danger .select2-choice:hover,
.select2-container-disabled.select-danger .select2-choice:focus,
.select2-container-disabled.select-danger .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #e74c3c;
}

/* line 3531, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-danger .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3534, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-success .select2-choice {
  color: #ffffff;
  background-color: #2ecc71;
}

/* line 3538, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-success .select2-choice:hover,
.select-success .select2-choice.hover,
.select-success .select2-choice:focus,
.select-success .select2-choice:active {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

/* line 3546, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-success .select2-choice:active {
  background: #27ad60;
  border-color: #27ad60;
}

/* line 3550, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-success .select2-choice,
.select2-container-disabled.select-success .select2-choice:hover,
.select2-container-disabled.select-success .select2-choice:focus,
.select2-container-disabled.select-success .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}

/* line 3557, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-success .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3560, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-warning .select2-choice {
  color: #ffffff;
  background-color: #f1c40f;
}

/* line 3564, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-warning .select2-choice:hover,
.select-warning .select2-choice.hover,
.select-warning .select2-choice:focus,
.select-warning .select2-choice:active {
  color: #ffffff;
  background-color: #f4d313;
  border-color: #f4d313;
}

/* line 3572, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-warning .select2-choice:active {
  background: #cda70d;
  border-color: #cda70d;
}

/* line 3576, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-warning .select2-choice,
.select2-container-disabled.select-warning .select2-choice:hover,
.select2-container-disabled.select-warning .select2-choice:focus,
.select2-container-disabled.select-warning .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}

/* line 3583, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-warning .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3586, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse .select2-choice {
  color: #ffffff;
  background-color: #34495e;
}

/* line 3590, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse .select2-choice:hover,
.select-inverse .select2-choice.hover,
.select-inverse .select2-choice:focus,
.select-inverse .select2-choice:active {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}

/* line 3598, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse .select2-choice:active {
  background: #2c3e50;
  border-color: #2c3e50;
}

/* line 3602, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-disabled.select-inverse .select2-choice,
.select2-container-disabled.select-inverse .select2-choice:hover,
.select2-container-disabled.select-inverse .select2-choice:focus,
.select2-container-disabled.select-inverse .select2-choice:active {
  background-color: #bdc3c7;
  border-color: #34495e;
}

/* line 3609, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse .select2-choice .select2-arrow {
  border-top-color: #ffffff;
}

/* line 3612, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-hg > .select2-choice {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
  padding-right: 49px;
  min-height: 53px;
}

/* line 3620, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-hg > .select2-choice .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}

/* line 3625, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-hg > .select2-choice .select2-arrow {
  right: 20px;
}

/* line 3628, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-hg > .select2-choice > [class^="fui-"] {
  top: 2px;
}

/* line 3631, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-lg > .select2-choice {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
  padding-right: 47px;
  min-height: 45px;
}

/* line 3639, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-lg > .select2-choice .filter-option {
  left: 18px;
  right: 38px;
}

/* line 3643, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-sm > .select2-choice {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
  padding-right: 35px;
  min-height: 36px;
}

/* line 3651, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-sm > .select2-choice .filter-option {
  left: 13px;
  right: 33px;
}

/* line 3655, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container.select-sm > .select2-choice .select2-arrow {
  right: 13px;
}

/* line 3658, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.multiselect {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 220px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: left;
  font-size: 0;
  width: auto;
  max-width: none;
}

/* line 3670, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group .multiselect {
  width: 100%;
}

/* line 3673, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.form-group .multiselect > .select2-choice {
  width: 100%;
}

/* line 3676, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.multiselect.form-control,
.multiselect.select2-search input[type="text"] {
  height: auto;
  padding: 6px 1px 1px 6px;
  border: 2px solid #ebedef;
}

/* line 3682, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-choices {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  min-height: 26px;
}

/* line 3690, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-choices li {
  float: left;
  list-style: none;
}

/* line 3694, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-choice {
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 4px 0;
  line-height: 15px;
  height: 27px;
  padding: 6px 21px;
  -webkit-transition: .25s linear;
  transition: .25s linear;
}

/* line 3710, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-choice:hover {
  padding-right: 28px;
  padding-left: 14px;
  color: #ffffff;
}

/* line 3715, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-choice:hover .select2-search-choice-close {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: inherit;
}

/* line 3721, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-choice .select2-search-choice-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  bottom: 0;
  padding-right: 10px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

/* line 3739, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-choice .select2-search-choice-close:after {
  content: "\e609";
  font-family: "Flat-UI-Icons";
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3746, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-field input[type="text"] {
  color: #34495e;
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: inherit;
  min-width: 80px;
  vertical-align: top;
  height: 29px;
}

/* line 3761, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search-field:first-child input[type="text"] {
  height: 23px;
  margin: 3px 0 5px;
}

/* line 3765, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-default {
  border-color: #bdc3c7;
}

/* line 3768, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-default .select2-search-choice {
  background-color: #bdc3c7;
}

/* line 3771, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-default .select2-search-choice:hover {
  background-color: #cacfd2;
}

/* line 3774, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-primary {
  border-color: #1abc9c;
}

/* line 3777, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-primary .select2-search-choice {
  background-color: #1abc9c;
}

/* line 3780, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-primary .select2-search-choice:hover {
  background-color: #48c9b0;
}

/* line 3783, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-info {
  border-color: #3498db;
}

/* line 3786, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-info .select2-search-choice {
  background-color: #3498db;
}

/* line 3789, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-info .select2-search-choice:hover {
  background-color: #5dade2;
}

/* line 3792, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-danger {
  border-color: #e74c3c;
}

/* line 3795, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-danger .select2-search-choice {
  background-color: #e74c3c;
}

/* line 3798, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-danger .select2-search-choice:hover {
  background-color: #ec7063;
}

/* line 3801, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-success {
  border-color: #2ecc71;
}

/* line 3804, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-success .select2-search-choice {
  background-color: #2ecc71;
}

/* line 3807, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-success .select2-search-choice:hover {
  background-color: #58d68d;
}

/* line 3810, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-warning {
  border-color: #f1c40f;
}

/* line 3813, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-warning .select2-search-choice {
  background-color: #f1c40f;
}

/* line 3816, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-warning .select2-search-choice:hover {
  background-color: #f4d313;
}

/* line 3819, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-inverse {
  border-color: #34495e;
}

/* line 3822, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-inverse .select2-search-choice {
  background-color: #34495e;
}

/* line 3825, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-container-multi.multiselect-inverse .select2-search-choice:hover {
  background-color: #415b76;
}

/* line 3828, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop {
  min-width: 220px;
  margin-top: 9px;
  visibility: visible;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  -webkit-transition: none;
  transition: none;
}

/* line 3843, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop.select2-drop-above {
  margin-top: -9px;
}

/* line 3846, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop.select2-drop-auto-width {
  width: auto;
}

/* line 3849, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop.show-select-search .select2-search {
  display: block;
}

/* line 3852, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop.show-select-search .select2-search + .select2-results > li:first-child .select2-result-label {
  border-radius: 0;
}

/* line 3855, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-results {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 3860, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-results > li:first-child > .select2-result-label {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3864, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-results > li:last-child > .select2-result-label {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3868, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-sub {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 3873, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-sub > li:last-child > .select2-result-label {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3877, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-no-results {
  padding: 8px 15px;
}

/* line 3880, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-label {
  line-height: 1.429;
  padding: 8px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

/* line 3890, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-selectable .select2-result-label {
  color: rgba(52, 73, 94, 0.85);
  cursor: pointer;
}

/* line 3894, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-selectable .select2-result-label:focus,
.select2-drop .select2-result-selectable .select2-result-label:hover,
.select2-drop .select2-result-selectable .select2-result-label:active {
  background-color: #e1e4e7;
  color: inherit;
  outline: none;
}

/* line 3901, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-disabled {
  cursor: default;
  color: rgba(52, 73, 94, 0.95);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3907, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-disabled:focus,
.select2-drop .select2-disabled:hover,
.select2-drop .select2-disabled:active {
  background: none !important;
}

/* line 3912, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-highlighted > .select2-result-label {
  background: #1abc9c;
  color: #ffffff;
}

/* line 3916, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-with-children > .select2-result-label {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(52, 73, 94, 0.6);
  margin-top: 5px;
}

/* line 3922, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop .select2-result-with-children + .select2-result-with-children > .select2-result-label {
  margin-top: 11px;
}

/* line 3925, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-results {
  max-height: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 3932, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search {
  padding: 8px 6px;
  width: 100%;
  display: none;
}

/* line 3937, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-search input[type="text"] {
  width: 100%;
  height: auto !important;
}

/* line 3941, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown {
  background-color: #34495e;
  color: rgba(255, 255, 255, 0.75);
}

/* line 3945, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown .select2-results .select2-result-label {
  color: #ffffff;
}

/* line 3948, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown .select2-results .select2-result-label:focus,
.select-inverse-dropdown .select2-results .select2-result-label:hover,
.select-inverse-dropdown .select2-results .select2-result-label:active {
  background: #2c3e50;
}

/* line 3953, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown .select2-results.select2-disabled .select2-result-label:hover {
  color: #ffffff;
}

/* line 3956, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown .select2-result-with-children > .select2-result-label {
  color: rgba(255, 255, 255, 0.6);
}

/* line 3959, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select-inverse-dropdown .select2-result-with-children > .select2-result-label:hover {
  color: #ffffff;
  background: none !important;
}

/* line 3963, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-multi {
  border-radius: 6px;
}

/* line 3966, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-multi .select2-results {
  padding: 2px 0;
}

/* line 3969, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-multi .select2-result {
  padding: 2px 4px;
}

/* line 3972, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-multi .select2-result-label {
  border-radius: 4px;
}

/* line 3975, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-multi .select2-selected {
  display: none;
}

/* line 3978, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* line 3992, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4002, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* line 4016, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-display-none {
  display: none;
}

/* line 4019, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* line 4027, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4044, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile {
  background-color: #eff0f2;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

/* line 4052, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile .tile-hot-ribbon {
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}

/* line 4059, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile p {
  font-size: 15px;
  margin-bottom: 33px;
}

/* line 4063, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom;
}

/* line 4068, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}

/* line 4073, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.tile-title {
  font-size: 20px;
  margin: 0;
}

/* line 4077, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar {
  font-size: 16px;
  min-height: 53px;
  margin-bottom: 30px;
  border: none;
  border-radius: 6px;
}

@media (min-width: 768px) {
  /* line 4085, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4089, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}

/* line 4094, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-collapse .navbar-form:first-child {
  border: none;
}

@media (min-width: 768px) {
  /* line 4098, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -21px;
  }

  /* line 4101, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }

  /* line 4105, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -21px;
  }

  /* line 4108, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
    border-radius: 0 6px 6px 0;
  }

  /* line 4111, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
  .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 4117, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 3px;
  }
}
/* line 4121, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar .container,
.navbar .container-fluid {
  padding-left: 21px;
  padding-right: 21px;
}

/* line 4126, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar .container > .navbar-header,
.navbar .container-fluid > .navbar-header,
.navbar .container > .navbar-collapse,
.navbar .container-fluid > .navbar-collapse {
  margin-right: -21px;
  margin-left: -21px;
}

@media (min-width: 768px) {
  /* line 4134, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar .container > .navbar-header,
  .navbar .container-fluid > .navbar-header,
  .navbar .container > .navbar-collapse,
  .navbar .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4142, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}

/* line 4147, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  border-radius: 0;
}

/* line 4152, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-fixed-top {
  border-width: 0;
}

/* line 4155, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}

/* line 4159, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-brand {
  font-size: 24px;
  line-height: 1.042;
  height: 53px;
  font-weight: 700;
  padding: 14px 21px;
}

/* line 4166, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-brand > [class*="fui-"] {
  font-size: 19px;
  line-height: 1.263;
  vertical-align: top;
}

@media (min-width: 768px) {
  /* line 4172, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -21px;
  }
}
/* line 4177, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-toggle {
  border: none;
  color: #34495e;
  margin: 0 0 0 21px;
  padding: 0 21px;
  height: 53px;
  line-height: 53px;
}

/* line 4185, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-toggle:before {
  color: #16a085;
  content: "\e61a";
  font-family: "Flat-UI-Icons";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}

/* line 4197, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: none;
}

/* line 4201, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
  color: #1abc9c;
}

/* line 4205, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-toggle .icon-bar {
  display: none;
}

@media (min-width: 768px) {
  /* line 4209, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4213, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav {
  margin: 0;
}

/* line 4216, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 21px;
  line-height: 23px;
  font-weight: 700;
}

/* line 4222, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background-color: transparent;
}

/* line 4228, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav [class^="fui-"] {
  line-height: 20px;
  position: relative;
  top: 1px;
}

/* line 4233, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
  margin-left: 12px;
}

@media (max-width: 767px) {
  /* line 4238, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-nav {
    margin: 0 -21px;
  }

  /* line 4241, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }

  /* line 4245, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }

  /* line 4248, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
/* line 4253, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-input {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}

/* line 4260, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.navbar-input {
  height: 35px;
  line-height: 35px;
}

/* line 4264, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.navbar-input,
select[multiple].navbar-input {
  height: auto;
}

/* line 4268, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 19px;
  padding-left: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  /* line 4278, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-form {
    margin: 3px -21px;
    width: auto;
  }
}
/* line 4283, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn,
.navbar-form .select2-search input[type="text"] {
  height: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
}

/* line 4293, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn,
select.navbar-form .select2-search input[type="text"] {
  height: 35px;
  line-height: 35px;
}

/* line 4300, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .input-group-addon,
select[multiple].navbar-form .btn,
textarea.navbar-form .select2-search input[type="text"],
select[multiple].navbar-form .select2-search input[type="text"] {
  height: auto;
}

/* line 4310, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .btn {
  margin: 0;
}

/* line 4313, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child > .btn,
.navbar-form .input-group-btn:first-child > .dropdown-toggle,
.navbar-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.navbar-form .input-group .select2-search input[type="text"]:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 4322, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child > .btn,
.navbar-form .input-group-btn:last-child > .dropdown-toggle,
.navbar-form .input-group-btn:first-child > .btn:not(:first-child),
.navbar-form .input-group .select2-search input[type="text"]:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4331, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .form-control,
.navbar-form .select2-search input[type="text"] {
  font-size: 15px;
  border-radius: 5px;
  display: table-cell;
}

/* line 4337, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .form-group ~ .btn {
  font-size: 15px;
  border-radius: 5px;
  margin-left: 5px;
}

/* line 4342, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-form .form-group + .btn {
  margin-right: 5px;
}

@media (min-width: 768px) {
  /* line 4346, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-form .input-group {
    width: 195px;
  }
}
@media (max-width: 767px) {
  /* line 4351, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-form .form-group {
    margin-bottom: 7px;
  }

  /* line 4354, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  /* line 4357, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-form .form-group + .btn {
    margin-left: 0;
  }
}
/* line 4361, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  margin-top: 9px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  /* line 4367, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0 !important;
  }
}
/* line 4371, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4375, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover {
  background-color: transparent;
}

/* line 4380, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-text {
  font-size: 16px;
  line-height: 1.438;
  color: #34495e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4390, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-text {
    margin-left: 21px;
    margin-right: 21px;
  }

  /* line 4394, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 4398, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 4402, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 8px;
}

/* line 4406, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4410, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-unread,
.navbar-new {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  font-weight: 700;
  height: 6px;
  line-height: 1;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 35%;
  width: 6px;
  z-index: 10;
}

@media (max-width: 768px) {
  /* line 4428, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-unread,
  .navbar-new {
    position: static;
    float: right;
    margin: 0 0 0 10px;
  }
}
/* line 4435, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.active .navbar-unread,
.active .navbar-new {
  background-color: #ffffff;
  display: none;
}

/* line 4440, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  margin: -6px -10px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 4451, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default {
  background-color: #ecf0f1;
}

/* line 4454, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-brand {
  color: #34495e;
}

/* line 4457, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1abc9c;
  background-color: transparent;
}

/* line 4462, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-toggle:before {
  color: #34495e;
}

/* line 4465, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 4469, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #1abc9c;
}

/* line 4473, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e5e9ea;
  border-width: 2px;
}

/* line 4478, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > li > a {
  color: #34495e;
}

/* line 4481, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}

/* line 4486, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1abc9c;
  background-color: transparent;
}

/* line 4492, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4498, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}

/* line 4502, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}

/* line 4506, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}

/* line 4511, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1abc9c;
}

/* line 4517, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}

@media (max-width: 767px) {
  /* line 4524, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #34495e;
  }

  /* line 4527, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
  }

  /* line 4532, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #1abc9c;
    background-color: transparent;
  }

  /* line 4538, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 4545, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .form-control,
.navbar-default .navbar-form .select2-search input[type="text"] {
  border-color: transparent;
}

/* line 4549, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .form-control::-moz-placeholder,
.navbar-default .navbar-form .select2-search input[type="text"]::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

/* line 4554, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .form-control:-ms-input-placeholder,
.navbar-default .navbar-form .select2-search input[type="text"]:-ms-input-placeholder {
  color: #aeb6bf;
}

/* line 4558, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .form-control::-webkit-input-placeholder,
.navbar-default .navbar-form .select2-search input[type="text"]::-webkit-input-placeholder {
  color: #aeb6bf;
}

/* line 4562, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .form-control:focus,
.navbar-default .navbar-form .select2-search input[type="text"]:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}

/* line 4567, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #919ba4;
}

/* line 4571, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn,
.navbar-default .navbar-form .input-group.focus .select2-search input[type="text"] {
  border-color: #1abc9c;
  color: #1abc9c;
}

/* line 4577, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-text {
  color: #34495e;
}

/* line 4580, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-link {
  color: #34495e;
}

/* line 4583, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .navbar-link:hover {
  color: #1abc9c;
}

/* line 4586, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .btn-link {
  color: #34495e;
}

/* line 4589, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #1abc9c;
}

/* line 4593, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 4599, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse {
  background-color: #34495e;
}

/* line 4602, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-brand {
  color: #ffffff;
}

/* line 4605, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #1abc9c;
  background-color: transparent;
}

/* line 4610, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-toggle:before {
  color: #ffffff;
}

/* line 4613, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/* line 4617, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
  color: #1abc9c;
}

/* line 4621, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-collapse {
  border-color: #2f4154;
  border-width: 2px;
}

/* line 4625, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

/* line 4628, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}

/* line 4633, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 4639, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4645, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c;
}

/* line 4650, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1abc9c;
  color: #ffffff;
  border-left-color: transparent;
}

/* line 4657, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4663, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #4b6075;
  border-bottom-color: #4b6075;
}

/* line 4667, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
  background-color: #34495e;
  padding: 3px 4px;
}

/* line 4671, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
  color: #e1e4e7;
  border-radius: 4px;
  padding: 6px 9px;
}

/* line 4676, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 4681, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
  background-color: #2f4154;
  height: 2px;
  margin-left: -4px;
  margin-right: -4px;
}

@media (max-width: 767px) {
  /* line 4688, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav > li > a {
    border-left-width: 0;
  }

  /* line 4691, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 4694, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
  }

  /* line 4699, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1abc9c;
  }

  /* line 4705, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }

  /* line 4711, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #2f4154;
  }
}
/* line 4715, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .form-control,
.navbar-inverse .navbar-form .select2-search input[type="text"] {
  color: #536a81;
  border-color: transparent;
  background-color: #293a4a;
}

/* line 4721, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .form-control::-moz-placeholder,
.navbar-inverse .navbar-form .select2-search input[type="text"]::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}

/* line 4726, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder,
.navbar-inverse .navbar-form .select2-search input[type="text"]:-ms-input-placeholder {
  color: #536a81;
}

/* line 4730, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder,
.navbar-inverse .navbar-form .select2-search input[type="text"]::-webkit-input-placeholder {
  color: #536a81;
}

/* line 4734, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .form-control:focus,
.navbar-inverse .navbar-form .select2-search input[type="text"]:focus {
  border-color: #1abc9c;
  color: #1abc9c;
}

/* line 4739, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 4743, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open > .dropdown-toggle.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

/* line 4753, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open > .dropdown-toggle.navbar-inverse .navbar-form .btn {
  background: #16a085;
  border-color: #16a085;
}

/* line 4759, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled.hover,
.navbar-inverse .navbar-form .btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}

/* line 4780, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .btn .badge {
  color: #1abc9c;
  background-color: #ffffff;
}

/* line 4784, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .input-group-btn .btn {
  border-color: transparent;
  background-color: #293a4a;
  color: #526a82;
}

/* line 4789, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn,
.navbar-inverse .navbar-form .input-group.focus .select2-search input[type="text"] {
  border-color: #1abc9c;
  color: #1abc9c;
}

@media (max-width: 767px) {
  /* line 4796, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-inverse .navbar-form {
    border-color: #2f4154;
    border-width: 2px 0;
  }
}
/* line 4801, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-text {
  color: #ffffff;
}

/* line 4804, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-text a {
  color: #ffffff;
}

/* line 4807, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
  color: #1abc9c;
}

/* line 4811, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #1abc9c;
}

/* line 4815, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open > .dropdown-toggle.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

/* line 4825, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open > .dropdown-toggle.navbar-inverse .navbar-btn {
  background: #16a085;
  border-color: #16a085;
}

/* line 4831, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled.hover,
.navbar-inverse .navbar-btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}

/* line 4852, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-inverse .navbar-btn .badge {
  color: #1abc9c;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  /* line 4857, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-embossed > .navbar-collapse {
    border-radius: 6px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }

  /* line 4861, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-embossed.navbar-inverse .navbar-nav .active > a,
  .navbar-embossed.navbar-inverse .navbar-nav .open > a {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
}
/* line 4866, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg {
  min-height: 76px;
}

/* line 4869, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-brand {
  line-height: 1;
  height: 76px;
  padding-top: 26px;
  padding-bottom: 26px;
}

/* line 4875, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-brand > [class*="fui-"] {
  font-size: 24px;
  line-height: 1;
}

/* line 4879, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-nav > li > a {
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  /* line 4884, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .navbar-lg .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
/* line 4889, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-toggle {
  height: 76px;
  line-height: 76px;
}

/* line 4893, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-form {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

/* line 4897, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-text {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}

/* line 4901, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

/* line 4905, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

/* line 4909, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.navbar-lg .navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

/* line 4913, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch {
  font-size: 15px;
  line-height: 29px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  width: 80px;
  height: 29px;
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwxNC41YzAsOC02LjUsMTQuNS0xNC41LDE0LjVoLTUxQzYuNSwyOSwwLDIyLjUsMCwxNC41bDAsMEMwLDYuNSw2LjUsMCwxNC41LDBoNTFDNzMuNSwwLDgwLDYuNSw4MCwxNC41TDgwLDE0LjV6Ii8+DQo8L3N2Zz4NCg==) 0 0 stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4931, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch > div {
  display: inline-block;
  width: 132px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 4938, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch > div > span {
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  z-index: 1;
  width: 66px;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
}

/* line 4952, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch > div > span > [class^="fui-"] {
  text-indent: 0;
}

/* line 4955, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch > div > label {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 200;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4970, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
  position: absolute !important;
  margin: 0;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4980, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-handle-on {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

/* line 4984, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default {
  box-shadow: inset 0 0 transparent, -16px 0 0 #bdc3c7;
}

/* line 4987, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default:before {
  border-color: #bdc3c7;
  background-color: #7f8c9a;
}

/* line 4991, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary {
  box-shadow: inset 0 0 transparent, -16px 0 0 #34495e;
}

/* line 4994, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  border-color: #34495e;
  background-color: #1abc9c;
}

/* line 4998, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success {
  box-shadow: inset 0 0 transparent, -16px 0 0 #2ecc71;
}

/* line 5001, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success:before {
  border-color: #2ecc71;
  background-color: #ffffff;
}

/* line 5005, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning {
  box-shadow: inset 0 0 transparent, -16px 0 0 #f1c40f;
}

/* line 5008, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning:before {
  border-color: #f1c40f;
  background-color: #ffffff;
}

/* line 5012, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info {
  box-shadow: inset 0 0 transparent, -16px 0 0 #3498db;
}

/* line 5015, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info:before {
  border-color: #3498db;
  background-color: #ffffff;
}

/* line 5019, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger {
  box-shadow: inset 0 0 transparent, -16px 0 0 #e74c3c;
}

/* line 5022, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger:before {
  border-color: #e74c3c;
  background-color: #ffffff;
}

/* line 5026, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-handle-off {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

/* line 5030, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-handle-off:before {
  display: inline-block;
  content: " ";
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  padding: 0;
  height: 29px;
  width: 29px;
  position: absolute;
  top: 0;
  left: 51px;
  z-index: 100;
  background-clip: padding-box;
  -webkit-transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
}

/* line 5048, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.25s ease-out;
  transition: margin-left 0.25s ease-out;
}

/* line 5052, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on > div {
  margin-left: 0;
}

/* line 5055, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-off > div {
  margin-left: -51px;
}

/* line 5058, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-disabled,
.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 5064, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-disabled > div > span,
.bootstrap-switch-readonly > div > span,
.bootstrap-switch-disabled > div > label,
.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}

/* line 5070, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-focused {
  outline: 0;
}

/* line 5073, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-default {
  color: #ffffff;
  background-color: #bdc3c7;
}

/* line 5077, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-default ~ .bootstrap-switch-handle-off:before {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
}

/* line 5081, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-default ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #bdc3c7;
}

/* line 5084, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-primary {
  color: #1abc9c;
  background-color: #34495e;
}

/* line 5088, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-primary ~ .bootstrap-switch-handle-off:before {
  background-color: #1abc9c;
  border-color: #34495e;
}

/* line 5092, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #34495e;
}

/* line 5095, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-info {
  color: #ffffff;
  background-color: #3498db;
}

/* line 5099, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-info ~ .bootstrap-switch-handle-off:before {
  background-color: #ffffff;
  border-color: #3498db;
}

/* line 5103, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #3498db;
}

/* line 5106, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-success {
  color: #ffffff;
  background-color: #2ecc71;
}

/* line 5110, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-success ~ .bootstrap-switch-handle-off:before {
  background-color: #ffffff;
  border-color: #2ecc71;
}

/* line 5114, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #2ecc71;
}

/* line 5117, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-warning {
  color: #ffffff;
  background-color: #f1c40f;
}

/* line 5121, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-warning ~ .bootstrap-switch-handle-off:before {
  background-color: #ffffff;
  border-color: #f1c40f;
}

/* line 5125, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #f1c40f;
}

/* line 5128, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-danger {
  color: #ffffff;
  background-color: #e74c3c;
}

/* line 5132, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-danger ~ .bootstrap-switch-handle-off:before {
  background-color: #ffffff;
  border-color: #e74c3c;
}

/* line 5136, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #e74c3c;
}

/* line 5139, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch {
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwyNWMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDcyYzIuMiwwLDQsMS44LDQsNFYyNXoiLz4NCjwvc3ZnPg0K) 0 0 stretch;
  border-radius: 4px;
}

/* line 5143, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch > div {
  border-radius: 4px;
}

/* line 5146, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-on {
  text-indent: -15px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5151, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 15px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5156, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off:before {
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 5163, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.bootstrap-switch-square .bootstrap-switch-off .bootstrap-switch-handle-off:before {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 5169, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share {
  background-color: #eff0f2;
  position: relative;
  border-radius: 6px;
}

/* line 5174, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
}

/* line 5179, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share li {
  font-size: 15px;
  line-height: 1.4;
  padding-top: 11px;
}

/* line 5184, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share li:before,
.share li:after {
  content: " ";
  display: table;
}

/* line 5189, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share li:after {
  clear: both;
}

/* line 5192, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share li:first-child {
  padding-top: 0;
}

/* line 5195, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share .toggle {
  float: right;
  margin: 0;
}

/* line 5199, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5203, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.share-label {
  float: left;
  font-size: 15px;
  line-height: 1.4;
  padding-top: 5px;
  width: 50%;
}

/* line 5210, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.video-js {
  background-color: transparent;
  position: relative;
  padding-bottom: 47px;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top-radius: 6px;
  width: 100% !important;
  height: auto !important;
}

/* line 5223, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.video-js .vjs-tech {
  height: 100%;
  width: 100%;
  display: block;
}

/* line 5228, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.video-js::-moz-full-screen {
  position: absolute;
}

/* line 5231, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.video-js::-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

/* line 5235, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-top-radius: 0;
}

/* line 5247, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen .vjs-control-bar {
  margin-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5252, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen .vjs-tech {
  background-color: #000000;
}

/* line 5255, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-poster {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-top-radius: 6px;
}

/* line 5264, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control-bar {
  position: relative;
  height: 47px;
  color: #ffffff;
  background: #2c3e50;
  margin-top: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 5277, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control-bar.vjs-fade-out {
  visibility: visible !important;
  opacity: 1 !important;
}

/* line 5281, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

/* line 5289, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-text-track {
  display: none;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 5297, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-subtitles {
  color: #ffffff;
}

/* line 5300, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-captions {
  color: #fc6;
}

/* line 5303, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-tt-cue {
  display: block;
}

/* line 5306, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fade-in {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
  transition: visibility 0s linear 0s, opacity .3s linear;
}

/* line 5312, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  transition: visibility 0s linear 1.5s, opacity 1.5s linear;
}

/* line 5318, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

/* line 5328, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control:focus {
  outline: 0;
}

/* line 5331, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control > div {
  background-position: center;
  background-repeat: no-repeat;
}

/* line 5335, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 5345, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-control {
  cursor: pointer;
  height: 47px;
  width: 58px;
}

/* line 5350, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-control > div {
  position: relative;
  height: 47px;
}

/* line 5354, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-control > div:before,
.vjs-play-control > div:after {
  position: absolute;
  font-family: "Flat-UI-Icons";
  color: #1abc9c;
  font-size: 16px;
  top: 38%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
}

/* line 5367, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-control > div:after {
  content: "\e615";
}

/* line 5370, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-control > div:before {
  content: "\e616";
}

/* line 5373, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-paused .vjs-play-control:hover > div:before {
  color: #16a085;
}

/* line 5376, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-paused .vjs-play-control > div:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5380, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-paused .vjs-play-control > div:before {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 5385, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-playing .vjs-play-control:hover > div:after {
  color: #16a085;
}

/* line 5388, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-playing .vjs-play-control > div:after {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 5393, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-playing .vjs-play-control > div:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5397, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-rewind-control {
  width: 5em;
  cursor: pointer !important;
}

/* line 5401, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-rewind-control > div {
  width: 19px;
  height: 16px;
  background: none transparent;
  margin: .5em auto 0;
}

/* line 5407, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control {
  float: right;
  margin: 14px 0;
  cursor: pointer !important;
}

/* line 5412, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control:hover > div,
.vjs-mute-control:focus > div {
  color: #57718b;
}

/* line 5416, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control > div {
  height: 18px;
  color: #475d72;
}

/* line 5420, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control > div:after,
.vjs-mute-control > div:before {
  font-family: "Flat-UI-Icons";
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
}

/* line 5433, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control > div:after {
  content: "\e617";
}

/* line 5436, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control > div:before {
  content: "\e618";
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5441, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control.vjs-vol-0 > div:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5445, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-mute-control.vjs-vol-0 > div:before {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 5450, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar {
  display: none;
}

/* line 5456, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-progress-control {
  height: 12px;
  position: absolute;
  left: 60px;
  right: 160px;
  width: auto;
  top: 18px;
  background: #425669;
  border-radius: 32px;
}

/* line 5466, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-progress-holder {
  position: relative;
  cursor: pointer !important;
  padding: 0;
  margin: 0;
  height: 12px;
}

/* line 5473, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-progress,
.vjs-load-progress {
  display: block;
  height: 12px;
  margin: 0;
  padding: 0;
  border-radius: 32px;
}

/* line 5481, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-play-progress {
  background: #1abc9c;
  left: -1px;
  position: absolute;
  top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 5489, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-load-progress {
  background: #d6dbdf;
}

/* line 5492, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-load-progress[style*="100%"],
.vjs-load-progress[style*="99%"] {
  border-radius: 32px;
}

/* line 5496, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-seek-handle {
  background-color: #16a085;
  width: 18px;
  height: 18px;
  top: 0;
  position: absolute;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

/* line 5507, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-seek-handle[style*="95."] {
  margin-left: 3px;
}

/* line 5510, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-seek-handle[style="left: 0%;"] {
  margin-left: -2px;
}

/* line 5513, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-seek-handle:hover,
.vjs-seek-handle:focus {
  background-color: #148d75;
}

/* line 5517, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-seek-handle:active {
  background-color: #117a65;
}

/* line 5520, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-time-controls {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
  width: auto;
  height: auto;
  position: absolute;
}

/* line 5529, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-time-divider {
  color: #5d6d7e;
  font-size: 14px;
  position: absolute;
  right: 114px;
  top: 11px;
}

/* line 5536, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-remaining-time {
  display: none;
}

/* line 5539, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-current-time {
  right: 122px;
  top: 16px;
}

/* line 5543, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-duration {
  color: #5d6d7e;
  right: 85px;
  top: 16px;
}

/* line 5548, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen-control {
  cursor: pointer;
  float: right;
  margin: 14px 15px;
}

/* line 5553, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen-control:hover > div,
.vjs-fullscreen-control:focus > div {
  color: #57718b;
}

/* line 5557, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen-control > div {
  height: 18px;
  color: #475d72;
}

/* line 5561, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-fullscreen-control > div:before {
  font-family: "Flat-UI-Icons";
  content: "\e619";
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
}

/* line 5574, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-menu-button {
  display: none !important;
}

/* line 5577, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ebedee;
  display: none;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  margin: -8px 0 0 -8px;
  -webkit-animation: sharp 2s ease infinite;
  animation: sharp 2s ease infinite;
}

@-webkit-keyframes sharp {
  0% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background-color: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sharp {
  0% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    background-color: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 5630, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo {
  color: #798795;
  margin-bottom: 20px;
  border-radius: 6px;
}

/* line 5635, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo ul {
  background-color: #2c3e50;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0 0 6px 6px;
}

/* line 5642, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li {
  background: #34495e;
  background-size: 20px 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.214;
  margin-top: 2px;
  padding: 18px 42px 21px 25px;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 5654, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li:first-child {
  margin-top: 0;
}

/* line 5657, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li:last-child {
  border-radius: 0 0 6px 6px;
  padding-bottom: 21px;
}

/* line 5661, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li.todo-done {
  background: transparent;
  color: #1abc9c;
}

/* line 5665, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li.todo-done .todo-name {
  color: #1abc9c;
}

/* line 5668, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  background: #ffffff;
  border-radius: 50%;
}

/* line 5680, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo li.todo-done:after {
  content: "\e60a";
  font-family: 'Flat-UI-Icons';
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1abc9c;
  color: #2c3e50;
}

/* line 5695, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search {
  position: relative;
  background: #1abc9c;
  background-size: 16px 16px;
  border-radius: 6px 6px 0 0;
  color: #34495e;
  padding: 19px 25px 20px;
}

/* line 5703, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search:before {
  position: absolute;
  font-family: 'Flat-UI-Icons';
  content: "\e630";
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
  top: 50%;
  left: 92%;
  margin: -0.5em 0 0 -1em;
}

/* line 5714, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search-field {
  background: none;
  border: none;
  color: #34495e;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  line-height: 23px;
  padding: 5px 0;
  text-indent: 0;
  box-shadow: none;
  outline: none;
}

/* line 5727, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search-field::-moz-placeholder {
  color: #34495e;
  opacity: 1;
}

/* line 5731, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search-field:-ms-input-placeholder {
  color: #34495e;
}

/* line 5734, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}

/* line 5737, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-icon {
  float: left;
  font-size: 24px;
  padding: 11px 22px 0 0;
}

/* line 5742, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-content {
  padding-top: 1px;
  overflow: hidden;
}

/* line 5746, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.todo-name {
  color: #ffffff;
  font-size: 17px;
  margin: 1px 0 3px;
}

/* line 5751, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pallete-item {
  width: 140px;
  float: left;
  margin: 0 0 20px 20px;
}

/* line 5756, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette {
  font-size: 14px;
  line-height: 1.214;
  color: #ffffff;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}

/* line 5764, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette dt,
.palette dd {
  line-height: 1.429;
}

/* line 5768, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette dt {
  display: block;
  font-weight: bold;
  opacity: .8;
}

/* line 5773, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette dd {
  font-weight: 300;
  margin-left: 0;
  opacity: .8;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 5779, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-turquoise {
  background-color: #1abc9c;
}

/* line 5782, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-green-sea {
  background-color: #16a085;
}

/* line 5785, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-emerald {
  background-color: #2ecc71;
}

/* line 5788, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-nephritis {
  background-color: #27ae60;
}

/* line 5791, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-peter-river {
  background-color: #3498db;
}

/* line 5794, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-belize-hole {
  background-color: #2980b9;
}

/* line 5797, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-amethyst {
  background-color: #9b59b6;
}

/* line 5800, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-wisteria {
  background-color: #8e44ad;
}

/* line 5803, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-wet-asphalt {
  background-color: #34495e;
}

/* line 5806, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-midnight-blue {
  background-color: #2c3e50;
}

/* line 5809, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-sun-flower {
  background-color: #f1c40f;
}

/* line 5812, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-orange {
  background-color: #f39c12;
}

/* line 5815, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-carrot {
  background-color: #e67e22;
}

/* line 5818, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-pumpkin {
  background-color: #d35400;
}

/* line 5821, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-alizarin {
  background-color: #e74c3c;
}

/* line 5824, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-pomegranate {
  background-color: #c0392b;
}

/* line 5827, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-clouds {
  background-color: #ecf0f1;
}

/* line 5830, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-silver {
  background-color: #bdc3c7;
}

/* line 5833, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-concrete {
  background-color: #95a5a6;
}

/* line 5836, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-asbestos {
  background-color: #7f8c8d;
}

/* line 5839, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-clouds {
  color: #bdc3c7;
}

/* line 5842, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}

/* line 5847, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-paragraph span {
  color: #bdc3c7;
}

/* line 5850, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.palette-headline {
  color: #7f8c8d;
  font-size: 13px;
  font-weight: 700;
  margin-top: -3px;
}

/* line 5856, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login {
  background: url(/../img/login/imac.png) 0 0 no-repeat;
  background-size: 940px 778px;
  color: #ffffff;
  margin-bottom: 77px;
  padding: 38px 38px 267px;
  position: relative;
}

/* line 5864, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-screen {
  background-color: #1abc9c;
  min-height: 473px;
  padding: 123px 199px 33px 306px;
}

/* line 5869, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-icon {
  left: 200px;
  position: absolute;
  top: 160px;
  width: 96px;
}

/* line 5875, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-icon > img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}

/* line 5880, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-icon > h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 34px;
  opacity: .95;
}

/* line 5886, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-icon > h4 small {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: 700;
}

/* line 5892, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form {
  background-color: #edeff1;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 6px;
}

/* line 5898, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form .control-group {
  margin-bottom: 6px;
  position: relative;
}

/* line 5902, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form .login-field {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
}

/* line 5907, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form .login-field:focus {
  border-color: #1abc9c;
}

/* line 5910, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}

/* line 5913, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-form .login-field-icon {
  color: #bfc9ca;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 3px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

/* line 5922, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  /* line 5930, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .login {
    background-image: url(/../img/login/imac-2x.png);
  }
}
/* line 5934, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
footer {
  background-color: #edeff1;
  color: #bac1c8;
  font-size: 15px;
  padding: 0;
}

/* line 5940, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
footer a {
  color: #9aa4af;
  font-weight: 700;
}

/* line 5944, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
footer p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 5949, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-title {
  margin: 0 0 22px;
  padding-top: 21px;
  font-size: 24px;
  line-height: 40px;
}

/* line 5955, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-brand {
  display: block;
  margin-bottom: 26px;
  width: 220px;
}

/* line 5960, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-brand img {
  width: 216px;
}

/* line 5963, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner {
  background-color: #1abc9c;
  color: #d1f2eb;
  margin-left: 42px;
  min-height: 316px;
  padding: 0 30px 30px;
}

/* line 5970, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner .footer-title {
  color: #ffffff;
}

/* line 5973, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner a {
  color: #b7f5e9;
  text-decoration: underline;
}

/* line 5977, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner a:hover {
  text-decoration: none;
}

/* line 5980, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}

/* line 5985, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner ul li {
  border-top: 1px solid #1bc5a3;
  line-height: 19px;
  padding: 6px 0;
}

/* line 5990, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.footer-banner ul li:first-child {
  border-top: none;
  padding-top: 1px;
}

/* line 5994, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.last-col {
  overflow: hidden;
}

/* line 5997, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ptn,
.pvn,
.pan {
  padding-top: 0;
}

/* line 6002, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}

/* line 6007, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pts,
.pvs,
.pas {
  padding-top: 5px;
}

/* line 6012, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}

/* line 6017, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}

/* line 6022, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.prn,
.phn,
.pan {
  padding-right: 0;
}

/* line 6027, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.prx,
.phx,
.pax {
  padding-right: 3px;
}

/* line 6032, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.prs,
.phs,
.pas {
  padding-right: 5px;
}

/* line 6037, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.prm,
.phm,
.pam {
  padding-right: 10px;
}

/* line 6042, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.prl,
.phl,
.pal {
  padding-right: 20px;
}

/* line 6047, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}

/* line 6052, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}

/* line 6057, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}

/* line 6062, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}

/* line 6067, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}

/* line 6072, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pln,
.phn,
.pan {
  padding-left: 0;
}

/* line 6077, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.plx,
.phx,
.pax {
  padding-left: 3px;
}

/* line 6082, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pls,
.phs,
.pas {
  padding-left: 5px;
}

/* line 6087, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.plm,
.phm,
.pam {
  padding-left: 10px;
}

/* line 6092, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.pll,
.phl,
.pal {
  padding-left: 20px;
}

/* line 6097, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mtn,
.mvn,
.man {
  margin-top: 0px;
}

/* line 6102, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mtx,
.mvx,
.max {
  margin-top: 3px;
}

/* line 6107, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mts,
.mvs,
.mas {
  margin-top: 5px;
}

/* line 6112, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}

/* line 6117, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}

/* line 6122, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mrn,
.mhn,
.man {
  margin-right: 0px;
}

/* line 6127, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mrx,
.mhx,
.max {
  margin-right: 3px;
}

/* line 6132, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}

/* line 6137, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}

/* line 6142, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}

/* line 6147, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}

/* line 6152, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}

/* line 6157, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}

/* line 6162, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}

/* line 6167, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}

/* line 6172, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mln,
.mhn,
.man {
  margin-left: 0px;
}

/* line 6177, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mlx,
.mhx,
.max {
  margin-left: 3px;
}

/* line 6182, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mls,
.mhs,
.mas {
  margin-left: 5px;
}

/* line 6187, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}

/* line 6192, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mll,
.mhl,
.mal {
  margin-left: 20px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 6199, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .btn {
    border-style: solid;
    border-width: 2px;
  }

  /* line 6203, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .dropdown-menu,
  .select2-drop {
    background: #fff !important;
    border: 2px solid #ddd;
  }

  /* line 6208, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .input-group-rounded .input-group-btn + .form-control,
  .input-group-rounded .input-group-btn + .select2-search input[type="text"],
  .input-group-rounded .input-group-btn + .select2-search input[type="text"] {
    padding-left: 10px;
  }

  /* line 6213, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .form-control,
  .select2-search input[type="text"] {
    border: 2px solid #ddd !important;
  }

  /* line 6217, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .bootstrap-switch {
    height: 33px;
    width: 84px;
    border: 2px solid #bdc3c7;
  }

  /* line 6222, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .tooltip {
    border: 2px solid #bdc3c7;
  }

  /* line 6225, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .progress,
  .ui-slider {
    background: #ddd !important;
  }

  /* line 6229, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
  .progress-bar,
  .ui-slider-range,
  .ui-slider-handle {
    background: #bdc3c7 !important;
  }
}
/* line 6235, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.mini-icon {
  display: flex;
  margin: 0 auto;
  width: 22px;
}

/* line 6240, /robo_scout_server/app/assets/stylesheets/flat_ui.scss */
.center-header {
  text-align: center;
}
/* line 1, /robo_scout_server/app/assets/stylesheets/header.scss */
.navbar-collapse.collapse {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/* line 8, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav-logo {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 13, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav-right {
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 19, /robo_scout_server/app/assets/stylesheets/header.scss */
img.logo {
  margin: auto;
}

/* line 23, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav.navbar-nav.navbar-right {
  display: flex;
  align-items: center;
  margin-right: 0px;
}

/* line 29, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav.navbar-nav.navbar-right > li > a {
  padding: 16px 12px;
  white-space: nowrap;
}

/* line 34, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav.navbar-nav.navbar-right > li > a.dropdown-toggle {
  white-space: normal;
}

/* line 38, /robo_scout_server/app/assets/stylesheets/header.scss */
.nav-item-right {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 44, /robo_scout_server/app/assets/stylesheets/header.scss */
#notifications-icon {
  position: relative;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

/* line 54, /robo_scout_server/app/assets/stylesheets/header.scss */
#notifications-icon:hover {
  color: #16a085;
  text-decoration: none;
  outline: none;
}

/* line 60, /robo_scout_server/app/assets/stylesheets/header.scss */
#notifications-icon:focus-visible {
  outline: none;
  color: inherit;
}

/* line 65, /robo_scout_server/app/assets/stylesheets/header.scss */
#notifications-icon.no-focus-visible:focus-visible {
  color: inherit !important;
}

/* line 69, /robo_scout_server/app/assets/stylesheets/header.scss */
.notifications-badge {
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 20px;
  color: #e74c3c;
  padding: 2px 5px;
}

/* line 78, /robo_scout_server/app/assets/stylesheets/header.scss */
.modal-body#notifications-list {
  padding: 10px;
}

/* line 82, /robo_scout_server/app/assets/stylesheets/header.scss */
.modal-title#notificationsModalLabel {
  font-size: 24px;
  font-weight: bold;
}

/* line 87, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification-modal.close {
  padding: 10px;
  position: absolute;
  right: 10px;
  font-size: 28px;
  font-weight: 700;
  opacity: 0.5;
  transition: opacity 0.2s;
}

/* line 97, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification-modal.close:hover {
  opacity: 1;
}

/* line 101, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification.unread {
  font-weight: bold;
}

/* line 105, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification.read {
  opacity: 0.7;
}

/* line 109, /robo_scout_server/app/assets/stylesheets/header.scss */
#notificationsModal .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  padding: 10px;
}

/* line 115, /robo_scout_server/app/assets/stylesheets/header.scss */
#notificationsModalLabel {
  padding: 10px;
}

/* line 119, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification {
  padding: 10px;
  border-bottom: 1px solid #e9ecef;
}

/* line 124, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification:last-child {
  border-bottom: none;
}

/* line 128, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* line 135, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification-content {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* line 142, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification-date {
  font-size: 12px;
  color: #888;
}

/* line 147, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification.unread .notification-title {
  color: #2980b9;
}

/* line 151, /robo_scout_server/app/assets/stylesheets/header.scss */
.notification.read {
  opacity: 0.7;
}
/* line 2, /robo_scout_server/app/assets/stylesheets/inquiry.scss */
.inquiry-form-container .form-group {
  margin-bottom: 16px;
}
/* line 1, /robo_scout_server/app/assets/stylesheets/media.scss */
.mediaListTitle {
  display: flex;
  align-items: center;
}

/* line 6, /robo_scout_server/app/assets/stylesheets/media.scss */
.serialLink {
  margin-left: auto;
  font-size: 14px;
}

/* line 11, /robo_scout_server/app/assets/stylesheets/media.scss */
.btn.btn-edit.editBotButton {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, /robo_scout_server/app/assets/stylesheets/media.scss */
td.bot-activated {
  width: 10%;
}

/* line 21, /robo_scout_server/app/assets/stylesheets/media.scss */
td.bot-activated.true {
  color: orangered;
  font-weight: bold;
}

/* line 27, /robo_scout_server/app/assets/stylesheets/media.scss */
.error-summary-header {
  font-size: 18px;
  font-weight: bold;
}

/* line 32, /robo_scout_server/app/assets/stylesheets/media.scss */
.error-summary-group div.panel {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 37, /robo_scout_server/app/assets/stylesheets/media.scss */
.error-summary-group div.alert {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}

/* line 43, /robo_scout_server/app/assets/stylesheets/media.scss */
.panel-body {
  font-size: 12px;
}

/* line 47, /robo_scout_server/app/assets/stylesheets/media.scss */
.error.panel-heading {
  background-color: #f8f9fa;
  border: none;
  padding: 0;
}

/* line 53, /robo_scout_server/app/assets/stylesheets/media.scss */
.panel-title {
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 61, /robo_scout_server/app/assets/stylesheets/media.scss */
.panel-title a.accordion-toggle {
  flex-grow: 1;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 70, /robo_scout_server/app/assets/stylesheets/media.scss */
.panel-title a.accordion-toggle:hover {
  color: #e4e4e4;
}

/* line 74, /robo_scout_server/app/assets/stylesheets/media.scss */
.toggle-icon {
  margin-right: 10px;
}

/* line 78, /robo_scout_server/app/assets/stylesheets/media.scss */
.panel .panel-heading .badge-error {
  background-color: #dc3545;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 10px;
  margin-left: 10px;
}

/* line 87, /robo_scout_server/app/assets/stylesheets/media.scss */
ul.pagination {
  margin: 0px;
}
/* line 2, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word.section-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

/* line 8, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.alert {
  margin-top: 10px;
}

/* line 12, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#block-ng-words {
  width: 100%;
}

/* line 16, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#block-new-ng-words {
  width: 100%;
}

/* line 20, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-words {
  font-size: 14px;
}
/* line 23, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-words .text-center {
  text-align: center;
}

/* line 28, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
/* line 33, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
}
/* line 39, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area input[type='text'] {
  border: 1px solid #ccc;
}
/* line 43, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area input[type='text']:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}
/* line 49, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area #ng-word-input {
  margin-left: 12px;
  width: 300px;
  height: 40px;
}
/* line 55, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-input-area #ng-word-add-button {
  margin-left: 12px;
}

/* line 60, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#block-ng-word-sets {
  width: 100%;
}

/* line 64, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-word-sets {
  margin: 3px;
  font-size: 14px;
  width: 100%;
}
/* line 69, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-word-sets th {
  width: 3%;
}
/* line 73, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-word-sets .ng-word-set-name {
  width: 34%;
}
/* line 77, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-word-sets .ng-word {
  width: 54%;
}
/* line 81, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#table-ng-word-sets .text-center {
  text-align: center;
}

/* line 86, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#nd-word-sets-button-area {
  margin-bottom: 28px;
}

/* line 92, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-field legend {
  margin-bottom: 0;
}
/* line 95, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-field legend span {
  font-size: 18px;
  font-weight: bold;
}
/* line 100, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
#ng-word-field legend a {
  font-size: 16px;
  margin: 10px;
}

/* line 107, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-checkbox-block {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 113, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-sets-form-label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

/* line 119, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-sets-form-control {
  flex-grow: 1;
  margin-left: 12px;
  height: 40px;
}

/* line 125, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-set.btn-area {
  margin-top: 16px;
  text-align: center;
}

/* line 130, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-set-name-area {
  display: flex;
  margin-bottom: 16px;
  margin-top: 16px;
}
/* line 135, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-set-name-area input[type='text'] {
  border: 1px solid #ccc;
}
/* line 139, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-set-name-area input[type='text']:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

/* line 146, /robo_scout_server/app/assets/stylesheets/ng_word_sets.scss */
.ng-word-check-container {
  border: 1px solid #c0c0c0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 36px;
  gap: 4px;
}
/* line 2, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.filtering-options.btn-area {
  margin-bottom: 28px;
}

/* line 6, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#table-filtering-options {
  table-layout: fixed;
}
/* line 9, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#table-filtering-options th {
  width: 4%;
}
/* line 13, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#table-filtering-options .graduation-year {
  width: 16%;
}
/* line 17, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#table-filtering-options .education-type {
  width: 56%;
  word-break: keep-all;
}
/* line 22, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#table-filtering-options .age {
  width: 12%;
}

/* line 28, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.rds-filtering-options legend {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

/* line 35, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#education-type-field {
  margin-bottom: 12px;
}

/* line 39, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.option-checkbox-container {
  border: 1px solid #c0c0c0;
  padding: 12px;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 36px;
  gap: 4px;
}

/* line 49, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
#option-checkbox-block {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 55, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.option-select-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
/* line 60, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.option-select-container select {
  border: 1px solid #ccc;
  height: 35px;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-right: 12px;
}

/* line 70, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.option-input-container input {
  border: 1px solid #ccc;
  height: 35px;
  width: 68px;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-right: 12px;
}

/* line 80, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.year-label {
  margin-right: 12px;
}

/* line 84, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.age-label {
  margin-right: 12px;
}

/* line 88, /robo_scout_server/app/assets/stylesheets/rds_filtering_options.scss */
.options.btn-area {
  text-align: center;
}
/* line 3, /robo_scout_server/app/assets/stylesheets/robo_settings.scss */
form .setting_block {
  padding: 3px;
}
/* line 6, /robo_scout_server/app/assets/stylesheets/robo_settings.scss */
form .setting_block label {
  width: 20%;
}
/* line 9, /robo_scout_server/app/assets/stylesheets/robo_settings.scss */
form .setting_block input {
  width: 30%;
}

/* line 17, /robo_scout_server/app/assets/stylesheets/robo_settings.scss */
.description h4 {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 21, /robo_scout_server/app/assets/stylesheets/robo_settings.scss */
.description ul {
  font-size: 12px;
  padding-left: 20px;
}
@charset "UTF-8";
/* line 2, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.scout-report .container {
  padding-top: 15px;
}
/* line 6, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.scout-report .panel-heading {
  padding: 10px 20px;
}
/* line 10, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.scout-report .panel-body {
  padding: 20px;
}
/* line 14, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.scout-report .panel-title {
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: left;
}

/* line 22, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.date-range-container {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

/* line 28, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.date-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 34, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.date-range-label {
  font-weight: normal;
  margin: 0;
  color: #333;
}

/* Bootstrap3のinput-group-addonのスタイルを微調整 */
/* line 41, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.input-group-addon {
  padding: 6px 12px;
}

@media (max-width: 768px) {
  /* line 46, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
  .date-range-container {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  /* line 52, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
  .date-input-group {
    width: 100%;
  }

  /* line 56, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
  .input-group {
    width: 100%;
  }

  /* line 60, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
  .update-btn {
    width: 100%;
  }
}
/* line 66, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.chart-container {
  position: relative;
}

/* line 70, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.chart-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* line 84, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.loading-spinner {
  margin-bottom: 10px;
}

/* line 88, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.loading-text {
  color: #666;
  font-size: 14px;
}

/* line 93, /robo_scout_server/app/assets/stylesheets/scout_report.scss */
.glyphicon-spin {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */


/* custom */


.logo {
    height: 30px;
    width: auto;
    margin-top: 12px;
}
