/* Minification failed. Returning unminified contents.
(18321,16): run-time error CSS1063: Expected calculation unit, found '$'
(18321,16): run-time error CSS1064: Expected calculation product, found '$'
(18321,16): run-time error CSS1065: Expected calculation sum, found '$'
(18321,16): run-time error CSS1034: Expected closing parenthesis, found '$'
(18321,16): run-time error CSS1042: Expected function, found '$'
(18321,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(18402,24): run-time error CSS1063: Expected calculation unit, found '#'
(18402,24): run-time error CSS1064: Expected calculation product, found '#'
(18402,24): run-time error CSS1065: Expected calculation sum, found '#'
(18402,24): run-time error CSS1034: Expected closing parenthesis, found '#'
(18402,24): run-time error CSS1042: Expected function, found '#'
(18402,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
/*! jQuery UI - v1.11.4 - 2016-04-11
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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: 400;
	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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.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;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #0370ab;
	background: #0370ab;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #e87b0c;
	background: #e87b0c;
	color: #FFF;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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(/Areas/General/Views/Themes/2/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_444444_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_777777_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Areas/General/Views/Themes/2/images/ui-icons_cc0000_256x240.png);
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

@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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.eot?1639571008);
  src: url(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.eot?&1639571008#iefix) format("embedded-opentype"), url(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.woff2?1639571008) format("woff2"), url(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.woff?1639571008) format("woff"), url(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.ttf?1639571008) format("truetype"), url(/Areas/General/Views/Themes/2/fonts/glyphicons-halflings-regular.svg?1639571008#glyphicons_halflingsregular) format("svg");
}
/* line 24, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Skoda Next", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

/* line 36, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #a8ffcc;
  text-decoration: none;
}
/* line 52, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #5cff9f;
  text-decoration: underline;
}
/* line 58, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 30, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 41, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 24px;
}

/* line 48, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 22px;
}

/* line 49, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 20px;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 93%;
}

/* line 83, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 153, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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.42857143;
  color: #777777;
}
/* line 265, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
}

/* line 24, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
/* line 31, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 36px;
  }
  /* line 197, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 34px;
  }
  /* line 202, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 45px;
  }
}
/* line 215, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 38px;
}
/* line 315, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 34px;
  line-height: 34px;
}

/* line 84, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
/* line 344, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}

/* line 71, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 45px;
  line-height: 45px;
}

/* line 84, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
/* line 370, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

/* line 388, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 398, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 45px;
  height: 45px;
  line-height: 45px;
}

/* line 417, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 34px;
  height: 34px;
  line-height: 34px;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
/* line 442, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 478, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
/* line 575, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}

/* line 9, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #a8ffcc;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #5cff9f;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  border-bottom-left-radius: 0px;
}

/* line 184, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 89, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 15px;
  border-radius: 3px;
}
/* line 94, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 17px;
  border-radius: 6px;
}
/* line 101, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: #a8ffcc;
}
/* line 59, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
}
/* line 199, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px 0px 0 0;
  }
  /* line 210, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 22px;
  height: 50px;
}
/* line 170, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
}
/* line 206, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7px -15px;
}
/* line 235, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  /* line 243, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 257, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* line 286, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 478, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 346, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 349, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  /* line 359, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* line 13, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
/* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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.42857143;
  text-decoration: none;
  color: #a8ffcc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: #fff;
  background-color: #a8ffcc;
  border-color: #a8ffcc;
}
/* line 52, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: #a8ffcc;
  border-color: #a8ffcc;
  cursor: default;
}
/* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: #a8ffcc;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 17px;
  line-height: 1.3333333;
}
/* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 15px;
  line-height: 1.5;
}
/* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #a8ffcc;
}
/* line 31, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: #a8ffcc;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #a8ffcc;
  background-color: #fff;
}
/* line 47, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
/* line 24, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #000;
}

/* line 34, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #a8ffcc;
}

/* line 9, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 22px;
  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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-top-left-radius: -1px;
}
/* line 27, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 39, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-top-left-radius: -1px;
}
/* line 82, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-bottom-left-radius: -1px;
}
/* line 89, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-top-left-radius: -1px;
}
/* line 127, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-top-right-radius: -1px;
}
/* line 131, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
}
/* line 135, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
}
/* line 143, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-bottom-left-radius: -1px;
}
/* line 149, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
  border-bottom-right-radius: -1px;
}
/* line 153, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
}
/* line 157, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: -1px;
}
/* line 164, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 226, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 230, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
  -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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Skoda Next", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: 0px;
}

/* line 36, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: "Skoda Next", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 16px;
  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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: transparent;
}
/* line 109, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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: transparent;
}
/* line 207, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/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, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.r1{-ms-transform:rotate(1deg);-webkit-transform:rotate(1deg);transform:rotate(1deg)}.r2{-ms-transform:rotate(2deg);-webkit-transform:rotate(2deg);transform:rotate(2deg)}.r3{-ms-transform:rotate(3deg);-webkit-transform:rotate(3deg);transform:rotate(3deg)}.r4{-ms-transform:rotate(4deg);-webkit-transform:rotate(4deg);transform:rotate(4deg)}.r5{-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg)}.r6{-ms-transform:rotate(6deg);-webkit-transform:rotate(6deg);transform:rotate(6deg)}.r7{-ms-transform:rotate(7deg);-webkit-transform:rotate(7deg);transform:rotate(7deg)}.r8{-ms-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg)}.r9{-ms-transform:rotate(9deg);-webkit-transform:rotate(9deg);transform:rotate(9deg)}.r10{-ms-transform:rotate(10deg);-webkit-transform:rotate(10deg);transform:rotate(10deg)}.r11{-ms-transform:rotate(11deg);-webkit-transform:rotate(11deg);transform:rotate(11deg)}.r12{-ms-transform:rotate(12deg);-webkit-transform:rotate(12deg);transform:rotate(12deg)}.r13{-ms-transform:rotate(13deg);-webkit-transform:rotate(13deg);transform:rotate(13deg)}.r14{-ms-transform:rotate(14deg);-webkit-transform:rotate(14deg);transform:rotate(14deg)}.r15{-ms-transform:rotate(15deg);-webkit-transform:rotate(15deg);transform:rotate(15deg)}.r16{-ms-transform:rotate(16deg);-webkit-transform:rotate(16deg);transform:rotate(16deg)}.r17{-ms-transform:rotate(17deg);-webkit-transform:rotate(17deg);transform:rotate(17deg)}.r18{-ms-transform:rotate(18deg);-webkit-transform:rotate(18deg);transform:rotate(18deg)}.r19{-ms-transform:rotate(19deg);-webkit-transform:rotate(19deg);transform:rotate(19deg)}.r20{-ms-transform:rotate(20deg);-webkit-transform:rotate(20deg);transform:rotate(20deg)}.r21{-ms-transform:rotate(21deg);-webkit-transform:rotate(21deg);transform:rotate(21deg)}.r22{-ms-transform:rotate(22deg);-webkit-transform:rotate(22deg);transform:rotate(22deg)}.r23{-ms-transform:rotate(23deg);-webkit-transform:rotate(23deg);transform:rotate(23deg)}.r24{-ms-transform:rotate(24deg);-webkit-transform:rotate(24deg);transform:rotate(24deg)}.r25{-ms-transform:rotate(25deg);-webkit-transform:rotate(25deg);transform:rotate(25deg)}.r26{-ms-transform:rotate(26deg);-webkit-transform:rotate(26deg);transform:rotate(26deg)}.r27{-ms-transform:rotate(27deg);-webkit-transform:rotate(27deg);transform:rotate(27deg)}.r28{-ms-transform:rotate(28deg);-webkit-transform:rotate(28deg);transform:rotate(28deg)}.r29{-ms-transform:rotate(29deg);-webkit-transform:rotate(29deg);transform:rotate(29deg)}.r30{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}.r31{-ms-transform:rotate(31deg);-webkit-transform:rotate(31deg);transform:rotate(31deg)}.r32{-ms-transform:rotate(32deg);-webkit-transform:rotate(32deg);transform:rotate(32deg)}.r33{-ms-transform:rotate(33deg);-webkit-transform:rotate(33deg);transform:rotate(33deg)}.r34{-ms-transform:rotate(34deg);-webkit-transform:rotate(34deg);transform:rotate(34deg)}.r35{-ms-transform:rotate(35deg);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.r36{-ms-transform:rotate(36deg);-webkit-transform:rotate(36deg);transform:rotate(36deg)}.r37{-ms-transform:rotate(37deg);-webkit-transform:rotate(37deg);transform:rotate(37deg)}.r38{-ms-transform:rotate(38deg);-webkit-transform:rotate(38deg);transform:rotate(38deg)}.r39{-ms-transform:rotate(39deg);-webkit-transform:rotate(39deg);transform:rotate(39deg)}.r40{-ms-transform:rotate(40deg);-webkit-transform:rotate(40deg);transform:rotate(40deg)}.r41{-ms-transform:rotate(41deg);-webkit-transform:rotate(41deg);transform:rotate(41deg)}.r42{-ms-transform:rotate(42deg);-webkit-transform:rotate(42deg);transform:rotate(42deg)}.r43{-ms-transform:rotate(43deg);-webkit-transform:rotate(43deg);transform:rotate(43deg)}.r44{-ms-transform:rotate(44deg);-webkit-transform:rotate(44deg);transform:rotate(44deg)}.r45{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.r46{-ms-transform:rotate(46deg);-webkit-transform:rotate(46deg);transform:rotate(46deg)}.r47{-ms-transform:rotate(47deg);-webkit-transform:rotate(47deg);transform:rotate(47deg)}.r48{-ms-transform:rotate(48deg);-webkit-transform:rotate(48deg);transform:rotate(48deg)}.r49{-ms-transform:rotate(49deg);-webkit-transform:rotate(49deg);transform:rotate(49deg)}.r50{-ms-transform:rotate(50deg);-webkit-transform:rotate(50deg);transform:rotate(50deg)}.r51{-ms-transform:rotate(51deg);-webkit-transform:rotate(51deg);transform:rotate(51deg)}.r52{-ms-transform:rotate(52deg);-webkit-transform:rotate(52deg);transform:rotate(52deg)}.r53{-ms-transform:rotate(53deg);-webkit-transform:rotate(53deg);transform:rotate(53deg)}.r54{-ms-transform:rotate(54deg);-webkit-transform:rotate(54deg);transform:rotate(54deg)}.r55{-ms-transform:rotate(55deg);-webkit-transform:rotate(55deg);transform:rotate(55deg)}.r56{-ms-transform:rotate(56deg);-webkit-transform:rotate(56deg);transform:rotate(56deg)}.r57{-ms-transform:rotate(57deg);-webkit-transform:rotate(57deg);transform:rotate(57deg)}.r58{-ms-transform:rotate(58deg);-webkit-transform:rotate(58deg);transform:rotate(58deg)}.r59{-ms-transform:rotate(59deg);-webkit-transform:rotate(59deg);transform:rotate(59deg)}.r60{-ms-transform:rotate(60deg);-webkit-transform:rotate(60deg);transform:rotate(60deg)}.r61{-ms-transform:rotate(61deg);-webkit-transform:rotate(61deg);transform:rotate(61deg)}.r62{-ms-transform:rotate(62deg);-webkit-transform:rotate(62deg);transform:rotate(62deg)}.r63{-ms-transform:rotate(63deg);-webkit-transform:rotate(63deg);transform:rotate(63deg)}.r64{-ms-transform:rotate(64deg);-webkit-transform:rotate(64deg);transform:rotate(64deg)}.r65{-ms-transform:rotate(65deg);-webkit-transform:rotate(65deg);transform:rotate(65deg)}.r66{-ms-transform:rotate(66deg);-webkit-transform:rotate(66deg);transform:rotate(66deg)}.r67{-ms-transform:rotate(67deg);-webkit-transform:rotate(67deg);transform:rotate(67deg)}.r68{-ms-transform:rotate(68deg);-webkit-transform:rotate(68deg);transform:rotate(68deg)}.r69{-ms-transform:rotate(69deg);-webkit-transform:rotate(69deg);transform:rotate(69deg)}.r70{-ms-transform:rotate(70deg);-webkit-transform:rotate(70deg);transform:rotate(70deg)}.r71{-ms-transform:rotate(71deg);-webkit-transform:rotate(71deg);transform:rotate(71deg)}.r72{-ms-transform:rotate(72deg);-webkit-transform:rotate(72deg);transform:rotate(72deg)}.r73{-ms-transform:rotate(73deg);-webkit-transform:rotate(73deg);transform:rotate(73deg)}.r74{-ms-transform:rotate(74deg);-webkit-transform:rotate(74deg);transform:rotate(74deg)}.r75{-ms-transform:rotate(75deg);-webkit-transform:rotate(75deg);transform:rotate(75deg)}.r76{-ms-transform:rotate(76deg);-webkit-transform:rotate(76deg);transform:rotate(76deg)}.r77{-ms-transform:rotate(77deg);-webkit-transform:rotate(77deg);transform:rotate(77deg)}.r78{-ms-transform:rotate(78deg);-webkit-transform:rotate(78deg);transform:rotate(78deg)}.r79{-ms-transform:rotate(79deg);-webkit-transform:rotate(79deg);transform:rotate(79deg)}.r80{-ms-transform:rotate(80deg);-webkit-transform:rotate(80deg);transform:rotate(80deg)}.r81{-ms-transform:rotate(81deg);-webkit-transform:rotate(81deg);transform:rotate(81deg)}.r82{-ms-transform:rotate(82deg);-webkit-transform:rotate(82deg);transform:rotate(82deg)}.r83{-ms-transform:rotate(83deg);-webkit-transform:rotate(83deg);transform:rotate(83deg)}.r84{-ms-transform:rotate(84deg);-webkit-transform:rotate(84deg);transform:rotate(84deg)}.r85{-ms-transform:rotate(85deg);-webkit-transform:rotate(85deg);transform:rotate(85deg)}.r86{-ms-transform:rotate(86deg);-webkit-transform:rotate(86deg);transform:rotate(86deg)}.r87{-ms-transform:rotate(87deg);-webkit-transform:rotate(87deg);transform:rotate(87deg)}.r88{-ms-transform:rotate(88deg);-webkit-transform:rotate(88deg);transform:rotate(88deg)}.r89{-ms-transform:rotate(89deg);-webkit-transform:rotate(89deg);transform:rotate(89deg)}.r90{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.r91{-ms-transform:rotate(91deg);-webkit-transform:rotate(91deg);transform:rotate(91deg)}.r92{-ms-transform:rotate(92deg);-webkit-transform:rotate(92deg);transform:rotate(92deg)}.r93{-ms-transform:rotate(93deg);-webkit-transform:rotate(93deg);transform:rotate(93deg)}.r94{-ms-transform:rotate(94deg);-webkit-transform:rotate(94deg);transform:rotate(94deg)}.r95{-ms-transform:rotate(95deg);-webkit-transform:rotate(95deg);transform:rotate(95deg)}.r96{-ms-transform:rotate(96deg);-webkit-transform:rotate(96deg);transform:rotate(96deg)}.r97{-ms-transform:rotate(97deg);-webkit-transform:rotate(97deg);transform:rotate(97deg)}.r98{-ms-transform:rotate(98deg);-webkit-transform:rotate(98deg);transform:rotate(98deg)}.r99{-ms-transform:rotate(99deg);-webkit-transform:rotate(99deg);transform:rotate(99deg)}.r100{-ms-transform:rotate(100deg);-webkit-transform:rotate(100deg);transform:rotate(100deg)}.r101{-ms-transform:rotate(101deg);-webkit-transform:rotate(101deg);transform:rotate(101deg)}.r102{-ms-transform:rotate(102deg);-webkit-transform:rotate(102deg);transform:rotate(102deg)}.r103{-ms-transform:rotate(103deg);-webkit-transform:rotate(103deg);transform:rotate(103deg)}.r104{-ms-transform:rotate(104deg);-webkit-transform:rotate(104deg);transform:rotate(104deg)}.r105{-ms-transform:rotate(105deg);-webkit-transform:rotate(105deg);transform:rotate(105deg)}.r106{-ms-transform:rotate(106deg);-webkit-transform:rotate(106deg);transform:rotate(106deg)}.r107{-ms-transform:rotate(107deg);-webkit-transform:rotate(107deg);transform:rotate(107deg)}.r108{-ms-transform:rotate(108deg);-webkit-transform:rotate(108deg);transform:rotate(108deg)}.r109{-ms-transform:rotate(109deg);-webkit-transform:rotate(109deg);transform:rotate(109deg)}.r110{-ms-transform:rotate(110deg);-webkit-transform:rotate(110deg);transform:rotate(110deg)}.r111{-ms-transform:rotate(111deg);-webkit-transform:rotate(111deg);transform:rotate(111deg)}.r112{-ms-transform:rotate(112deg);-webkit-transform:rotate(112deg);transform:rotate(112deg)}.r113{-ms-transform:rotate(113deg);-webkit-transform:rotate(113deg);transform:rotate(113deg)}.r114{-ms-transform:rotate(114deg);-webkit-transform:rotate(114deg);transform:rotate(114deg)}.r115{-ms-transform:rotate(115deg);-webkit-transform:rotate(115deg);transform:rotate(115deg)}.r116{-ms-transform:rotate(116deg);-webkit-transform:rotate(116deg);transform:rotate(116deg)}.r117{-ms-transform:rotate(117deg);-webkit-transform:rotate(117deg);transform:rotate(117deg)}.r118{-ms-transform:rotate(118deg);-webkit-transform:rotate(118deg);transform:rotate(118deg)}.r119{-ms-transform:rotate(119deg);-webkit-transform:rotate(119deg);transform:rotate(119deg)}.r120{-ms-transform:rotate(120deg);-webkit-transform:rotate(120deg);transform:rotate(120deg)}.r121{-ms-transform:rotate(121deg);-webkit-transform:rotate(121deg);transform:rotate(121deg)}.r122{-ms-transform:rotate(122deg);-webkit-transform:rotate(122deg);transform:rotate(122deg)}.r123{-ms-transform:rotate(123deg);-webkit-transform:rotate(123deg);transform:rotate(123deg)}.r124{-ms-transform:rotate(124deg);-webkit-transform:rotate(124deg);transform:rotate(124deg)}.r125{-ms-transform:rotate(125deg);-webkit-transform:rotate(125deg);transform:rotate(125deg)}.r126{-ms-transform:rotate(126deg);-webkit-transform:rotate(126deg);transform:rotate(126deg)}.r127{-ms-transform:rotate(127deg);-webkit-transform:rotate(127deg);transform:rotate(127deg)}.r128{-ms-transform:rotate(128deg);-webkit-transform:rotate(128deg);transform:rotate(128deg)}.r129{-ms-transform:rotate(129deg);-webkit-transform:rotate(129deg);transform:rotate(129deg)}.r130{-ms-transform:rotate(130deg);-webkit-transform:rotate(130deg);transform:rotate(130deg)}.r131{-ms-transform:rotate(131deg);-webkit-transform:rotate(131deg);transform:rotate(131deg)}.r132{-ms-transform:rotate(132deg);-webkit-transform:rotate(132deg);transform:rotate(132deg)}.r133{-ms-transform:rotate(133deg);-webkit-transform:rotate(133deg);transform:rotate(133deg)}.r134{-ms-transform:rotate(134deg);-webkit-transform:rotate(134deg);transform:rotate(134deg)}.r135{-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.r136{-ms-transform:rotate(136deg);-webkit-transform:rotate(136deg);transform:rotate(136deg)}.r137{-ms-transform:rotate(137deg);-webkit-transform:rotate(137deg);transform:rotate(137deg)}.r138{-ms-transform:rotate(138deg);-webkit-transform:rotate(138deg);transform:rotate(138deg)}.r139{-ms-transform:rotate(139deg);-webkit-transform:rotate(139deg);transform:rotate(139deg)}.r140{-ms-transform:rotate(140deg);-webkit-transform:rotate(140deg);transform:rotate(140deg)}.r141{-ms-transform:rotate(141deg);-webkit-transform:rotate(141deg);transform:rotate(141deg)}.r142{-ms-transform:rotate(142deg);-webkit-transform:rotate(142deg);transform:rotate(142deg)}.r143{-ms-transform:rotate(143deg);-webkit-transform:rotate(143deg);transform:rotate(143deg)}.r144{-ms-transform:rotate(144deg);-webkit-transform:rotate(144deg);transform:rotate(144deg)}.r145{-ms-transform:rotate(145deg);-webkit-transform:rotate(145deg);transform:rotate(145deg)}.r146{-ms-transform:rotate(146deg);-webkit-transform:rotate(146deg);transform:rotate(146deg)}.r147{-ms-transform:rotate(147deg);-webkit-transform:rotate(147deg);transform:rotate(147deg)}.r148{-ms-transform:rotate(148deg);-webkit-transform:rotate(148deg);transform:rotate(148deg)}.r149{-ms-transform:rotate(149deg);-webkit-transform:rotate(149deg);transform:rotate(149deg)}.r150{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg)}.r151{-ms-transform:rotate(151deg);-webkit-transform:rotate(151deg);transform:rotate(151deg)}.r152{-ms-transform:rotate(152deg);-webkit-transform:rotate(152deg);transform:rotate(152deg)}.r153{-ms-transform:rotate(153deg);-webkit-transform:rotate(153deg);transform:rotate(153deg)}.r154{-ms-transform:rotate(154deg);-webkit-transform:rotate(154deg);transform:rotate(154deg)}.r155{-ms-transform:rotate(155deg);-webkit-transform:rotate(155deg);transform:rotate(155deg)}.r156{-ms-transform:rotate(156deg);-webkit-transform:rotate(156deg);transform:rotate(156deg)}.r157{-ms-transform:rotate(157deg);-webkit-transform:rotate(157deg);transform:rotate(157deg)}.r158{-ms-transform:rotate(158deg);-webkit-transform:rotate(158deg);transform:rotate(158deg)}.r159{-ms-transform:rotate(159deg);-webkit-transform:rotate(159deg);transform:rotate(159deg)}.r160{-ms-transform:rotate(160deg);-webkit-transform:rotate(160deg);transform:rotate(160deg)}.r161{-ms-transform:rotate(161deg);-webkit-transform:rotate(161deg);transform:rotate(161deg)}.r162{-ms-transform:rotate(162deg);-webkit-transform:rotate(162deg);transform:rotate(162deg)}.r163{-ms-transform:rotate(163deg);-webkit-transform:rotate(163deg);transform:rotate(163deg)}.r164{-ms-transform:rotate(164deg);-webkit-transform:rotate(164deg);transform:rotate(164deg)}.r165{-ms-transform:rotate(165deg);-webkit-transform:rotate(165deg);transform:rotate(165deg)}.r166{-ms-transform:rotate(166deg);-webkit-transform:rotate(166deg);transform:rotate(166deg)}.r167{-ms-transform:rotate(167deg);-webkit-transform:rotate(167deg);transform:rotate(167deg)}.r168{-ms-transform:rotate(168deg);-webkit-transform:rotate(168deg);transform:rotate(168deg)}.r169{-ms-transform:rotate(169deg);-webkit-transform:rotate(169deg);transform:rotate(169deg)}.r170{-ms-transform:rotate(170deg);-webkit-transform:rotate(170deg);transform:rotate(170deg)}.r171{-ms-transform:rotate(171deg);-webkit-transform:rotate(171deg);transform:rotate(171deg)}.r172{-ms-transform:rotate(172deg);-webkit-transform:rotate(172deg);transform:rotate(172deg)}.r173{-ms-transform:rotate(173deg);-webkit-transform:rotate(173deg);transform:rotate(173deg)}.r174{-ms-transform:rotate(174deg);-webkit-transform:rotate(174deg);transform:rotate(174deg)}.r175{-ms-transform:rotate(175deg);-webkit-transform:rotate(175deg);transform:rotate(175deg)}.r176{-ms-transform:rotate(176deg);-webkit-transform:rotate(176deg);transform:rotate(176deg)}.r177{-ms-transform:rotate(177deg);-webkit-transform:rotate(177deg);transform:rotate(177deg)}.r178{-ms-transform:rotate(178deg);-webkit-transform:rotate(178deg);transform:rotate(178deg)}.r179{-ms-transform:rotate(179deg);-webkit-transform:rotate(179deg);transform:rotate(179deg)}.r180{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.r181{-ms-transform:rotate(181deg);-webkit-transform:rotate(181deg);transform:rotate(181deg)}.r182{-ms-transform:rotate(182deg);-webkit-transform:rotate(182deg);transform:rotate(182deg)}.r183{-ms-transform:rotate(183deg);-webkit-transform:rotate(183deg);transform:rotate(183deg)}.r184{-ms-transform:rotate(184deg);-webkit-transform:rotate(184deg);transform:rotate(184deg)}.r185{-ms-transform:rotate(185deg);-webkit-transform:rotate(185deg);transform:rotate(185deg)}.r186{-ms-transform:rotate(186deg);-webkit-transform:rotate(186deg);transform:rotate(186deg)}.r187{-ms-transform:rotate(187deg);-webkit-transform:rotate(187deg);transform:rotate(187deg)}.r188{-ms-transform:rotate(188deg);-webkit-transform:rotate(188deg);transform:rotate(188deg)}.r189{-ms-transform:rotate(189deg);-webkit-transform:rotate(189deg);transform:rotate(189deg)}.r190{-ms-transform:rotate(190deg);-webkit-transform:rotate(190deg);transform:rotate(190deg)}.r191{-ms-transform:rotate(191deg);-webkit-transform:rotate(191deg);transform:rotate(191deg)}.r192{-ms-transform:rotate(192deg);-webkit-transform:rotate(192deg);transform:rotate(192deg)}.r193{-ms-transform:rotate(193deg);-webkit-transform:rotate(193deg);transform:rotate(193deg)}.r194{-ms-transform:rotate(194deg);-webkit-transform:rotate(194deg);transform:rotate(194deg)}.r195{-ms-transform:rotate(195deg);-webkit-transform:rotate(195deg);transform:rotate(195deg)}.r196{-ms-transform:rotate(196deg);-webkit-transform:rotate(196deg);transform:rotate(196deg)}.r197{-ms-transform:rotate(197deg);-webkit-transform:rotate(197deg);transform:rotate(197deg)}.r198{-ms-transform:rotate(198deg);-webkit-transform:rotate(198deg);transform:rotate(198deg)}.r199{-ms-transform:rotate(199deg);-webkit-transform:rotate(199deg);transform:rotate(199deg)}.r200{-ms-transform:rotate(200deg);-webkit-transform:rotate(200deg);transform:rotate(200deg)}.r201{-ms-transform:rotate(201deg);-webkit-transform:rotate(201deg);transform:rotate(201deg)}.r202{-ms-transform:rotate(202deg);-webkit-transform:rotate(202deg);transform:rotate(202deg)}.r203{-ms-transform:rotate(203deg);-webkit-transform:rotate(203deg);transform:rotate(203deg)}.r204{-ms-transform:rotate(204deg);-webkit-transform:rotate(204deg);transform:rotate(204deg)}.r205{-ms-transform:rotate(205deg);-webkit-transform:rotate(205deg);transform:rotate(205deg)}.r206{-ms-transform:rotate(206deg);-webkit-transform:rotate(206deg);transform:rotate(206deg)}.r207{-ms-transform:rotate(207deg);-webkit-transform:rotate(207deg);transform:rotate(207deg)}.r208{-ms-transform:rotate(208deg);-webkit-transform:rotate(208deg);transform:rotate(208deg)}.r209{-ms-transform:rotate(209deg);-webkit-transform:rotate(209deg);transform:rotate(209deg)}.r210{-ms-transform:rotate(210deg);-webkit-transform:rotate(210deg);transform:rotate(210deg)}.r211{-ms-transform:rotate(211deg);-webkit-transform:rotate(211deg);transform:rotate(211deg)}.r212{-ms-transform:rotate(212deg);-webkit-transform:rotate(212deg);transform:rotate(212deg)}.r213{-ms-transform:rotate(213deg);-webkit-transform:rotate(213deg);transform:rotate(213deg)}.r214{-ms-transform:rotate(214deg);-webkit-transform:rotate(214deg);transform:rotate(214deg)}.r215{-ms-transform:rotate(215deg);-webkit-transform:rotate(215deg);transform:rotate(215deg)}.r216{-ms-transform:rotate(216deg);-webkit-transform:rotate(216deg);transform:rotate(216deg)}.r217{-ms-transform:rotate(217deg);-webkit-transform:rotate(217deg);transform:rotate(217deg)}.r218{-ms-transform:rotate(218deg);-webkit-transform:rotate(218deg);transform:rotate(218deg)}.r219{-ms-transform:rotate(219deg);-webkit-transform:rotate(219deg);transform:rotate(219deg)}.r220{-ms-transform:rotate(220deg);-webkit-transform:rotate(220deg);transform:rotate(220deg)}.r221{-ms-transform:rotate(221deg);-webkit-transform:rotate(221deg);transform:rotate(221deg)}.r222{-ms-transform:rotate(222deg);-webkit-transform:rotate(222deg);transform:rotate(222deg)}.r223{-ms-transform:rotate(223deg);-webkit-transform:rotate(223deg);transform:rotate(223deg)}.r224{-ms-transform:rotate(224deg);-webkit-transform:rotate(224deg);transform:rotate(224deg)}.r225{-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.r226{-ms-transform:rotate(226deg);-webkit-transform:rotate(226deg);transform:rotate(226deg)}.r227{-ms-transform:rotate(227deg);-webkit-transform:rotate(227deg);transform:rotate(227deg)}.r228{-ms-transform:rotate(228deg);-webkit-transform:rotate(228deg);transform:rotate(228deg)}.r229{-ms-transform:rotate(229deg);-webkit-transform:rotate(229deg);transform:rotate(229deg)}.r230{-ms-transform:rotate(230deg);-webkit-transform:rotate(230deg);transform:rotate(230deg)}.r231{-ms-transform:rotate(231deg);-webkit-transform:rotate(231deg);transform:rotate(231deg)}.r232{-ms-transform:rotate(232deg);-webkit-transform:rotate(232deg);transform:rotate(232deg)}.r233{-ms-transform:rotate(233deg);-webkit-transform:rotate(233deg);transform:rotate(233deg)}.r234{-ms-transform:rotate(234deg);-webkit-transform:rotate(234deg);transform:rotate(234deg)}.r235{-ms-transform:rotate(235deg);-webkit-transform:rotate(235deg);transform:rotate(235deg)}.r236{-ms-transform:rotate(236deg);-webkit-transform:rotate(236deg);transform:rotate(236deg)}.r237{-ms-transform:rotate(237deg);-webkit-transform:rotate(237deg);transform:rotate(237deg)}.r238{-ms-transform:rotate(238deg);-webkit-transform:rotate(238deg);transform:rotate(238deg)}.r239{-ms-transform:rotate(239deg);-webkit-transform:rotate(239deg);transform:rotate(239deg)}.r240{-ms-transform:rotate(240deg);-webkit-transform:rotate(240deg);transform:rotate(240deg)}.r241{-ms-transform:rotate(241deg);-webkit-transform:rotate(241deg);transform:rotate(241deg)}.r242{-ms-transform:rotate(242deg);-webkit-transform:rotate(242deg);transform:rotate(242deg)}.r243{-ms-transform:rotate(243deg);-webkit-transform:rotate(243deg);transform:rotate(243deg)}.r244{-ms-transform:rotate(244deg);-webkit-transform:rotate(244deg);transform:rotate(244deg)}.r245{-ms-transform:rotate(245deg);-webkit-transform:rotate(245deg);transform:rotate(245deg)}.r246{-ms-transform:rotate(246deg);-webkit-transform:rotate(246deg);transform:rotate(246deg)}.r247{-ms-transform:rotate(247deg);-webkit-transform:rotate(247deg);transform:rotate(247deg)}.r248{-ms-transform:rotate(248deg);-webkit-transform:rotate(248deg);transform:rotate(248deg)}.r249{-ms-transform:rotate(249deg);-webkit-transform:rotate(249deg);transform:rotate(249deg)}.r250{-ms-transform:rotate(250deg);-webkit-transform:rotate(250deg);transform:rotate(250deg)}.r251{-ms-transform:rotate(251deg);-webkit-transform:rotate(251deg);transform:rotate(251deg)}.r252{-ms-transform:rotate(252deg);-webkit-transform:rotate(252deg);transform:rotate(252deg)}.r253{-ms-transform:rotate(253deg);-webkit-transform:rotate(253deg);transform:rotate(253deg)}.r254{-ms-transform:rotate(254deg);-webkit-transform:rotate(254deg);transform:rotate(254deg)}.r255{-ms-transform:rotate(255deg);-webkit-transform:rotate(255deg);transform:rotate(255deg)}.r256{-ms-transform:rotate(256deg);-webkit-transform:rotate(256deg);transform:rotate(256deg)}.r257{-ms-transform:rotate(257deg);-webkit-transform:rotate(257deg);transform:rotate(257deg)}.r258{-ms-transform:rotate(258deg);-webkit-transform:rotate(258deg);transform:rotate(258deg)}.r259{-ms-transform:rotate(259deg);-webkit-transform:rotate(259deg);transform:rotate(259deg)}.r260{-ms-transform:rotate(260deg);-webkit-transform:rotate(260deg);transform:rotate(260deg)}.r261{-ms-transform:rotate(261deg);-webkit-transform:rotate(261deg);transform:rotate(261deg)}.r262{-ms-transform:rotate(262deg);-webkit-transform:rotate(262deg);transform:rotate(262deg)}.r263{-ms-transform:rotate(263deg);-webkit-transform:rotate(263deg);transform:rotate(263deg)}.r264{-ms-transform:rotate(264deg);-webkit-transform:rotate(264deg);transform:rotate(264deg)}.r265{-ms-transform:rotate(265deg);-webkit-transform:rotate(265deg);transform:rotate(265deg)}.r266{-ms-transform:rotate(266deg);-webkit-transform:rotate(266deg);transform:rotate(266deg)}.r267{-ms-transform:rotate(267deg);-webkit-transform:rotate(267deg);transform:rotate(267deg)}.r268{-ms-transform:rotate(268deg);-webkit-transform:rotate(268deg);transform:rotate(268deg)}.r269{-ms-transform:rotate(269deg);-webkit-transform:rotate(269deg);transform:rotate(269deg)}.r270{-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.r271{-ms-transform:rotate(271deg);-webkit-transform:rotate(271deg);transform:rotate(271deg)}.r272{-ms-transform:rotate(272deg);-webkit-transform:rotate(272deg);transform:rotate(272deg)}.r273{-ms-transform:rotate(273deg);-webkit-transform:rotate(273deg);transform:rotate(273deg)}.r274{-ms-transform:rotate(274deg);-webkit-transform:rotate(274deg);transform:rotate(274deg)}.r275{-ms-transform:rotate(275deg);-webkit-transform:rotate(275deg);transform:rotate(275deg)}.r276{-ms-transform:rotate(276deg);-webkit-transform:rotate(276deg);transform:rotate(276deg)}.r277{-ms-transform:rotate(277deg);-webkit-transform:rotate(277deg);transform:rotate(277deg)}.r278{-ms-transform:rotate(278deg);-webkit-transform:rotate(278deg);transform:rotate(278deg)}.r279{-ms-transform:rotate(279deg);-webkit-transform:rotate(279deg);transform:rotate(279deg)}.r280{-ms-transform:rotate(280deg);-webkit-transform:rotate(280deg);transform:rotate(280deg)}.r281{-ms-transform:rotate(281deg);-webkit-transform:rotate(281deg);transform:rotate(281deg)}.r282{-ms-transform:rotate(282deg);-webkit-transform:rotate(282deg);transform:rotate(282deg)}.r283{-ms-transform:rotate(283deg);-webkit-transform:rotate(283deg);transform:rotate(283deg)}.r284{-ms-transform:rotate(284deg);-webkit-transform:rotate(284deg);transform:rotate(284deg)}.r285{-ms-transform:rotate(285deg);-webkit-transform:rotate(285deg);transform:rotate(285deg)}.r286{-ms-transform:rotate(286deg);-webkit-transform:rotate(286deg);transform:rotate(286deg)}.r287{-ms-transform:rotate(287deg);-webkit-transform:rotate(287deg);transform:rotate(287deg)}.r288{-ms-transform:rotate(288deg);-webkit-transform:rotate(288deg);transform:rotate(288deg)}.r289{-ms-transform:rotate(289deg);-webkit-transform:rotate(289deg);transform:rotate(289deg)}.r290{-ms-transform:rotate(290deg);-webkit-transform:rotate(290deg);transform:rotate(290deg)}.r291{-ms-transform:rotate(291deg);-webkit-transform:rotate(291deg);transform:rotate(291deg)}.r292{-ms-transform:rotate(292deg);-webkit-transform:rotate(292deg);transform:rotate(292deg)}.r293{-ms-transform:rotate(293deg);-webkit-transform:rotate(293deg);transform:rotate(293deg)}.r294{-ms-transform:rotate(294deg);-webkit-transform:rotate(294deg);transform:rotate(294deg)}.r295{-ms-transform:rotate(295deg);-webkit-transform:rotate(295deg);transform:rotate(295deg)}.r296{-ms-transform:rotate(296deg);-webkit-transform:rotate(296deg);transform:rotate(296deg)}.r297{-ms-transform:rotate(297deg);-webkit-transform:rotate(297deg);transform:rotate(297deg)}.r298{-ms-transform:rotate(298deg);-webkit-transform:rotate(298deg);transform:rotate(298deg)}.r299{-ms-transform:rotate(299deg);-webkit-transform:rotate(299deg);transform:rotate(299deg)}.r300{-ms-transform:rotate(300deg);-webkit-transform:rotate(300deg);transform:rotate(300deg)}.r301{-ms-transform:rotate(301deg);-webkit-transform:rotate(301deg);transform:rotate(301deg)}.r302{-ms-transform:rotate(302deg);-webkit-transform:rotate(302deg);transform:rotate(302deg)}.r303{-ms-transform:rotate(303deg);-webkit-transform:rotate(303deg);transform:rotate(303deg)}.r304{-ms-transform:rotate(304deg);-webkit-transform:rotate(304deg);transform:rotate(304deg)}.r305{-ms-transform:rotate(305deg);-webkit-transform:rotate(305deg);transform:rotate(305deg)}.r306{-ms-transform:rotate(306deg);-webkit-transform:rotate(306deg);transform:rotate(306deg)}.r307{-ms-transform:rotate(307deg);-webkit-transform:rotate(307deg);transform:rotate(307deg)}.r308{-ms-transform:rotate(308deg);-webkit-transform:rotate(308deg);transform:rotate(308deg)}.r309{-ms-transform:rotate(309deg);-webkit-transform:rotate(309deg);transform:rotate(309deg)}.r310{-ms-transform:rotate(310deg);-webkit-transform:rotate(310deg);transform:rotate(310deg)}.r311{-ms-transform:rotate(311deg);-webkit-transform:rotate(311deg);transform:rotate(311deg)}.r312{-ms-transform:rotate(312deg);-webkit-transform:rotate(312deg);transform:rotate(312deg)}.r313{-ms-transform:rotate(313deg);-webkit-transform:rotate(313deg);transform:rotate(313deg)}.r314{-ms-transform:rotate(314deg);-webkit-transform:rotate(314deg);transform:rotate(314deg)}.r315{-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.r316{-ms-transform:rotate(316deg);-webkit-transform:rotate(316deg);transform:rotate(316deg)}.r317{-ms-transform:rotate(317deg);-webkit-transform:rotate(317deg);transform:rotate(317deg)}.r318{-ms-transform:rotate(318deg);-webkit-transform:rotate(318deg);transform:rotate(318deg)}.r319{-ms-transform:rotate(319deg);-webkit-transform:rotate(319deg);transform:rotate(319deg)}.r320{-ms-transform:rotate(320deg);-webkit-transform:rotate(320deg);transform:rotate(320deg)}.r321{-ms-transform:rotate(321deg);-webkit-transform:rotate(321deg);transform:rotate(321deg)}.r322{-ms-transform:rotate(322deg);-webkit-transform:rotate(322deg);transform:rotate(322deg)}.r323{-ms-transform:rotate(323deg);-webkit-transform:rotate(323deg);transform:rotate(323deg)}.r324{-ms-transform:rotate(324deg);-webkit-transform:rotate(324deg);transform:rotate(324deg)}.r325{-ms-transform:rotate(325deg);-webkit-transform:rotate(325deg);transform:rotate(325deg)}.r326{-ms-transform:rotate(326deg);-webkit-transform:rotate(326deg);transform:rotate(326deg)}.r327{-ms-transform:rotate(327deg);-webkit-transform:rotate(327deg);transform:rotate(327deg)}.r328{-ms-transform:rotate(328deg);-webkit-transform:rotate(328deg);transform:rotate(328deg)}.r329{-ms-transform:rotate(329deg);-webkit-transform:rotate(329deg);transform:rotate(329deg)}.r330{-ms-transform:rotate(330deg);-webkit-transform:rotate(330deg);transform:rotate(330deg)}.r331{-ms-transform:rotate(331deg);-webkit-transform:rotate(331deg);transform:rotate(331deg)}.r332{-ms-transform:rotate(332deg);-webkit-transform:rotate(332deg);transform:rotate(332deg)}.r333{-ms-transform:rotate(333deg);-webkit-transform:rotate(333deg);transform:rotate(333deg)}.r334{-ms-transform:rotate(334deg);-webkit-transform:rotate(334deg);transform:rotate(334deg)}.r335{-ms-transform:rotate(335deg);-webkit-transform:rotate(335deg);transform:rotate(335deg)}.r336{-ms-transform:rotate(336deg);-webkit-transform:rotate(336deg);transform:rotate(336deg)}.r337{-ms-transform:rotate(337deg);-webkit-transform:rotate(337deg);transform:rotate(337deg)}.r338{-ms-transform:rotate(338deg);-webkit-transform:rotate(338deg);transform:rotate(338deg)}.r339{-ms-transform:rotate(339deg);-webkit-transform:rotate(339deg);transform:rotate(339deg)}.r340{-ms-transform:rotate(340deg);-webkit-transform:rotate(340deg);transform:rotate(340deg)}.r341{-ms-transform:rotate(341deg);-webkit-transform:rotate(341deg);transform:rotate(341deg)}.r342{-ms-transform:rotate(342deg);-webkit-transform:rotate(342deg);transform:rotate(342deg)}.r343{-ms-transform:rotate(343deg);-webkit-transform:rotate(343deg);transform:rotate(343deg)}.r344{-ms-transform:rotate(344deg);-webkit-transform:rotate(344deg);transform:rotate(344deg)}.r345{-ms-transform:rotate(345deg);-webkit-transform:rotate(345deg);transform:rotate(345deg)}.r346{-ms-transform:rotate(346deg);-webkit-transform:rotate(346deg);transform:rotate(346deg)}.r347{-ms-transform:rotate(347deg);-webkit-transform:rotate(347deg);transform:rotate(347deg)}.r348{-ms-transform:rotate(348deg);-webkit-transform:rotate(348deg);transform:rotate(348deg)}.r349{-ms-transform:rotate(349deg);-webkit-transform:rotate(349deg);transform:rotate(349deg)}.r350{-ms-transform:rotate(350deg);-webkit-transform:rotate(350deg);transform:rotate(350deg)}.r351{-ms-transform:rotate(351deg);-webkit-transform:rotate(351deg);transform:rotate(351deg)}.r352{-ms-transform:rotate(352deg);-webkit-transform:rotate(352deg);transform:rotate(352deg)}.r353{-ms-transform:rotate(353deg);-webkit-transform:rotate(353deg);transform:rotate(353deg)}.r354{-ms-transform:rotate(354deg);-webkit-transform:rotate(354deg);transform:rotate(354deg)}.r355{-ms-transform:rotate(355deg);-webkit-transform:rotate(355deg);transform:rotate(355deg)}.r356{-ms-transform:rotate(356deg);-webkit-transform:rotate(356deg);transform:rotate(356deg)}.r357{-ms-transform:rotate(357deg);-webkit-transform:rotate(357deg);transform:rotate(357deg)}.r358{-ms-transform:rotate(358deg);-webkit-transform:rotate(358deg);transform:rotate(358deg)}.r359{-ms-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}


header             { }
footer             { }
#divCookiesConfirmation { }

#language   {}
.navigation       {}

.message_box      {}

/* obsahova cast */
.table            {}
.table  th        {}
.table  td        {}

.tableLocation td {}
#tableCartItems   {}

/*modalni okna*/
.jqmOverlay       {}
.jqmWindow        {}
button            {}
@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* line 2, ../sass/components/_loading-spin.sass */
.hallMessageWrap {
  padding: 60px 40px 40px;
  background-color: #F1F1F1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* line 10, ../sass/components/_loading-spin.sass */
.hallMessageWrap #hallMessage {
  text-transform: none;
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
}

/* line 20, ../sass/components/_loading-spin.sass */
.spin {
  width: 36px;
  height: 36px;
  position: relative;
  top: 0;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  border: 3.6px solid #a8ffcc;
  border-radius: 50%;
}
/* line 31, ../sass/components/_loading-spin.sass */
.spin:before, .spin:after {
  content: "";
  position: absolute;
  display: block;
  width: 3.6px;
  background-color: #a8ffcc;
  border-radius: 1.8px;
  transform-origin: 50% 0;
}
/* line 41, ../sass/components/_loading-spin.sass */
.spin:before {
  height: 10.8px;
  left: 13.5px;
  top: 50%;
  animation: spin 3000ms linear infinite;
}

/* line 48, ../sass/components/_loading-spin.sass */
#divCartLoading {
  position: fixed;
  z-index: 1050;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* HTML5 display-role reset for older browsers */
/* line 3, ../sass/components/_reset.sass */
applet, object, iframe, h1, h2, h3, h4, h5, h6, a, b, i, q, p, s, u, dl, dt, dd, ol, ul, li, hr, small, strike, strong, sub, sup, var, del, dfn, em, img, ins, kbd, samp, abbr, address, blockquote, cite, pre, code, fieldset, form, label, legend, button, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, menu, nav, section, main, output, ruby, summary, canvas, embed, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/components/_reset.sass */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

/* line 9, ../sass/components/_reset.sass */
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 14, ../sass/components/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 17, ../sass/components/_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* line 21, ../sass/components/_reset.sass */
a img {
  border: 0px;
}

/* line 24, ../sass/components/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../sass/components/_reset.sass */
abbr {
  cursor: pointer;
}

/* line 31, ../sass/components/_reset.sass */
hr {
  background: #c1c1c1;
  height: 1px;
  color: #c1c1c1;
  border: 0;
}

/* line 37, ../sass/components/_reset.sass */
#main-section::after,
#main-header::after,
.login-box::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* line 45, ../sass/components/_reset.sass */
.clear {
  clear: both;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(/Areas/General/Views/Themes/2/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, ../sass/components/_icon-font.sass */
i {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 3, ../sass/components/_modal-windows.sass */
.modal.fade .modal-dialog {
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition-transition: all 0.3s;
  -ms-transform: all 0.3s;
  transition: all 0.3s;
}
/* line 8, ../sass/components/_modal-windows.sass */
.modal.fade.in .modal-dialog {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 11, ../sass/components/_modal-windows.sass */
.modal .modal-dialog {
  color: #000;
}
/* line 13, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 0;
  color: #000;
}
/* line 17, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 15px;
}
/* line 20, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 2px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  font-size: 40px;
  font-size: 2.5rem;
}
/* line 26, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-footer {
  background: #F1F1F1;
  border-top: 1px solid #e9e9e9;
}

/* line 31, ../sass/components/_modal-windows.sass */
#pkpassModal .modal-dialog {
  max-width: 500px;
}

@media (min-width: 992px) {
  /* line 36, ../sass/components/_modal-windows.sass */
  .modal .modal-dialog {
    width: 800px;
  }
}
/* line 42, ../sass/components/_modal-windows.sass */
.pkpassModalQRCode .steps-vertical .steps-vertical-row:before {
  width: 0;
}
/* line 44, ../sass/components/_modal-windows.sass */
.pkpassModalQRCode .pkpass-modal-step-data {
  text-align: center;
  margin-bottom: 25px;
}
/* line 48, ../sass/components/_modal-windows.sass */
.pkpassModalQRCode .steps-vertical-step .custom-icon {
  font-family: "Skoda Next", sans-serif;
}

/* line 3, ../sass/components/_tables.sass */
.block {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 6, ../sass/components/_tables.sass */
.block .item,
.block > .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 10, ../sass/components/_tables.sass */
.block .item:nth-child(2n+1),
.block > .row:nth-child(2n+1) {
  border-bottom: 0px solid #e9e9e9;
}
/* line 13, ../sass/components/_tables.sass */
.block .block_img img {
  max-width: 70px;
}
/* line 16, ../sass/components/_tables.sass */
.block.block-striped > .row:nth-child(2n+1) {
  background-color: #F1F1F1;
  border-top: 0px solid #e9e9e9;
  border-bottom: 0;
}

/* line 21, ../sass/components/_tables.sass */
#vouchersBlock {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 25, ../sass/components/_tables.sass */
#vouchersBlock.block-striped > form:nth-child(2n+1) .row {
  background-color: #F1F1F1;
  border-top: 0px solid #e9e9e9;
  border-bottom: 0;
}

/* line 31, ../sass/components/_tables.sass */
.remove:before {
  font-size: 22px;
  content: "";
  font: normal 1.2em/1 FontAwesome;
  text-indent: 0;
  display: block;
  margin: 2px 0 0 2px;
}

/* line 39, ../sass/components/_tables.sass */
caption {
  color: #000;
  font-weight: 400;
  padding: 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 45, ../sass/components/_tables.sass */
#blockConfirmation.block-striped > .row:nth-child(2n+1) {
  background: #F1F1F1;
}

/* line 47, ../sass/components/_tables.sass */
#blockConfirmation.block-striped > .row:nth-child(2n+2) {
  background-color: transparent;
  border-top: 0px solid #e9e9e9;
  border-bottom: 0;
}

/* line 53, ../sass/components/_tables.sass */
#blockConfirmation > .block {
  margin: 0 0 20px !important;
}

/* line 57, ../sass/components/_tables.sass */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex- flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 61, ../sass/components/_tables.sass */
.flex-box.flex-center {
  align-items: center;
}
/* line 63, ../sass/components/_tables.sass */
.flex-box .aligner-item-center {
  align-self: center;
}

/* line 66, ../sass/components/_tables.sass */
.flex-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-wrap: wrap;
}
/* line 70, ../sass/components/_tables.sass */
.flex-box-item.flex-right-item {
  justify-content: right;
}
/* line 72, ../sass/components/_tables.sass */
.flex-box-item.aligner-item--center {
  align-items: center;
}
/* line 74, ../sass/components/_tables.sass */
.flex-box-item.aligner-item--top {
  align-self: flex-start;
}

/* line 77, ../sass/components/_tables.sass */
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 82, ../sass/components/_tables.sass */
  .generatedDataDiv {
    flex-direction: column;
  }
  /* line 84, ../sass/components/_tables.sass */
  .generatedDataDiv .hall_delete_row {
    padding: 5px 15px 15px;
  }
}
@media (max-width: 991px) {
  /* line 89, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData {
    background: transparent;
  }
  /* line 91, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData > .row {
    margin: 10px 0;
  }
  /* line 93, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData > .row:nth-child(2n+1) {
    background-color: #F1F1F1;
    border-top: 0px solid #e9e9e9;
    border-bottom: 0;
  }
}
/* line 2, ../sass/components/_tabs.sass */
.nav-tabs {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
/* line 5, ../sass/components/_tabs.sass */
.nav-tabs > li {
  border-left: 1px solid #f2f2f2;
}
/* line 8, ../sass/components/_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #ffffff;
  color: #a8ffcc;
  border-top: 1px solid #a8ffcc;
  cursor: default;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 0 #a8ffcc inset;
  -o-box-shadow: 0 2px 0 #a8ffcc inset;
  -moz-box-shadow: 0 2px 0 #a8ffcc inset;
  -ms-box-shadow: 0 2px 0 #a8ffcc inset;
  box-shadow: 0 2px 0 #a8ffcc inset;
}
/* line 15, ../sass/components/_tabs.sass */
.nav-tabs > li > a {
  background: #ffffff;
  border-top: 1px solid #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: -1px;
  font-weight: 300;
  color: #000;
  line-height: 43px;
  line-height: 2.6875rem;
  padding: 0 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition-transition: none;
  -ms-transform: none;
  transition: none;
}
/* line 25, ../sass/components/_tabs.sass */
.nav-tabs > li > a:hover {
  border-color: #f2f2f2;
  background: #ffffff;
}

/* line 31, ../sass/components/_tabs.sass */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #a8ffcc;
}
/* line 38, ../sass/components/_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
}
/* line 40, ../sass/components/_tabs.sass */
.nav-tabs > li:last-child a {
  border-right: 1px solid #f2f2f2;
}

/* line 46, ../sass/components/_tabs.sass */
.nav-tabs-loaylty {
  border-bottom: 1px solid #f2f2f2;
}
/* line 49, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a {
  border-top: 0;
  border-right: 0;
}
/* line 52, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:hover {
  color: #000;
}
/* line 54, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:first-child {
  border-left: 0;
}
/* line 56, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:first-child:hover, .nav-tabs-loaylty > li > a:first-child:focus {
  border-left: 0;
}
/* line 59, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li.active > a, .nav-tabs-loaylty > li.active a:hover, .nav-tabs-loaylty > li.active a:focus {
  border-top: 0;
  border-right: 0;
  border-bottom: 3px solid #000000;
  color: #000000;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  box-shadow: none;
}

/* line 68, ../sass/components/_tabs.sass */
.tab-content .show-m-text {
  display: none;
}

/* sm */
@media (max-width: 991px) {
  /* line 74, ../sass/components/_tabs.sass */
  .nav-tabs > li {
    width: auto;
  }
  /* line 76, ../sass/components/_tabs.sass */
  .nav-tabs > li > a {
    padding: 0 20px 0;
  }
  /* line 78, ../sass/components/_tabs.sass */
  .nav-tabs > li > a .glyphicon {
    font-size: 22px;
    font-size: 1.375rem;
  }
  /* line 80, ../sass/components/_tabs.sass */
  .nav-tabs > li > a .menu-text {
    display: block;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 10px;
  }
  /* line 86, ../sass/components/_tabs.sass */
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #F1F1F1;
  }

  /* line 89, ../sass/components/_tabs.sass */
  .nav-tabs.full-menu {
    margin-bottom: 15px !important;
  }
  /* line 91, ../sass/components/_tabs.sass */
  .nav-tabs.full-menu > li {
    width: 100% !important;
  }

  /* line 94, ../sass/components/_tabs.sass */
  .tab-content .show-m-text {
    display: block;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 100, ../sass/components/_tabs.sass */
  .nav-tabs > li > a .menu-text {
    display: none;
  }

  /* line 102, ../sass/components/_tabs.sass */
  .panel-default {
    border: 1px solid #e9e9e9;
    box-shadow: none;
  }
  /* line 105, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading {
    color: #000;
    background-color: #F1F1F1;
    border-color: #e9e9e9;
    font-weight: 400;
    padding: 0;
    position: relative;
  }
  /* line 112, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  /* line 115, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading .pull-right {
    position: absolute;
    right: 15px;
    top: 12px;
  }

  /* line 120, ../sass/components/_tabs.sass */
  .nav-tabs-loaylty {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 7px !important;
  }
  /* line 124, ../sass/components/_tabs.sass */
  .nav-tabs-loaylty > li > a {
    margin-top: 5px;
  }
}
@media (max-width: 350px) {
  /* line 129, ../sass/components/_tabs.sass */
  .nav-tabs > li > a {
    padding: 8px 15px 0;
  }
}
/* line 1, ../sass/components/_login-box.sass */
.block-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 7, ../sass/components/_login-box.sass */
.login-box .btn-primary {
  background: #a8ffcc;
  border: 1px solid #a8ffcc;
}
/* line 10, ../sass/components/_login-box.sass */
.login-box .btn-primary .fa,
.login-box .btn-primary span {
  color: #fff;
}
/* line 15, ../sass/components/_login-box.sass */
.login-box .user-button a,
.login-box .headerCart a {
  display: block;
  text-transform: uppercase;
  display: inline-block;
}
/* line 19, ../sass/components/_login-box.sass */
.login-box .user-button a:hover, .login-box .user-button a:active, .login-box .user-button a:focus,
.login-box .headerCart a:hover,
.login-box .headerCart a:active,
.login-box .headerCart a:focus {
  color: #fff;
}
/* line 22, ../sass/components/_login-box.sass */
.login-box .user-data .block-left {
  display: inline-block;
}
/* line 24, ../sass/components/_login-box.sass */
.login-box .user-data .block-left span {
  text-transform: uppercase;
}
/* line 26, ../sass/components/_login-box.sass */
.login-box .user-data .block-left.row-user {
  position: relative;
  margin-right: 10px;
}
/* line 29, ../sass/components/_login-box.sass */
.login-box .user-data .block-left.row-user a {
  color: #fff;
  padding: 0;
}

/* line 53, ../sass/components/_login-box.sass */
.login-box .btn {
  color: #ffffff !important;
  text-transform: uppercase;
}
/* line 56, ../sass/components/_login-box.sass */
.login-box .login {
  display: inline-block;
  vertical-align: top;
}
/* line 61, ../sass/components/_login-box.sass */
.login-box .user-data .row-user a {
  color: #fff;
}
/* line 63, ../sass/components/_login-box.sass */
.login-box .user-data {
  display: inline-block;
}

/* line 96, ../sass/components/_login-box.sass */
.headerCart {
  display: none;
}

/* sm */
@media (max-width: 991px) {
  /* line 102, ../sass/components/_login-box.sass */
  .headerCart {
    margin: 0 10px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 109, ../sass/components/_login-box.sass */
  .login-box .row-user {
    display: none !important;
  }

  /* line 114, ../sass/components/_login-box.sass */
  .login-box .btn-icon {
    height: 38px;
    width: 38px;
  }
  /* line 117, ../sass/components/_login-box.sass */
  .login-box .btn-icon span {
    display: none;
  }
  /* line 119, ../sass/components/_login-box.sass */
  .login-box .btn-icon span.cart-qty {
    display: block !important;
  }
}
/* line 1, ../sass/components/_form-elements.sass */
.n-padding-left {
  padding-left: 0;
}

/* line 4, ../sass/components/_form-elements.sass */
.n-padding-right {
  padding-right: 0;
}

/* line 7, ../sass/components/_form-elements.sass */
.panel {
  background: #ffffff;
}

/* line 10, ../sass/components/_form-elements.sass */
.bg-silver,
.price-categories {
  background: #f1f1f1;
  padding: 12px;
  margin: 10px 0;
}

/* line 17, ../sass/components/_form-elements.sass */
.form-control {
  background: #ffffff;
  height: auto;
  padding: 6px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
  color: #000;
  border: 1px solid #cccccc;
}
/* line 28, ../sass/components/_form-elements.sass */
.form-control:focus {
  border-color: #797979;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
/* line 32, ../sass/components/_form-elements.sass */
.form-control::-moz-placeholder {
  color: #797979;
}
/* line 34, ../sass/components/_form-elements.sass */
.form-control::-webkit-input-placeholder {
  color: #797979;
}
/* line 36, ../sass/components/_form-elements.sass */
.form-control::-ms-input-placeholder {
  color: #797979;
}

/* line 39, ../sass/components/_form-elements.sass */
.form-control.text_calendar {
  padding-left: 37px;
}

/* line 42, ../sass/components/_form-elements.sass */
.required-field {
  position: relative;
}
/* line 44, ../sass/components/_form-elements.sass */
.required-field:after {
  position: absolute;
  color: #d8142c;
  content: " * ";
  top: 10px;
  right: 30px;
}

/* line 52, ../sass/components/_form-elements.sass */
.form-group i {
  color: #797979;
}

/* line 56, ../sass/components/_form-elements.sass */
.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 40px;
}
/* line 59, ../sass/components/_form-elements.sass */
.has-feedback-left .form-control-feedback {
  left: 0;
  line-height: 41px;
}

/* line 64, ../sass/components/_form-elements.sass */
.filterBox:focus {
  border-color: transparent;
}
/* line 66, ../sass/components/_form-elements.sass */
.filterBox .search-query {
  border: 1px solid #cbd3da !important;
}
/* line 68, ../sass/components/_form-elements.sass */
.filterBox .glyphicon-calendar {
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 99;
}

/* line 75, ../sass/components/_form-elements.sass */
#custom-search-input .glyphicon-calendar::before {
  color: #a8ffcc;
}
/* line 78, ../sass/components/_form-elements.sass */
#custom-search-input:hover .glyphicon-calendar::before {
  color: #a8ffcc;
}

/* line 84, ../sass/components/_form-elements.sass */
.filters #custom-search-input .search-query {
  color: #797979;
  background-color: #a8ffcc;
  padding: 6px 10px;
}

/* line 88, ../sass/components/_form-elements.sass */
.input-group-addon {
  background-color: #a8ffcc;
  border: 1px solid #cbd3da;
}
/* line 91, ../sass/components/_form-elements.sass */
.input-group-addon i {
  background-color: #a8ffcc;
  border: 1px solid #a8ffcc;
  color: #000;
}

/* line 97, ../sass/components/_form-elements.sass */
.quantity-selector {
  height: auto;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
  color: #000;
  border: 1px solid #cbd3da;
}
/* line 107, ../sass/components/_form-elements.sass */
.quantity-selector:hover {
  border-color: none !important;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
/* line 111, ../sass/components/_form-elements.sass */
.quantity-selector::-moz-placeholder {
  color: #797979;
}
/* line 113, ../sass/components/_form-elements.sass */
.quantity-selector::-webkit-input-placeholder {
  color: #797979;
}
/* line 115, ../sass/components/_form-elements.sass */
.quantity-selector::-ms-input-placeholder {
  color: #797979;
}

/* line 118, ../sass/components/_form-elements.sass */
.vouchers-quantity {
  max-width: 150px;
}

/* line 122, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group, .goods-quantity .form-group {
  margin-bottom: 0;
}
/* line 125, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .form-control:hover, .vouchers-quantity .form-group .form-control:focus, .goods-quantity .form-group .form-control:hover, .goods-quantity .form-group .form-control:focus {
  border: 1px solid #cbd3da;
}
/* line 127, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default, .goods-quantity .form-group .btn-default {
  background-color: #FFF;
}
/* line 129, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default:focus, .vouchers-quantity .form-group .btn-default.focus, .vouchers-quantity .form-group .btn-default:hover, .vouchers-quantity .form-group .btn-default:active, .vouchers-quantity .form-group .btn-default.active, .goods-quantity .form-group .btn-default:focus, .goods-quantity .form-group .btn-default.focus, .goods-quantity .form-group .btn-default:hover, .goods-quantity .form-group .btn-default:active, .goods-quantity .form-group .btn-default.active {
  background-color: #e9e9e9;
  border-color: #cbd3da !important;
}
/* line 132, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default .fa, .goods-quantity .form-group .btn-default .fa {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #797979;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 146, ../sass/components/_form-elements.sass */
  .has-feedback-left .form-control-feedback {
    line-height: 36px;
  }
}
/* xs */
/* XS Portrait */
/* line 1, ../sass/components/_buttons.sass */
.appleWalletBadge {
  border: none;
  background-color: transparent;
}

/* line 5, ../sass/components/_buttons.sass */
.btHallSection {
  width: 100%;
}

/* line 8, ../sass/components/_buttons.sass */
.button-back {
  margin-right: 10px;
}

/* line 11, ../sass/components/_buttons.sass */
.btn-primary {
  border: 1px solid #a8ffcc;
  background: #a8ffcc;
  color: #fff !important;
  padding: 8px 12px;
}
/* line 16, ../sass/components/_buttons.sass */
.btn-primary:hover, .btn-primary:focus {
  border: 1px solid #a8ffcc !important;
  background: #a8ffcc !important;
  color: #fff !important;
}

/* line 22, ../sass/components/_buttons.sass */
.btn {
  position: relative;
  text-decoration: none;
  text-transform: none;
  vertical-align: initial;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 28, ../sass/components/_buttons.sass */
.btn:active {
  box-shadow: none;
}

/* line 31, ../sass/components/_buttons.sass */
.default-btn {
  background-color: #a8ffcc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #000 !important;
  padding: 8px 15px;
  border: 1px solid #a8ffcc;
}
/* line 37, ../sass/components/_buttons.sass */
.default-btn:hover, .default-btn:focus {
  background-color: #99ffc3;
  color: #000 !important;
}

/* line 42, ../sass/components/_buttons.sass */
.btn-sm {
  padding: 3px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  border-width: 1px !important;
}

/* line 49, ../sass/components/_buttons.sass */
.btn-input {
  padding: 7px 13px;
  font-size: 16px;
  font-size: 1rem;
}

/* line 54, ../sass/components/_buttons.sass */
.btn-transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #000000 !important;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 59, ../sass/components/_buttons.sass */
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #000000;
  color: #000000 !important;
}
/* line 62, ../sass/components/_buttons.sass */
.btn-transparent:hover i, .btn-transparent:focus i {
  color: #000000 !important;
}

/* line 65, ../sass/components/_buttons.sass */
.btn-bg-primary-color {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #a8ffcc;
  padding: 8px 15px 8px 47px;
  color: #a8ffcc;
}
/* line 70, ../sass/components/_buttons.sass */
.btn-bg-primary-color span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #89ffba;
}
/* line 78, ../sass/components/_buttons.sass */
.btn-bg-primary-color span:hover, .btn-bg-primary-color span:focus {
  background: #a8ffcc;
  color: #fff;
}
/* line 82, ../sass/components/_buttons.sass */
.btn-bg-primary-color:hover {
  background: #a8ffcc;
  color: #fff;
}

/* line 87, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full {
  background: #a8ffcc;
  border: 1px solid #a8ffcc;
  padding: 8px 15px 8px 47px;
  color: #fff;
}
/* line 92, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #89ffba;
}
/* line 100, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full span:hover, .btn-bg-primary-color-full span:focus {
  background: #a8ffcc;
  color: #fff;
}
/* line 104, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full:hover {
  background: #a8ffcc;
  color: #fff;
}

/* line 108, ../sass/components/_buttons.sass */
.btn-border-main-color {
  background-color: rgba(255, 255, 255, 0);
  color: #a8ffcc !important;
  border: 1px solid #a8ffcc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition-transition: all 0s ease;
  -ms-transform: all 0s ease;
  transition: all 0s ease;
}
/* line 114, ../sass/components/_buttons.sass */
.btn-border-main-color:hover, .btn-border-main-color:focus {
  border: 1px solid #a8ffcc;
  background: #a8ffcc;
  color: #fff !important;
}
/* line 119, ../sass/components/_buttons.sass */
.btn-border-main-color:hover span .fa, .btn-border-main-color:focus span .fa {
  color: #fff;
}
/* line 121, ../sass/components/_buttons.sass */
.btn-border-main-color:hover:hover span, .btn-border-main-color:hover:focus span, .btn-border-main-color:focus:hover span, .btn-border-main-color:focus:focus span {
  border-right: 1px solid #89ffba;
}

/* line 124, ../sass/components/_buttons.sass */
.btn-transparent-two {
  background-color: rgba(255, 255, 255, 0);
  color: #a8ffcc !important;
  border: 1px solid #a8ffcc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 129, ../sass/components/_buttons.sass */
.btn-transparent-two:hover, .btn-transparent-two:focus {
  background-color: #a8ffcc;
  color: #FFF !important;
}

/* line 135, ../sass/components/_buttons.sass */
.btn-icon-right {
  padding: 8px 47px 8px 15px;
}
/* line 137, ../sass/components/_buttons.sass */
.btn-icon-right span:first-child {
  position: absolute;
  right: 0;
  width: 33px;
  top: 0;
  padding: 8px 0;
  background: #99ffc3;
  border-left: 1px solid #99ffc3;
}
/* line 145, ../sass/components/_buttons.sass */
.btn-icon-right span:first-child:hover, .btn-icon-right span:first-child:focus span {
  border-left: 1px solid black;
}

/* line 148, ../sass/components/_buttons.sass */
.btn-icon-left {
  padding: 8px 15px 8px 47px;
}
/* line 150, ../sass/components/_buttons.sass */
.btn-icon-left span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  background-color: #99ffc3;
  border-right: 1px solid #99ffc3;
}
/* line 158, ../sass/components/_buttons.sass */
.btn-icon-left:hover span, .btn-icon-left:focus span {
  border-right: 1px solid #89ffba;
}

/* line 162, ../sass/components/_buttons.sass */
.btn-icon-left-transp {
  padding: 8px 15px 8px 47px;
}
/* line 164, ../sass/components/_buttons.sass */
.btn-icon-left-transp span:first-child {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #000000;
}
/* line 172, ../sass/components/_buttons.sass */
.btn-icon-left-transp:hover span:first-child, .btn-icon-left-transp:focus span:first-child {
  border-right: 1px solid black;
}

/* line 176, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor {
  padding: 8px 15px 8px 47px;
}
/* line 178, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #a8ffcc;
}
/* line 186, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor span i {
  color: #a8ffcc;
}
/* line 188, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor:hover span, .btn-icon-left-transp-mcolor:focus span {
  color: #fff;
}

/* line 191, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two {
  padding: 8px 15px 8px 47px;
}
/* line 193, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #a8ffcc;
}
/* line 201, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two:hover span, .btn-icon-left-transp-two:focus span {
  border-right: 1px solid #8fffbd;
}

/* line 204, ../sass/components/_buttons.sass */
#btPaymentFailedRestore {
  margin-top: 4px;
}

/* line 209, ../sass/components/_buttons.sass */
.modal-footer .btn-transparent {
  border-width: 1px;
}

/* line 213, ../sass/components/_buttons.sass */
a.item_remove_icon,
span.item_remove_icon {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #797979 !important;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 0;
  opacity: 0.3;
  float: right;
  text-align: right;
}
/* line 228, ../sass/components/_buttons.sass */
a.item_remove_icon:hover,
span.item_remove_icon:hover {
  opacity: 1;
}
/* line 230, ../sass/components/_buttons.sass */
a.item_remove_icon::before,
span.item_remove_icon::before {
  content: "";
  position: relative;
  top: 4px;
}

/* line 235, ../sass/components/_buttons.sass */
span.icon-delete-row {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #797979 !important;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 15px;
  opacity: 1;
  float: right;
}
/* line 248, ../sass/components/_buttons.sass */
span.icon-delete-row span {
  color: #a8ffcc;
}
/* line 250, ../sass/components/_buttons.sass */
span.icon-delete-row:hover {
  opacity: 1;
}
/* line 252, ../sass/components/_buttons.sass */
span.icon-delete-row::before {
  content: "";
  position: relative;
  top: 0px;
  right: 4px;
  font-size: 15px;
}
/* line 258, ../sass/components/_buttons.sass */
span.icon-delete-row .text-remove {
  display: none;
}

/* line 262, ../sass/components/_buttons.sass */
.next-button {
  margin-left: 15px;
}

/* line 266, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket,
#blockRezervation #btPrintEBill,
#blockRezervation .btSendCoolTicket {
  padding: 3px 9px 3px 41px;
  border: 1px solid #a8ffcc;
  margin-bottom: 0;
}
/* line 272, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket span,
#blockRezervation #btPrintEBill span,
#blockRezervation .btSendCoolTicket span {
  display: block;
  padding: 0;
  height: 100%;
}
/* line 276, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket span i,
#blockRezervation #btPrintEBill span i,
#blockRezervation .btSendCoolTicket span i {
  vertical-align: middle;
  width: 100%;
}
/* line 279, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket:hover, #blockRezervation .btPrintETicket:focus,
#blockRezervation #btPrintEBill:hover,
#blockRezervation #btPrintEBill:focus,
#blockRezervation .btSendCoolTicket:hover,
#blockRezervation .btSendCoolTicket:focus {
  background: #a8ffcc;
  border: 1px solid #a8ffcc;
}

/* line 284, ../sass/components/_buttons.sass */
.buttonCartCustomerCategoryJS {
  float: right;
}

@media (max-width: 991px) {
  /* line 288, ../sass/components/_buttons.sass */
  .addTickets {
    clear: both;
    margin: 10px 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 296, ../sass/components/_buttons.sass */
  .icon-delete-row {
    width: auto !important;
  }
  /* line 298, ../sass/components/_buttons.sass */
  .icon-delete-row .text-remove {
    display: block !important;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding-right: 10px;
  }

  /* line 304, ../sass/components/_buttons.sass */
  #CartItems .item_remove_icon {
    top: 10px !important;
  }

  /* line 308, ../sass/components/_buttons.sass */
  .backToSection {
    margin-left: 0;
    margin-top: 7px;
  }

  /* line 312, ../sass/components/_buttons.sass */
  .btn-transparent {
    border-width: 1px;
  }

  /* line 315, ../sass/components/_buttons.sass */
  .btn-icon-right {
    padding: 8px 37px 8px 10px;
  }
  /* line 317, ../sass/components/_buttons.sass */
  .btn-icon-right span:first-child {
    width: 25px;
  }

  /* line 321, ../sass/components/_buttons.sass */
  .btn-input {
    padding: 7px 13px !important;
  }

  /* line 324, ../sass/components/_buttons.sass */
  .buttonCartCustomerCategoryJS {
    float: left;
  }
}
/* XS Portrait */
/* line 2, ../sass/components/_steps.sass */
.progress-steps {
  display: table;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
/* line 7, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row {
  display: table-row;
}
/* line 9, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row:before {
  top: 22px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #F1F1F1;
  z-order: 0;
}
/* line 18, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step {
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: top;
  width: 25%;
}
/* line 24, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* line 27, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .step-circle {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: flex- center;
  cursor: auto;
  width: 45px;
  height: 45px;
  padding: 5px 12px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 50%;
  background-color: #F1F1F1;
  outline: 10px solid #ffffff;
}
/* line 40, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .step-circle:focus {
  outline: 10px solid #FFF !important;
  outline-offset: 0 !important;
}
/* line 43, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .step-circle span {
  color: #000;
}
/* line 45, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step p {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 49, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active .step-circle {
  border: 0;
  background-color: #a8ffcc;
}
/* line 52, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active .step-circle span {
  font-weight: 400;
  color: #FFF;
}
/* line 55, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active p {
  color: #a8ffcc;
  font-weight: 400;
}

/* line 63, ../sass/components/_steps.sass */
.shortNavigation .progress-steps-row .step {
  width: 33%;
}
/* line 65, ../sass/components/_steps.sass */
.shortNavigation .progress-steps-row p {
  margin-top: 5px;
}

/* sm */
@media (max-width: 991px) {
  /* line 72, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row:before {
    top: 23px;
  }
  /* line 75, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step .step-circle {
    width: 46px;
    height: 46px;
    padding: 4px 9px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 82, ../sass/components/_steps.sass */
  .col-time {
    width: 30%;
  }

  /* line 86, ../sass/components/_steps.sass */
  .progress-steps .smallDeviceDontDisplay {
    display: none !important;
  }
  /* line 89, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row:before {
    top: 18px;
  }
  /* line 91, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step {
    width: 50%;
  }
  /* line 93, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step .step-circle {
    width: 36px;
    height: 36px;
    padding: 2px 9px;
    font-size: 16px;
    font-size: 1rem;
    outline: 5px solid #ffffff;
  }
}
/* line 1, ../sass/components/_select.sass */
.selectpicker,
._selectpicker {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: calc(100% - 10px) calc(0% + 50%), calc(100% - 13px) calc(1em + 2px), 100% center;
  color: #000;
}

/* line 12, ../sass/components/_select.sass */
.form-control {
  padding: 7px 25px 7px 7px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 19, ../sass/components/_select.sass */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below */
}
/* line 23, ../sass/components/_select.sass */
.bootstrap-select > .dropdown-toggle {
  background: #ffffff;
  width: 100%;
  padding-right: 30px;
  z-index: 1;
}
/* line 28, ../sass/components/_select.sass */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 38, ../sass/components/_select.sass */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 45, ../sass/components/_select.sass */
.btn-default {
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  border: 1px solid #cbd3da;
  background-color: #a8ffcc;
}
/* line 52, ../sass/components/_select.sass */
.btn-default:focus {
  border-color: #797979;
}
/* line 55, ../sass/components/_select.sass */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus {
  color: #000;
  background-color: #F1F1F1;
  border-color: #797979;
}
/* line 59, ../sass/components/_select.sass */
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active {
  color: #000;
  background-color: #F1F1F1;
  border-color: #797979;
}

/* line 65, ../sass/components/_select.sass */
.open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #F1F1F1;
  border-color: #797979;
}

/* line 71, ../sass/components/_select.sass */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 75, ../sass/components/_select.sass */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 77, ../sass/components/_select.sass */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 79, ../sass/components/_select.sass */
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  outline-offset: -2px;
}
/* line 82, ../sass/components/_select.sass */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 86, ../sass/components/_select.sass */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 88, ../sass/components/_select.sass */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 91, ../sass/components/_select.sass */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 95, ../sass/components/_select.sass */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

/* line 98, ../sass/components/_select.sass */
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

/* line 101, ../sass/components/_select.sass */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 104, ../sass/components/_select.sass */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 107, ../sass/components/_select.sass */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 112, ../sass/components/_select.sass */
.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
/* line 114, ../sass/components/_select.sass */
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}
/* line 116, ../sass/components/_select.sass */
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 118, ../sass/components/_select.sass */
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 120, ../sass/components/_select.sass */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
/* line 122, ../sass/components/_select.sass */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 125, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #000;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 131, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: transparent;
}
/* line 133, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 23px;
  font-size: 1.4375rem;
  position: absolute;
  top: 0px;
  right: 13px;
  color: #797979;
}
/* line 142, ../sass/components/_select.sass */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 144, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 2px 0 0;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 151, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 160, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/* line 162, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
/* line 164, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 166, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 173, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 177, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 179, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 181, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 183, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 199, ../sass/components/_select.sass */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 205, ../sass/components/_select.sass */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 207, ../sass/components/_select.sass */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 212, ../sass/components/_select.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 217, ../sass/components/_select.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 221, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 224, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 233, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 243, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 248, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 254, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 257, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 261, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/* line 263, ../sass/components/_select.sass */
.bootstrap-select .inner {
  margin: 0;
}
/* line 265, ../sass/components/_select.sass */
.bootstrap-select .open > .btn-default.dropdown-toggle:hover {
  color: #000;
  background-color: #F1F1F1;
  border-color: #e9e9e9;
}

/* line 270, ../sass/components/_select.sass */
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

/* line 273, ../sass/components/_select.sass */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 278, ../sass/components/_select.sass */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 281, ../sass/components/_select.sass */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 287, ../sass/components/_select.sass */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 291, ../sass/components/_select.sass */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 293, ../sass/components/_select.sass */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* line 298, ../sass/components/_select.sass */
.select-wrap {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: calc(100% - 10px) calc(0% + 50%), calc(100% - 13px) calc(1em + 2px), 100% center;
  background-color: #ffffff;
}
/* line 308, ../sass/components/_select.sass */
.select-wrap .form-control {
  padding: 7px 25px 7px 7px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* sm */
/* xs */
/* line 3, ../sass/components/_helpers.sass */
.d-inline-block {
  display: inline-block;
}

/* line 6, ../sass/components/_helpers.sass */
.row-margin {
  margin-bottom: 20px;
}

/* line 9, ../sass/components/_helpers.sass */
.no-left-padding {
  padding-left: 0;
}

/* line 12, ../sass/components/_helpers.sass */
.no-right-padding {
  padding-right: 0;
}

/* line 15, ../sass/components/_helpers.sass */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ../sass/components/_helpers.sass */
.no-margin {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../sass/components/_helpers.sass */
.p-b {
  padding-bottom: 15px;
}

/* line 26, ../sass/components/_helpers.sass */
.p-t {
  padding-top: 15px;
}

/* line 29, ../sass/components/_helpers.sass */
.m-t {
  margin-top: 10px;
}

/* line 32, ../sass/components/_helpers.sass */
.m-b-t {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 36, ../sass/components/_helpers.sass */
.no-bg {
  background-color: transparent !important;
}

/* line 39, ../sass/components/_helpers.sass */
.margin-back-button {
  margin-bottom: 25px;
}

/* line 44, ../sass/components/_helpers.sass */
.z70, .z71, .z72, .z73, .z74, .z75, .z76, .z77, .z78, .z79 {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* line 48, ../sass/components/_helpers.sass */
.z80, .z81, .z82, .z83, .z84, .z85, .z86, .z87, .z88, .z89 {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 51, ../sass/components/_helpers.sass */
.z90, .z91, .z92, .z93, .z94, .z95, .z96, .z97, .z98, .z99, .z100 {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 55, ../sass/components/_helpers.sass */
.z150, .z151, .z152, .z153, .z154, .z155, .z156, .z157, .z158, .z159, .z160, .z161, .z162, .z163, .z164, .z165, .z166, .z167, .z168, .z169, .z170, .z171, .z172, .z173, .z174, .z175, .z176, .z177, .z178, .z179 {
  font-size: 19px;
  font-size: 1.1875rem;
}

/* line 58, ../sass/components/_helpers.sass */
.z180, .z181, .z182, .z183, .z184, .z185, .z186, .z187, .z188, .z189, .z190, .z191, .z192, .z193, .z194, .z195, .z196, .z197, .z198, .z199, .z200, .z201, .z202, .z203, .z204, .z205, .z206, .z207, .z208, .z209 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 61, ../sass/components/_helpers.sass */
.z210, .z211, .z212, .z213, .z214, .z215, .z216, .z217, .z218, .z219, .z220, .z221, .z222, .z223, .z224, .z225, .z226, .z227, .z228, .z229, .z230, .z231, .z232, .z233, .z234, .z235, .z236, .z237, .z238, .z239, .z240 {
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 66, ../sass/components/_helpers.sass */
#messageEmailNotVerified {
  color: #b9595d;
  font-weight: 400;
}

/* line 73, ../sass/components/_helpers.sass */
.btn-icon-left-transp .fa {
  line-height: 0.75em;
  vertical-align: -10%;
}

/* line 2, ../sass/components/_checkbox.sass */
.checkbox {
  font-family: inherit !important;
  padding-top: 0;
  cursor: pointer;
  position: relative;
}
/* line 7, ../sass/components/_checkbox.sass */
.checkbox label {
  position: relative;
}
/* line 9, ../sass/components/_checkbox.sass */
.checkbox label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}
/* line 17, ../sass/components/_checkbox.sass */
.checkbox label::after {
  border: 1px solid #d0d3d8;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top: 4px;
  left: 0;
}
/* line 26, ../sass/components/_checkbox.sass */
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
/* line 32, ../sass/components/_checkbox.sass */
.checkbox input:checked ~ label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: flex- center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  color: #a8ffcc;
  text-align: center;
  line-height: 14px;
}

/* line 45, ../sass/components/_checkbox.sass */
.radio {
  font-family: inherit !important;
  padding-top: 0;
  cursor: pointer;
  position: relative;
}
/* line 50, ../sass/components/_checkbox.sass */
.radio label {
  position: relative;
}
/* line 52, ../sass/components/_checkbox.sass */
.radio label::before {
  border: 1px solid #d0d3d8;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}
/* line 62, ../sass/components/_checkbox.sass */
.radio input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
/* line 68, ../sass/components/_checkbox.sass */
.radio input:checked ~ label::after {
  background: #a8ffcc;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  color: #a8ffcc;
  text-align: center;
  line-height: 14px;
  position: absolute;
  left: 3px;
  top: 6px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* line 84, ../sass/components/_checkbox.sass */
.radio label,
.checkbox label {
  padding-left: 37px;
}

/* sm */
/* xs */
/* line 2, ../sass/components/_alerts.sass */
.debug-alert {
  display: none;
}

/* line 5, ../sass/components/_alerts.sass */
.alert {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 8, ../sass/components/_alerts.sass */
.alert .icon {
  position: absolute;
  left: 25px;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}
/* line 17, ../sass/components/_alerts.sass */
.alert p {
  padding-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 20, ../sass/components/_alerts.sass */
.alert .close {
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  top: -3px;
}

/* line 26, ../sass/components/_alerts.sass */
.danger-alert {
  background-color: #fcdede;
  padding-left: 50px;
}
/* line 29, ../sass/components/_alerts.sass */
.danger-alert .icon {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/danger.svg);
}
/* line 31, ../sass/components/_alerts.sass */
.danger-alert p, .danger-alert .close {
  color: #b9595d;
}

/* line 34, ../sass/components/_alerts.sass */
.info-alert {
  background-color: #eef9fb;
  padding-left: 50px;
}
/* line 37, ../sass/components/_alerts.sass */
.info-alert .icon {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/info.svg);
}
/* line 39, ../sass/components/_alerts.sass */
.info-alert p, .info-alert .close {
  color: #429eb7;
}

/* line 42, ../sass/components/_alerts.sass */
.success-alert {
  background-color: #f2fee6;
  padding-left: 50px;
}
/* line 45, ../sass/components/_alerts.sass */
.success-alert .icon {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/success.svg);
}
/* line 47, ../sass/components/_alerts.sass */
.success-alert p, .success-alert .close {
  color: #609672;
}

/* line 50, ../sass/components/_alerts.sass */
.warning-alert {
  background-color: #fdf8e4;
  padding-left: 50px;
}
/* line 53, ../sass/components/_alerts.sass */
.warning-alert .icon {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/warning.svg);
}
/* line 55, ../sass/components/_alerts.sass */
.warning-alert p, .warning-alert .close {
  color: #bc9643;
}

/* line 58, ../sass/components/_alerts.sass */
.error-table {
  border: 1px solid #f2f2f2;
}
/* line 60, ../sass/components/_alerts.sass */
.error-table .header {
  padding: 15px;
  background: #F1F1F1;
}
/* line 63, ../sass/components/_alerts.sass */
.error-table .block {
  padding: 10px 0;
}
/* line 65, ../sass/components/_alerts.sass */
.error-table h3 {
  margin-bottom: 0px;
}

/* line 69, ../sass/components/_alerts.sass */
.field-validation-error {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b9595d;
}

/* line 1, ../sass/components/_panels.sass */
#accordion.registration-data {
  margin-bottom: 15px;
}

/* line 4, ../sass/components/_panels.sass */
.panel-ws {
  box-shadow: none !important;
}

/* line 6, ../sass/components/_panels.sass */
.panel-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
/* line 9, ../sass/components/_panels.sass */
.panel-title i,
.panel-title .glyphicon {
  color: #a8ffcc;
}

/* line 12, ../sass/components/_panels.sass */
.panel-group {
  margin-bottom: 0;
}
/* line 16, ../sass/components/_panels.sass */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
/* line 18, ../sass/components/_panels.sass */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  background-color: #F1F1F1;
  border-top: 0;
}

/* line 23, ../sass/components/_panels.sass */
.panel .form-group .required-field {
  position: relative;
}
/* line 25, ../sass/components/_panels.sass */
.panel .form-group .required-field:after {
  position: absolute;
  content: "*";
  color: #b9595d;
  right: -15px;
  top: 0;
}

/* line 2, ../sass/components/_calendar.sass */
.daterangepicker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 4, ../sass/components/_calendar.sass */
.daterangepicker table {
  color: #000;
}
/* line 6, ../sass/components/_calendar.sass */
.daterangepicker table td, .daterangepicker table th {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 8, ../sass/components/_calendar.sass */
.daterangepicker table td.end-date,
.daterangepicker table td.start-date.end-date {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 11, ../sass/components/_calendar.sass */
.daterangepicker table .active {
  background: #a8ffcc;
}
/* line 13, ../sass/components/_calendar.sass */
.daterangepicker table .active:hover {
  background: #a8ffcc;
}

/* sm */
/* xs */
/* lg */
@media (min-width: 1200px) {
  /* line 3, ../sass/_responsive.sass */
  .container {
    width: 1170px;
  }

  /* line 5, ../sass/_responsive.sass */
  html {
    font-size: 17px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }
}
/* sm */
@media (max-width: 991px) {
  /* line 17, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 22, ../sass/_responsive.sass */
  .bottom .footer-logo {
    width: 100%;
    padding: 20px !important;
  }
  /* line 25, ../sass/_responsive.sass */
  .bottom .footer-logo img {
    max-width: 170px !important;
  }

  /* line 27, ../sass/_responsive.sass */
  .section.bottom {
    padding: 5px 0 20px !important;
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/_responsive.sass */
  .no-padding-md {
    padding: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 37, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 40, ../sass/_responsive.sass */
  .bottom .widget.border-line {
    border: none;
  }
  /* line 42, ../sass/_responsive.sass */
  .bottom .border-line {
    min-height: 50px !important;
  }

  /* line 44, ../sass/_responsive.sass */
  .clearXS {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/_responsive.sass */
  .no-padding-d {
    padding: 0;
  }
}
/* XS Portrait */
@media (max-width: 468px) {
  /* line 53, ../sass/_responsive.sass */
  .terms-conditions-agreement {
    margin-top: 20px;
  }

  /* line 57, ../sass/_responsive.sass */
  #btMHallAddTickets .button-forward > form {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 61, ../sass/_responsive.sass */
  #btMHallAddTickets #btMHallAddTickets {
    display: inline-block;
  }
}
/* line 5, ../sass/system-subpages/_list.sass */
#titles .input-group {
  width: 100%;
}

/* line 10, ../sass/system-subpages/_list.sass */
#listBlock .list_img img {
  max-width: 100%;
  height: auto;
}
/* line 14, ../sass/system-subpages/_list.sass */
#listBlock .list_title .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 17, ../sass/system-subpages/_list.sass */
#listBlock .list_title .genrename {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 22, ../sass/system-subpages/_list.sass */
#listBlock .list_date .date span {
  font-weight: 400;
}
/* line 24, ../sass/system-subpages/_list.sass */
#listBlock .list_venue {
  text-align: right;
}

/* line 32, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_name .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 35, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_name .venueTitle {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 38, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_vacancies {
  text-align: right;
}
/* line 40, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_vacancies .vacancies {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}

/* line 48, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_name .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 52, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_note .note {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 56, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_titles .title {
  font-weight: 400;
}
/* line 58, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_buttons {
  text-align: right;
}

/* line 65, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionName {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 68, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionNote {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 72, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionButtons .btSubscriptionBuy {
  display: inline-block;
}

/* line 80, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .eventlist_date span, .modal-dialog .modal-body .eventlist_time span {
  font-weight: 400;
  color: #797979;
}
/* line 83, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .eventlist_name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
/* line 86, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading {
  padding-top: 15px;
}
/* line 88, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading.active {
  font-weight: bold;
}
/* line 90, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading:first-child {
  padding-top: 0;
}

/* line 96, ../sass/system-subpages/_list.sass */
.sectionList .row > div {
  margin-bottom: 10px;
}

/* line 101, ../sass/system-subpages/_list.sass */
.voucher-currency {
  background-color: #F1F1F1;
}
/* line 103, ../sass/system-subpages/_list.sass */
.voucher-currency .voucher-currency-in {
  padding: 10px 0;
}
/* line 105, ../sass/system-subpages/_list.sass */
.voucher-currency .voucher-currency-in .voucherText, .voucher-currency .voucher-currency-in .priceFilter, .voucher-currency .voucher-currency-in .currencyFilter {
  display: inline-block;
}

/* line 109, ../sass/system-subpages/_list.sass */
#vouchersBlock .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
/* line 111, ../sass/system-subpages/_list.sass */
#vouchersBlock .item .quantitySelector {
  padding: 5px;
}
/* line 113, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucherSaleItemCaption {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 116, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucherSaleItemNote {
  color: #797979;
}
/* line 118, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucher_pr {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
/* line 122, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucher_price, #vouchersBlock .btn-vouchers {
  text-align: right;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 139, ../sass/system-subpages/_list.sass */
  #vouchersBlock .voucher_price {
    text-align: right;
    padding-right: 0;
  }
  /* line 142, ../sass/system-subpages/_list.sass */
  #vouchersBlock .td-vouchers-quantity, #vouchersBlock .voucher_price, #vouchersBlock .btn-vouchers {
    margin-top: 10px;
  }

  /* line 148, ../sass/system-subpages/_list.sass */
  #listBlock .moreEvents a {
    color: #797979;
  }

  /* line 155, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_venue .venueTitle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* line 157, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_buttons {
    text-align: left;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 165, ../sass/system-subpages/_list.sass */
  #listBlock .row {
    border-top: 1px solid #e9e9e9;
  }
  /* line 168, ../sass/system-subpages/_list.sass */
  #listBlock .title a {
    font-weight: 400;
  }
  /* line 170, ../sass/system-subpages/_list.sass */
  #listBlock .genrename {
    display: none;
  }
  /* line 174, ../sass/system-subpages/_list.sass */
  #listBlock .list_img .block_img img {
    max-width: 50px;
  }
  /* line 176, ../sass/system-subpages/_list.sass */
  #listBlock .list_date {
    margin-top: 10px;
  }
  /* line 178, ../sass/system-subpages/_list.sass */
  #listBlock .list_date .date {
    float: left;
  }
  /* line 180, ../sass/system-subpages/_list.sass */
  #listBlock .list_date .moreEvents {
    float: right;
  }
  /* line 182, ../sass/system-subpages/_list.sass */
  #listBlock .list_venue {
    margin-top: 10px;
  }
  /* line 184, ../sass/system-subpages/_list.sass */
  #listBlock .list_venue {
    text-align: left;
  }

  /* line 188, ../sass/system-subpages/_list.sass */
  #titles-collapse .input-group {
    width: 100%;
  }

  /* line 195, ../sass/system-subpages/_list.sass */
  #events-collapse .filterBox:first-child {
    margin-bottom: 7px;
  }

  /* line 199, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date {
    margin-bottom: 10px;
  }
  /* line 201, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date .date {
    float: left;
  }
  /* line 203, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date .time {
    float: right;
  }
  /* line 205, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies {
    margin-top: 10px;
  }
  /* line 207, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies .city {
    float: left;
  }
  /* line 209, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies .vacancies {
    float: right;
  }

  /* line 215, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_titles, #packagesBlock .packagelist_venue, #packagesBlock .packagelist_buttons {
    margin-top: 10px;
  }

  /* line 220, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionButtons {
    margin-top: 10px;
    text-align: right;
  }
  /* line 223, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionButtons .btSubscriptionDetail {
    float: none;
  }
  /* line 225, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionOrganization, #subscriptionBlock .subscriptionEventsCount {
    margin-top: 10px;
  }

  /* line 232, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_date span, #subscription-collapse .modal-body .eventlist_time span {
    font-weight: 400;
  }
  /* line 234, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_name {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
  }
  /* line 237, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_time {
    text-align: right;
  }
  /* line 239, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_name {
    margin-top: 10px;
  }

  /* line 244, ../sass/system-subpages/_list.sass */
  #vouchersBlock .voucher_price {
    padding-right: 15px;
  }
  /* line 246, ../sass/system-subpages/_list.sass */
  #vouchersBlock .btn-vouchers {
    text-align: right;
    margin-top: 7px;
  }
}
/* XS Portrait */
/* line 3, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword {
  padding: 15px;
  margin-top: 15px;
  background-color: #F1F1F1;
}
/* line 7, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPasswordText, #cartRegisteredLoginPart .registerForgottenPassword #inputEmailForgotten, #cartRegisteredLoginPart .registerForgottenPassword .registerCaptcha, #cartRegisteredLoginPart .registerForgottenPassword .btn {
  margin-top: 12px;
}
/* line 9, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword {
  position: relative;
}
/* line 11, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword a {
  display: block;
}
/* line 13, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword .indicator {
  position: absolute;
  top: 4px;
  right: 5px;
}
/* line 17, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .form-group:last-child span {
  float: right;
  padding: 9px 0 0;
}

/* line 22, ../sass/system-subpages/_sign-in.sass */
.without-sign-up #cartPersonalDataPart {
  float: right;
}

/* line 26, ../sass/system-subpages/_sign-in.sass */
.not-account span {
  padding: 8px 0;
  float: right;
}

/* lg */
/* md */
/* sm */
/* xs */
@media (max-width: 767px) {
  /* line 43, ../sass/system-subpages/_sign-in.sass */
  .without-sign-up {
    padding-top: 15px;
    background-color: #F1F1F1;
  }
}
/* XS Portrait */
@media (max-width: 320px) {
  /* line 51, ../sass/system-subpages/_sign-in.sass */
  #cartRegisteredLoginPart .form-group.not-account span {
    display: block;
    margin: 10px 0;
    float: none;
  }
}
/* line 2, ../sass/system-subpages/_hall.sass */
#divListCalendarListData h2 {
  margin: 0;
  border-bottom: 1px solid #F1F1F1;
}
/* line 5, ../sass/system-subpages/_hall.sass */
#divListCalendarListData h2.notData {
  opacity: 0.4;
  cursor: none;
}
/* line 8, ../sass/system-subpages/_hall.sass */
#divListCalendarListData .col-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 12, ../sass/system-subpages/_hall.sass */
#divListCalendarListData .col-text {
  padding: 7px 0;
  color: #797979;
}
/* line 15, ../sass/system-subpages/_hall.sass */
#divListCalendarListData .col-text .full-date {
  display: block;
  color: #797979;
  font-size: 12px;
}
/* line 19, ../sass/system-subpages/_hall.sass */
#divListCalendarListData .col-count {
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-basis: 15%;
  justify-content: end;
}
/* line 25, ../sass/system-subpages/_hall.sass */
#divListCalendarListData .col-count span {
  background: #a8ffcc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35px;
  height: 35px;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  position: relative;
  width: 100%;
}

/* line 42, ../sass/system-subpages/_hall.sass */
.restricted {
  cursor: not-allowed !important;
}

/* line 45, ../sass/system-subpages/_hall.sass */
#CartCountdown {
  margin-top: 25px;
}
/* line 47, ../sass/system-subpages/_hall.sass */
#CartCountdown .fa {
  color: #a8ffcc;
}

/* line 50, ../sass/system-subpages/_hall.sass */
#legendTrigger {
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  margin-right: 10px;
  font-size: 15px;
  padding: 6px 2px;
  line-height: 1;
}
/* line 59, ../sass/system-subpages/_hall.sass */
#legendTrigger i {
  color: #a8ffcc;
  margin-right: 5px;
  position: relative;
  left: 1px;
  top: -1px;
}
/* line 65, ../sass/system-subpages/_hall.sass */
#legendTrigger:hover, #legendTrigger:focus, #legendTrigger:active {
  background: transparent !important;
  color: #a8ffcc !important;
  box-shadow: none !important;
}
/* line 71, ../sass/system-subpages/_hall.sass */
#legendTrigger:hover i, #legendTrigger:focus i, #legendTrigger:active i {
  color: #a8ffcc !important;
}

/* line 74, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend {
  padding: 5px 0;
  font-size: 0.9375rem;
}
/* line 77, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend .blockLegendTrigger {
  display: table-cell;
  vertical-align: top;
}
/* line 80, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend .blockPriceCategoryIn {
  display: table-cell;
  vertical-align: top;
}

/* line 84, ../sass/system-subpages/_hall.sass */
#btMHallAddTickets {
  background: transparent;
  color: #a8ffcc;
  font-weight: bold;
}
/* line 88, ../sass/system-subpages/_hall.sass */
#btMHallAddTickets:hover {
  color: #000000;
}
/* line 90, ../sass/system-subpages/_hall.sass */
#btMHallAddTickets span {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* line 97, ../sass/system-subpages/_hall.sass */
.titleHall {
  padding: 5px 0;
}
/* line 99, ../sass/system-subpages/_hall.sass */
.titleHall h2 {
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 104, ../sass/system-subpages/_hall.sass */
.col-zoom {
  display: none;
}

/* line 108, ../sass/system-subpages/_hall.sass */
.hall-time {
  color: #797979;
}
/* line 110, ../sass/system-subpages/_hall.sass */
.hall-time i {
  color: #a8ffcc;
}

/* line 114, ../sass/system-subpages/_hall.sass */
#divEventNote {
  display: block;
  padding: 0 0 15px;
}

/* line 119, ../sass/system-subpages/_hall.sass */
#SessionCountdown i {
  color: #a8ffcc;
  font-size: 19px;
  font-size: 1.1875rem;
}
/* line 122, ../sass/system-subpages/_hall.sass */
#SessionCountdown .time-text {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 124, ../sass/system-subpages/_hall.sass */
#SessionCountdown #SessionExpirationTime {
  font-weight: 400;
}

/* line 127, ../sass/system-subpages/_hall.sass */
#divZoomChange {
  text-align: right;
}
/* line 129, ../sass/system-subpages/_hall.sass */
#divZoomChange i {
  color: #000000;
  display: flex;
  font-size: 15px;
  text-align: center;
  flex-direction: column;
}
/* line 135, ../sass/system-subpages/_hall.sass */
#divZoomChange #btZoomMinus, #divZoomChange #btZoomPlus {
  padding: 5px 10px;
  width: 38px;
  height: 38px;
}

/* line 141, ../sass/system-subpages/_hall.sass */
.priceBox .priceCategoryText {
  color: #000;
  font-weight: 300;
}
/* line 144, ../sass/system-subpages/_hall.sass */
.priceBox i {
  color: #a8ffcc;
  position: relative;
  top: 3px;
  right: -7px;
  font-size: 23px;
}
/* line 150, ../sass/system-subpages/_hall.sass */
.priceBox .accordion-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 153, ../sass/system-subpages/_hall.sass */
.hallPrice {
  margin-right: 0px;
  font-weight: bold;
}
/* line 156, ../sass/system-subpages/_hall.sass */
.hallPrice .priceText, .hallPrice .priceValue, .hallPrice .priceFilter {
  display: inline-block;
  vertical-align: middle;
}
/* line 159, ../sass/system-subpages/_hall.sass */
.hallPrice .priceText {
  margin-right: 0px;
}
/* line 161, ../sass/system-subpages/_hall.sass */
.hallPrice .priceValue {
  margin-right: 0;
}
/* line 164, ../sass/system-subpages/_hall.sass */
.hallPrice .priceValue .priceValue {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 167, ../sass/system-subpages/_hall.sass */
.NonNumbered_price {
  background: rgba(255, 255, 255, 0);
  text-align: right;
  padding: 20px 0;
}

/* line 174, ../sass/system-subpages/_hall.sass */
.tooltip {
  font-weight: 300;
}
/* line 176, ../sass/system-subpages/_hall.sass */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #FFF;
  border-width: 5px 5px 0;
}
/* line 182, ../sass/system-subpages/_hall.sass */
.tooltip.in {
  opacity: 1;
}
/* line 184, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner {
  color: #000;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 7px 12px;
}
/* line 190, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner p {
  padding: 7px 14px;
}
/* line 193, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner div {
  padding: 7px 14px;
  background-color: #F1F1F1;
  border-top: 1px solid #cdcdcd;
}
/* line 197, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner div span {
  font-weight: 400;
}

/* line 201, ../sass/system-subpages/_hall.sass */
#SessionCountdown {
  margin: 15px 0;
}

/* line 207, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 15px;
}
/* line 210, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .priceCategoryIn {
  float: left;
  width: 15%;
}
/* line 213, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
  width: 20%;
}
/* line 215, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .PriceCategoryLabel {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
  vertical-align: middle;
  padding-left: 3px;
}

/* line 221, ../sass/system-subpages/_hall.sass */
.isLegenda {
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
}

/* line 229, ../sass/system-subpages/_hall.sass */
#HallSeatsStart {
  margin-bottom: 20px;
  position: relative;
  margin-top: 40px;
  overflow: auto;
  min-height: 300px;
  width: 100%;
}
/* line 236, ../sass/system-subpages/_hall.sass */
#HallSeatsStart .hallSeatsContent {
  padding: 20px 0;
}

/* line 238, ../sass/system-subpages/_hall.sass */
.descr {
  line-height: 1;
}

/* line 240, ../sass/system-subpages/_hall.sass */
.absp {
  position: absolute !important;
}

/* line 243, ../sass/system-subpages/_hall.sass */
.cktIdx_0 {
  background-color: #03346d;
}

/* line 246, ../sass/system-subpages/_hall.sass */
.cktIdx_1 {
  background-color: #5c83ae;
}

/* line 249, ../sass/system-subpages/_hall.sass */
.cktIdx_2 {
  background-color: #34b3a0;
}

/* line 252, ../sass/system-subpages/_hall.sass */
.cktIdx_3 {
  background-color: #94b0b3;
}

/* line 255, ../sass/system-subpages/_hall.sass */
.cktIdx_4 {
  background-color: #965DAB;
}

/* line 258, ../sass/system-subpages/_hall.sass */
.cktIdx_5 {
  background-color: #fcc173;
}

/* line 261, ../sass/system-subpages/_hall.sass */
.cktIdx_6 {
  background-color: #3498db;
}

/* line 264, ../sass/system-subpages/_hall.sass */
.cktIdx_7 {
  background-color: #d5c295;
}

/* line 267, ../sass/system-subpages/_hall.sass */
.cktIdx_8 {
  background-color: #81c069;
}

/* line 270, ../sass/system-subpages/_hall.sass */
.cktIdx_9 {
  background-color: #a38671;
}

/* line 273, ../sass/system-subpages/_hall.sass */
.cktIdx_10 {
  background-color: #e74c3c;
}

/* line 276, ../sass/system-subpages/_hall.sass */
.cktIdx_11 {
  background-color: #ffbcbc;
}

/* line 279, ../sass/system-subpages/_hall.sass */
.cktIdx_12 {
  background-color: #e07d28;
}

/* line 282, ../sass/system-subpages/_hall.sass */
.cktIdx_13 {
  background-color: #525e6a;
}

/* line 285, ../sass/system-subpages/_hall.sass */
.cktIdx_14 {
  background-color: #ddc2f4;
}

/* line 288, ../sass/system-subpages/_hall.sass */
.cktIdx_15 {
  background-color: #aa0f22;
}

/* line 291, ../sass/system-subpages/_hall.sass */
.cktIdx_16 {
  background-color: #9f3975;
}

/* line 294, ../sass/system-subpages/_hall.sass */
.cktIdx_17 {
  background-color: #ffd839;
}

/* line 297, ../sass/system-subpages/_hall.sass */
.cktIdx_18 {
  background-color: #92985c;
}

/* line 300, ../sass/system-subpages/_hall.sass */
.cktIdx_19 {
  background-color: #008a24;
}

/* line 303, ../sass/system-subpages/_hall.sass */
.occupied, #seatOccupied {
  background-image: url(/Areas/General/Views/Themes/2/images/hall_images/occupied.svg) !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 309, ../sass/system-subpages/_hall.sass */
.selectedSeat, #seatSelected {
  background-image: url(/Areas/General/Views/Themes/2/images/hall_images/selectedSeat.svg) !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 315, ../sass/system-subpages/_hall.sass */
.locked, #seatLocked {
  background-color: transparent;
  background-image: url(/Areas/General/Views/Themes/2/images/hall_images/locked.svg) !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 322, ../sass/system-subpages/_hall.sass */
.hall_object {
  stroke: #000;
  stroke-width: 1px;
  fill: none;
  fill-opacity: 0.1;
  stroke-opacity: 0.9;
  height: inherit;
  width: inherit;
}

/* line 331, ../sass/system-subpages/_hall.sass */
#seatOccupied, #seatSelected, #seatLocked {
  vertical-align: middle;
  display: inline-block;
}

/* line 335, ../sass/system-subpages/_hall.sass */
.is_seat.occupied:hover {
  cursor: not-allowed !important;
}

/* line 340, ../sass/system-subpages/_hall.sass */
.unnumbered-hall-instruction {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
  margin-top: 10px;
}

/* line 344, ../sass/system-subpages/_hall.sass */
.unnumbered-hall-price-instruction {
  margin-top: 15px;
}

/* line 348, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_unit_price {
  text-align: right;
}
/* line 350, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_dis {
  max-width: 55%;
}
/* line 352, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_am {
  max-width: 33%;
}
/* line 354, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_cat, #hallUnnumbered .unnumbered_hall_pr {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

/* line 358, ../sass/system-subpages/_hall.sass */
.titleNonNumbered {
  color: #797979;
}

/* line 362, ../sass/system-subpages/_hall.sass */
#NonNumberedGeneratedData .hall_nonnumbered_ums {
  margin: 10px 0;
}

/* line 367, ../sass/system-subpages/_hall.sass */
.hall-buttons #btCartSubmit,
.hall-buttons #btMOrderAdditionalPayment {
  margin-bottom: 0px;
  margin-left: 10px;
}
/* line 371, ../sass/system-subpages/_hall.sass */
.hall-buttons .priceFilter {
  margin-left: 0;
}
/* line 373, ../sass/system-subpages/_hall.sass */
.hall-buttons .priceFilter #selCurrency {
  margin-left: 10px;
  margin-right: 0;
  width: auto;
}

/* calendar list */
/* line 379, ../sass/system-subpages/_hall.sass */
.listCalendarTable {
  border-spacing: 3px;
  border-collapse: separate;
  text-align: center;
  font-size: 15px;
  table-layout: fixed;
}
/* line 385, ../sass/system-subpages/_hall.sass */
.listCalendarTable thead th {
  border-bottom: 0px !important;
  text-align: center;
}
/* line 388, ../sass/system-subpages/_hall.sass */
.listCalendarTable th {
  background: #F1F1F1;
  border-bottom: 1px solid white;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 393, ../sass/system-subpages/_hall.sass */
.listCalendarTable th.selectedDate {
  background: #a8ffcc;
  color: #ffffff;
}
/* line 396, ../sass/system-subpages/_hall.sass */
.listCalendarTable tbody td {
  padding: 0px !important;
  vertical-align: top !important;
  border-top: 1px solid white !important;
  height: 100%;
}

/* line 402, ../sass/system-subpages/_hall.sass */
.calendarEventItem {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
  position: relative;
  padding: 3px 2px 40px 2px;
}

/* line 410, ../sass/system-subpages/_hall.sass */
.calItemTitle {
  font-weight: bold;
  margin-bottom: 3px;
}

/* line 414, ../sass/system-subpages/_hall.sass */
.calItemLength {
  font-size: 14px;
  margin-bottom: 12px;
}

/* line 418, ../sass/system-subpages/_hall.sass */
.calItemFlagTime {
  color: #a8ffcc;
  font-size: 20px;
}
/* line 421, ../sass/system-subpages/_hall.sass */
.calItemFlagTime img {
  width: 20px;
}

/* line 424, ../sass/system-subpages/_hall.sass */
.calItemOdd {
  background: #F1F1F1;
}

/* line 427, ../sass/system-subpages/_hall.sass */
.calItemBuy {
  margin-top: 8px;
  margin-bottom: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 435, ../sass/system-subpages/_hall.sass */
#calendarlist_filter_date {
  text-align: center;
}

/* line 438, ../sass/system-subpages/_hall.sass */
.filterBoxCalendar {
  margin-bottom: 15px;
}

/* line 441, ../sass/system-subpages/_hall.sass */
.calChangeByPeriod {
  margin: 12px 5px 0px 5px;
  cursor: pointer;
}

/* line 445, ../sass/system-subpages/_hall.sass */
.dayList {
  text-transform: capitalize;
}

/* line 448, ../sass/system-subpages/_hall.sass */
.calListItem {
  margin-bottom: 5px;
}

/* line 451, ../sass/system-subpages/_hall.sass */
.calListItemOdd {
  background: #F0F0F0 !important;
}

/* line 456, ../sass/system-subpages/_hall.sass */
#custom-search-input {
  position: relative;
}
/* line 458, ../sass/system-subpages/_hall.sass */
#custom-search-input .fa {
  position: absolute;
}
/* line 460, ../sass/system-subpages/_hall.sass */
#custom-search-input .fa.fa-chevron-left {
  left: 5px;
}
/* line 462, ../sass/system-subpages/_hall.sass */
#custom-search-input .fa.fa-chevron-right {
  top: 0;
  right: 5px;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 480, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn {
    width: 16%;
  }
  /* line 482, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
    width: 22%;
  }

  /* line 484, ../sass/system-subpages/_hall.sass */
  #divZoomChange {
    text-align: center;
  }

  /* line 486, ../sass/system-subpages/_hall.sass */
  #legendTrigger {
    padding: 6px 2px 0px !important;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 491, ../sass/system-subpages/_hall.sass */
  #HallSeatsStart {
    margin-top: 10px !important;
  }

  /* line 493, ../sass/system-subpages/_hall.sass */
  #PaymentCountdown {
    position: absolute;
    right: 15px;
  }
  /* line 496, ../sass/system-subpages/_hall.sass */
  #PaymentCountdown .time-text {
    display: none;
  }

  /* line 500, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn, #hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
    width: 50%;
  }
  /* line 502, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn {
    padding-bottom: 2px;
  }

  /* line 505, ../sass/system-subpages/_hall.sass */
  .priceBox .hallPrice {
    text-align: right;
  }
  /* line 507, ../sass/system-subpages/_hall.sass */
  .priceBox .hallPrice .priceText {
    display: none;
  }

  /* line 510, ../sass/system-subpages/_hall.sass */
  #SessionCountdown .time-text {
    display: none;
  }

  /* line 513, ../sass/system-subpages/_hall.sass */
  #divZoomChange #btZoomMinus,
  #divZoomChange #btZoomPlus {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  /* line 516, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn {
    margin-left: 0px;
    float: left !important;
    width: 50%;
  }

  /* line 520, ../sass/system-subpages/_hall.sass */
  .PriceCategoryLabel {
    position: relative;
    top: 2px;
  }

  /* line 524, ../sass/system-subpages/_hall.sass */
  .blockCategoryLegend .blockLegendTrigger {
    width: 100%;
  }
  /* line 526, ../sass/system-subpages/_hall.sass */
  .blockCategoryLegend .blockPriceCategoryIn {
    display: block;
  }

  /* line 529, ../sass/system-subpages/_hall.sass */
  .cartTable .hallPrice {
    display: inline-block !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  /* line 535, ../sass/system-subpages/_hall.sass */
  .hall-buttons {
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 900;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 544, ../sass/system-subpages/_hall.sass */
  .hall-buttons > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 550, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn {
    padding: 0px 10px 0px 0px;
    min-width: 120px;
  }
  /* line 553, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn .PriceCategoryLabel {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 1px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  /* line 561, ../sass/system-subpages/_hall.sass */
  #PackageHallTitles {
    padding: 10px 0;
  }
}
/* line 565, ../sass/system-subpages/_hall.sass */
.priceCategoryGroupItemValue {
  margin: 0 0 20px;
}

/* line 2, ../sass/system-subpages/_error-page.sass */
.error-page .content-in {
  display: table;
  height: 100%;
}
/* line 5, ../sass/system-subpages/_error-page.sass */
.error-page #main-error-page {
  display: table-cell;
  vertical-align: middle;
}

/* line 8, ../sass/system-subpages/_error-page.sass */
.errorPage {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
/* line 14, ../sass/system-subpages/_error-page.sass */
.errorPage .errorMessage {
  padding-top: 15px;
}
/* line 16, ../sass/system-subpages/_error-page.sass */
.errorPage .button-error {
  padding-top: 25px;
}
/* line 18, ../sass/system-subpages/_error-page.sass */
.errorPage .errorIcon {
  margin: 0 0 20px;
}
/* line 20, ../sass/system-subpages/_error-page.sass */
.errorPage .errorIcon i {
  font-size: 120px;
  font-size: 7.5rem;
  color: #D8142C;
}
/* line 24, ../sass/system-subpages/_error-page.sass */
.errorPage .errorMessage p {
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 26, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired {
  margin: 20px 0;
}
/* line 28, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired > div {
  margin-bottom: 20px;
}
/* line 31, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired > div #divMessage p {
  color: #D8142C;
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 38, ../sass/system-subpages/_error-page.sass */
  .pageExpired > div {
    text-align: center;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 43, ../sass/system-subpages/_error-page.sass */
  .errorPage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 1, ../sass/system-subpages/_account.sass */
#frmRegistration {
  max-width: 700px;
}

/* line 6, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName, .personal-data .registerHeadingName {
  padding: 0;
  background-color: #F1F1F1;
}
/* line 9, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName i, .personal-data .registerHeadingName i {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 19px;
}
/* line 14, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName a, .personal-data .registerHeadingName a {
  display: block;
  padding: 15px 15px;
}
/* line 17, ../sass/system-subpages/_account.sass */
.registration-data .panel-body, .personal-data .panel-body {
  background-color: transparent !important;
}
/* line 19, ../sass/system-subpages/_account.sass */
.registration-data .panel-body .registrationISIC, .personal-data .panel-body .registrationISIC {
  display: normal;
}
/* line 21, ../sass/system-subpages/_account.sass */
.registration-data .registrationSphere, .personal-data .registrationSphere {
  display: normal;
}

/* line 27, ../sass/system-subpages/_account.sass */
.my-purchases .status {
  padding-top: 0;
}
/* line 29, ../sass/system-subpages/_account.sass */
.my-purchases .status .rzv {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
/* line 33, ../sass/system-subpages/_account.sass */
.my-purchases .status .bought_rzv {
  background: #609672;
}
/* line 35, ../sass/system-subpages/_account.sass */
.my-purchases .status .active_rzv {
  background: linear-gradient(90deg, #609672 50%, #FFFFFF 50%);
  border: 1px solid #609672;
}
/* line 38, ../sass/system-subpages/_account.sass */
.my-purchases .status .cancelled_rzv {
  background-color: #d8142c;
}
/* line 40, ../sass/system-subpages/_account.sass */
.my-purchases .status .waiting_rzv {
  background: #e07305;
}
/* line 43, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in {
  padding: 10px 15px;
}
/* line 45, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status {
  float: left;
  margin-right: 25px;
}
/* line 48, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status .rzv {
  display: inline-block;
  vertical-align: middle;
}
/* line 51, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status span {
  vertical-align: middle;
  margin-left: 7px;
}
/* line 56, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .reservation_status .status {
  padding-top: 3px;
}
/* line 59, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .reservation_event .reservationEvent {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
/* line 62, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .reservation_event .organizationName {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 65, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .created_rzv {
  padding-left: 0;
}
/* line 68, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .created .rzv-date {
  font-weight: 400;
}
/* line 70, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .created .rzv-time {
  color: #90a0af;
}
/* line 73, ../sass/system-subpages/_account.sass */
.my-purchases .reservation_buttons {
  text-align: right;
}
/* line 75, ../sass/system-subpages/_account.sass */
.my-purchases .reservation_buttons .btSendCoolTicket,
.my-purchases .reservation_buttons .btPrintETicket {
  margin-bottom: 4px !important;
}
/* line 78, ../sass/system-subpages/_account.sass */
.my-purchases .reservation_buttons form {
  display: inline-block;
  margin-bottom: 0;
}
/* line 82, ../sass/system-subpages/_account.sass */
.my-purchases #filterDate label {
  font-weight: 300;
  margin-right: 5px;
  margin-top: -10px;
}
/* line 86, ../sass/system-subpages/_account.sass */
.my-purchases .form-group {
  margin-bottom: 0;
}
/* line 90, ../sass/system-subpages/_account.sass */
.my-purchases .btn-detail {
  margin-bottom: 3px;
}

/* line 96, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation label {
  font-weight: 400;
}
/* line 98, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation #CreditProgramCardInformationContent {
  margin-bottom: 20px;
}
/* line 100, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 103, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group {
  padding-left: 0;
  padding-right: 0;
}
/* line 106, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading {
  padding: 15px 0;
}
/* line 108, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 110, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack i {
  color: #5b6d7e !important;
}
/* line 113, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack .fa-tag:before {
  color: #FFF;
}
/* line 116, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group #CreditVoucher .panel-body {
  margin-bottom: 10px;
}
/* line 118, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory {
  padding: 15px 0;
}
/* line 120, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory i {
  margin-right: 5px;
  color: #5b6d7e;
}
/* line 125, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation #CreditProgramCardInformationHeader h3:before {
  width: 35px;
  height: 35px;
  content: "";
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/credit-card.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
}

/* line 135, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent {
  padding: 20px;
  border: 1px solid #e9e9e9;
  background-color: #F1F1F1;
  text-align: center;
}
/* line 140, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent:before {
  width: 36px;
  height: 42px;
  content: "";
  background: url(/Areas/General/Views/Themes/2/images/websale_images/credit.svg);
  display: inline-block;
  background-repeat: no-repeat;
}
/* line 147, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount {
  display: inline-block;
}
/* line 150, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount .credit-title span {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}
/* line 154, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount .credit-title .credit-title-content {
  margin-bottom: 7px;
  color: #797979;
}

/* line 160, ../sass/system-subpages/_account.sass */
.credit-toolbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F1F1F1;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 166, ../sass/system-subpages/_account.sass */
.credit-toolbar .input-group {
  width: 100%;
}

/* line 170, ../sass/system-subpages/_account.sass */
#creditBlock .purchase .change-credit-value {
  color: #609672;
}
/* line 172, ../sass/system-subpages/_account.sass */
#creditBlock .purchase .change-credit-value:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  margin-left: 5px;
}
/* line 178, ../sass/system-subpages/_account.sass */
#creditBlock .use .change-credit-value {
  color: #b9595d;
}
/* line 180, ../sass/system-subpages/_account.sass */
#creditBlock .use .change-credit-value:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  margin-left: 5px;
}
/* line 186, ../sass/system-subpages/_account.sass */
#creditBlock .credit_operation_name .operation-name {
  font-weight: 400;
}
/* line 188, ../sass/system-subpages/_account.sass */
#creditBlock .credit_change {
  text-align: right;
}

/* line 192, ../sass/system-subpages/_account.sass */
#btnVoucher.btn-sm {
  padding: 6px 12px !important;
}

/* line 195, ../sass/system-subpages/_account.sass */
#blockCredit .priceValue, #blockCredit .priceFilter {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
}
/* line 199, ../sass/system-subpages/_account.sass */
#blockCredit .credit_buttons, #blockCredit .credit_price {
  text-align: right;
}
/* line 201, ../sass/system-subpages/_account.sass */
#blockCredit #btnVoucher {
  padding: 6px 13px;
}
/* line 203, ../sass/system-subpages/_account.sass */
#blockCredit .creditName, #blockCredit .priceValue {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 207, ../sass/system-subpages/_account.sass */
#blockCredit .credit_buttons #btBuyCreditPackage {
  float: none;
}

/* line 210, ../sass/system-subpages/_account.sass */
#CreditVoucher .panel-body {
  background-color: #F1F1F1 !important;
}

/* line 214, ../sass/system-subpages/_account.sass */
.registration-data .panel .registerHeadingName {
  background-color: #F1F1F1;
}

/* line 217, ../sass/system-subpages/_account.sass */
#btCancelAccount {
  margin-left: 5px;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 237, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation #CreditProgramCardInformationHeader h3:before {
    width: 30px;
    height: 30px;
  }

  /* line 243, ../sass/system-subpages/_account.sass */
  #CreditProgramBalanceInformation #CreditProgramBalanceInformationContent:before {
    width: 30px;
    height: 33px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 253, ../sass/system-subpages/_account.sass */
  #filterDate .panel-body {
    padding-top: 0;
    padding-bottom: 5px;
  }

  /* line 258, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in {
    float: left !important;
  }
  /* line 260, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in .status {
    margin-right: 10px;
  }
  /* line 262, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in .status:last-child {
    margin-right: 0;
  }
  /* line 264, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv, .my-purchases .created_rzv_number, .my-purchases .reservation_buttons {
    text-align: right;
    padding-top: 0px;
  }
  /* line 267, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv #btnDetail, .my-purchases .created_rzv_number #btnDetail, .my-purchases .reservation_buttons #btnDetail {
    float: left;
    margin-bottom: 0;
  }
  /* line 270, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv #btnPrint, .my-purchases .created_rzv_number #btnPrint, .my-purchases .reservation_buttons #btnPrint {
    float: right;
  }
  /* line 272, ../sass/system-subpages/_account.sass */
  .my-purchases .reservation_buttons {
    padding-top: 5px;
  }
  /* line 274, ../sass/system-subpages/_account.sass */
  .my-purchases .reservation_buttons .btn {
    margin-bottom: 5px !important;
  }

  /* line 280, ../sass/system-subpages/_account.sass */
  #filterDate .panel-body .form-group {
    padding: 15px;
    background-color: #F1F1F1;
  }

  /* line 284, ../sass/system-subpages/_account.sass */
  #blockRezervation .reservation_event {
    padding: 0;
  }
  /* line 286, ../sass/system-subpages/_account.sass */
  #blockRezervation .reservation_event, #blockRezervation .created_rzv, #blockRezervation .created {
    text-align: right;
  }

  /* line 293, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation .bottom-creditcard-part {
    margin-bottom: 15px;
  }
  /* line 295, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory {
    padding: 0 0 15px 0;
  }

  /* line 300, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_buttons {
    margin-top: 15px;
  }
  /* line 302, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_credits {
    margin-bottom: 15px;
  }
  /* line 304, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_credits .creditCredits {
    text-align: right;
  }

  /* line 309, ../sass/system-subpages/_account.sass */
  .credit-toolbar {
    padding-right: 0px;
  }
  /* line 311, ../sass/system-subpages/_account.sass */
  .credit-toolbar .input-group {
    margin-bottom: 10px;
  }

  /* line 314, ../sass/system-subpages/_account.sass */
  #creditBlock .credit_change {
    position: absolute;
    right: 15px;
  }
  /* line 319, ../sass/system-subpages/_account.sass */
  #creditBlock .credit_operation_name .operation-name {
    margin-top: 10px;
  }
}
/* line 323, ../sass/system-subpages/_account.sass */
.gdprDocument .fa {
  padding-top: 5px;
}

/* XS Portrait */
/* line 3, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label {
  width: 100%;
}
/* line 5, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label .delivery_type_fee_label {
  float: right;
  font-weight: bold;
}

/* line 11, ../sass/system-subpages/_delivery.sass */
.paymentContent .payment-row label {
  width: 100%;
}
/* line 13, ../sass/system-subpages/_delivery.sass */
.paymentContent .payment-row label .delivery_type_fee_label {
  float: right;
  font-weight: bold;
}

/* line 18, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row, .deliveryContent .payment-row, .paymentContent .delivery-row, .paymentContent .payment-row {
  padding: 1px 10px;
}
/* line 20, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row:nth-child(2n+1), .deliveryContent .payment-row:nth-child(2n+1), .paymentContent .delivery-row:nth-child(2n+1), .paymentContent .payment-row:nth-child(2n+1) {
  background-color: #F1F1F1;
}
/* line 22, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label, .deliveryContent .payment-row label, .paymentContent .delivery-row label, .paymentContent .payment-row label {
  font-weight: 300;
}
/* line 24, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title[class*="icon-"]::before, .deliveryContent .delivery-row .del-title[data-count]::before, .deliveryContent .delivery-row .pay-title[class*="icon-"]::before, .deliveryContent .delivery-row .pay-title[data-count]::before, .deliveryContent .payment-row .del-title[class*="icon-"]::before, .deliveryContent .payment-row .del-title[data-count]::before, .deliveryContent .payment-row .pay-title[class*="icon-"]::before, .deliveryContent .payment-row .pay-title[data-count]::before, .paymentContent .delivery-row .del-title[class*="icon-"]::before, .paymentContent .delivery-row .del-title[data-count]::before, .paymentContent .delivery-row .pay-title[class*="icon-"]::before, .paymentContent .delivery-row .pay-title[data-count]::before, .paymentContent .payment-row .del-title[class*="icon-"]::before, .paymentContent .payment-row .del-title[data-count]::before, .paymentContent .payment-row .pay-title[class*="icon-"]::before, .paymentContent .payment-row .pay-title[data-count]::before {
  background-color: transparent;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 30px;
  vertical-align: middle;
}
/* line 35, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-5::before, .deliveryContent .payment-row .del-title.icon-del-5::before, .paymentContent .delivery-row .del-title.icon-del-5::before, .paymentContent .payment-row .del-title.icon-del-5::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left 0px;
}
/* line 39, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-1::before, .deliveryContent .payment-row .del-title.icon-del-1::before, .paymentContent .delivery-row .del-title.icon-del-1::before, .paymentContent .payment-row .del-title.icon-del-1::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -34px;
}
/* line 43, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-9::before, .deliveryContent .payment-row .del-title.icon-del-9::before, .paymentContent .delivery-row .del-title.icon-del-9::before, .paymentContent .payment-row .del-title.icon-del-9::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -63px;
}
/* line 47, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-3::before, .deliveryContent .payment-row .del-title.icon-del-3::before, .paymentContent .delivery-row .del-title.icon-del-3::before, .paymentContent .payment-row .del-title.icon-del-3::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -95px;
}
/* line 51, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-8::before, .deliveryContent .payment-row .del-title.icon-del-8::before, .paymentContent .delivery-row .del-title.icon-del-8::before, .paymentContent .payment-row .del-title.icon-del-8::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -425px;
}
/* line 55, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-7::before, .deliveryContent .payment-row .del-title.icon-del-7::before, .paymentContent .delivery-row .del-title.icon-del-7::before, .paymentContent .payment-row .del-title.icon-del-7::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -582px;
}
/* line 59, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-4::before, .deliveryContent .payment-row .del-title.icon-del-4::before, .paymentContent .delivery-row .del-title.icon-del-4::before, .paymentContent .payment-row .del-title.icon-del-4::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -462px;
}
/* line 63, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-6::before, .deliveryContent .payment-row .del-title.icon-del-6::before, .paymentContent .delivery-row .del-title.icon-del-6::before, .paymentContent .payment-row .del-title.icon-del-6::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -505px;
}
/* line 66, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-10::before, .deliveryContent .payment-row .del-title.icon-del-10::before, .paymentContent .delivery-row .del-title.icon-del-10::before, .paymentContent .payment-row .del-title.icon-del-10::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -842px;
}
/* line 73, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-1::before, .deliveryContent .payment-row .pay-title.icon-pay-1::before, .paymentContent .delivery-row .pay-title.icon-pay-1::before, .paymentContent .payment-row .pay-title.icon-pay-1::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -396px;
}
/* line 77, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-2::before, .deliveryContent .payment-row .pay-title.icon-pay-2::before, .paymentContent .delivery-row .pay-title.icon-pay-2::before, .paymentContent .payment-row .pay-title.icon-pay-2::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -133px;
}
/* line 81, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-7::before, .deliveryContent .payment-row .pay-title.icon-pay-7::before, .paymentContent .delivery-row .pay-title.icon-pay-7::before, .paymentContent .payment-row .pay-title.icon-pay-7::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -166px;
}
/* line 84, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-8::before, .deliveryContent .payment-row .pay-title.icon-pay-8::before, .paymentContent .delivery-row .pay-title.icon-pay-8::before, .paymentContent .payment-row .pay-title.icon-pay-8::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -164px;
}
/* line 88, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-10::before, .deliveryContent .payment-row .pay-title.icon-pay-10::before, .paymentContent .delivery-row .pay-title.icon-pay-10::before, .paymentContent .payment-row .pay-title.icon-pay-10::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -200px;
}
/* line 92, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-9::before, .deliveryContent .payment-row .pay-title.icon-pay-9::before, .paymentContent .delivery-row .pay-title.icon-pay-9::before, .paymentContent .payment-row .pay-title.icon-pay-9::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -230px;
}
/* line 96, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-18::before, .deliveryContent .payment-row .pay-title.icon-pay-18::before, .paymentContent .delivery-row .pay-title.icon-pay-18::before, .paymentContent .payment-row .pay-title.icon-pay-18::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -266px;
}
/* line 100, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-22::before, .deliveryContent .payment-row .pay-title.icon-pay-22::before, .paymentContent .delivery-row .pay-title.icon-pay-22::before, .paymentContent .payment-row .pay-title.icon-pay-22::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -296px;
}
/* line 104, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-21::before, .deliveryContent .payment-row .pay-title.icon-pay-21::before, .paymentContent .delivery-row .pay-title.icon-pay-21::before, .paymentContent .payment-row .pay-title.icon-pay-21::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -329px;
}
/* line 108, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-23::before, .deliveryContent .payment-row .pay-title.icon-pay-23::before, .paymentContent .delivery-row .pay-title.icon-pay-23::before, .paymentContent .payment-row .pay-title.icon-pay-23::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -363px;
}
/* line 112, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-3::before, .deliveryContent .payment-row .pay-title.icon-pay-3::before, .paymentContent .delivery-row .pay-title.icon-pay-3::before, .paymentContent .payment-row .pay-title.icon-pay-3::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -542px;
}
/* line 116, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-14::before, .deliveryContent .payment-row .pay-title.icon-pay-14::before, .paymentContent .delivery-row .pay-title.icon-pay-14::before, .paymentContent .payment-row .pay-title.icon-pay-14::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -697px;
}
/* line 120, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-16::before, .deliveryContent .payment-row .pay-title.icon-pay-16::before, .paymentContent .delivery-row .pay-title.icon-pay-16::before, .paymentContent .payment-row .pay-title.icon-pay-16::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -618px;
}
/* line 124, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-17::before, .deliveryContent .payment-row .pay-title.icon-pay-17::before, .paymentContent .delivery-row .pay-title.icon-pay-17::before, .paymentContent .payment-row .pay-title.icon-pay-17::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -655px;
}
/* line 128, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-19::before, .deliveryContent .payment-row .pay-title.icon-pay-19::before, .paymentContent .delivery-row .pay-title.icon-pay-19::before, .paymentContent .payment-row .pay-title.icon-pay-19::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -733px;
}
/* line 132, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-20::before, .deliveryContent .payment-row .pay-title.icon-pay-20::before, .paymentContent .delivery-row .pay-title.icon-pay-20::before, .paymentContent .payment-row .pay-title.icon-pay-20::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -777px;
}
/* line 136, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-15::before, .deliveryContent .payment-row .pay-title.icon-pay-15::before, .paymentContent .delivery-row .pay-title.icon-pay-15::before, .paymentContent .payment-row .pay-title.icon-pay-15::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -814px;
}
/* line 140, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-26::before, .deliveryContent .payment-row .pay-title.icon-pay-26::before, .paymentContent .delivery-row .pay-title.icon-pay-26::before, .paymentContent .payment-row .pay-title.icon-pay-26::before {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/del-and-pay-icons.png);
  background-position: left -871px;
}

/* line 145, ../sass/system-subpages/_delivery.sass */
.cartServiceItem {
  float: left;
  width: 40%;
  margin-top: 8px;
  margin-right: 10px;
}
/* line 150, ../sass/system-subpages/_delivery.sass */
.cartServiceItem p {
  margin-top: 8px;
}
/* line 152, ../sass/system-subpages/_delivery.sass */
.cartServiceItem select {
  width: 120px;
  float: left;
}

/* sm */
/* xs */
@media (max-width: 767px) {
  /* line 163, ../sass/system-subpages/_delivery.sass */
  .cartPaymentType,
  .orderPaymentType {
    margin-top: 20px;
  }
}
/* XS Portrait */
/* line 1, ../sass/system-subpages/_discount.sass */
.delivery_type_fee_price {
  font-weight: bold;
}

/* line 5, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_t, #blockDiscount .discount_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 8, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_place, #blockDiscount .discount_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 12, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_date span {
  font-weight: 400;
}
/* line 14, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 16, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_location span {
  font-weight: 400;
}
/* line 18, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_remove {
  position: absolute;
  right: 15px;
}
/* line 22, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_price .discount_cust_category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}

/* line 27, ../sass/system-subpages/_discount.sass */
.delivery_type_fee {
  text-align: right;
}
/* line 29, ../sass/system-subpages/_discount.sass */
.delivery_type_fee .delivery_type_fee_label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 33, ../sass/system-subpages/_discount.sass */
.delivery_type_fee .delivery_type_fee_price span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

/* line 39, ../sass/system-subpages/_discount.sass */
.scroll_select .formCustomersCategory {
  overflow: auto;
}
/* line 41, ../sass/system-subpages/_discount.sass */
.scroll_select .smallCustomers {
  height: 233px;
}

/* line 43, ../sass/system-subpages/_discount.sass */
.formCustomersCategory {
  position: absolute;
  z-index: 1060;
  display: none;
  min-width: 270px;
  padding: 1px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  line-break: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
/* line 65, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper {
  padding: 10px 25px;
}
/* line 67, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 69, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 71, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control:-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 73, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control {
  padding: 7px;
}
/* line 75, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .btn-input {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px 12px;
}
/* line 80, ../sass/system-subpages/_discount.sass */
.formCustomersCategory #popForm .number_voucher_id {
  float: left;
  width: 78%;
}
/* line 83, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li {
  list-style: none;
}
/* line 85, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li a {
  display: block;
  padding: 10px 25px;
  text-align: left;
  color: #797979;
}
/* line 90, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li a:hover, .formCustomersCategory .dropdown_select li a.active {
  background: #e9e9e9;
  text-decoration: none;
}

/* line 96, ../sass/system-subpages/_discount.sass */
.orderButtonChange {
  background: #a8ffcc;
  color: #fff;
  border: #a8ffcc;
}

/* line 101, ../sass/system-subpages/_discount.sass */
.hide_popUp {
  display: none;
}

/* line 104, ../sass/system-subpages/_discount.sass */
.show_popUp {
  display: block;
}

/* line 107, ../sass/system-subpages/_discount.sass */
.terms-conditions-agreement {
  display: inline-block;
  margin-left: 15px;
}
/* line 110, ../sass/system-subpages/_discount.sass */
.terms-conditions-agreement .terms-conditions-agreement-in {
  display: inline-block;
}

/* line 116, ../sass/system-subpages/_discount.sass */
#blockDiscountVoucher .goods_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 121, ../sass/system-subpages/_discount.sass */
.cartExpiredIcon {
  font-size: 100px;
  margin: 0px 0px 20px 0px;
  color: #D21727;
}

/* line 126, ../sass/system-subpages/_discount.sass */
.cartExpiredText {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  font-size: 24px;
}

/* line 132, ../sass/system-subpages/_discount.sass */
.cartExpiredRowMargin {
  margin-top: 30px;
}

/* line 137, ../sass/system-subpages/_discount.sass */
#CartItems {
  margin-bottom: 15px;
}
/* line 140, ../sass/system-subpages/_discount.sass */
#CartItems .notValidItem div {
  text-decoration: line-through;
}
/* line 142, ../sass/system-subpages/_discount.sass */
#CartItems .notValidItem div .customer_category {
  display: none;
}
/* line 145, ../sass/system-subpages/_discount.sass */
#CartItems .goods_amount .goods_amount_select {
  width: 55%;
}
/* line 147, ../sass/system-subpages/_discount.sass */
#CartItems .goods_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 151, ../sass/system-subpages/_discount.sass */
#CartItems .credit_name .credit_n {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 155, ../sass/system-subpages/_discount.sass */
#CartItems .credit_price .credit_p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: right;
}
/* line 160, ../sass/system-subpages/_discount.sass */
#CartItems .credit_amount .credit_amount_change {
  width: 55%;
}
/* line 163, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_name .voucher_n {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 167, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_quantity .voucher-q {
  width: 55%;
}
/* line 170, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_price .voucher_p {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 174, ../sass/system-subpages/_discount.sass */
#CartItems .discount_t, #CartItems .discount_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 177, ../sass/system-subpages/_discount.sass */
#CartItems .discount_place, #CartItems .discount_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 180, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date {
  font-weight: 600;
  position: relative;
}
/* line 183, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date span {
  font-weight: 400;
}
/* line 185, ../sass/system-subpages/_discount.sass */
#CartItems .discount_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 187, ../sass/system-subpages/_discount.sass */
#CartItems .discount_location span {
  font-weight: 600;
}
/* line 190, ../sass/system-subpages/_discount.sass */
#CartItems .discount_price .discount_cust_category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 193, ../sass/system-subpages/_discount.sass */
#CartItems .discount_remove {
  position: absolute;
  right: 15px;
}

/* line 197, ../sass/system-subpages/_discount.sass */
.voucherList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/* line 200, ../sass/system-subpages/_discount.sass */
.cartTable {
  display: table;
  width: 100%;
  vertical-align: bottom;
}
/* line 204, ../sass/system-subpages/_discount.sass */
.cartTable > div {
  display: flex;
  align-items: center;
}
/* line 207, ../sass/system-subpages/_discount.sass */
.cartTable > div #btCartIndexPost,
.cartTable > div #btCartDeliveryPayment {
  margin-left: 10px;
}
/* line 210, ../sass/system-subpages/_discount.sass */
.cartTable > div button {
  margin-top: 0;
}
/* line 212, ../sass/system-subpages/_discount.sass */
.cartTable .hallPrice {
  display: inline-block;
  margin-top: 0;
  padding: 0 0;
}
/* line 216, ../sass/system-subpages/_discount.sass */
.cartTable #frmHallBack {
  display: inline-block;
}
/* line 218, ../sass/system-subpages/_discount.sass */
.cartTable #btHallBack {
  margin-right: 10px;
}
/* line 220, ../sass/system-subpages/_discount.sass */
.cartTable > .pull-left,
.cartTable .button-back {
  display: inline-block;
}
/* line 224, ../sass/system-subpages/_discount.sass */
.cartTable #button-forward button {
  margin-top: 0 !important;
}

/* line 229, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date,
#CartItems .confirmation_date,
#CartItems .confirmation_card_validity,
#blockConfirmation .discount_date,
#blockConfirmation .confirmation_date,
#blockConfirmation .confirmation_card_validity {
  font-weight: 600;
  position: relative;
  padding-left: 34px !important;
}
/* line 235, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date::before,
#CartItems .confirmation_date::before,
#CartItems .confirmation_card_validity::before,
#blockConfirmation .discount_date::before,
#blockConfirmation .confirmation_date::before,
#blockConfirmation .confirmation_card_validity::before {
  display: inline-block;
  color: #a8ffcc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "";
  left: 10px;
  top: 0px;
  position: absolute;
}

/* lg */
/* md */
/* sm */
@media (max-width: 767px) {
  /* line 260, ../sass/system-subpages/_discount.sass */
  .button-back .backToSection {
    position: relative;
    left: 0;
    display: block;
  }

  /* line 272, ../sass/system-subpages/_discount.sass */
  #blockDiscount .block_img img {
    max-width: 100px;
  }
  /* line 274, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_img {
    height: 100px;
  }
  /* line 276, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_title, #blockDiscount .discount_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #cdcdcd;
  }
  /* line 281, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_location {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 284, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount, #blockDiscount .discount_price {
    text-align: right;
  }
  /* line 286, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount {
    margin-bottom: 10px;
  }

  /* line 291, ../sass/system-subpages/_discount.sass */
  #formCustomersVoucher .dropdown_select li a {
    padding: 12px 15px;
  }
  /* line 293, ../sass/system-subpages/_discount.sass */
  #formCustomersVoucher .voucher_wrapper {
    padding: 7px 15px;
  }

  /* line 297, ../sass/system-subpages/_discount.sass */
  #DiscountVoucher .voucher-q {
    max-width: 100%;
  }

  /* line 305, ../sass/system-subpages/_discount.sass */
  #CartItems .goods_amount .goods_amount_select {
    width: 100%;
  }
  /* line 308, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_amount .credit_amount_change {
    width: 100%;
  }
  /* line 311, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_quantity .voucher-q {
    width: 100%;
  }
  /* line 314, ../sass/system-subpages/_discount.sass */
  #CartItems .block_img img {
    max-width: 100px;
  }
  /* line 316, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_img {
    height: 100px;
  }
  /* line 318, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_title, #CartItems .discount_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #cdcdcd;
  }
  /* line 323, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_location {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 326, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount, #CartItems .discount_price {
    text-align: right;
  }
  /* line 328, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount {
    margin-bottom: 0px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 336, ../sass/system-subpages/_discount.sass */
  .cartTable .button-back.pull-left,
  .cartTable .pull-left {
    position: absolute;
    bottom: 0;
  }

  /* line 341, ../sass/system-subpages/_discount.sass */
  .discount_discount {
    position: inherit;
  }

  /* line 344, ../sass/system-subpages/_discount.sass */
  .scroll_select .formCustomersCategory {
    width: calc(100% - 50px);
    max-width: 100%;
  }

  /* line 348, ../sass/system-subpages/_discount.sass */
  #blockDiscount .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 352, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_title, #blockDiscount .discount_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  /* line 356, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_location {
    text-align: right;
  }
  /* line 358, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount {
    text-align: left;
  }
  /* line 360, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_price, #blockDiscount .discount_discount {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }

  /* line 364, ../sass/system-subpages/_discount.sass */
  .voucher-input {
    margin-bottom: 15px;
  }

  /* line 367, ../sass/system-subpages/_discount.sass */
  .formCustomersCategory {
    min-width: 250px;
  }

  /* line 374, ../sass/system-subpages/_discount.sass */
  #blockDiscountVoucher .goods_amount, #blockDiscountVoucher .voucher_price {
    margin-top: 15px;
  }

  /* line 380, ../sass/system-subpages/_discount.sass */
  #CartItems.block > div {
    padding-bottom: 0px !important;
  }
  /* line 382, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_subname {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 386, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_price .credit_p {
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* line 390, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_price {
    padding-top: 15px;
  }
  /* line 392, ../sass/system-subpages/_discount.sass */
  #CartItems .goods_amount {
    padding-top: 15px;
  }
  /* line 394, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_quantity {
    padding-top: 15px;
  }
  /* line 396, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_p {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
  }
  /* line 400, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_title, #CartItems .discount_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }
  /* line 404, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_location {
    text-align: right;
  }
  /* line 406, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount {
    text-align: left;
  }
  /* line 408, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_price, #CartItems .discount_discount {
    padding: 10px 10px;
    border-top: 1px solid #e9e9e9;
  }
}
/* XS Portrait */
@media (max-width: 991px) {
  /* line 416, ../sass/system-subpages/_discount.sass */
  .cartTable > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-justify-content: flex- end;
  }
  /* line 419, ../sass/system-subpages/_discount.sass */
  .cartTable .hallPrice {
    margin-top: 0;
    padding: 0 0;
    position: relative;
    top: 0;
  }
  /* line 424, ../sass/system-subpages/_discount.sass */
  .cartTable .btn {
    display: inline-block;
    margin-top: 0;
    padding: 18px;
    margin-right: 0;
  }
  /* line 429, ../sass/system-subpages/_discount.sass */
  .cartTable .btn span:first-child {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  /* line 437, ../sass/system-subpages/_discount.sass */
  .cartTable .btn .text {
    display: none;
  }
  /* line 440, ../sass/system-subpages/_discount.sass */
  .cartTable .button-forward form {
    align-items: center;
    display: flex;
  }

  /* line 444, ../sass/system-subpages/_discount.sass */
  .hall-buttons .hallPrice {
    display: inline-block !important;
    float: left !important;
  }
  /* line 447, ../sass/system-subpages/_discount.sass */
  .hall-buttons .backToSection {
    display: inline-block !important;
    margin-top: 0;
  }
  /* line 450, ../sass/system-subpages/_discount.sass */
  .hall-buttons .button-forward {
    float: right !important;
    display: flex;
  }
  /* line 453, ../sass/system-subpages/_discount.sass */
  .hall-buttons #btCartSubmit {
    padding: 18px;
    margin-top: 0;
  }
  /* line 456, ../sass/system-subpages/_discount.sass */
  .hall-buttons #btCartSubmit span:first-child {
    height: 100%;
    width: 100%;
  }
  /* line 459, ../sass/system-subpages/_discount.sass */
  .hall-buttons #btCartSubmit .text {
    display: none;
  }
}
@media (max-width: 370px) {
  /* line 465, ../sass/system-subpages/_discount.sass */
  .hall-buttons .hallPrice .priceText {
    display: none;
  }
}
/* line 9, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_l4 span,
#blockConfirmation .confirmation_l5 span,
#blockConfirmation .confirmation_l1 span,
#blockConfirmation .confirmation_l2 span,
#blockConfirmation .confirmation_l3 span {
  font-weight: bold !important;
}
/* line 11, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_date {
  font-weight: bold !important;
}

/* line 15, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_t, #blockConfirmation .confirmation_p, #blockConfirmation .confirmation_credit_name, #blockConfirmation .confirmation_credit_price, #blockConfirmation .confirmation_card_name, #blockPaymentFailed .confirmation_t, #blockPaymentFailed .confirmation_p, #blockPaymentFailed .confirmation_credit_name, #blockPaymentFailed .confirmation_credit_price, #blockPaymentFailed .confirmation_card_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 18, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_place, #blockConfirmation .confirmation_price_customer, #blockPaymentFailed .confirmation_place, #blockPaymentFailed .confirmation_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 22, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_date span, #blockPaymentFailed .confirmation_date span {
  font-weight: 400;
}
/* line 24, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_location, #blockPaymentFailed .confirmation_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 26, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_location span, #blockPaymentFailed .confirmation_location span {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 29, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_qr_code, #blockPaymentFailed .confirmation_qr_code {
  max-width: 80px;
}
/* line 31, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .payment_failed, #blockPaymentFailed .payment_failed {
  text-align: right;
}
/* line 33, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_price, #blockConfirmation .confirmation_credit_price, #blockConfirmation .confirmation_credit_amount, #blockConfirmation .confirmation_voucher_card_price, #blockPaymentFailed .confirmation_price, #blockPaymentFailed .confirmation_credit_price, #blockPaymentFailed .confirmation_credit_amount, #blockPaymentFailed .confirmation_voucher_card_price {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 37, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .lp_bonuses_name, #blockPaymentFailed .lp_bonuses_name {
  font-weight: 400;
}
/* line 40, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .lp_bonuses_number span, #blockConfirmation .lp_bonuses_validity span, #blockPaymentFailed .lp_bonuses_number span, #blockPaymentFailed .lp_bonuses_validity span {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

/* line 45, ../sass/system-subpages/_confirmation.sass */
.button-print, .button-print2 {
  float: right;
}
/* line 47, ../sass/system-subpages/_confirmation.sass */
.button-print i, .button-print2 i {
  margin-right: 3px;
}

/* line 49, ../sass/system-subpages/_confirmation.sass */
.button-print {
  margin-left: 7px;
  margin-bottom: 7px;
}

/* line 53, ../sass/system-subpages/_confirmation.sass */
.payOnlineDisabledText {
  display: block;
  padding: 10px 0;
}

/* line 59, ../sass/system-subpages/_confirmation.sass */
.steps-vertical {
  display: block;
  position: relative;
}
/* line 62, ../sass/system-subpages/_confirmation.sass */
.steps-vertical h3 {
  margin: 0 0 0 10px;
  display: inline-block;
  color: #000;
  vertical-align: middle;
}
/* line 67, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .pkpass-modal-step-data {
  text-align: center;
  margin-bottom: 25px;
}
/* line 71, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row:before {
  left: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #a8ffcc;
  z-order: 0;
}
/* line 81, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step {
  display: block;
  position: relative;
}
/* line 84, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed {
  margin-left: 55px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 87, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in {
  padding: 5px 0 15px;
}
/* line 89, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in span {
  font-weight: 400;
}
/* line 91, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message {
  margin-left: 55px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 94, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in {
  padding: 5px 0 15px;
}
/* line 96, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode {
  display: block;
  margin-right: 10px;
}
/* line 99, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .confirmation_text {
  font-weight: 400;
}
/* line 101, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .delivery-message-title {
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 104, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .sell_points {
  list-style: outside none disc;
  padding-left: 15px;
  margin-left: 15px;
}
/* line 108, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper {
  vertical-align: middle;
  display: inline-block;
}
/* line 111, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .custom-icon {
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #a8ffcc;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #a8ffcc;
}
/* line 122, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .fix-editor {
  display: none;
}

/* line 128, ../sass/system-subpages/_confirmation.sass */
.button-forward form {
  display: inline;
}
/* line 130, ../sass/system-subpages/_confirmation.sass */
.button-forward form:last-child {
  margin-right: 0;
}

/* line 137, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_name, #blockConfirmation .confirmation_voucher_sale_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 140, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_price, #blockConfirmation .confirmation_voucher_sale_price {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: right;
}
/* line 143, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_amount, #blockConfirmation .confirmation_voucher_sale_amount {
  text-align: right;
}
/* line 145, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .priceCategoryHeader span {
  font-weight: bold !important;
  font-size: 16px !important;
}
/* line 148, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .priceCategoryItem span {
  font-weight: bold !important;
}

/* line 155, ../sass/system-subpages/_confirmation.sass */
.payment-failed .payment-failed-in {
  padding: 15px;
}
/* line 157, ../sass/system-subpages/_confirmation.sass */
.payment-failed label {
  font-weight: 300;
}

/* line 160, ../sass/system-subpages/_confirmation.sass */
#divOrderButtons button {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* sm */
@media (max-width: 991px) {
  /* line 166, ../sass/system-subpages/_confirmation.sass */
  .confirmation_wallet {
    padding-right: 10px;
    padding-left: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 175, ../sass/system-subpages/_confirmation.sass */
  #blockPaymentFailed .full_price {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
  }
  /* line 178, ../sass/system-subpages/_confirmation.sass */
  #blockPaymentFailed .confirmation_price {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 10px;
  }

  /* line 186, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_date .confirmation_d, #blockConfirmation .confirmation_date .confirmation_time, #blockPaymentFailed .confirmation_date .confirmation_d, #blockPaymentFailed .confirmation_date .confirmation_time {
    display: block;
  }
  /* line 188, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_date, #blockPaymentFailed .confirmation_date {
    margin-top: 7px;
  }
  /* line 190, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_location, #blockPaymentFailed .confirmation_location {
    text-align: right;
  }
  /* line 192, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_location, #blockConfirmation .confirmation_date, #blockPaymentFailed .confirmation_location, #blockPaymentFailed .confirmation_date {
    margin-top: 10px;
  }
  /* line 194, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price, #blockPaymentFailed .confirmation_price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
  /* line 198, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .full_price, #blockPaymentFailed .full_price {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
  }

  /* line 201, ../sass/system-subpages/_confirmation.sass */
  .button-print {
    margin-bottom: 7px;
  }

  /* line 205, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_package_amount {
    text-align: right;
  }
  /* line 207, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_amount {
    text-align: left;
    margin-top: 7px;
  }
  /* line 210, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_price {
    margin-top: 7px;
  }
  /* line 213, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table {
    display: table;
    width: 100%;
  }
  /* line 216, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table .confirmation_p {
    display: table-cell;
    float: right;
  }
  /* line 219, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table .confirmation_price_customer {
    display: table-cell;
    float: left;
  }

  /* line 228, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in {
    padding: 0;
  }
  /* line 230, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in .sell_points {
    padding-left: 0;
  }

  /* line 237, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical-step .icon-wrapper .custom-icon {
    width: 35px;
    height: 35px;
  }

  /* line 240, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in {
    padding: 0px 0 15px;
  }

  /* line 245, ../sass/system-subpages/_confirmation.sass */
  .button-forward {
    text-align: right;
  }
  /* line 248, ../sass/system-subpages/_confirmation.sass */
  .button-forward .print-btn:first-child {
    margin-top: 0;
  }
  /* line 250, ../sass/system-subpages/_confirmation.sass */
  .button-forward .print-btn:first-child {
    margin-top: 0 !important;
  }
  /* line 252, ../sass/system-subpages/_confirmation.sass */
  .button-forward #frmCancel {
    margin-top: 0;
  }
  /* line 255, ../sass/system-subpages/_confirmation.sass */
  .button-forward #btPrintEBill {
    margin-top: 0px;
  }
}
/* XS Portrait */
@media (max-width: 550px) {
  /* line 261, ../sass/system-subpages/_confirmation.sass */
  #divOrderButtons .btn {
    display: block;
    min-width: 160px;
  }
}
/* line 3, ../sass/system-subpages/_subscription.sass */
#subscription .subscription_buttons {
  text-align: right;
}

/* line 8, ../sass/system-subpages/_subscription.sass */
#subscriptionModalHall .subsc_title {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 12, ../sass/system-subpages/_subscription.sass */
#subscriptionModalHall .subsc_date span, #subscriptionModalHall .subsc_time span {
  font-weight: 400;
}

/* line 16, ../sass/system-subpages/_subscription.sass */
.btn-hall-subscription #subsriptionDetail {
  padding: 4px 12px;
}

/* line 22, ../sass/system-subpages/_subscription.sass */
#blockSubscription .subscription_title .subscription_t {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 25, ../sass/system-subpages/_subscription.sass */
#blockSubscription .discount_price {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 29, ../sass/system-subpages/_subscription.sass */
#blockSubscription .discount_price .discount_cust_category {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}

/* line 36, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form {
  display: inline-block;
}
/* line 38, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form #btMCartAddSubscription {
  padding: 8px 15px;
  margin-right: 10px;
}
/* line 41, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form #btMCartAddSubscription i {
  margin-right: 5px;
}

/* line 47, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 49, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block > .row {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 53, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-description .eventName {
  font-weight: 400;
}
/* line 55, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-description .venue {
  color: #797979;
}
/* line 58, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .location {
  text-align: right;
  color: #797979;
}
/* line 61, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .place-description {
  text-align: right;
}
/* line 63, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .place-row-value, .modal-subscription .modal-body .block .event-location .place-seat-value {
  font-weight: 400;
}
/* line 65, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-date, .modal-subscription .modal-body .block .event-description {
  padding-right: 0;
}

/* sm */
@media (max-width: 991px) {
  /* line 74, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form {
    display: block;
  }
  /* line 76, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form #btMCartAddSubscription {
    float: right;
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* line 82, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_discount, #blockSubscription .discount_price {
    text-align: right;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 92, ../sass/system-subpages/_subscription.sass */
  .btn-hall-subscription #subsriptionDetail {
    float: none;
  }

  /* line 95, ../sass/system-subpages/_subscription.sass */
  #subscriptionModalHall .subsc_title {
    margin-top: 10px;
  }
  /* line 97, ../sass/system-subpages/_subscription.sass */
  #subscriptionModalHall .subsc_time {
    text-align: right;
  }

  /* line 102, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_remove {
    position: absolute;
    right: 15px;
  }
  /* line 105, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_discount {
    border-top: 1px solid #e9e9e9;
    text-align: left;
    margin-top: 10px;
  }
  /* line 109, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .subscription_detail {
    margin-top: 10px;
  }
  /* line 111, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_price {
    margin-top: 10px;
  }

  /* line 115, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form {
    text-align: right;
  }
  /* line 117, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form .terms_conditions_agreement {
    text-align: left !important;
  }

  /* line 124, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* line 126, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-description, .modal-subscription .modal-body .block .event-location {
    padding-right: 15px;
  }
  /* line 129, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-location .location, .modal-subscription .modal-body .block .event-location .place-description {
    text-align: left;
  }
  /* line 131, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date {
    margin-bottom: 5px;
  }
  /* line 133, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date .date {
    display: inline-block;
  }
  /* line 135, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date .time {
    display: inline-block;
    margin-left: 5px;
  }
  /* line 139, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-description .eventName {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 3, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher_n, #DiscountVoucher .voucher_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 6, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher_p {
  text-align: right;
}
/* line 8, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher-q {
  max-width: 55%;
}

/* line 14, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_n {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 17, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_num {
  text-align: left;
  color: #797979;
}
/* line 20, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_p {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* xs */
@media (max-width: 767px) {
  /* line 30, ../sass/system-subpages/_vouchers.sass */
  #DiscountVoucher .voucher_quantity, #DiscountVoucher .voucher_price {
    margin-top: 15px;
  }
  /* line 32, ../sass/system-subpages/_vouchers.sass */
  #DiscountVoucher .voucher_p {
    text-align: right;
  }
}
/* line 3, ../sass/system-subpages/_goods.sass */
.breadcrumb {
  margin-bottom: 15px;
}

/* line 6, ../sass/system-subpages/_goods.sass */
.block-goods {
  margin: 20px 15px;
}
/* line 8, ../sass/system-subpages/_goods.sass */
.block-goods .row {
  border-top: 1px solid #e9e9e9;
  padding: 15px;
}
/* line 11, ../sass/system-subpages/_goods.sass */
.block-goods .row:nth-child(2n+1) {
  background-color: #F1F1F1;
}
/* line 13, ../sass/system-subpages/_goods.sass */
.block-goods .row > div:first-child {
  padding-left: 0;
}
/* line 15, ../sass/system-subpages/_goods.sass */
.block-goods .cart-btns {
  text-align: right;
}
/* line 18, ../sass/system-subpages/_goods.sass */
.block-goods .cart-info .cart-price {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 21, ../sass/system-subpages/_goods.sass */
.block-goods a {
  font-weight: 400 !important;
}
/* line 23, ../sass/system-subpages/_goods.sass */
.block-goods .product-description {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 26, ../sass/system-subpages/_goods.sass */
.block-goods span.cart_info {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 30, ../sass/system-subpages/_goods.sass */
.block-goods form label {
  font-weight: 300;
}

/* line 32, ../sass/system-subpages/_goods.sass */
.block-category {
  margin: 15px 0;
}
/* line 34, ../sass/system-subpages/_goods.sass */
.block-category li {
  display: inline-block;
  margin-right: 5px;
}
/* line 37, ../sass/system-subpages/_goods.sass */
.block-category li a {
  border: 2px solid #797979;
  display: block;
  color: #797979;
  padding: 12px;
  text-decoration: none;
}
/* line 43, ../sass/system-subpages/_goods.sass */
.block-category li a:hover {
  background-color: #797979;
  color: #ffffff;
}

/* line 46, ../sass/system-subpages/_goods.sass */
.block-detail-price {
  background: #F1F1F1;
  border: 1px solid #fbfbfb;
  padding: 25px;
  text-align: center;
  width: 300px;
}
/* line 52, ../sass/system-subpages/_goods.sass */
.block-detail-price .block-price {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 10px 0;
  display: block;
}
/* line 57, ../sass/system-subpages/_goods.sass */
.block-detail-price form {
  display: block;
  padding: 10px 0;
}
/* line 60, ../sass/system-subpages/_goods.sass */
.block-detail-price form label {
  font-weight: 300;
}
/* line 62, ../sass/system-subpages/_goods.sass */
.block-detail-price form .goods-quantity {
  max-width: 70%;
  display: inline-block;
}

/* line 66, ../sass/system-subpages/_goods.sass */
label .qty {
  border: 1px solid #cbd3da;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding: 5px;
  font-weight: 300;
  width: 35px;
}

/* line 73, ../sass/system-subpages/_goods.sass */
.block_breadcrumb {
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
/* line 76, ../sass/system-subpages/_goods.sass */
.block_breadcrumb a:hover {
  text-decoration: underline;
}
/* line 78, ../sass/system-subpages/_goods.sass */
.block_breadcrumb.breadcrumb > .active {
  color: #797979;
}

/* line 81, ../sass/system-subpages/_goods.sass */
.good-toolbar {
  background-color: #F1F1F1;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
}
/* line 86, ../sass/system-subpages/_goods.sass */
.good-toolbar .currencyGoods {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 90, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-up:before, .good-toolbar .select-goods .fa-caret-down:before, .good-toolbar .select-goods .fa-sort-alpha-asc:before {
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.125rem;
  color: #797979;
}
/* line 94, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-up:before {
  content: "";
}
/* line 96, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-down:before {
  content: "";
}
/* line 98, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-sort-alpha-asc:before {
  content: "";
}
/* line 100, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 10px;
}
/* line 102, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods label {
  font-weight: 300;
}
/* line 104, ../sass/system-subpages/_goods.sass */
.good-toolbar .price-filter-label, .good-toolbar .priceFilter {
  display: inline-block;
}
/* line 106, ../sass/system-subpages/_goods.sass */
.good-toolbar .price-filter-label .text, .good-toolbar .priceFilter .text {
  font-size: 16px;
  font-size: 1rem;
}
/* line 108, ../sass/system-subpages/_goods.sass */
.good-toolbar .search-results-sort-label, .good-toolbar .select-goods-in {
  display: inline-block;
}
/* line 110, ../sass/system-subpages/_goods.sass */
.good-toolbar .search-results-sort-label .text, .good-toolbar .select-goods-in .text {
  font-size: 16px;
  font-size: 1rem;
}
/* line 112, ../sass/system-subpages/_goods.sass */
.good-toolbar .checkbox-wrap {
  padding-top: 16px;
  padding-bottom: 23px;
}
/* line 115, ../sass/system-subpages/_goods.sass */
.good-toolbar .checkbox-wrap .checkbox {
  margin: 0;
}
/* line 117, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
/* line 123, ../sass/system-subpages/_goods.sass */
.good-toolbar .navbar-form input, .good-toolbar .form-inline input {
  width: auto;
}
/* line 125, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav > li > a:first-child {
  border: 0;
}
/* line 127, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav > li > a:first-child:hover, .good-toolbar .nav > li > a:first-child:focus, .good-toolbar .nav > li > a:first-child:active {
  color: #000000;
  background-color: #F1F1F1;
}
/* line 130, ../sass/system-subpages/_goods.sass */
.good-toolbar .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 25px;
}
/* line 133, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav .open > a, .good-toolbar .nav .open > a:hover, .good-toolbar .nav .open > a:focus {
  background-color: #F1F1F1;
}
/* line 136, ../sass/system-subpages/_goods.sass */
.good-toolbar .dropdown .dropdown-menu {
  min-width: 300px;
  padding: 12px;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 154, ../sass/system-subpages/_goods.sass */
  .block-detail-price {
    overflow: auto;
    margin: 15px 0;
    width: 100%;
  }
  /* line 158, ../sass/system-subpages/_goods.sass */
  .block-detail-price form {
    float: right;
  }

  /* line 160, ../sass/system-subpages/_goods.sass */
  .cart-info {
    text-align: right;
  }
  /* line 162, ../sass/system-subpages/_goods.sass */
  .cart-info .cart-price {
    font-size: 22px;
    font-size: 1.375rem;
  }

  /* line 165, ../sass/system-subpages/_goods.sass */
  .block-goods label {
    margin-bottom: 5px;
  }

  /* line 170, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 21px;
  }
  /* line 173, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  /* line 176, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-wrap {
    padding-top: 20px;
    padding-bottom: 23px;
  }
  /* line 179, ../sass/system-subpages/_goods.sass */
  .good-toolbar .currencyGoods {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 185, ../sass/system-subpages/_goods.sass */
  .block-detail-info {
    float: none;
    text-align: center;
  }

  /* line 188, ../sass/system-subpages/_goods.sass */
  .block-detail-price {
    padding: 15px;
  }
  /* line 190, ../sass/system-subpages/_goods.sass */
  .block-detail-price form {
    float: none;
  }
  /* line 192, ../sass/system-subpages/_goods.sass */
  .block-detail-price .block-price {
    padding: 5px 0;
  }

  /* line 194, ../sass/system-subpages/_goods.sass */
  .product-description {
    padding: 10px 0;
  }

  /* line 197, ../sass/system-subpages/_goods.sass */
  .block-goods .cart-info {
    padding-left: 0;
    text-align: left;
  }
  /* line 200, ../sass/system-subpages/_goods.sass */
  .block-goods .cart-quantity, .block-goods .cart-btns {
    text-align: right;
    padding-right: 0;
  }

  /* line 204, ../sass/system-subpages/_goods.sass */
  .good-toolbar .price-filter-label, .good-toolbar .priceFilter {
    display: inline-block;
  }
  /* line 206, ../sass/system-subpages/_goods.sass */
  .good-toolbar .search-results-sort-label, .good-toolbar .select-goods-in {
    display: block;
  }
  /* line 208, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    text-align: left;
  }
  /* line 210, ../sass/system-subpages/_goods.sass */
  .good-toolbar .price-filter-label, .good-toolbar .search-results-sort-label {
    padding-bottom: 5px;
  }
  /* line 212, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  /* line 215, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 218, ../sass/system-subpages/_goods.sass */
  .good-toolbar .currencyGoods {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 221, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 225, ../sass/system-subpages/_goods.sass */
  .good-toolbar .dropdown .dropdown-menu {
    min-width: 100%;
    padding: 7px 15px;
  }
  /* line 228, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-xs {
    position: absolute;
    right: 0;
    top: 2px;
  }
  /* line 232, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav {
    margin: 0 -15px;
  }
}
/* XS Portrait */
/* line 34, ../sass/system-subpages/_cart.sass */
.cart-title {
  font-size: 18px;
  font-weight: 700;
}

/* line 39, ../sass/system-subpages/_cart.sass */
.cart-subtitle {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

/* line 71, ../sass/system-subpages/_cart.sass */
.cart-location {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

/* line 84, ../sass/system-subpages/_cart.sass */
.cart-discount {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 84, ../sass/system-subpages/_cart.sass */
  .cart-discount {
    margin-top: 0;
    text-align: right;
  }
}

/* line 96, ../sass/system-subpages/_cart.sass */
.cart-price {
  font-weight: 700;
  text-align: right;
}
/* line 106, ../sass/system-subpages/_cart.sass */
.cart-price-discount {
  font-size: 12px;
  color: red;
}

/* line 117, ../sass/system-subpages/_cart.sass */
.cart-step-container {
  position: relative;
}
/* line 125, ../sass/system-subpages/_cart.sass */
.cart-step-container:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: calc(46px / 2);
  bottom: 0;
  width: 1px;
  background-color: #a8ffcc;
}
@media (max-width: 767px) {
  /* line 125, ../sass/system-subpages/_cart.sass */
  .cart-step-container:before {
    left: calc($step-circle-width--lg  / 2);
  }
}
/* line 145, ../sass/system-subpages/_cart.sass */
.cart-step-container.packages .cart-ticket-add-more {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 150, ../sass/system-subpages/_cart.sass */
  .cart-step-container.packages .cart-step-timer {
    width: 100%;
    max-width: 100%;
  }
}
/* line 162, ../sass/system-subpages/_cart.sass */
.cart-step-container.subscription .cart-subscription-price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 162, ../sass/system-subpages/_cart.sass */
  .cart-step-container.subscription .cart-subscription-price-wrap {
    flex-wrap: initial;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 179, ../sass/system-subpages/_cart.sass */
  .cart-step-container.toursCombination .cart-ticket-add-more {
    max-width: 80%;
  }
}
/* line 194, ../sass/system-subpages/_cart.sass */
.cart-step-container #btnVoucher:hover i, .cart-step-container #btnVoucher:focus i,
.cart-step-container .voucher_wrapper button:hover i,
.cart-step-container .voucher_wrapper button:focus i {
  color: #000;
}
/* line 199, ../sass/system-subpages/_cart.sass */
.cart-step-container #btnVoucher i,
.cart-step-container .voucher_wrapper button i {
  color: #a8ffcc;
}
/* line 204, ../sass/system-subpages/_cart.sass */
.cart-step-container .voucher_wrapper .number_voucher_id {
  border-right: 0;
}
/* line 209, ../sass/system-subpages/_cart.sass */
.cart-step-container .cart-step-timer {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 209, ../sass/system-subpages/_cart.sass */
  .cart-step-container .cart-step-timer {
    width: 100%;
    max-width: 80%;
  }
}
/* line 217, ../sass/system-subpages/_cart.sass */
.cart-step-container #CartCountdown {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 217, ../sass/system-subpages/_cart.sass */
  .cart-step-container #CartCountdown {
    top: 12px;
  }
}
/* line 231, ../sass/system-subpages/_cart.sass */
.cart-step-row {
  position: relative;
  padding-left: calc(46px + 15px);
}
@media (max-width: 767px) {
  /* line 231, ../sass/system-subpages/_cart.sass */
  .cart-step-row {
    padding-left: calc(# $step-circle-width--lg  + 15px);
  }
}
/* line 239, ../sass/system-subpages/_cart.sass */
.cart-step-row + .cart-step-row {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 239, ../sass/system-subpages/_cart.sass */
  .cart-step-row + .cart-step-row {
    margin-top: 30px;
  }
}
/* line 246, ../sass/system-subpages/_cart.sass */
.cart-step-row + .cart-step-row.step-3-1 {
  margin-top: 0px;
  margin-bottom: 50px;
}
/* line 249, ../sass/system-subpages/_cart.sass */
.cart-step-row + .cart-step-row.step-3-1 .cart-step-header {
  align-items: start;
  height: auto;
}
/* line 255, ../sass/system-subpages/_cart.sass */
.cart-step-row + .cart-step-row.step-4 {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 255, ../sass/system-subpages/_cart.sass */
  .cart-step-row + .cart-step-row.step-4 {
    margin-top: 15px;
  }
}
/* line 266, ../sass/system-subpages/_cart.sass */
.cart-step-row--small .cart-step-header {
  height: 30px;
}
/* line 270, ../sass/system-subpages/_cart.sass */
.cart-step-row--small .cart-step-title {
  font-size: 15px;
}
/* line 278, ../sass/system-subpages/_cart.sass */
.cart-step-header {
  display: flex;
  align-items: center;
  height: 46px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 278, ../sass/system-subpages/_cart.sass */
  .cart-step-header {
    height: 46px;
  }
}
/* line 290, ../sass/system-subpages/_cart.sass */
.cart-step-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #000;
  background-color: #a8ffcc;
  border: 1px solid #a8ffcc;
  border-radius: 50%;
  cursor: auto;
}
@media (max-width: 767px) {
  /* line 290, ../sass/system-subpages/_cart.sass */
  .cart-step-circle {
    width: 46px;
    height: 46px;
  }
}
/* line 311, ../sass/system-subpages/_cart.sass */
.cart-step-circle--small {
  width: 30px;
  height: 30px;
}
/* line 315, ../sass/system-subpages/_cart.sass */
.cart-step-circle--small i {
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 311, ../sass/system-subpages/_cart.sass */
  .cart-step-circle--small {
    left: calc(61px - 53px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 311, ../sass/system-subpages/_cart.sass */
  .cart-step-circle--small {
    left: 3px;
  }
}
/* line 332, ../sass/system-subpages/_cart.sass */
.cart-step-icon {
  color: #000;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 332, ../sass/system-subpages/_cart.sass */
  .cart-step-icon {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 332, ../sass/system-subpages/_cart.sass */
  .cart-step-icon {
    font-size: 18px;
  }
}
/* line 346, ../sass/system-subpages/_cart.sass */
.cart-step-title {
  margin: 0;
  padding: 0;
}
/* line 358, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket + .cart-ticket {
  margin-top: 20px;
}
/* line 362, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
/* line 369, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-img {
  max-width: 100%;
  max-height: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 375, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-ticket-row {
    max-width: 80%;
  }
}
/* line 383, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-price-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 383, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-ticket-price-wrap {
    flex-wrap: initial;
    justify-content: flex-end;
  }
}
/* line 395, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-price {
  width: 100px;
  font-weight: 700;
  white-space: nowrap;
}
/* line 402, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-discount {
  color: red;
  font-size: 12px;
  white-space: nowrap;
}
/* line 409, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-add-more {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 409, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-ticket-add-more {
    max-width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 419, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-ticket .cart-ticket-person {
    margin-top: 50px;
  }
}
/* line 424, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket .add-person {
  display: inline-flex;
  align-items: center;
}
/* line 428, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket .add-person .btRemovePerson {
  color: red;
  font-size: 15px;
}
/* line 431, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket .add-person .btRemovePerson:hover {
  color: #000;
}
/* line 445, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-ticket {
  border: 1px solid #F1F1F1;
}
/* line 448, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-ticket + .cart-package-ticket {
  margin-top: 20px;
}
/* line 456, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-item + .cart-package-item {
  border-top: 1px solid #F1F1F1;
}
/* line 462, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  padding-right: 40px;
  background: #F1F1F1;
}
@media (max-width: 767px) {
  /* line 462, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-package-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
/* line 480, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-date {
  display: inline-block;
}
/* line 485, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-venue {
  display: inline-block;
}
/* line 490, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-price {
  font-weight: 700;
  white-space: nowrap;
}
/* line 496, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-discount {
  color: red;
  font-size: 12px;
  white-space: nowrap;
}
/* line 503, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-package-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  padding: 4px 0;
}
/* line 517, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-ticket {
  border: 1px solid #F1F1F1;
}
/* line 520, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-ticket + .cart-tours-ticket {
  margin-top: 20px;
}
/* line 528, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-item + .cart-tours-item {
  border-top: 1px solid #F1F1F1;
}
/* line 534, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  padding-right: 40px;
  background: #F1F1F1;
}
@media (max-width: 767px) {
  /* line 534, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-tours-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
/* line 552, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-venue {
  display: inline-block;
}
/* line 557, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-price {
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* line 557, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-tours-price {
    text-align: right;
  }
}
/* line 567, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-tours-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  padding: 4px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 578, ../sass/system-subpages/_cart.sass */
  .cart-step-content.services-content {
    max-width: 50%;
  }
}
/* line 584, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service {
  padding: 10px 0;
  background: #F1F1F1;
}
/* line 588, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service + .cart-service {
  margin-top: 10px;
}
/* line 596, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service-img {
  max-width: 100%;
}
/* line 604, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service-amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 611, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service-price {
  font-weight: 700;
}
/* line 616, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-service-added {
  padding: 8px 14px;
  color: red;
}
/* line 623, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-ticket-common {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #F1F1F1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 623, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-ticket-common {
    max-width: 80%;
  }
}
/* line 635, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-quantity {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
/* line 641, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-quantity .quantity-selector {
  min-width: 70px;
  max-width: 100px;
  text-align: center;
}
/* line 649, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-quantity input::-webkit-outer-spin-button,
.cart-step-content .cart-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 655, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-quantity input[type=number] {
  -moz-appearance: textfield;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 659, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-quantity.cart-goods-quantity {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 659, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-quantity.cart-goods-quantity {
    margin-top: 15px;
  }
}
/* line 674, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box {
  position: relative;
  display: inline-block;
  width: 130px;
  margin-right: 15px;
  margin-bottom: 30px;
}
/* line 681, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 685, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box.disabled label {
  cursor: not-allowed;
}
/* line 688, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box.disabled label:hover, .cart-step-content .cart-radio-box.disabled label:focus {
  border-color: #ccc;
  outline: 0;
}
/* line 696, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 705, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box input:checked ~ .cart-radio-label {
  border: 1px solid #a8ffcc;
}
/* line 708, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box input:checked ~ .cart-radio-label .cart-radio-text {
  font-weight: bold;
}
/* line 713, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-box input:checked ~ .cart-radio-activeIcon {
  display: inline-block;
}
/* line 718, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-label {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  transition: inherit;
  cursor: pointer;
}
/* line 725, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-label:hover, .cart-step-content .cart-radio-label:focus {
  border-color: #a8ffcc;
  outline: 0;
}
/* line 731, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-label::before, .cart-step-content .cart-radio-label::after {
  display: none;
}
/* line 737, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-label-fee {
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  color: #609672;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
/* line 750, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-icon {
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 26px;
}
/* line 758, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-activeIcon {
  display: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  right: -11px;
  padding: 0;
  border-radius: 50%;
  background: #a8ffcc;
}
/* line 769, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-activeIcon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #000;
}
/* line 780, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-radio-text {
  width: 100px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
/* line 796, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-1 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/person-2.svg);
}
/* line 801, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-3 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/posta.svg);
}
/* line 805, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-4 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/ceska-posta-EU.svg);
}
/* line 809, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-5 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/eticket.svg);
}
/* line 813, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-6 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/mestska-karta.svg);
}
/* line 817, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-7 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/ems.svg);
}
/* line 821, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-8 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/cenne-psani-1.svg);
}
/* line 830, ../sass/system-subpages/_cart.sass */
.cart-step-content .deliveryContent .cart-radio-icon.icon-10 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/delivery/zasilkovna.svg);
}
/* line 841, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-1 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/wallet-2.svg);
}
/* line 846, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-2 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/bank-CR.svg);
}
/* line 850, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-3 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/platba-na-dobirku.svg);
}
/* line 854, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-7 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/card-pay.svg);
}
/* line 857, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-8 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/.svg);
}
/* line 861, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-10 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/gopay.svg);
}
/* line 865, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-14 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/bank-1.svg);
}
/* line 869, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-16 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/bank-EU.svg);
}
/* line 873, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-17 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/bank-1.svg);
}
/* line 877, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-19 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/kredit.svg);
}
/* line 881, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-20 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/.svg);
}
/* line 885, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-21 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/msp.svg);
}
/* line 889, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-23 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/csob.svg);
}
/* line 893, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-24 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/sponsoreship-1.svg);
}
/* line 897, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-26 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/twisto.svg);
}
/* line 901, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-27 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/benefit-plus.svg);
}
/* line 905, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-28 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/gallery-beta.svg);
}
/* line 909, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-29 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/sodexo.svg);
}
/* line 913, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-30 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/benefity.svg);
}
/* line 917, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-31 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/edenred.svg);
}
/* line 922, ../sass/system-subpages/_cart.sass */
.cart-step-content .paymentContent .cart-radio-icon.icon-32 {
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/payment/card-pay.svg);
}
/* line 928, ../sass/system-subpages/_cart.sass */
.cart-step-content .payment-note {
  margin: 0 0 10px;
  padding: 15px;
  border: 1px dashed #ccc;
}
/* line 933, ../sass/system-subpages/_cart.sass */
.cart-step-content .payment-note .twistoDescriptionText {
  align-items: center;
}
/* line 935, ../sass/system-subpages/_cart.sass */
.cart-step-content .payment-note .twistoDescriptionText img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 935, ../sass/system-subpages/_cart.sass */
  .cart-step-content .payment-note .twistoDescriptionText img {
    margin: 20px 0;
  }
}
/* line 945, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-user-signedIn {
  position: relative;
  max-width: 100%;
  padding: 10px 30px 10px 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  /* line 945, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-user-signedIn {
    max-width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 945, ../sass/system-subpages/_cart.sass */
  .cart-step-content .cart-user-signedIn {
    max-width: 50%;
  }
}
/* line 960, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-user-signedIn #regEdit {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
}
/* line 966, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-user-signedIn #regEdit a {
  display: inline-block;
  padding: 10px 12px;
}
/* line 975, ../sass/system-subpages/_cart.sass */
.cart-step-content .cart-user-signedIn .deliveryEmail-label {
  color: red;
  font-size: 12px;
}
/* line 983, ../sass/system-subpages/_cart.sass */
.cart-step-content #btAuthorizationGo {
  color: #a8ffcc;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  border: 1px solid #a8ffcc;
}
/* line 989, ../sass/system-subpages/_cart.sass */
.cart-step-content #btAuthorizationGo:hover, .cart-step-content #btAuthorizationGo:focus {
  color: #000000;
  background-color: #a8ffcc;
}

/* line 1000, ../sass/system-subpages/_cart.sass */
#CartData {
  max-width: 1250px;
}
/* line 1004, ../sass/system-subpages/_cart.sass */
#CartData .cart-buttons {
  position: relative;
}
/* line 1007, ../sass/system-subpages/_cart.sass */
#CartData .cart-buttons.top {
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 1016, ../sass/system-subpages/_cart.sass */
#CartData .cart-buttons.bottom {
  margin-top: 20px;
  padding: 15px 0 10px;
}

/* line 1028, ../sass/system-subpages/_cart.sass */
.empty-cart-container {
  width: 100%;
  max-width: 50%;
  margin: auto;
}
/* line 1036, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap {
  margin: auto;
  padding: 15px 0;
  text-align: center;
}
/* line 1045, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap img {
  max-width: 150px;
  height: auto;
}
/* line 1051, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap #emptyCartIcon {
  max-width: 150px;
  height: auto;
}
/* line 1055, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap #emptyCartIcon #emptyCartPath {
  fill: #000000;
}
/* line 1059, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap #emptyCartIcon #emptyCartNumberC {
  fill: #D8142C;
}
/* line 1063, ../sass/system-subpages/_cart.sass */
.empty-cart-icon-wrap #emptyCartIcon #emptyCartNumber {
  fill: #fff;
}
/* line 1070, ../sass/system-subpages/_cart.sass */
.empty-cart-buttons {
  margin-top: 30px;
}

/* line 2, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram h2 {
  display: inline-block;
  margin-bottom: 25px;
}
/* line 5, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #797979;
}
/* line 9, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram i {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 12, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-row, #loyaltyProgram .loyaltyContent .loyalty-row {
  padding: 1px 10px;
}
/* line 14, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-row label, #loyaltyProgram .loyaltyContent .loyalty-row label {
  font-weight: 300;
}
/* line 16, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-registration-title {
  padding: 10px 15px;
  font-weight: 700;
  background-color: #F1F1F1;
}
/* line 20, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-registration-title i {
  color: #797979;
}
/* line 22, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .radio {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 25, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .input-group {
  margin-top: 20px;
}

/* line 30, ../sass/system-subpages/_loyalty.sass */
.loyalty-card h3:before {
  width: 35px;
  height: 35px;
  content: "";
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/credit-card.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
}
/* line 40, ../sass/system-subpages/_loyalty.sass */
.loyalty-card p label {
  font-weight: 700;
}

/* line 44, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in {
  padding: 20px;
  background-color: #F1F1F1;
  border: 1px solid #e9e9e9;
  text-align: center;
}
/* line 49, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in:before {
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(/Areas/General/Views/Themes/2/images/websale_images/loyalty-state.svg);
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
}
/* line 58, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title {
  display: inline-block;
  text-align: left;
}
/* line 61, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title .loyalty-cycle-title-content {
  color: #797979;
}
/* line 63, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title p {
  font-weight: 700;
}
/* line 65, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title p span {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 68, ../sass/system-subpages/_loyalty.sass */
.loyaltyProgramLicenceAgreementBlock {
  margin: 25px 20px 0 6px;
}

/* line 72, ../sass/system-subpages/_loyalty.sass */
#myloyaltyprogram .bonus {
  font-weight: 700;
}

/* line 77, ../sass/system-subpages/_loyalty.sass */
#registerLP p {
  margin-bottom: 10px;
}

/* line 81, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .bonusTitle {
  margin-top: 20px;
  margin-left: -15px;
}
/* line 84, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .lp_bonuses_name {
  font-weight: 700;
}
/* line 87, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .lp_bonuses_number span, #loyaltyProgram .lp_bonuses_validity span {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

/* sm */
@media (max-width: 991px) {
  /* line 99, ../sass/system-subpages/_loyalty.sass */
  .loyalty-card h3:before {
    width: 30px;
    height: 30px;
  }

  /* line 105, ../sass/system-subpages/_loyalty.sass */
  .loyalty-cycle .loyalty-cycle-in:before {
    width: 25px;
    height: 25px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 113, ../sass/system-subpages/_loyalty.sass */
  .cartPaymentType {
    margin-top: 20px;
  }

  /* line 115, ../sass/system-subpages/_loyalty.sass */
  .loyalty-card {
    margin-bottom: 15px;
  }

  /* line 118, ../sass/system-subpages/_loyalty.sass */
  #myloyaltyprogram .step, #myloyaltyprogram .discount {
    margin-bottom: 7px;
  }

  /* line 122, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .bonusTitle {
    margin-bottom: 0;
  }
  /* line 124, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .lp_bonuses_name {
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 129, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .lp_bonuses_number span, #loyaltyProgram-collapse .lp_bonuses_validity span {
    color: #797979;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
  }
}
/* XS Portrait */
/* line 3, ../sass/system-subpages/_packages.sass */
.package-item {
  border: 1px solid #cdcdcd;
}
/* line 5, ../sass/system-subpages/_packages.sass */
.package-item .package-header {
  padding: 15px;
  background: #F1F1F1;
}
/* line 8, ../sass/system-subpages/_packages.sass */
.package-item .package-header .package-name {
  display: inline-block;
}
/* line 10, ../sass/system-subpages/_packages.sass */
.package-item .package-header .package-remove {
  display: inline-block;
  float: right;
}
/* line 13, ../sass/system-subpages/_packages.sass */
.package-item .package-header h2 {
  margin-bottom: 0;
}
/* line 16, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage.block > .row:nth-child(2n+1) {
  border-bottom: 1px solid #cdcdcd;
}
/* line 18, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_t {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
/* line 21, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .discount_place {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 24, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 27, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_location .package_l1 span, .package-item #blockPackage .package_location .package_l2 span, .package-item #blockPackage .package_location .package_l3 span, .package-item #blockPackage .package_location .package_l4 span {
  font-weight: 700;
}
/* line 29, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
/* line 32, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .discount_price_customer {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 36, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_date span {
  font-weight: 700;
}

/* line 40, ../sass/system-subpages/_packages.sass */
.btn-hall-subscription {
  margin-left: 20px;
}

/* line 42, ../sass/system-subpages/_packages.sass */
.package-title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 45, ../sass/system-subpages/_packages.sass */
.HallVenueCounter {
  text-align: right;
  padding: 4px 0;
}
/* line 48, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueNumber {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-color: #e9e9e9;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 5px;
  margin-top: 1px;
}
/* line 60, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueNumber.active {
  background-color: #a8ffcc;
  color: #FFF;
}
/* line 63, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueName {
  margin: 0 5px;
}

/* line 67, ../sass/system-subpages/_packages.sass */
#PackageHallTitles {
  text-align: right;
  margin: 0 10px 0px 0px;
}
/* line 70, ../sass/system-subpages/_packages.sass */
#PackageHallTitles .divPackageHallTitleNumber {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px;
}
/* line 80, ../sass/system-subpages/_packages.sass */
#PackageHallTitles .divPackageHallTitleNumber.active {
  background-color: #a8ffcc;
  color: #FFF;
}

/* line 85, ../sass/system-subpages/_packages.sass */
.generatedDataDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 87, ../sass/system-subpages/_packages.sass */
.generatedDataDiv .groupTicket {
  margin-top: 36px !important;
}
/* line 89, ../sass/system-subpages/_packages.sass */
.generatedDataDiv .hall_delete_row {
  -ms-flex-item-align: center;
  align-self: center;
}
/* line 91, ../sass/system-subpages/_packages.sass */
.generatedDataDiv .hall_delete_row .icon-delete-row {
  margin: 0 !important;
  height: auto !important;
}

/* lg */
@media (min-width: 1200px) {
  /* line 101, ../sass/system-subpages/_packages.sass */
  .col-sm-1.hall_delete_row {
    width: 5.33333%;
  }
}
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 111, ../sass/system-subpages/_packages.sass */
  .HallVenueCounter {
    clear: both;
    margin-top: 10px;
  }

  /* line 117, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_title, #blockPackage .package_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  /* line 121, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_date {
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 124, ../sass/system-subpages/_packages.sass */
  #blockPackage .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 128, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount, #blockPackage .package_price {
    text-align: right;
  }
  /* line 130, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount {
    margin-bottom: 10px;
  }
  /* line 132, ../sass/system-subpages/_packages.sass */
  #blockPackage .package-dropdown {
    right: 15px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 139, ../sass/system-subpages/_packages.sass */
  #blockPackage .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 143, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_title, #blockPackage .package_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  /* line 147, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_date {
    text-align: left;
  }
  /* line 149, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_location {
    text-align: right;
  }
  /* line 151, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount {
    text-align: left;
  }
  /* line 153, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_price, #blockPackage .package_discount {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
  /* line 157, ../sass/system-subpages/_packages.sass */
  #blockPackage .package-dropdown {
    left: 15px;
  }

  /* line 160, ../sass/system-subpages/_packages.sass */
  .priceBox .event-package {
    padding-top: 10px;
  }

  /* line 162, ../sass/system-subpages/_packages.sass */
  .btn-hall-subscription {
    margin-left: 0;
  }
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* lg */
@media (min-width: 1200px) {
  /* line 3, ../sass/_responsive.sass */
  .container {
    width: 1170px;
  }

  /* line 5, ../sass/_responsive.sass */
  html {
    font-size: 17px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }
}
/* sm */
@media (max-width: 991px) {
  /* line 17, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 22, ../sass/_responsive.sass */
  .bottom .footer-logo {
    width: 100%;
    padding: 20px !important;
  }
  /* line 25, ../sass/_responsive.sass */
  .bottom .footer-logo img {
    max-width: 170px !important;
  }

  /* line 27, ../sass/_responsive.sass */
  .section.bottom {
    padding: 5px 0 20px !important;
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/_responsive.sass */
  .no-padding-md {
    padding: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 37, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 40, ../sass/_responsive.sass */
  .bottom .widget.border-line {
    border: none;
  }
  /* line 42, ../sass/_responsive.sass */
  .bottom .border-line {
    min-height: 50px !important;
  }

  /* line 44, ../sass/_responsive.sass */
  .clearXS {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/_responsive.sass */
  .no-padding-d {
    padding: 0;
  }
}
/* XS Portrait */
@media (max-width: 468px) {
  /* line 53, ../sass/_responsive.sass */
  .terms-conditions-agreement {
    margin-top: 20px;
  }

  /* line 57, ../sass/_responsive.sass */
  #btMHallAddTickets .button-forward > form {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 61, ../sass/_responsive.sass */
  #btMHallAddTickets #btMHallAddTickets {
    display: inline-block;
  }
}
/* line 5, ../sass/style-theme.sass */
html {
  font-family: sans-serif;
  height: 100%;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 12, ../sass/style-theme.sass */
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Skoda Next", sans-serif;
  color: #000;
  font-weight: 300;
  font-kerning: normal;
  position: relative;
  min-height: 100%;
}

/* line 25, ../sass/style-theme.sass */
#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 32, ../sass/style-theme.sass */
header img {
  max-width: 100%;
}

/* line 35, ../sass/style-theme.sass */
#main-section {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 40, ../sass/style-theme.sass */
a, a:link, a:visited, a:active {
  color: #a8ffcc;
  font-weight: normal;
  text-decoration: none;
}
/* line 44, ../sass/style-theme.sass */
a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus, a:active:hover, a:active:focus {
  color: #75ffae;
  text-decoration: none;
  outline: none;
}

/* line 49, ../sass/style-theme.sass */
a:hover {
  color: #75ffae;
}

/* line 52, ../sass/style-theme.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
/* line 56, ../sass/style-theme.sass */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #000000;
}

/* line 59, ../sass/style-theme.sass */
h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 62, ../sass/style-theme.sass */
h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 65, ../sass/style-theme.sass */
h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 68, ../sass/style-theme.sass */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 73, ../sass/style-theme.sass */
.main-text {
  background-color: #ffffff;
  padding: 0;
}

/* line 81, ../sass/style-theme.sass */
.titleDescription {
  padding: 15px 0;
}

/* line 86, ../sass/style-theme.sass */
#main-footer {
  color: #000;
  width: 100%;
  padding: 10px;
  background: #3A5066;
  border-top: 1px solid #3A5066;
  color: #ffffff;
  margin: 20px 0 0;
  flex: none;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 99, ../sass/style-theme.sass */
#main-footer a {
  color: #ffffff !important;
}
/* line 101, ../sass/style-theme.sass */
#main-footer a:hover {
  color: #a8ffcc !important;
}
/* line 103, ../sass/style-theme.sass */
#main-footer p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  text-align: center;
  padding: 5px 0;
}

/* sm */
@media (max-width: 991px) {
  /* line 112, ../sass/style-theme.sass */
  #main-footer {
    padding: 20px 0;
    margin: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 119, ../sass/style-theme.sass */
  .main-text {
    padding: 0;
  }
  /* line 121, ../sass/style-theme.sass */
  .main-text .content-in {
    padding: 15px;
  }
}
@font-face {
  font-family: "Futura PT";
  src: url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy?v=4.5.0);
  src: url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy.woff2?v=4.5.0) format("woff2"), url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy.woff?v=4.5.0) format("woff"), url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy.ttf?v=4.5.0) format("truetype"), url(/Areas/General/Views/Themes/2/fonts/FuturaPT-Heavy.svg?v=4.3.0#fontawesomeregular) format("svg");
  font-weight: 900;
  font-style: normal;
}
/* cookie dialog */
/* line 2, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation {
  position: fixed;
  bottom: 0;
  z-index: 999;
  font-size: 14px;
  background: #363636;
  color: #ffffff;
  margin: 0px;
  padding: 9px 5px;
}
/* line 11, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
/* line 15, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner span {
  font-weight: 300;
  float: left;
}
/* line 18, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner span a {
  color: #FFF;
  font-weight: 300;
  padding-right: 7px;
}
/* line 22, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner span a:hover {
  text-decoration: none;
}
/* line 24, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner #frmCookieYes {
  float: right;
  margin: 0px;
}
/* line 27, ../sass/user-modules/_cookie-dialog.sass */
#divCookiesConfirmation #divCookieConfirmationInner .btn-sm {
  padding: 1px 6px;
  font-size: 14px;
}

/* sm */
@media (max-width: 991px) {
  /* line 36, ../sass/user-modules/_cookie-dialog.sass */
  #divCookiesConfirmation {
    font-size: 13px;
  }
  /* line 39, ../sass/user-modules/_cookie-dialog.sass */
  #divCookiesConfirmation #divCookieConfirmationInner .btn-sm {
    font-size: 13px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 45, ../sass/user-modules/_cookie-dialog.sass */
  #divCookiesConfirmation {
    width: 100%;
  }
  /* line 48, ../sass/user-modules/_cookie-dialog.sass */
  #divCookiesConfirmation #divCookieConfirmationInner #frmCookieYes {
    float: none;
  }
}
/* line 2, ../sass/user-modules/_menu.sass */
.navbar-toggle {
  float: right;
  margin: 0;
  padding: 9px 10px;
  float: right;
}
/* line 7, ../sass/user-modules/_menu.sass */
.navbar-toggle .button-label {
  float: left;
}
/* line 9, ../sass/user-modules/_menu.sass */
.navbar-toggle .button-label {
  float: left;
}
/* line 11, ../sass/user-modules/_menu.sass */
.navbar-toggle .icon-bar {
  left: 0px;
}
/* line 13, ../sass/user-modules/_menu.sass */
.navbar-toggle .icon-bar {
  background: #ffffff;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 18, ../sass/user-modules/_menu.sass */
.navbar-toggle:hover .icon-bar {
  background: #ffffff;
}
/* line 20, ../sass/user-modules/_menu.sass */
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10% 0;
}
/* line 23, ../sass/user-modules/_menu.sass */
.navbar-toggle .middle-bar {
  opacity: 0;
}
/* line 25, ../sass/user-modules/_menu.sass */
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90% 0;
}

/* line 29, ../sass/user-modules/_menu.sass */
.collapsed .icon-bar {
  left: 0;
}
/* line 31, ../sass/user-modules/_menu.sass */
.collapsed .top-bar {
  transform: rotate(0deg);
}
/* line 33, ../sass/user-modules/_menu.sass */
.collapsed .middle-bar {
  opacity: 1;
}
/* line 35, ../sass/user-modules/_menu.sass */
.collapsed .bottom-bar {
  transform: rotate(0deg);
}
/* line 37, ../sass/user-modules/_menu.sass */
.collapsed .block-left {
  float: left;
  margin-right: 10px;
}

/* line 43, ../sass/user-modules/_menu.sass */
#languageSelect {
  margin-left: 20px;
}
/* line 46, ../sass/user-modules/_menu.sass */
#languageSelect.default a {
  display: block !important;
  margin: 0 0 9px 0;
  padding: 0;
}
/* line 50, ../sass/user-modules/_menu.sass */
#languageSelect.default a:last-child {
  margin-bottom: 0;
}
/* line 52, ../sass/user-modules/_menu.sass */
#languageSelect.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
/* line 55, ../sass/user-modules/_menu.sass */
#languageSelect.inline a img {
  margin: 0 0 0 8px;
}
/* line 57, ../sass/user-modules/_menu.sass */
#languageSelect a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
/* line 62, ../sass/user-modules/_menu.sass */
#languageSelect a img {
  width: 25px;
}

/* line 66, ../sass/user-modules/_menu.sass */
#main-header {
  margin-bottom: 20px;
}
/* line 68, ../sass/user-modules/_menu.sass */
#main-header .main-menu,
#main-header .block-login {
  text-align: center;
}
/* line 71, ../sass/user-modules/_menu.sass */
#main-header .main-menu .main-menu-in,
#main-header .block-login .main-menu-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex- flex-end;
}
/* line 74, ../sass/user-modules/_menu.sass */
#main-header .header-title {
  color: #fff;
  display: inline-block;
  padding: 7px 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Futura PT";
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto;
}
/* line 84, ../sass/user-modules/_menu.sass */
#main-header .navbar {
  border: none;
  margin-bottom: 0;
  min-height: auto;
}
/* line 88, ../sass/user-modules/_menu.sass */
#main-header .primary-bar {
  background-color: #3A5066;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 92, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  float: right;
}
/* line 96, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .fa {
  padding-right: 3px;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 100, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .fa a {
  color: #fff;
}
/* line 102, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .fa a:hover {
  color: #a8ffcc;
}
/* line 104, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .fa a .text {
  font-size: 16px;
  font-size: 1rem;
}
/* line 106, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* line 109, ../sass/user-modules/_menu.sass */
#main-header .primary-bar .language .navbar-collapse .navbar-right {
  margin-right: 0;
}
/* line 111, ../sass/user-modules/_menu.sass */
#main-header .logo {
  display: inline-block;
  padding: 0;
}
/* line 115, ../sass/user-modules/_menu.sass */
#main-header .logo.main img {
  height: 42px;
}
/* line 118, ../sass/user-modules/_menu.sass */
#main-header .logo.main img h1 {
  margin-bottom: 0;
}
/* line 121, ../sass/user-modules/_menu.sass */
#main-header .logo.main img h1 a span {
  visibility: hidden;
  position: absolute;
  left: 0;
}
/* line 125, ../sass/user-modules/_menu.sass */
#main-header .logo.main .slogan {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 128, ../sass/user-modules/_menu.sass */
#main-header .logo .navbar-right {
  padding: 0;
}
/* line 133, ../sass/user-modules/_menu.sass */
#main-header .logo .navbar-right > li .login a .fa, #main-header .logo .navbar-right > li .row-user a .fa, #main-header .logo .navbar-right > li .language a .fa {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 137, ../sass/user-modules/_menu.sass */
#main-header .logo .navbar-right > li .login .fa-sign-in, #main-header .logo .navbar-right > li .row-user .fa-sign-in, #main-header .logo .navbar-right > li .language .fa-sign-in {
  padding-right: 3px;
}

@media (max-width: 991px) {
  /* line 141, ../sass/user-modules/_menu.sass */
  .myAccountMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 143, ../sass/user-modules/_menu.sass */
  .myAccountMenu > li {
    text-align: center;
    flex: 1 0 0;
  }
  /* line 146, ../sass/user-modules/_menu.sass */
  .myAccountMenu > li a {
    padding: 10px 20px 0;
  }

  /* line 149, ../sass/user-modules/_menu.sass */
  #main-header .header-title {
    display: none;
  }
  /* line 151, ../sass/user-modules/_menu.sass */
  #main-header .navbar-header {
    float: none;
  }
  /* line 155, ../sass/user-modules/_menu.sass */
  #main-header .navbar .navbar-right li {
    padding-left: 0px;
    display: table;
  }
  /* line 158, ../sass/user-modules/_menu.sass */
  #main-header .navbar .navbar-right #languageSelect {
    padding-left: 0px;
  }
  /* line 160, ../sass/user-modules/_menu.sass */
  #main-header .navbar .navbar-right #languageSelect a {
    display: block;
  }
  /* line 162, ../sass/user-modules/_menu.sass */
  #main-header .navbar .logo {
    position: relative;
  }
  /* line 164, ../sass/user-modules/_menu.sass */
  #main-header .navbar .logo img {
    max-width: 140px;
  }
  /* line 166, ../sass/user-modules/_menu.sass */
  #main-header .navbar .navbar-right {
    padding: 0;
  }
  /* line 168, ../sass/user-modules/_menu.sass */
  #main-header .navbar .language {
    padding: 0;
  }
  /* line 171, ../sass/user-modules/_menu.sass */
  #main-header .navbar .user-data .row-user {
    margin-right: 10px;
  }
  /* line 173, ../sass/user-modules/_menu.sass */
  #main-header .navbar .user-data .button-user-up {
    margin: 0px 0;
  }

  /* line 175, ../sass/user-modules/_menu.sass */
  .main-menu,
  .block-login {
    padding: 0;
  }
  /* line 178, ../sass/user-modules/_menu.sass */
  .main-menu .main-menu-in,
  .block-login .main-menu-in {
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  /* line 180, ../sass/user-modules/_menu.sass */
  .main-menu .main-menu-in .block-user,
  .block-login .main-menu-in .block-user {
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-justify-content: flex- space-between;
  }
  /* line 182, ../sass/user-modules/_menu.sass */
  .main-menu .login-box,
  .block-login .login-box {
    float: left;
  }
  /* line 184, ../sass/user-modules/_menu.sass */
  .main-menu .login-box .myAccountLink span,
  .block-login .login-box .myAccountLink span {
    display: none;
  }

  /* line 187, ../sass/user-modules/_menu.sass */
  #languageSelect {
    float: right;
    margin-right: 12px;
  }

  /* line 191, ../sass/user-modules/_menu.sass */
  .navbar-nav {
    margin: 0;
  }

  /* line 194, ../sass/user-modules/_menu.sass */
  .navbar-toggle {
    display: block;
  }

  /* line 197, ../sass/user-modules/_menu.sass */
  .navbar-collapse {
    border: none;
    box-shadow: none;
  }
  /* line 200, ../sass/user-modules/_menu.sass */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 203, ../sass/user-modules/_menu.sass */
  .navbar-nav {
    float: none !important;
  }
  /* line 205, ../sass/user-modules/_menu.sass */
  .navbar-nav > li {
    float: none;
  }
  /* line 207, ../sass/user-modules/_menu.sass */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 211, ../sass/user-modules/_menu.sass */
  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  /* line 216, ../sass/user-modules/_menu.sass */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 219, ../sass/user-modules/_menu.sass */
  .collapsing {
    overflow: hidden !important;
  }

  /* line 223, ../sass/user-modules/_menu.sass */
  .filterBox .glyphicon-calendar {
    top: 9px;
  }
  /* line 226, ../sass/user-modules/_menu.sass */
  .filterBox .login-box .block-left {
    display: block;
    float: none !important;
    margin: 0;
  }

  /* line 231, ../sass/user-modules/_menu.sass */
  .block-login {
    margin: 10px 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 237, ../sass/user-modules/_menu.sass */
  header .navbar {
    padding: 15px;
  }
  /* line 239, ../sass/user-modules/_menu.sass */
  header .navbar .logo {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 242, ../sass/user-modules/_menu.sass */
  header .navbar .logo img {
    max-width: 120px;
  }
  /* line 245, ../sass/user-modules/_menu.sass */
  header .navbar-right li {
    padding-left: 0;
  }
  /* line 248, ../sass/user-modules/_menu.sass */
  header #main-menu .myAccountLink,
  header #main-menu #btAccountLogout {
    display: inline-block;
    text-align: center;
    width: 40px;
  }

  /* line 253, ../sass/user-modules/_menu.sass */
  #languageSelect {
    float: right;
  }

  /* line 259, ../sass/user-modules/_menu.sass */
  #main-header .navbar .user-data .row-user {
    margin: 0;
  }
}
/* line 129, ../sass/style-theme.sass */
.dispNone {
  display: none !important;
}

/* user specific stylesheets */


.HallSeatsZoom_100.isObjectId_7283 {
  background:lime !important;
}

#btCancelAccount {
    margin-left: 5px;
}

.cartServiceItem {
    float: left;
    width: 40%;
    margin-top: 8px;
    margin-right: 10px;
}

.cartServiceItem p {
    margin-top: 8px;
}

.cartServiceItem select {
    width: 120px;
    float: left;
}


.logo {
  display: inline-block; }
  .logo-text {
    display: none;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1; }
  .logo-img {
    max-width: 100%; }

@font-face {
  font-family: "Skoda Next";
  src: url(/Areas/General/Views/Themes/2/fonts/skoda-next-light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Skoda Next";
  src: url(/Areas/General/Views/Themes/2/fonts/skoda-next-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Skoda Next";
  src: url(/Areas/General/Views/Themes/2/fonts/skoda-next-bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Skoda Next";
  src: url(/Areas/General/Views/Themes/2/fonts/skoda-next-black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face { font-family: "SkodaNext"; src: url(/Areas/General/Views/Themes/2/fonts/skodanextw02-bolf.woff2) format("woff2"), url(/Areas/General/Views/Themes/2/fonts/skodanextw02-bolf.woff) format("woff"); font-weight: 700; }

.header-top {
  border-bottom: 1px solid #f6f5f5;
  font-family: "Skoda Next",sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 11px 16px; }
  .header-top__logo {
    line-height: 1.5555555556;
    font-size: 1.125rem;
  }
  .header-top__logo img {
    margin-right: 40px;
    width: 140px;
    position: relative; 
  }
  .header-top__left {
    display: flex; }
  .header-top__right {
    margin-left: auto;
    display: flex;
    align-items: center; }

.header-top__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0; }
  .header-top__menu li {
    list-style-type: none;
    margin-right: 40px;
    position: relative; }
    .header-top__menu li:hover ul {
      display: block; }
    .header-top__menu li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #464748 !important;
      padding: 0;
      display: flex;
      align-items: center;
      flex-direction: row;
      white-space: nowrap; }
    .header-top__menu li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      z-index: 999;
      display: none;
      min-width: 320px;
      padding: 30px 0 0; }
      .header-top__menu li ul li {
        margin: 0; }
        .header-top__menu li ul li a {
          padding: 12px 30px 12px 40px; }
          .header-top__menu li ul li a:hover {
            background: #f1f1f1; }

.header-top__icon {
  display: flex; }
  .header-top__icon > div {
    margin-left: 16px; }

.header__mobile__menu {
  display: none;
  padding: 32px 14px 12px; }
  .header__mobile__menu.open {
    display: block; }

.language-list {
  background: #fff;
  width: 140px;
  position: absolute;
  top: 70px;
  display: none;
  right: 0;
  padding: 0; }
  .language-list.opened {
    display: block; }
  .language-list li {
    list-style: none; }
    .language-list li a {
      display: flex;
      color: #161718;
      padding: 6px 24px;
      color: #161718;
      font-size: 16px;
      border-radius: 0; }
      .language-list li a:hover {
        background: #e4e4e4;
        color: #161718;
        text-decoration: none; }
      .language-list li a .lexicon-icon {
        width: 24px;
        height: 24px;
        margin-right: 16px;
        border-radius: 8px; }

.languages-header {
  cursor: pointer;
  z-index: 9; }

.block-login {
  margin-right: 15px;
  text-align: right; 
  display: flex;
  justify-content: flex-end;
}

.block-login ul {
  padding: 0;
  margin: 0; }

.block-login ul li {
  list-style: none; }

.hamburger-mobile-menu {
  cursor: pointer; }

.header-mobile__primary-nav,
.header-mobile__secondary-nav {
  font-family: "Skoda Next",sans-serif !important; }
  .header-mobile__primary-nav ul,
  .header-mobile__secondary-nav ul {
    padding: 0;
    margin: 0; }
    .header-mobile__primary-nav ul li,
    .header-mobile__secondary-nav ul li {
      list-style: none; }
      .header-mobile__primary-nav ul li ul,
      .header-mobile__secondary-nav ul li ul {
        display: none; }
      .header-mobile__primary-nav ul li a,
      .header-mobile__secondary-nav ul li a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }

.header-mobile__primary-nav li {
  width: calc(100% - 12px);
  padding: 6px 30px 6px 12px;
  border-bottom: 1px solid #e4e4e4; }
  .header-mobile__primary-nav li a {
    color: #161718; }

.header-mobile__secondary-nav ul {
  margin: 22px 0 0; }
  .header-mobile__secondary-nav ul li {
    margin: 0 0 12px; }
    .header-mobile__secondary-nav ul li a {
      color: #464748; }

@media (max-width: 1400px) {
  .mobile-hidden {
    display: none; }

  .header-top__menu {
    display: none; }

  .hamburger-mobile-menu {
    display: block; }

  .block-login {
    margin-bottom: 15px; } }
@media (min-width: 1401px) {
  .hamburger-mobile-menu {
    display: none; }

  .desktop-hidden {
    display: none; } }

a {
  text-decoration: underline; }

.btn {
  border-radius: 50px !important;
  background-color: #78faae;
  border-color: #78faae;
  font-weight: 700;
  color: #000; }
  .btn:hover {
    background-color: #a8ffcc;
    color: #000; }

.btn-icon-right.btn-primary:hover .btn-icon-wrap {
  background-color: transparent; }

.btn-icon-left.btn-transparent--primary .btn-icon-wrap .btn-icon {
  color: #000; }

.btn-transparent--primary .btn-text {
  color: #000; }

.btn-icon-left.btn-transparent--primary.text--shown .btn-icon-wrap {
  border-right-color: #000; }

.btn-icon-right.btn-primary .btn-icon-wrap {
  border-left-color: #000; }

.btn-icon-right span:first-child {
  background: transparent; }

.cart-step-container #btnVoucher i, .cart-step-container .voucher_wrapper button i {
  color: #000; }

.voucher-input .btn {
  border-radius: 0 5px 5px 0; }

#btMHallAddTickets {
  padding: 5px 20px !important; }

#main-section {
  margin-top: 25px;
}

#divZoomChange #btZoomMinus, #divZoomChange #btZoomPlus {
  border-radius: 0;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #a8ffcc !important;
  color: #000 !important;
}

.login-box .btn-primary .fa, .login-box .btn-primary span {
  color: #000!important;
}

.btn-transparent:hover i, .btn-transparent:focus i {
  color: #000 !important;
}

.progress-steps .progress-steps-row .step-active .step-circle span {
  font-weight: 400;
  color: #000;
}

.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .custom-icon {
  color: #000;
}

.btn-icon-right span:first-child {
  border-left: 1px solid #000;
}

.btn { color: #000 !important; }
.btn:hover { color: #000 !important; }

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:link, a:visited, a:active {
  color: #000 !important;
}

@media (min-width: 768px) {
  .btn-icon-right.btn-primary:hover .btn-icon-wrap, .btn-icon-right.btn-primary:focus .btn-icon-wrap {
    border-left-color: #000; } }

.login-box .btn {
  text-transform: none;
}

.titleHall h2 {
  font-weight: 700;
}


.block {
  margin-left: 15px;
  margin-right: 15px; }

.block .item,
.block .block-row,
.block > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.2s ease-out; }

.block .item:nth-child(2n+1),
.block .block-row:nth-child(2n+1),
.block > .row:nth-child(2n+1) {
  border-bottom: 0px solid #212734; }

.block .block_img img {
  max-width: 70px; }

.block.block-striped > .row:nth-child(2n+1) {
  background-color: #212734;
  border-top: 0px solid #212734;
  border-bottom: 0; }

.remove:before {
  font-size: 22px;
  content: '\f057';
  font: normal 1.2em/1 "Font Awesome";
  text-indent: 0;
  display: block;
  margin: 2px 0 0 2px; }

#blockConfirmation.block-striped > .row:nth-child(2n+1) {
  background: #212734; }

#blockConfirmation.block-striped > .row:nth-child(2n+2) {
  background-color: transparent;
  border-top: 0px solid #212734;
  border-bottom: 0; }

#blockConfirmation > .block {
  margin: 0 0 20px !important; }

@media (max-width: 991px) {
  #NonNumberedGeneratedData {
    background: transparent; }
  #NonNumberedGeneratedData:nth-child(2n+1) {
    border-top: 0px solid #212734;
    border-bottom: 0; } }

#listBlock.block-striped > .row:hover, #listBlock.block-striped > .row:focus,
#eventsBlock.block-striped > .row:hover,
#eventsBlock.block-striped > .row:focus,
#packagesBlock.block-striped > .row:hover,
#packagesBlock.block-striped > .row:focus,
#subscriptionBlock.block-striped > .row:hover,
#subscriptionBlock.block-striped > .row:focus,
#blockGoods.block-striped > .row:hover,
#blockGoods.block-striped > .row:focus {
  cursor: pointer;
  background: #cdcdce; }

#listBlock.block-striped > .row:nth-child(2n+1):hover, #listBlock.block-striped > .row:nth-child(2n+1):focus,
#eventsBlock.block-striped > .row:nth-child(2n+1):hover,
#eventsBlock.block-striped > .row:nth-child(2n+1):focus,
#packagesBlock.block-striped > .row:nth-child(2n+1):hover,
#packagesBlock.block-striped > .row:nth-child(2n+1):focus,
#subscriptionBlock.block-striped > .row:nth-child(2n+1):hover,
#subscriptionBlock.block-striped > .row:nth-child(2n+1):focus,
#blockGoods.block-striped > .row:nth-child(2n+1):hover,
#blockGoods.block-striped > .row:nth-child(2n+1):focus {
  cursor: pointer;
  background: #cdcdce; }

#vouchersBlock.block-striped > form > .row:hover, #vouchersBlock.block-striped > form > .row:focus {
  cursor: pointer;
  background: #cdcdce; }

#vouchersBlock.block-striped > form > .row:nth-child(2n+1):hover, #vouchersBlock.block-striped > form > .row:nth-child(2n+1):focus {
  cursor: pointer;
  background: #cdcdce; }



@media (min-width: 576px) {
  .icon-calendar {
    padding-left: 34px; } }

.icon-calendar::before {
  content: "\f073";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f06830;
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal; }

@media (min-width: 576px) {
  .icon-calendar::before {
    left: 10px; } }

.icon-calendar-text {
  text-align: left;
  font-weight: 400; }

.icon-remove-link {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

.icon-remove-link:hover .icon-remove,
.icon-remove-link:hover .text-remove, .icon-remove-link:focus .icon-remove,
.icon-remove-link:focus .text-remove {
  color: #ffffff; }

.icon-remove-link .icon-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.125rem;
  color: #ffffff;
  transition: all 0.2s ease-out; }

.icon-remove-link .text-remove {
  padding-right: 20px;
  color: #ffffff;
  transition: all 0.2s ease-out; }

.row.row-remove-icon {
  position: relative;
  padding-right: 40px; }

.row.row-remove-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 40px;
  width: 1px;
  opacity: .1;
  background: #ffffff; }

@media (min-width: 992px) {
  .row.row-remove-icon::after {
    opacity: .1; } }

.row.row-remove-icon .icon-remove-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer; }

.row.row-remove-icon .icon-remove-link:hover .icon-remove, .row.row-remove-icon .icon-remove-link:focus .icon-remove {
  color: #000000; }

.row.row-remove-icon .icon-remove-link .icon-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  padding: 10px 5px;
  color: #000000;
  font-size: 1.125rem; }

span.icon-delete-row {
  position: relative;
  display: block;
  width: auto !important;
  height: auto;
  margin-top: 15px;
  opacity: 1;
  color: #ffffff !important;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  cursor: pointer; }

span.icon-delete-row::before {
  content: "\e014";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: .9375rem; }

@media (min-width: 768px) {
  span.icon-delete-row {
    width: 25px; } }

span.icon-delete-row .text-remove {
  position: relative;
  right: 20px;
  display: block !important;
  color: #f06830; }

@media (min-width: 768px) {
  span.icon-delete-row .text-remove {
    display: none; } }

.generatedDataDiv {
  display: flex; }

.generatedDataDiv .hall-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

@media (min-width: 992px) {
  .generatedDataDiv .hall-remove-btn {
    justify-content: flex-end; } }

.generatedDataDiv .hall-remove-btn .icon-remove-link {
  position: relative;
  top: auto;
  transform: none; }

#btAuthorizationGo {
  color: #fff;
  background: #f06830;
  border: 1px solid #f06830; }

#btAuthorizationGo:hover, #btAuthorizationGo:focus {
  border: 1px solid #f06830;
  background: #f06830;
  color: #fff; }

@media (min-width: 992px) {
  .cart-step-content .cart-ticket-row {
    max-width: 80%;
  }
}

span.icon-delete-row .text-remove {
    display: none !important; 
}

.cart-ticket-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cart-step-row.step-6 .cart-radio-box {
  width: 250px;
}

.cart-step-row.step-6 .cart-radio-icon {
  font-size: 25px;
  margin-bottom: 10px;
}

.cart-step-row.step-6 .cart-radio-text {
  overflow: visible;
}

#CartCountdown .fa {
  color: #000 !important;
}

#main-section {
  margin-bottom: 25px;
}

#cookiesInformation {
  color: #fff !important;
  text-decoration: underline;
}

#cookiesInformation a:hover {
  text-decoration: none;
}

.btn-icon-right span:first-child {
  border-radius: 50px;
}

.btn-icon-right span:first-child:hover, 
.btn-icon-right span:first-child:focus span {
  border-left: 1px red !important;
}

.cart-step-content .cart-ticket-price {
  margin-left: 15px;
}

.btn-icon-right.text--shown {
  color: #000 !important;
}

.btn-icon-right.btn-primary .btn-icon-wrap {
  border-left-color: transparent;
}

.btn-icon-right.text--shown:hover .btn-text {
  color: #000 !important;
}

.btn-icon-right.btn-primary:hover .btn-icon-wrap, .btn-icon-right.btn-primary:focus .btn-icon-wrap {
  border-left-color: transparent;
  color: #000;

}
@media (max-width: 991px) {
  .cart-buttons.bottom > .row {
    margin: 0 !important;
  }
}

#divZoomChange #btZoomMinus {
  margin-right: 5px;
}

.formCustomersCategory .dropdown-select {
  border: 1px solid #F1F1F1;
  top: 100%;
  position: absolute;
  background: #fff;
  width: 100%;
}

.formCustomersCategory .dropdown-select li {
}

.formCustomersCategory .dropdown-select li a {
  display: block;
  padding: 10px;
}

.formCustomersCategory .dropdown-select li a:hover {
  background: #f1f1f1;
}

.checkbox input:checked ~ label::before {
  color: #000 !important;
}

.radio input:checked ~ label::after {
    background: #000 !important;
}

.btn {
  transition: all 0.2s ease-out;
}

.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .custom-icon {
  color: #000 !important;
}

.block.block-striped > .row:nth-child(2n+1) {
  background-color: #F1F1F1 !important;
  border-top: 0px solid #F1F1F1 !important;
}

.btn-icon-right span:first-child {
  border-left: 1px solid #78faae !important;
}

.terms-conditions-agreement a {
  text-decoration: underline;
}

.terms-conditions-agreement a:hover {
  text-decoration: none;
}

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


