.hidden {
	display: none;
}

.alert.alert-error > ul.error-list {
  margin-bottom: 0px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

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

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

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/* line 1, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

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

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

/* line 38, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

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

/* line 57, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

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

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

/* line 83, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

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

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

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

/* line 105, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

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

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

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

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

/* line 136, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 235, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

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

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

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

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

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

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

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

/* line 275, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

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

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

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

/* line 294, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

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

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

/* line 315, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 412, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

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

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

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

/* line 439, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 505, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

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

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

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

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

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

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

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

/* line 552, vendor/bundle/ruby/3.2.0/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/* line 2, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
/*// Place all the styles related to the BetaUsers controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
*/
/* line 5, app/assets/stylesheets/blogs.scss */
.buffer {
  min-height: 100px;
}

/* line 8, app/assets/stylesheets/blogs.scss */
.content-area p {
  font-size: 16px !important;
  font-family: verdana, arial, helvetica, sans-serif !important;
}

/* line 12, app/assets/stylesheets/blogs.scss */
.content-area {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
  padding: 15px;
}

/* line 20, app/assets/stylesheets/blogs.scss */
.content-area p img {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 265px;
  height: auto;
}

/* line 28, app/assets/stylesheets/blogs.scss */
.content-area table {
  max-width: 100%;
  padding-right: 2px;
}

/* line 33, app/assets/stylesheets/blogs.scss */
#blog-content a, #blog-content a:visited {
  color: #3b5998;
  font-style: bold;
  text-decoration: underline !important;
}

/*MOBILE*/
/*https://medium.jasonmdesign.com/display-medium-articles-on-your-site-d772b3b05779*/
@media (min-width: 769px) {
  /* line 42, app/assets/stylesheets/blogs.scss */
  .content-area p img {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}

/*CSS FROM JASONMDESIGN*/
/* line 56, app/assets/stylesheets/blogs.scss */
.blog .blog-post {
  margin-bottom: 40px;
}

/* line 60, app/assets/stylesheets/blogs.scss */
.blog .blog-post header {
  position: relative;
}

/* line 64, app/assets/stylesheets/blogs.scss */
.blog .blog-post header .date {
  background-color: #fdfdfd;
  position: absolute;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  z-index: 9;
  color: #2c2c2c;
}

/* line 74, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content {
  padding: 15px 28px;
  border: 1px solid #f5f5f5;
}

/* line 79, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content h4 {
  margin: 20px 0;
  letter-spacing: 1px;
}

/* line 84, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content h4 a {
  color: #333;
}

/* line 88, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #F5F5F5;
}

/* line 96, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span {
  color: #CCC;
}

/* line 100, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span:first-child a {
  color: #848484;
}

/* line 104, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span a {
  color: #CCC;
  border-bottom: 1px transparent;
}

/* line 109, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: inherit;
}

/* line 115, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span {
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 10px;
}

/* line 121, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content .post-meta span:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

/* line 127, app/assets/stylesheets/blogs.scss */
.blog .blog-post .blog-content p {
  color: #67666a;
  line-height: 22px;
}

/* line 132, app/assets/stylesheets/blogs.scss */
.blog .blog-post footer {
  border: 1px solid #DDD;
  padding: 0px 15px;
}

/* line 137, app/assets/stylesheets/blogs.scss */
.blog .blog-post footer .comment-count {
  color: #000;
  position: relative;
  padding-left: 25px;
}

/* line 143, app/assets/stylesheets/blogs.scss */
.blog .blog-post footer .comment-count:hover,
.blog .blog-post footer .comment-count:focus {
  color: #000;
}

/* line 148, app/assets/stylesheets/blogs.scss */
.blog .blog-post footer .read-more {
  color: #000;
  position: relative;
  padding-left: 25px;
  padding-right: 0;
  text-transform: uppercase;
}

/* line 156, app/assets/stylesheets/blogs.scss */
.blog .blog-post footer .read-more:hover,
.blog .blog-post footer .read-more:focus {
  color: #000;
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/blogs.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 200px;
    bottom: 5px;
    left: 220px;
  }
  /* line 167, app/assets/stylesheets/blogs.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 200px;
  }
}

@media (min-width: 992px) {
  /* line 173, app/assets/stylesheets/blogs.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 210px;
    bottom: 5px;
    left: 235px;
  }
  /* line 178, app/assets/stylesheets/blogs.scss */
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 210px;
    right: 10px;
    bottom: 5px;
  }
}

/* line 185, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post {
  margin-bottom: 80px;
}

/* line 189, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post:last-child {
  margin-bottom: 0;
}

/* line 193, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .featured-image {
  margin-bottom: 30px;
}

/* line 197, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-title {
  margin-bottom: 15px;
}

/* line 201, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-title > a {
  color: #5c5c5c;
}

/* line 205, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-title > a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 210, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-meta {
  color: silver;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 30px;
}

/* line 218, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-meta a {
  color: #656565;
}

/* line 222, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .post-meta span {
  margin: 0 6px;
}

/* line 226, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .read-more {
  margin-top: 25px;
}

/* line 230, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .read-more a {
  text-transform: uppercase;
  color: black;
  transition: all 0.2s;
}

/* line 236, app/assets/stylesheets/blogs.scss */
.blog-standard .blog-post .read-more a:hover {
  color: silver;
  text-decoration: none;
}

/*overriding bootstrap's default pagination */
/* line 242, app/assets/stylesheets/blogs.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 247, app/assets/stylesheets/blogs.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 252, app/assets/stylesheets/blogs.scss */
.pagination > li {
  display: inline-block;
  margin-right: 8px;
}

/* line 257, app/assets/stylesheets/blogs.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: black;
  border-color: black;
}

/* line 262, app/assets/stylesheets/blogs.scss */
.pagination > li > a, .pagination > li > span {
  color: #909090;
}

/* line 266, app/assets/stylesheets/blogs.scss */
.sidebar {
  padding: 0 0 0 30px;
}

/* line 270, app/assets/stylesheets/blogs.scss */
.sidebar .widget {
  margin-bottom: 60px;
}

/* line 274, app/assets/stylesheets/blogs.scss */
.sidebar .widget.popular-posts .widget-content ul {
  padding: 15px 0 0 0;
  list-style: none;
  color: #b0b0b0;
}

/* line 280, app/assets/stylesheets/blogs.scss */
.sidebar .widget.popular-posts .widget-content ul li {
  margin-bottom: 30px;
}

/* line 284, app/assets/stylesheets/blogs.scss */
.sidebar .widget.popular-posts .widget-content ul .thumb {
  margin-right: 10px;
  margin-top: -10px;
}

/* line 289, app/assets/stylesheets/blogs.scss */
.sidebar .widget.popular-posts .widget-content ul .title {
  color: gray;
}

/* line 293, app/assets/stylesheets/blogs.scss */
.sidebar .widget.popular-tags a {
  margin-bottom: 6px;
}

/* line 297, app/assets/stylesheets/blogs.scss */
.sidebar .widget.categories ul {
  list-style: none;
  padding: 0;
}

/* line 302, app/assets/stylesheets/blogs.scss */
.sidebar .widget.categories ul li {
  line-height: 3em;
}

/* line 306, app/assets/stylesheets/blogs.scss */
.sidebar .widget.categories ul li:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 15px;
}

/* line 312, app/assets/stylesheets/blogs.scss */
.sidebar .widget.categories ul li a {
  color: black;
}

/* line 316, app/assets/stylesheets/blogs.scss */
.sidebar .widget.categories ul li a:hover {
  color: gray;
}

/* line 320, app/assets/stylesheets/blogs.scss */
.left-sidebar .sidebar {
  padding: 0 30px 0 0;
}

/* line 324, app/assets/stylesheets/blogs.scss */
.blog-grid .blog-element {
  max-height: 290px;
  overflow: hidden;
}

/* line 329, app/assets/stylesheets/blogs.scss */
.blog-grid .blog-element img {
  width: 100%;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

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, .25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: 0px;
    margin-right: 0px
}

.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
}

.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
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .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
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .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
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .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
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 2px solid #ddd;
    font-size: 1.5em;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2;
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

li {
    list-style-type: none;
}  

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: 100px;
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

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

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 10px !important;
}
.btn-gray {
    color: #fff;
    background-color: gray;
    border-color: #4cae4c;
    border-radius: 10px !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/../fonts/glyphicons-halflings-regular.eot);
    src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.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
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.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
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.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
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.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
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.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
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.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
}

.input-group-addon:first-child {
    border-right: 0
}

.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
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

.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, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .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
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.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
}

.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
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.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) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .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
    }
    .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
    }
    .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
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.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
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .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
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .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
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    /*background-color: #adf0aa; */ /*new color from JB*/
    border-color: #d6e9c6;
    color: #000;
    /*color: #3c763d*/
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning-pdp {
    color: #fcf8e3;
    /*background-color: white;*/
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.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
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    position: relative;
    top: -20px;
    right: -20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #3b5998;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.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, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}
/*Essentials CSS removed on Sept30, backed up in google docs*/
/*!
 *  Font Awesome 4.0.3 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';
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b5998;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
  color: #3b5998;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/** ********************************************** **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Sunday, March 16, 2014

	TABLE CONTENTS
	-------------------------------
		01. Globals


*************************************************** **/


/** 01. Globals
 **************************************************************** **/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	margin:0; padding:0;
	min-height: 100%;
}

body {
	color:#333;
	font-family:'Open Sans', Arial, sans-serif;
	letter-spacing:0px;

	font-size:15px; line-height:23px;
	position:inherit !important;
}


a {
  outline: 0;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

a, a:hover, a:active,
#header a:hover,
#footer a:hover,
#default .styleColor {
	color:#81BA10;
}

.btn-primary {
	border-color:#333;
	background-color:#333;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color:#444;
}

#overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(/../images/pattern/pattern5.png);
	/*
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
	z-index: 98;
}


/** Top Nav
 **************************************************************** **/
#topBar {
	display: block;
	position:relative;
	height:36px;
	line-height:36px;
	border-bottom:rgba(0,0,0,0.06) 1px solid;
	position:relative;

	font-size:12px;
	background:#333333;
	z-index:100; /* keep it over #overlay */
}
	#topBar,
	#topBar a,
	#topBar p {
		color:#666;
		text-shadow:#222 1px 1px 1px;
	}
	#topBar .btn-group.open .dropdown-toggle {
		box-shadow:none;
		-moz-box-shadow:none;
	}
	#topBar .dropdown-menu {
		box-shadow:none;
		-moz-box-shadow:none;
		background-color:#393939 !important;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topBar .dropdown-menu li,
	#topBar .dropdown-menu li a {
		color:#ccc;
		text-shadow:none;
	}
	#topBar .dropdown-menu li:hover>a {
		background-color:#444;
	}
	#topBar button.language  img {
		float:left;
		display:inline-block;
		margin-top:13px;
		margin-right:6px;
	}
	#topBar ul.dropdown-menu {
		font-size:13px;
		margin:0;
	}
	#topBar ul.dropdown-menu li>a img,
	#topBar ul.dropdown-menu li>a i.fa {
		display:inline-block;
		margin-right:6px;
	}
	#topBar ul.dropdown-menu li.divider {
		border:0; margin-left:6px; margin-right:6px;
		background-color:transparent;
		border-bottom:rgba(0,0,0,0.2) 1px solid !important;
	}
	#topBar .btn-group.open {
		background-color:#393939;
	}

	#topBar .btn-group {
		padding:0 10px;
		margin-left:2px;
		background-color:rgba(0,0,0,0.05);
	}
	#topBar ul.links li {
		margin-left:10px;
		float:left;
		border-left:rgba(0,0,0,0.13) 1px solid;
		padding-left:10px;
	}
	#topBar ul.links li a {
		text-decoration:none;
	}
	#topBar ul.links li:hover>a {
		color:#fff;
	}
	#topBar ul {
		margin:0;
	}

#header {
	display: block;
	position:relative;
  height: 70px;
	background:#333333;
	color:#fff;
	border-top:rgba(255,255,255,0.06) 1px solid;
	border-bottom:rgba(255,255,255,0.3) 1px solid;
	z-index:99; /* keep it over #overlay */
}

	#header .logo {
		display:block;
		float:left;
		height:30px;
	}

/*removed 1.20.22 to make alerts more readable*/
/*	#header p {
		color:#ccc;
	}
*/
	/** Top Menu #0
	 ******************************* **/
	#header ul.nav,
	#header ul.nav li,
	#header ul.nav li a,
	#header ul.nav ul,
	#header ul.nav ul ul { /* bootstrap reset */
		border:0; margin:0; padding:0;
		-webkit-border-radius: 8px;
		   -moz-border-radius: 8px;
				border-radius: 8px;
	}
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}

	#header ul.nav {
		float:left;
		margin:0 0 0 50px; padding:0;
	    /*margin-top: -40px;*/
	}
	#header ul.nav li,
	#header ul.nav li a {
		padding:0;
		margin-right: 0px;
		list-style:none;
		float:left;
		display:block;
	}
	#header ul.nav li a {
		font-size:13px;
		position:relative;
		text-decoration:none;
		text-shadow:#000 1px 1px 1px;
		height:60px; line-height:60px;
		padding:0 16px
	}

	#header ul.nav li.active a,
	#header ul.nav li.active:hover>a {
		color:#fff;
		background:#393939 url(/../../assets/main_arrow.png) no-repeat left center;
	}
	#header ul.nav li:hover>a {
		color:#81BA10;
		background:#393939;
	}
	#header ul.nav li a i.fa {
		margin-left:6px;
	}
	#header ul.nav ul {
		display:none;
	}
	#header ul.nav ul ul {
		display:none !important;
	}

	@media only screen and (min-width: 990px) {
		#header ul.nav ul li:hover  > ul,
		#header ul.nav li:hover>ul {
			display:block !important;
		}

		.navbar-collapse.collapse {

		}

	}
		/** Top Menu #1
		 ******************************* **/
		#header ul.nav ul {
			position:absolute;
			top:60px; margin:0; padding:0;
			max-width:200px;
			background:#333;
		}
		#header ul.nav li.active li a,
		#header ul.nav ul li,
		#header ul.nav ul li.active,
		#header ul.nav ul li.active a,
		#header ul.nav ul li a {
			position:relative;
			float:none; display:block;
			background:#393939;
			color:#ccc;
		}
		#header ul.nav ul li.active a,
		#header ul.nav ul li:hover a {
			color:#fff;
			background:#373737;
		}
		#header ul.nav ul li a,
		#header ul.nav ul li.active {
			height:auto;
			padding:0; margin:0;
		}
		#header ul.nav ul li a {
			height:auto;
			line-height:20px;
			min-width:200px;
			padding:6px 20px;
			border-bottom:#313131 1px solid;
			border-top:#454545 1px solid;
			text-shadow:none;
		}
		#header ul.nav ul li:first-child a {
			border-top:0;
		}
		#header ul.nav ul li:last-child a {
			border-bottom:0;
		}
		#header ul.nav ul li a i.fa {
			margin-top:3px;
			position:absolute;
			right:10px;
		}

			/** Top Menu #2
			 ******************************* **/
			#header ul.nav ul ul {
				left:200px; top:1px;
				border-left:#333 1px solid;
			}
			#header ul.nav ul ul li,
			#header ul.nav ul ul li.active,
			#header ul.nav ul ul li.active a,
			#header ul.nav ul ul li a {
				background:#393939 !important;
				color:#ccc !important;
			}
			#header ul.nav ul ul li.active a,
			#header ul.nav ul ul li:hover a {
				background:#373737 !important;
				color:#fff !important;
			}


	/** Right Options [top menu]
	******************************* **/
	#topOptions {
		float:right;
	}
	#topOptions,
	#topOptions li {
		margin:0; padding:0;
		list-style:none;
	}
	#topOptions li,
	#topOptions li a,
	#topOptions li div.button,
	#topOptions li button	{
		float:left;
		display:block;
		text-decoration:none;
		color:#ccc;
		font-size:23px;
		position:relative;
		cursor:pointer;
	}
	#topOptions li a,
	#topOptions li div.button,
	#topOptions li button	{
		height: 68px;
		line-height:60px;
		padding:0 10px;
		background:#393939;
		margin-left:1px;
		position:relative;
	}
	#topOptions li a span.items,
	#topOptions li div.button span.items,
	#topOptions li button span.items	{
		font-family:'Open Sans';
		font-size:9px;
		position:absolute;
		line-height:10px;
		left:0; right:0; bottom:4px;
		text-align:center;
		color:#666;
	}
	#topOptions li a span.items.active,
	#topOptions li div.button span.items.active,
	#topOptions li button span.items.active {
		color:#81BA10;
	}
	#topOptions li button:hover,
	#topOptions li div.button:hover,
	#topOptions li a:hover,
	#topOptions li.active {
		color:#fff;
	}
	/** @Handled by Javascript
	#topOptions li .button:hover > div {
		display:block;
	}
	**/


	/** Top Cart
	******************************* **/
	#topCart {
		font-size:12px;
		font-family:'Open Sans';
		color:#ccc;
		position:absolute;
		top:60px; width:250px; right:0;
		background:#393939;
		min-height:30px;
		cursor:default;
		padding:0; margin:0;
		line-height:20px;
		max-height:350px;
		overflow:hidden;
		display:none;
		z-index:100;
	}
	#topCart p {
		padding:10px;
		margin:0;
	}
	#topCart a.item {
		margin:0; height:auto;
		line-height:20px !important;
		font-size:12px !important;
		padding:6px 10px;
		border-bottom:#313131 1px solid;
		border-top:#454545 1px solid;
		display:block; float:none;
	}
	#topCart .bottom a.btn:hover,
	#topCart a.item:hover {
		background:#444;
	}
	#topCart .bottom a:hover,
	#topCart a.item:hover > p {
		color:#81BA10;
	}
	#topCart a.item:first-child {
		border-top:0;
	}
	#topCart a.item img {
		float:left;
		height:40px;
		overflow:hidden;
		margin-right:10px;
	}
	#topCart a.item p {
		padding:0; margin:0;
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	#topCart a.item span {
		color:#888;
	}
	#topCart a.item span.line-through {
		text-decoration:line-through;
		display:inline-block;
		padding-right:4px;
		color:#666;
	}
	#topCart .bottom {
		background:#333;
		padding:6px 0;
	}
	#topCart .bottom a {
		font-size:12px;
		font-family:'Open Sans';
		display:block;
		line-height:20px;
		height:auto;
		border:0;
		box-shadow:none;
		background:transparent;
		float:none;
		text-align:center;
		padding:5px 0;
	}
	#topCart .bottom a.btn {
		border:#555 1px solid;
		margin:5px 10px;
	}


	/** Top Search
	******************************* **/
	#topSearch {
		display:none;
		position:absolute;
		top:60px; right:0;
		width:250px;
		cursor:default;

		padding:8px;
		background-color:#393939;
	}
	#topSearch .form-control,
	#topSearch .btn,
	#topSearch .input-group-btn {
		height:40px !important;
		font-size:20px;
		border:0;
		font-size:15px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topSearch .btn {
		line-height:36px;
		width:40px !important;
		padding:0 4px 0 0 !important;
		text-align:right;
	}
	#topSearch input.form-control {
		width:80%;
		display:inline-block;
	}
	#topSearch .input-group-btn {
		width:19%;
		display:inline-block;
	}
	#topSearch .btn i.fa {
		font-size:20px;
	}


	/** Mobile Menu
	******************************* **/
	button.btn-mobile {
		display:none !important;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	button.btn-mobile i.fa {
		padding:0;
	}


/** Slider
**************************************************************** **/
.mc-hide-scrolls{
	overflow:hidden;
}

.mc-cycle {
	height:100%;
	left:0;
  padding-left: 0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;

	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}
#slider iframe {
	width:100%;
	height:100%;
}

#slider {
	list-style:none;
	display:none;
}
#slider .caption {
	position:absolute;
	z-index:3;
	color:#fff;
	bottom:60px;
	left: 30px;
	max-width: 1000px;
	width: 77%;
}
#slider .caption {
	padding-bottom:40px;
}
.caption h3 {
		background:rgba(0,0,0,0.3);
		font-size: 1em;
		padding: 6px;
}
#slider .caption h1,
#slider .caption h2 {
	color:#fff !important;
	font-size:60px; line-height:70px;
	padding:6px;
	background:rgba(0,0,0,0.3);
	margin:0; margin-bottom:2px;
	clear:both !important;
	display:inline-block;
}
#slider .caption h2 {
	font-size:30px; line-height:30px;
	padding:10px; font-weight:bold;
}
#slider .caption p {
	color:#fff;
	background:rgba(0,0,0,0.3);
	clear:both !important;
	padding:6px; margin:0 0 10px 0;
}
#slider .caption a.btn {
	color:#fff;
	position:absolute;
	margin-top:6px;
	cursor:pointer;
	z-index:101;
	bottom:0;
}
#slider .caption a.btn-default:hover {
	color:#333;
	background-color:#EB62EB !important;
	border-color :#fff !important;
}
#cycle-loader {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
}

	/* next , prev */
	div.maximage-controls {
		position:absolute;
		right:0; bottom: 40px;
		margin-right:20px;
		display: inline-block;
		z-index:0;
	}
	div.maximage-controls #slider_next,
	div.maximage-controls #slider_prev {
		width:50px; height:50px; display:inline-block;
		background:#fff url(/../../assets/slider_arrows.png) no-repeat;
		cursor:pointer; margin-right:3px;
		z-index:100;
	}
	div.maximage-controls #slider_next {
		background-position:-53px -42px;
	}
	div.maximage-controls #slider_prev {
		background-position:0 -42px;
	}
	div.maximage-controls #slider_next:hover {
		background-position:-53px -98px;
		background-color:#81BA10;
	}
	div.maximage-controls #slider_prev:hover {
		background-position:0 -98px;
		background-color:#81BA10;
	}




/** Middle
**************************************************************** **/
#middle {
	margin-bottom:40px !important;
}
#middle .white {
	display:block;
	position:relative;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 15px;
	padding:15px;
}
#middle .page-header {
	padding: 0;
	margin: 10px 0 10px 0;
}
	#middle  .page-header h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-size:36px;
		line-height: 43px;
	}

#middle .page-header.image {
	position:relative;
}
	#middle .page-header.image .absolute {
		position:absolute;
		color:#fff;
		top:20%;
		margin-left:30px;
	}
	#middle .page-header.image .absolute h1,
	#middle .page-header.image .absolute p {
		color:#fff;
		font-weight:300;
	}
	#middle .page-header.image .absolute h1 {
		text-shadow:#fff 0 0 20px;
		font-size:50px;
	}


div.e404 {
	font-size: 1500%;
	line-height: 200px;
	color: #ddd;
}




/** Modal
**************************************************************** **/
	.modal .modal-header {
		margin:0; padding:0;
		background:#fff;
	}

	h4.modal-title{
		color:#3b5998 !important;
		padding: 10px;
		font-weight:300;
	}
		h4.modal-title i {
			color: #999 !important;
			font-size:23px;
			margin: 7px 13px 0 0;
		}

	.modal .modal-header button {
		font-size:40px;
		padding:8px;
		color:#3b5998 !important;
		margin-right:8px;
		font-weight:300;
	}
	.modal .modal-header button:hover {
		color:#000;
	}

	.modal .modal-dialog {
		border:#3b5998 2px solid;
	}
	.modal .modal-content {
		border:0; padding:0;

		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	.modal .modal-body {
		padding:15px;
	}

	@media (min-width: 992px) {
		.modal-lg {
			width: 768px; /* bootstrap default:900 */
		}
	}
	@media (max-width: 479px) {
		.modal .modal-dialog {
			margin:0;
		}
	}





/** Follow Us
**************************************************************** **/
	a.socialbtn {
		display:inline-block;
		padding:20px 10px 10px 10px;
		background:#eee;
		color:#999;
		text-align:center;
		width:125px; height:90px;
		margin:10px 3px;

		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;

	}
	@media (max-width: 479px) {
		a.socialbtn {
			margin:10px 0;
		}
	}

	a.socialbtn i {
		font-size:30px;
		color:#666;
		display:block;
	}
	a.socialbtn:hover,
	a.socialbtn:hover,
	a.socialbtn:hover i {
		color:#fff !important;
		text-decoration:none;
	}
	/**
		Twitter: 	#41b7d8
		Facebook: 	#3b5997
		Google: 	#d64937
		LinkedIn: 	#0073b2
		Youtube:	#CC181E
		Vimeo: 		#388fc5
		Flickr: 	#ff0084
		Pinterest: 	#cb2027
		Skype: 		#00aff0
		RSS: 		#e0812a
	**/
	a.socialbtn.facebook:hover {
		background-color:#3b5997;
	}
	a.socialbtn.twitter:hover {
		background-color:#41b7d8;
	}
	a.socialbtn.google:hover {
		background-color:#d64937;
	}
	a.socialbtn.linkedin:hover {
		background-color:#0073b2;
	}
	a.socialbtn.youtube:hover {
		background-color:#CC181E;
	}
	a.socialbtn.vimeo:hover {
		background-color:#388fc5;
	}
	a.socialbtn.flickr:hover {
		background-color:#ff0084;
	}
	a.socialbtn.pinterest:hover {
		background-color:#cb2027;
	}
	a.socialbtn.skype:hover {
		background-color:#00aff0;
	}
	a.socialbtn.rss:hover {
		background-color:#e0812a;
	}




/** Team
**************************************************************** **/
.team .thumbnail {
	position:relative;
	max-width:255px;
	display:inline-block;
	margin-bottom:60px;
	border:0;
	background:#f6f6f6;
}
.team .thumbnail:hover {
	background:#e6e6e6;
}
.team .item-image {
	position:relative;
	display:inline-block;
}
.team .item-image img {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team  h3 {
	position:absolute;
	bottom:10px; left:0;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#fff;
}
.team  h3 span {
	display:inline-block;
	background-color:rgba(0,0,0,0.8);
	padding:10px 10px 20px 10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team  h3 small {
	display:inline-block; color:#333;
	background:rgba(255,255,255,0.9);
	padding:3px; margin-top:-10px;
	position:absolute; bottom:-10px; left:10px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.team p {
	font-size:12px;
	line-height:16px;
	text-align:left;
	height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom:#eee 1px solid;
	padding-bottom:10px;
	margin-bottom:6px;
}





/** Item Box
 **************************************************************** **/
.item-box {
	background:#f6f6f6;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.item-box.fixed-box figure img {
		width:100%;
		height:auto;
	}
.item-box-desc {
	padding:10px 20px;
	overflow:hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
}
	.item-box.fixed-box .item-box-desc p {
		height:98px;
	}
.item-box-desc h4 {
	padding:0; margin:0;
}
.item-box .item-box-desc small {
	display:block;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
}
.item-box .socials {
	border-top:#eee 1px solid;
	text-align:center;
	display:block;
}


/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-10px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color:#333;
	background-color:#EEEEEE;
}
.item-box .item-hover .overlay {
	background-color:rgba(142,205,17,0.6);
}


/** Portfolio
**************************************************************** **/
/* item list */
#portfolio .item-box-desc h4 {
	font-size:17px;
	max-height:32px;
	overflow:hidden;
}
	#portfolio .item-box figure img {
		width:100%;
		margin:auto;
	}

#portfolio .item-box-desc small {
	font-size:12px;
	margin-bottom:0;
}

#portfolio .item-box a {
	text-decoration:none;
}

/* Full Center */
#portfolio ul.fullcenter {
	margin-left:15px;
	margin-right:15px;
}
#portfolio ul.fullcenter .isotope-item,
#portfolio ul.fullcenter .item-box {
	margin:0;
}
#portfolio ul.fullcenter .item-box .overlay,
#portfolio ul.fullcenter .item-box {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#portfolio ul.fullcenter .isotope-item {
	width:25%; /* 4 items / row - also, see responsive*/
	float:left;
}




/** Contact
 **************************************************************** **/
#gmap {
	width:100%;
	height:400px;
	display:block;


	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray;

	z-index:1;
}
#gmap_default {
	width:100%;
	height:400px;
	display:block;
}





/** Footer
**************************************************************** **/
#footer {
	background:#333333;
	color:#fff;
	font-size:10px;
	bottom:0; left:0; right:0; padding:0 20px;
	height:30px;
	line-height:30px;
	border-top:rgba(255,255,255,0.3) 1px solid;
	overflow:hidden;
	z-index:100; /* keep it over #overlay */
}

	#footer ul {
		float:right;
	}
	#footer ul,
	#footer ul li {
		margin:0; padding:0;
		list-style:none;
	}
	#footer ul li,
	#footer ul li a {
		float:left;
		color:#fff;
		text-decoration:none;
	}

	#footer ul li.sepy {
		padding-left:16px;
		color:#666;
		font-size:18px;
	}
	#footer ul li a {
		display:block;
		margin:0 0 0 16px;
	}



/** Responsive
**************************************************************** **/
	/* special */
	@media (max-width: 920px) {
		#header ul.nav li a {
			font-size:11px;
		}
	}
	@media (max-width: 1006px) {
		.container {
			width:100% !important;
		}

	}


@media only screen and (max-width: 960px) {
	#portfolio ul.fullwidth .isotope-item,
	#portfolio ul.fullcenter .isotope-item {
		width:33.333333333%;  /* 3 items / row */
	}

	#header .navbar-collapse {
		display:none !important;
	}


	ul.nav-pills>li {
		margin-top:3px;
		background-color:#f6f6f6;
	}
	ul.nav-pills>li,
	ul.nav-pills>li>a {
		width:100%;
		float:none;
	}
	ul.nav-pills {
		float:none;
		width:100%;
	}

	#header ul.nav-pills>li {
		color:#81BA10;
		background:#393939;
	}

	#header .navbar-collapse {
		width:100%;
		margin:0;
	}
	#header .container {
		padding:0;
	}
	#header a.logo {
		padding-left:15px;
	}
	#topBar .container {
		padding-right:0;
	}


	#header ul.nav-pills>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}

	#header nav.nav-main li.resp-active > ul.dropdown-menu,
	#header nav.nav-main li.resp-active > ul.dropdown-menu > ul {
		display: block !important;
		position:relative !important;
		top:0 !important;
		width:100% !important;
		max-width:100% !important;
		left:0 !important;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}

	#header ul.nav {
		margin:0;
	}
	#topSearch {
		margin-right:-42px;
	}


	#header .navbar-collapse.collapsing,
	#header .navbar-collapse.in {
		display:block !important;
	}

	#header nav.nav-main li.resp-active > ul.dropdown-menu,
	#header nav.nav-main li.resp-active > ul.dropdown-menu > ul {
		box-shadow:none;
		padding-left:8px;
	}

	/* Navigation */
	#header .nav-main-collapse.collapsing,
	#header .nav-main-collapse.in {
		width: 100% !important;
		display: block !important;

		background: #2D343E;
		margin: 0 - !important;
    top: -10px !important;
    position: relative;
	}

	#header ul.nav li > a { /* Firefox Fix */
		background-color:#393939 !important;
	}

	button.btn-mobile {
		display:block !important;
	}
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 479px) {
	.maximage-controls {
		bottom:42px;
		margin-right:6px;
	}
	#slider .caption h1 {
		font-size:30px !important;
		line-height:30px !important;
	}
	#slider .caption h2 {
		font-size:20px !important;
		line-height:20px !important;
	}
	#slider .caption p {
		font-size:13px !important;
		line-height:16px !important;
	}

	#middle .page-header.image .absolute h1 {
		font-size:20px;
		line-height:20px;
		margin:0; padding:0;
	}
	#middle .page-header.image .absolute p {
		font-size:12px;
		line-height:15px;
		margin:0; padding:0;
	}

	#slider .caption {
		left:8px;
		right:8px;
	}
	#slider .caption h1 {
		font-size:50px;
	}
	#slider .caption h1,
	#slider .caption h2 {
		display:block;
	}

	div.maximage-controls {
		margin-right:5px;
		bottom:43px;
	}

	#portfolio ul.fullwidth .isotope-item,
	#portfolio ul.fullcenter .isotope-item {
		width:100%;  /* 1 item / row */
	}

	.responsive-top-space {
		margin-top:80px;
	}
	.responsive-bottom-space {
		margin-bottom:80px;
	}
}

/* Mobile Tuning - Cutom Height */
@media only screen and (max-height: 400px) {
	#slider .caption h1 {
		font-size:25px !important;
		line-height:25px !important;
	}
	#slider .caption h2 {
		font-size:13px !important;
		line-height:13px !important;
	}

}

@media only screen and (max-height: 340px) {
	#slider .caption h1 {
		font-size:20px !important;
		line-height:20px !important;
	}
	#slider .caption p {
		font-size:11px !important;
		line-height:11px !important;
	}
	#topBar {
		display:none;
	}
	#slider .caption {
		bottom:36px !important;
	}

	#slider_next,
	#slider_prev {
		width:40px !important;
		height:40px !important;
	}
	div.maximage-controls #slider_prev {
		background-position: -4px -46px;
	}
	div.maximage-controls #slider_next {
		background-position: -57px -46px;
	}
	div.maximage-controls {
		bottom:29px;
	}
}

@media only screen and (max-height: 325px) {
	#slider_next,
	#slider_prev {
		display:none !important;
	}

	#slider .caption .btn {
		font-size:10px !important;
		padding:1px 3px !important;
		position:absolute !important;
		right:0 !important;
	}
	#slider .caption {
		bottom:33px !important;
		margin:0; padding:0;
	}
	#slider .caption p br {
		display:none !important;
	}
}



/** DEMO ONLY
 **************************************************************** **/
/** feature-icons.html - icon text color - can be removed on production **/
.fa-hover a {
	text-decoration:none;
}
.fa-hover i {
	width:20px;
	margin-right:10px;
}
.fa-hover a span {
	color:#666;
}
.grid-color span {
	display:block;
	padding:10px 0;
	text-align:center;
	background-color:#ddd;
}
/** *** **/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
#shop .productDescription .price,

div.featured-box i.fa,
.pagination>li>a, 
.pagination>li>a:hover, 
.pagination>li>a:active, 
.pagination>li>a:focus, 
.pagination>li>span,

a, 
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
#header a:hover,
#footer a:hover,
#header ul.nav li:hover>a,
#header ul.nav li ul li:hover>a,
#default .styleColor,
#topCart .bottom a:hover,
#topCart a.item:hover > p,
#topOptions li a span.items.active,
#topOptions li div.button span.items.active,
#topOptions li button span.items.active {
	color:#66B7E2;
	font-style:normal;
}

	.topShopCart .on {
		color:#66B7E2 !important;
	}

.featured-box-minimal i.fa,
#slider-next:hover,
#slider-prev:hover {
	background-color:#66B7E2;
}

div.featured-box i.fa {
	border:#66B7E2 1px solid !important;
}

div.toggle.active > label:before {
	border-bottom-color: #66B7E2;
}

.item-box .item-hover .overlay {
	background-color:rgba(102,183,226,0.6);
}



.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	border:#66B7E2 1px solid !important;
	background-color:#66B7E2;
}
.logo, .logo:visited {
  color: #fff;
  font-size: 35px;
  margin-top: 17px;
  height: 30px;
}

.logo:hover {
  color: #fff !important;
  text-decoration: none;
}

.schoolers {
  margin-left:3px;
  font-weight: 100;
}

#header {
  background: none;
  border-bottom: none;
}

#footer {
  background: #424e6f;
}
form{
  text-align: center;
}
.header-homewood, #footer {
  background: #424e6f !important;
  border-top: none;
}

div.maximage-controls #slider_next:hover {
  background-color:#66B7E2;
}
div.maximage-controls #slider_prev:hover {
  background-color:#66B7E2;
}

#header ul.nav li a {
  text-shadow:none;
  height:35px; line-height:35px;
  margin-top: 12px;
  font-weight: 100;
  font-size: 1.1em;
}

#header ul.nav li a.sign-up-btn, #email-btn {
  color: #eee;
  font-family: 'Palanquin', sans-serif;
}

#header ul.nav li a.sign-up-btn:hover, #email-btn:hover {
  background-color: transparent;
  color: #fff;
}
.continue-to-payment-btn{
  background-color: #F25F5C;
  color: white !important;
}
.continue-to-payment-btn:hover{
  background-color: rgb(223, 86, 86);
}
.sign-up-btn, #email-btn {
  color: #eee;
}

.sign-up-btn:hover, #email-btn:hover {
  color: #fff;
}

.btn-info:hover {
  background-color: #65CFEE;
}

#new_user{
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}

#new_user input{
  width: 100%;
  padding: 10px;
}
.email-permission{
  width: 10% !important;
}
.remember-box {
  width: 300px;
}

#header ul.nav li:hover>a {
  background-color: transparent;
  color: #fff;
}

#header ul.nav li > a { /* Firefox Fix */
  background-color: none !important;
}

#header ul.nav li.active li a,
#header ul.nav ul li,
#header ul.nav ul li.active,
#header ul.nav ul li.active a,
#header ul.nav ul li a {
  background: rgba(51, 51, 51, .2);
}

.dropdown-menu {
  background: rgba(51, 51, 51, .2) !important;
}

#header ul.nav ul li a {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

#header ul.nav ul li a:hover {
  background: none;
}

#slider .caption .inputs {
  color:#fff;
  background:rgba(0,0,0,0.3);
  clear:both !important;
  padding: 15px 6px 0;
  margin:0 0 10px 0;
}

#slider .caption .inputs p{
  background:none;
  clear:both !important;
  padding:0; margin:0;
}

#slider .caption .btn {
  position:absolute;
  margin-top:6px;
  cursor:pointer;
  z-index:101;
  bottom:0;
}

#slider .caption .btn:hover {
  background-color: #EB62EB;
}


.search-area-icon {
  background: url(https://a0.muscache.com/airbnb/static/landing_pages/home_v2/homepage-sprite-54617e9d9dbd7f5e375a5667bb7a393f.png) 1px -178px no-repeat;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 40%;
  margin-top: -12px;
  width: 24px;
  height: 20px;
}

/*#middle .white {
  background: rgba(255, 255, 255, 0.8);
}*/

#middle .white .alert .btn,
#middle .white .forgot .btn {
  background-color: #666;
  border-color: #666;
}

#middle .white .alert .btn:hover,
#middle .white .forgot .btn:hover {
  background-color: #777;
  border-color: #777;
}

#middle .facebook-box {
  margin-top: 30px;
}

#middle .facebook-box .text {
  text-align: center;
  font-size: 13px;
  color: #919191;
}

#middle .facebook-box .button {
  margin-top: 5px;
}

#middle .facebook-box .facebook-login {
  text-align: center;
  color: #fff;
  background: #355088;
}

#middle .facebook-box .facebook-login:hover {
  background: #3B5998;
  text-decoration: none;
}

#middle .white .forgot .form-control {
  border-radius: 6px 0 0 6px;
}

#middle hr {
  margin: 30px 0;
}

#middle .white .return-link {
  margin-top: 20px;
}

.remove-student {
  color: rgb(141, 18, 18);
  font-size: 12px;
}
#rememberme{
  float: none;
  margin-right: 5px;
}
.term-checkbox{
  display: flex;
  justify-content: left;
}
.remove-student:hover {
  color: rgb(192, 24, 24);
}

#lesson_objectives {
  max-height: 100px;
}

.lesson-break {
  margin: 0 0 15px !important;
}

.active-actions {
  margin-top: 20px;
}
/* line 1, app/assets/stylesheets/calendar_blocks.scss */
.calendar-container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

/* line 6, app/assets/stylesheets/calendar_blocks.scss */
#instructor-availability {
  font-size: 3.5em;
  margin-bottom: 0px;
}

/* line 10, app/assets/stylesheets/calendar_blocks.scss */
.calendar-title {
  font-size: 2.8em;
  margin-top: 20px;
}

/* line 14, app/assets/stylesheets/calendar_blocks.scss */
.calendar-chevrons {
  font-size: 2.5em;
  vertical-align: top;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/calendar_blocks.scss */
.availability-open {
  background-color: rgba(40, 167, 69, 0.7);
  border-color: rgba(40, 167, 69, 0.7);
  border: 10px;
  padding-top: 5px;
  /*	height: 50%;*/
}

/* line 26, app/assets/stylesheets/calendar_blocks.scss */
.availability-blocked {
  background-color: rgba(220, 53, 69, 0.4);
  border-color: rgba(220, 53, 69, 0.4);
  border: 10px;
  padding-top: 5px;
  /*	height: 50%;*/
}

/* line 33, app/assets/stylesheets/calendar_blocks.scss */
.availability-booked {
  background-color: rgba(59, 89, 152, 0.7);
  border-color: rgba(59, 89, 152, 0.7);
  border: 10px;
  padding-top: 5px;
  /*	height: 50%;*/
}

/* line 40, app/assets/stylesheets/calendar_blocks.scss */
.admin-calendar-day {
  /*background-color: rgba(59, 89, 152, .7);*/
  max-height: 50px;
  display: inline;
  margin-right: 5px;
}

/* line 46, app/assets/stylesheets/calendar_blocks.scss */
.admin-calendar-day a {
  color: #fff;
}

/* line 49, app/assets/stylesheets/calendar_blocks.scss */
.day-summary {
  width: 100%;
  display: block;
}

/* line 53, app/assets/stylesheets/calendar_blocks.scss */
.date-number {
  color: #3b5998;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/calendar_blocks.scss */
.simple-calendar th {
  width: 12%;
}

/* line 62, app/assets/stylesheets/calendar_blocks.scss */
.simple-calendar .day {
  height: 100px;
  width: 12vw;
}

@media (max-width: 34em) {
  /* line 69, app/assets/stylesheets/calendar_blocks.scss */
  .simple-calendar th {
    display: none;
  }
  /* line 72, app/assets/stylesheets/calendar_blocks.scss */
  .simple-calendar .day {
    display: block;
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/calendar_blocks.scss */
  .simple-calendar .past {
    display: none;
  }
  /* line 79, app/assets/stylesheets/calendar_blocks.scss */
  .calendar-heading {
    margin: 1em;
  }
}

/* line 84, app/assets/stylesheets/calendar_blocks.scss */
.toggle-availability, .toggle-availability:hover, .toggle-availability:visited, .toggle-availability:focus {
  color: #fff;
  text-decoration: none;
}

/*.toggle-availability:visited {
	color: #fff;
}*/
/* line 91, app/assets/stylesheets/calendar_blocks.scss */
.block-text {
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0px 0px 0px 0px;
}

/* line 96, app/assets/stylesheets/calendar_blocks.scss */
.simple-calendar .day {
  padding: 0 2 0 0px;
}

/* line 99, app/assets/stylesheets/calendar_blocks.scss */
.example-date {
  height: 80px;
  width: 130px;
  display: inline-block;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

/* line 110, app/assets/stylesheets/calendar_blocks.scss */
.calendar-subheader {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 114, app/assets/stylesheets/calendar_blocks.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 125, app/assets/stylesheets/calendar_blocks.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 128, app/assets/stylesheets/calendar_blocks.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/*// Place all the styles related to the charges controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
*/
/* line 1, app/assets/stylesheets/conversation.scss */
.new-message-container {
  width: 100%;
}

/* line 4, app/assets/stylesheets/conversation.scss */
.chat-container, .panel {
  max-height: 90vh;
  min-height: 600px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/conversation.scss */
#new_message {
  width: inherit;
  padding-right: inherit;
}

/* line 14, app/assets/stylesheets/conversation.scss */
.btn-chat {
  background: #3b5998;
  color: #fff;
}

/* line 18, app/assets/stylesheets/conversation.scss */
.btn-chat:hover {
  background: #000;
  color: #DADADA;
}

/* line 22, app/assets/stylesheets/conversation.scss */
.img-circle {
  height: 75px;
  max-width: 75px;
  margin-top: auto;
}

/* line 27, app/assets/stylesheets/conversation.scss */
.chat-icon {
  padding: 4px 4px 4px 4px;
}

/* line 31, app/assets/stylesheets/conversation.scss */
.match-row {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 100%;
  max-width: 1000px;
  border-bottom: 1px solid #808080;
  background: #3b5998;
  clear: both;
  border-radius: 8px;
}

/* line 45, app/assets/stylesheets/conversation.scss */
.link-area {
  width: 95%;
  height: 95%;
}

/* line 50, app/assets/stylesheets/conversation.scss */
.name-and-text {
  width: 72%;
}

/* line 54, app/assets/stylesheets/conversation.scss */
.last-message {
  text-align: left;
  line-height: 1em;
  word-wrap: normal;
  color: #fff;
}

/* line 61, app/assets/stylesheets/conversation.scss */
.last-message-unread {
  text-align: left;
  line-height: 1em;
  font-weight: 900;
}

/* line 67, app/assets/stylesheets/conversation.scss */
.name {
  /*  padding-top: 5px;
  font-size:1.4em;
  font-weight: bold;*/
}

/* line 73, app/assets/stylesheets/conversation.scss */
.chat-icon {
  position: absolute;
  right: 0;
}

/* line 78, app/assets/stylesheets/conversation.scss */
.header-box {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  font-size: 1.3em;
}
/*// Place all the styles related to the Instructors controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
*/
/* line 5, app/assets/stylesheets/instructors.scss */
.profile-container {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 10px 15px 10px 15px;
}

/* line 11, app/assets/stylesheets/instructors.scss */
#recruiting-landing-page {
  padding-top: 20px;
  min-height: 150vh;
}

/* line 15, app/assets/stylesheets/instructors.scss */
#pandemic-pledge-page {
  padding-top: 20px;
  min-height: 75vh;
}

/* line 19, app/assets/stylesheets/instructors.scss */
.buffer {
  min-height: 50px;
  position: relative;
  clear: both;
}

/* line 24, app/assets/stylesheets/instructors.scss */
.small-buffer {
  min-height: 20px;
  position: relative;
  clear: both;
}

/* line 29, app/assets/stylesheets/instructors.scss */
.white-transparent-bg {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  border: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 36, app/assets/stylesheets/instructors.scss */
.black-transparent-bg {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

/* line 40, app/assets/stylesheets/instructors.scss */
.navy-transparent-bg {
  background: rgba(9, 35, 64, 0.6);
  border-radius: 0.5rem;
  border: 1px solid black;
}

/* line 45, app/assets/stylesheets/instructors.scss */
.why-ss {
  border-radius: 0.5rem;
  border: 1px solid #3b5998;
}

/* line 49, app/assets/stylesheets/instructors.scss */
.navy-bg {
  background: rgba(59, 89, 152, 0.9);
  border-radius: 0.5rem;
  padding-bottom: 20px;
}

/* line 54, app/assets/stylesheets/instructors.scss */
.navy-text {
  color: #3b5998;
}

/* line 57, app/assets/stylesheets/instructors.scss */
.white-text {
  color: #fff;
}

/* line 58, app/assets/stylesheets/instructors.scss */
.red-text {
  color: #a94442;
}

/* line 59, app/assets/stylesheets/instructors.scss */
.padding-top {
  padding-top: 20px;
}

/* line 62, app/assets/stylesheets/instructors.scss */
.vertical-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 66, app/assets/stylesheets/instructors.scss */
.ski-bum-photo {
  margin: 0 auto;
  display: block;
  max-height: 50vh;
  max-width: 95%;
  border: 1px solid #3b5998;
}

/* line 74, app/assets/stylesheets/instructors.scss */
.recruiting-ctas {
  margin: 0 0 0 0px;
  font-size: 1.5em;
  line-height: 1.2;
}

/* line 79, app/assets/stylesheets/instructors.scss */
.team-snowschoolers-cvps {
  font-size: 1.8em;
}

/* line 82, app/assets/stylesheets/instructors.scss */
#weekend-warrior-comparison {
  background-color: #fff;
}

/* line 85, app/assets/stylesheets/instructors.scss */
.ski-expenses li {
  font-size: 2em;
  line-height: 1.5;
  color: #fff;
}

/* line 90, app/assets/stylesheets/instructors.scss */
.expenses-total {
  max-width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* line 97, app/assets/stylesheets/instructors.scss */
.why-snow-schoolers {
  max-width: 100%;
  height: 150px;
}

/* line 102, app/assets/stylesheets/instructors.scss */
.btn-apply {
  color: white;
  background-color: #3b5998;
}

/* line 106, app/assets/stylesheets/instructors.scss */
.instructor-photo {
  border: 1px solid #3b5998;
  display: block;
  height: 150px;
  max-width: 150px;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/instructors.scss */
.square-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

/* line 118, app/assets/stylesheets/instructors.scss */
.avatar-left {
  margin: none;
}

/* line 121, app/assets/stylesheets/instructors.scss */
.avatar-center {
  margin: auto;
}

/* line 124, app/assets/stylesheets/instructors.scss */
.instructor-name {
  margin-bottom: 0px;
}

/* line 127, app/assets/stylesheets/instructors.scss */
.instructor-resorts {
  list-style: none;
  list-style-type: none;
}

/* line 131, app/assets/stylesheets/instructors.scss */
.list-item-with-bullet li {
  list-style-type: normal;
  list-style: inherit;
  margin-left: 20px;
}

/* line 137, app/assets/stylesheets/instructors.scss */
.list-item-no-bullet {
  list-style: none;
  list-style-type: none;
}

/* line 141, app/assets/stylesheets/instructors.scss */
.instructor-resorts li {
  float: left;
  background-color: #3b5998;
  text-align: center;
  color: #fff;
  border: solid 1px black;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* line 152, app/assets/stylesheets/instructors.scss */
.browse-instructors-btn {
  left: 300px;
  font-size: 0.9em;
  bottom: -48px;
  position: relative;
}

/* line 158, app/assets/stylesheets/instructors.scss */
.instructor-box {
  height: 600px;
  border-bottom: 1px solid #3b5998;
  margin-bottom: 20px;
}

/* line 163, app/assets/stylesheets/instructors.scss */
.why-snow-schoolers-box {
  height: 300px;
}

/* line 166, app/assets/stylesheets/instructors.scss */
.column-wrap {
  max-width: 200px;
  word-wrap: break-word;
}

/* line 170, app/assets/stylesheets/instructors.scss */
.apply-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 175, app/assets/stylesheets/instructors.scss */
.avatar-thumbnail {
  height: 80px;
  min-width: 60px;
}

/* line 179, app/assets/stylesheets/instructors.scss */
.admin-viewable {
  background-color: #55C9B2;
  display: table;
  overflow: auto;
  width: 100%;
  padding: 2px 2px 2px 2px;
}

/* line 188, app/assets/stylesheets/instructors.scss */
.instructor-profile-photo {
  max-height: 500px;
  border: 1px solid #3b5998;
  margin: auto;
  position: relative;
}

/* line 194, app/assets/stylesheets/instructors.scss */
.resorts-container {
  float: left;
}

/* line 197, app/assets/stylesheets/instructors.scss */
.maps-container iframe {
  border: 1px solid #3b5998;
}

/* line 200, app/assets/stylesheets/instructors.scss */
.reviews-container {
  max-width: 100%;
  margin: auto;
  position: relative;
  background-color: #3b5998;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}

/* line 211, app/assets/stylesheets/instructors.scss */
.reviews-container h4, .reviews-container h5 {
  color: white;
}

/* line 214, app/assets/stylesheets/instructors.scss */
.individual-review {
  clear: both;
}

/* line 217, app/assets/stylesheets/instructors.scss */
.icons {
  height: 50px;
}

/* line 220, app/assets/stylesheets/instructors.scss */
.icons-small {
  height: 30px;
}

/* line 223, app/assets/stylesheets/instructors.scss */
.tele-icon {
  height: 40px;
}

/* line 226, app/assets/stylesheets/instructors.scss */
.stars-text {
  top: -25px;
  left: 150px;
  position: relative;
}

/* line 231, app/assets/stylesheets/instructors.scss */
.browse-attributes {
  list-style-type: none;
  padding-left: 0px;
}

/* line 235, app/assets/stylesheets/instructors.scss */
.review-count {
  font-size: 0.9em;
  position: relative;
  right: 65px;
  top: 4px;
}

/* line 241, app/assets/stylesheets/instructors.scss */
.star-rating img {
  height: 25px;
}

/* line 244, app/assets/stylesheets/instructors.scss */
.wage-rate {
  display: inline-block;
  width: 200px;
}

/* line 248, app/assets/stylesheets/instructors.scss */
.teach-with-us-form-container {
  /*max-width: 36vw;*/
}

/*DESKTOP ONLY ADJUSTMENTS*/
@media (min-width: 768px) {
  /* line 254, app/assets/stylesheets/instructors.scss */
  .ski-expenses {
    left: 25px;
    position: relative;
  }
  /* line 258, app/assets/stylesheets/instructors.scss */
  .hidden-unless-mobile {
    display: none;
    margin-top: 20px;
  }
}

/*MOBILE ADJUSTMENTS*/
@media (max-width: 768px) {
  /* line 267, app/assets/stylesheets/instructors.scss */
  .hidden-unless-desktop {
    display: none;
  }
  /* line 270, app/assets/stylesheets/instructors.scss */
  .recruiting-ctas {
    font-size: 1.8em;
  }
  /* line 273, app/assets/stylesheets/instructors.scss */
  h2 {
    font-size: 1.8em;
  }
  /* line 276, app/assets/stylesheets/instructors.scss */
  .comparison-header {
    font-size: 1.8em;
  }
  /* line 279, app/assets/stylesheets/instructors.scss */
  .comparison-subheading {
    font-size: 1.6em;
    margin-bottom: 5px;
  }
  /* line 283, app/assets/stylesheets/instructors.scss */
  .ski-expenses li {
    font-size: 1.5em;
  }
  /* line 286, app/assets/stylesheets/instructors.scss */
  .expenses-total {
    max-width: 80%;
  }
  /* line 289, app/assets/stylesheets/instructors.scss */
  #recruiting-Carousel {
    height: 15vh;
  }
  /* line 292, app/assets/stylesheets/instructors.scss */
  .how-it-works {
    font-size: 0.8em;
  }
  /* line 295, app/assets/stylesheets/instructors.scss */
  label, select {
    font-size: 1em;
  }
  /* line 298, app/assets/stylesheets/instructors.scss */
  textarea.form-control {
    height: 150px;
  }
  /* line 301, app/assets/stylesheets/instructors.scss */
  .browse-instructors-btn {
    left: 180px;
    font-size: 0.9em;
    bottom: -48px;
    position: relative;
  }
  /* line 307, app/assets/stylesheets/instructors.scss */
  .instructor-selection {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 70px;
    left: 30px;
    max-height: 200px;
    width: 300px;
    color: #fff !important;
    padding: 6px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    margin-bottom: 2px;
  }
  /* line 321, app/assets/stylesheets/instructors.scss */
  .maps-container iframe {
    width: 100%;
    max-height: 50vh;
  }
  /* line 325, app/assets/stylesheets/instructors.scss */
  .instructor-profile-photo {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 10px;
  }
  /* line 331, app/assets/stylesheets/instructors.scss */
  .review-count {
    right: 0px;
  }
}
/* line 1, app/assets/stylesheets/lesson.scss */
#booking_widget {
  /*  min-height: 100vh;*/
}

/* line 4, app/assets/stylesheets/lesson.scss */
.errors li {
  font-size: 18px;
  line-height: 1.1;
  color: red;
}

/* line 9, app/assets/stylesheets/lesson.scss */
.buffer-50vh {
  height: 90vh;
  display: block;
}

/* line 13, app/assets/stylesheets/lesson.scss */
.roster-names {
  word-wrap: break-word;
  width: 200px;
}

/* line 17, app/assets/stylesheets/lesson.scss */
.sbl-hero-text {
  font-size: 0.9em;
}

/* line 20, app/assets/stylesheets/lesson.scss */
#get-started-form-button {
  margin-top: 5px;
}

/* line 23, app/assets/stylesheets/lesson.scss */
.instructors-table tr {
  border-bottom: 1px solid black;
}

/* line 26, app/assets/stylesheets/lesson.scss */
.text-red {
  color: red;
}

/* line 29, app/assets/stylesheets/lesson.scss */
.text-black {
  color: #000;
}

/* line 32, app/assets/stylesheets/lesson.scss */
.add-to-cart {
  font-size: 2em;
}

/* line 35, app/assets/stylesheets/lesson.scss */
.frisco-rentals {
  font-size: 1em;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/lesson.scss */
.cart-summary-rentals {
  font-size: 1.1em;
  color: #333;
}

/* line 43, app/assets/stylesheets/lesson.scss */
.confirmation-number {
  font-size: 1.2em;
}

/* line 46, app/assets/stylesheets/lesson.scss */
.past-orders {
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/lesson.scss */
.hr-future-roster {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  border-top: 2px solid black;
}

/* line 55, app/assets/stylesheets/lesson.scss */
.kv-skiing-not-yet-open {
  font-size: 1.4em;
  color: yellow;
}

/* line 59, app/assets/stylesheets/lesson.scss */
.blue-text {
  font-size: 1.2em;
  color: #55C9B2;
}

/* line 63, app/assets/stylesheets/lesson.scss */
.hw-lessons-how-it-works {
  font-size: 1.3em;
  color: white;
  line-height: 1.2;
}

/* line 68, app/assets/stylesheets/lesson.scss */
.kv-spectators-and-parking {
  font-size: 1.1em;
  color: yellow;
}

/* line 72, app/assets/stylesheets/lesson.scss */
.kv-spectators-and-parking-bullets {
  font-size: 0.7em;
  line-height: 1.1;
}

/* line 76, app/assets/stylesheets/lesson.scss */
body.lessons-this-season {
  overflow: hidden;
  width: 100%;
}

/* line 80, app/assets/stylesheets/lesson.scss */
.liability-text p {
  font-size: 0.9em;
}

/* line 84, app/assets/stylesheets/lesson.scss */
.btn-fixed-width {
  max-width: 150px;
  white-space: normal;
}

/* line 88, app/assets/stylesheets/lesson.scss */
.btn-airbnb {
  background-color: #FF5A5F !important;
  color: #fff;
}

/* line 92, app/assets/stylesheets/lesson.scss */
section.lesson-new-form-header {
  min-height: 100px !important;
}

/* line 95, app/assets/stylesheets/lesson.scss */
.daily-roster-section-break {
  background-color: gray;
  color: #fff;
  font-size: 1.2em;
  /*padding-left: 40px !important;*/
}

/* line 101, app/assets/stylesheets/lesson.scss */
.daily-roster-section-break.year-ago {
  background-color: lightgray;
  color: #000;
  padding-left: 40px !important;
}

/* line 106, app/assets/stylesheets/lesson.scss */
.date-input {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* line 111, app/assets/stylesheets/lesson.scss */
.booking-details p, .booking-details span, .booking-details {
  font-size: 1.1em;
  margin-bottom: 5px;
}

/* line 115, app/assets/stylesheets/lesson.scss */
.lodging-discount-warning, .lodging-discount-warning p {
  font-style: italic;
  font-size: 0.8em;
}

/* line 119, app/assets/stylesheets/lesson.scss */
.full-width {
  width: 100%;
}

/* line 122, app/assets/stylesheets/lesson.scss */
.student-list-confirm-reservation li {
  font-size: 0.8em;
  padding: 0 0 0 0px;
}

/* line 128, app/assets/stylesheets/lesson.scss */
.full-form-section-header {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 132, app/assets/stylesheets/lesson.scss */
form {
  text-align: left;
}

/* line 135, app/assets/stylesheets/lesson.scss */
#book-a-lesson {
  background-color: #d8d8d8;
}

/* line 136, app/assets/stylesheets/lesson.scss */
#book-a-group-lesson {
  background-color: white;
}

/* line 137, app/assets/stylesheets/lesson.scss */
#group_prices_simple {
  background-color: white;
}

/* line 138, app/assets/stylesheets/lesson.scss */
.white-bg {
  background-color: white;
}

/* line 142, app/assets/stylesheets/lesson.scss */
.lesson-summary-info {
  margin-left: 40px;
}

/* line 145, app/assets/stylesheets/lesson.scss */
.medium-text p {
  font-size: 1.5em;
}

/* line 148, app/assets/stylesheets/lesson.scss */
.form-control:visited {
  color: white;
}

/* line 151, app/assets/stylesheets/lesson.scss */
.spacer {
  min-height: 50px;
  clear: both;
}

/* line 155, app/assets/stylesheets/lesson.scss */
.sledding-table {
  padding: 5 5 5 5px;
  border: 3px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

/* line 162, app/assets/stylesheets/lesson.scss */
.instructors-table {
  padding: 5 5 5 5px;
  border: 1px solid gray;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 168, app/assets/stylesheets/lesson.scss */
.instructors-table tbody tr td, .instructors-table thead tr th, .sledding-table tbody tr td, .sledding-table thead tr th {
  padding-left: 10px;
  font-size: 0.9em;
}

/* line 172, app/assets/stylesheets/lesson.scss */
.start-end-time {
  min-width: 65px;
}

/* line 175, app/assets/stylesheets/lesson.scss */
.lesson-link {
  min-width: 125px;
}

/* line 178, app/assets/stylesheets/lesson.scss */
.instructors-table thead, .sledding-table thead {
  font-size: 1.3em;
  border: 1px solid gray;
  background-color: rgba(0, 60, 128, 0.3);
}

/* line 185, app/assets/stylesheets/lesson.scss */
.payment-amounts {
  font-size: 1.2em;
  left: -20px;
  position: relative;
  width: 100%;
  text-align: left;
}

/* line 192, app/assets/stylesheets/lesson.scss */
.new-lesson-ctas-list li {
  display: inline-block;
  list-style-type: none;
}

/* line 196, app/assets/stylesheets/lesson.scss */
.update-lesson-form {
  display: flex;
  align-items: flex-end;
}

/* line 200, app/assets/stylesheets/lesson.scss */
.lesson-label {
  padding-left: 3px;
  width: 100%;
  text-align: left;
}

/* line 205, app/assets/stylesheets/lesson.scss */
.lesson-label-small {
  font-size: 10px;
  font-weight: lighter;
}

/* line 209, app/assets/stylesheets/lesson.scss */
#browser-instructors-cta, #lesson_submit_action {
  position: relative !important;
}

/* line 212, app/assets/stylesheets/lesson.scss */
#lesson_students_attributes_0_other_sports_experience {
  max-height: 100px;
}

/* line 215, app/assets/stylesheets/lesson.scss */
.preSeasonModal {
  padding: 20px 20px 20px 20px !important;
}

/* line 218, app/assets/stylesheets/lesson.scss */
#smartwaiver_floater {
  position: fixed !important;
  height: 100px !important;
  width: 100vw !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  line-height: 28px;
}

/* line 228, app/assets/stylesheets/lesson.scss */
#booking-details-container {
  display: flex;
  justify-content: center;
}

/* line 232, app/assets/stylesheets/lesson.scss */
.booking-details-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  padding: 10px;
}

/* line 241, app/assets/stylesheets/lesson.scss */
.booking-details-labels p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 0;
}

/* line 246, app/assets/stylesheets/lesson.scss */
.booking-details {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 5px;
  margin-left: 0;
}

/* line 260, app/assets/stylesheets/lesson.scss */
.final-booking-details {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  max-width: 600px;
  padding: 40px;
}

/* line 272, app/assets/stylesheets/lesson.scss */
.booking-details p {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: left;
}

/* line 277, app/assets/stylesheets/lesson.scss */
.info-container {
  display: flex;
}

/* line 281, app/assets/stylesheets/lesson.scss */
#lesson-details-header {
  margin-left: 40px;
  font-weight: bold;
}

/* line 285, app/assets/stylesheets/lesson.scss */
.details-info-box {
  width: 90vw;
  max-width: 700px;
}

/* line 289, app/assets/stylesheets/lesson.scss */
.details-info-box h3 {
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/lesson.scss */
.student-box {
  margin-bottom: 20px;
}

/* line 295, app/assets/stylesheets/lesson.scss */
#full-details-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 300, app/assets/stylesheets/lesson.scss */
.duration-and-feedback {
  display: block;
  position: relative;
  font-size: 1.2em;
}

/* line 305, app/assets/stylesheets/lesson.scss */
.text-smaller {
  font-size: 0.9em;
}

/* line 308, app/assets/stylesheets/lesson.scss */
.text-smallest {
  font-size: 0.5em;
}

/* line 311, app/assets/stylesheets/lesson.scss */
.text-larger {
  font-size: 1.2em;
}

/* line 315, app/assets/stylesheets/lesson.scss */
.time-slot-input {
  /*width: 11%;*/
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 321, app/assets/stylesheets/lesson.scss */
.guest-email-input {
  width: 23%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 327, app/assets/stylesheets/lesson.scss */
.confirm-reservation h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 331, app/assets/stylesheets/lesson.scss */
.lesson-detail-topic {
  width: 250px;
  font-weight: bold;
  display: inline-block;
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.1;
  font-size: 18px;
}

/* line 339, app/assets/stylesheets/lesson.scss */
.student-detail-topic {
  width: 120px;
  display: inline-block;
}

/* line 343, app/assets/stylesheets/lesson.scss */
.inline-block {
  display: inline-block;
}

/* line 346, app/assets/stylesheets/lesson.scss */
.nonrefundable_disclaimer {
  font-size: 1em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 354, app/assets/stylesheets/lesson.scss */
.cancellation-title {
  font-weight: bold;
  font-size: 1.1em;
}

/*DESKTOP ONLY ADJUSTMENTS*/
@media (min-width: 768px) {
  /* line 362, app/assets/stylesheets/lesson.scss */
  .payment-amounts {
    font-size: 1.6em;
    line-height: 1.6;
  }
  /* line 366, app/assets/stylesheets/lesson.scss */
  .booking-details {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*MOBILE ADJUSTMENTS*/
@media (max-width: 768px) {
  /* line 376, app/assets/stylesheets/lesson.scss */
  .sold-out-reco-copy {
    font-size: 1.2em;
  }
  /* line 379, app/assets/stylesheets/lesson.scss */
  .express-bg-shell {
    min-height: 1600px;
  }
  /* line 382, app/assets/stylesheets/lesson.scss */
  .sbl-hero-text {
    font-size: 0.9em;
  }
  /* line 385, app/assets/stylesheets/lesson.scss */
  #get-started-form-button {
    margin-top: 1px;
  }
  /* line 389, app/assets/stylesheets/lesson.scss */
  .lesson-detail-topic {
    width: 60%;
    font-weight: bold;
    display: inline-block;
    font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.1;
    font-size: 18px;
  }
  /* line 398, app/assets/stylesheets/lesson.scss */
  .booking-details p, .booking-details span, .booking-details {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  /* line 402, app/assets/stylesheets/lesson.scss */
  #booking-details-container .row {
    padding-top: 10px;
  }
  /* line 406, app/assets/stylesheets/lesson.scss */
  .lesson-index-mobile {
    width: 300% !important;
  }
  /* line 409, app/assets/stylesheets/lesson.scss */
  .lesson-summary-info {
    word-wrap: break-word;
    font-size: 1.3em;
    margin-left: 10px;
  }
  /* line 414, app/assets/stylesheets/lesson.scss */
  .booking-details-labels {
    align-items: center;
  }
  /* line 417, app/assets/stylesheets/lesson.scss */
  .booking-details-labels p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  /* line 422, app/assets/stylesheets/lesson.scss */
  .booking-details p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
  }
  /* line 428, app/assets/stylesheets/lesson.scss */
  .instructors-table {
    padding: 2 2 2 2px;
    border: 1px solid gray;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 434, app/assets/stylesheets/lesson.scss */
  .instructors-table tbody tr td, .instructors-table thead tr th {
    padding-left: 20px;
    font-size: 0.8em;
  }
  /* line 438, app/assets/stylesheets/lesson.scss */
  .instructors-table thead {
    font-size: 1.2em;
    border: 1px solid gray;
    background-color: rgba(0, 60, 128, 0.3);
  }
  /* line 443, app/assets/stylesheets/lesson.scss */
  .lessons-table-cells {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  /* line 449, app/assets/stylesheets/lesson.scss */
  .lesson-type {
    width: 140px;
  }
  /* line 452, app/assets/stylesheets/lesson.scss */
  .lesson-student {
    width: 100px;
  }
  /* line 455, app/assets/stylesheets/lesson.scss */
  .lesson-date {
    width: 30px;
  }
  /* line 458, app/assets/stylesheets/lesson.scss */
  .lesson-instructor {
    width: 60px;
  }
  /* line 461, app/assets/stylesheets/lesson.scss */
  .slot-details-mobile {
    font-size: 1.2em;
  }
  /* line 464, app/assets/stylesheets/lesson.scss */
  #new_lesson {
    max-height: 90vh;
  }
  /* line 467, app/assets/stylesheets/lesson.scss */
  #slider .caption {
    bottom: 0px;
    position: fixed;
  }
  /* line 471, app/assets/stylesheets/lesson.scss */
  .instructor-selection {
    max-height: 180px;
  }
  /* line 474, app/assets/stylesheets/lesson.scss */
  .instructor-photo {
    height: 120px;
  }
  /* line 477, app/assets/stylesheets/lesson.scss */
  h3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  /* line 481, app/assets/stylesheets/lesson.scss */
  #footer ul li a {
    display: block;
    margin: 0px 0 0 6px;
    font-size: 0.7em;
  }
  /* line 486, app/assets/stylesheets/lesson.scss */
  #footer {
    padding: 0px 5px 0px 5px;
  }
  /* line 489, app/assets/stylesheets/lesson.scss */
  #footer ul {
    bottom: 3px;
    position: relative;
    float: none;
    margin: auto;
  }
  /* line 495, app/assets/stylesheets/lesson.scss */
  #footer {
    height: 25px;
  }
  /* line 498, app/assets/stylesheets/lesson.scss */
  .time-slot-input {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 504, app/assets/stylesheets/lesson.scss */
  .guest-email-input {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 510, app/assets/stylesheets/lesson.scss */
  .new-lesson-container {
    width: 100%;
  }
}
/*// Place all the styles related to the LessonActions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
*/
/* line 5, app/assets/stylesheets/messages.css.scss */
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/messages.css.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

/* line 19, app/assets/stylesheets/messages.css.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 24, app/assets/stylesheets/messages.css.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 30, app/assets/stylesheets/messages.css.scss */
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

/* line 36, app/assets/stylesheets/messages.css.scss */
.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px;
}

/* line 41, app/assets/stylesheets/messages.css.scss */
.panel-body {
  overflow-y: scroll;
  max-height: 70vh;
}

/* line 47, app/assets/stylesheets/messages.css.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 53, app/assets/stylesheets/messages.css.scss */
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 59, app/assets/stylesheets/messages.css.scss */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/* line 1, app/assets/stylesheets/product_calendars.scss */
.calendar-block-description {
  font-style: italic;
  bottom: 0;
  position: absolute;
}

/* line 7, app/assets/stylesheets/product_calendars.scss */
.calendar-day-block {
  border: 1px solid #3b5998;
  min-height: 350px;
  background-color: #D3D3D3;
  margin: 5px 5px 5px 5px;
}

/* line 13, app/assets/stylesheets/product_calendars.scss */
.calendar-day-block-products {
  border: 1px solid #3b5998;
  min-height: 200px;
  background-color: #D3D3D3;
  margin: 10px 10px 10px 10px;
}
/* line 1, app/assets/stylesheets/products.scss */
.search-form {
  width: 350px;
  display: inline-block;
  line-height: 1.5;
  /*font-size: 0.7em;*/
  height: 50px;
}

/* line 8, app/assets/stylesheets/products.scss */
.li-inline-block {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/products.scss */
.pass-search-form {
  width: 80%;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.7em;
  height: 50px;
}

/* line 16, app/assets/stylesheets/products.scss */
.search-form-serp {
  font-size: 1.2em;
  height: 50px;
}

/* line 20, app/assets/stylesheets/products.scss */
#primary-search-bar h2 {
  margin-bottom: 0px;
}

/* line 23, app/assets/stylesheets/products.scss */
.primary-search-form {
  margin: auto;
  position: relative;
  width: 50%;
}

/* line 28, app/assets/stylesheets/products.scss */
.full-hr {
  max-width: 90vw !important;
  border: solid 1px #fff;
}

/* line 32, app/assets/stylesheets/products.scss */
#secondary-search-filters {
  float: left;
  width: 20%;
  max-width: 250px;
  min-height: 70vh;
  border: solid 1px #3b5998;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
}

/* line 43, app/assets/stylesheets/products.scss */
#search-results-section {
  float: left;
  padding-left: 30px;
  width: 80%;
  max-width: 870px;
}

/* line 49, app/assets/stylesheets/products.scss */
.search-results-card {
  background-color: #d9e9f7;
  border: solid 1px #000;
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 170px;
  border-radius: 20px;
}

/* line 58, app/assets/stylesheets/products.scss */
.inactive-partner {
  background-color: #bfb7b7;
}

/* line 61, app/assets/stylesheets/products.scss */
.calendar-period {
  font-style: italic;
}

/* line 64, app/assets/stylesheets/products.scss */
.product-name {
  font-size: 1.9em;
}

/* line 67, app/assets/stylesheets/products.scss */
.location-name {
  margin-bottom: 0px;
  font-size: 1.7em;
  text-align: center;
}

/* line 72, app/assets/stylesheets/products.scss */
.location-logo-index {
  height: 50px;
}

/* line 75, app/assets/stylesheets/products.scss */
.location-logo {
  max-height: 110px;
  width: auto;
  max-width: 95%;
  left: -10%;
  position: relative;
  vertical-align: middle;
}

/* line 83, app/assets/stylesheets/products.scss */
.location-logo-section {
  height: 120px;
}

/* line 86, app/assets/stylesheets/products.scss */
.price-offset {
  position: relative;
  left: -15px;
}

/* line 90, app/assets/stylesheets/products.scss */
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 95, app/assets/stylesheets/products.scss */
.products-cta {
  margin-bottom: 0px;
}

/* line 98, app/assets/stylesheets/products.scss */
#lesson-length-filter ul, #online-booking-filter ul, .location-details ul, #resort-filter ul {
  list-style-type: none;
  text-align: left;
  padding-left: 5px;
}

/* line 104, app/assets/stylesheets/products.scss */
.location-details ul li {
  font-size: 1.3em;
  padding-bottom: 15px;
  left: -40px;
  position: relative;
}

/* line 110, app/assets/stylesheets/products.scss */
.filter-heading {
  padding-right: 5px;
}

/* line 116, app/assets/stylesheets/products.scss */
#sort-selector h3 {
  font-size: 2em;
}

/* line 119, app/assets/stylesheets/products.scss */
#secondary-search-filters div h3 {
  color: #3b5998;
  text-transform: uppercase;
}

/* line 123, app/assets/stylesheets/products.scss */
.section-pass-search-results {
  color: #000 !important;
}

/* line 126, app/assets/stylesheets/products.scss */
.product-price {
  font-size: 2.0em;
}

/* line 129, app/assets/stylesheets/products.scss */
.season-pass-subheader p {
  font-size: 1.4em !important;
}

/* line 132, app/assets/stylesheets/products.scss */
.season-pass-subheader {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 138, app/assets/stylesheets/products.scss */
.season-pass-header {
  font-size: 40px !important;
}

/* line 141, app/assets/stylesheets/products.scss */
.update-filter-cta {
  margin-top: 10px;
}

/* line 144, app/assets/stylesheets/products.scss */
.resort-location-serp {
  color: #000;
  max-width: 80%;
  font-size: 0.8em;
  font-style: italic;
}

/* line 150, app/assets/stylesheets/products.scss */
.closed-for-season h4, .closing-date h4, .opening-date h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4em;
  font-style: italic;
  color: #3b5998;
}

/* line 157, app/assets/stylesheets/products.scss */
.closed-for-season h1, .closing-date h1, .opening-date h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 161, app/assets/stylesheets/products.scss */
.closed-for-season h1, .closed-for-season li, .closed-for-season a {
  text-decoration: line-through;
}

/*BEGIN MOBILE STYLE ADJUSTMENTS*/
@media (max-width: 768px) {
  /* line 168, app/assets/stylesheets/products.scss */
  .search-results-card {
    height: 20%;
  }
  /* line 171, app/assets/stylesheets/products.scss */
  .search-form {
    width: 90%;
    margin-bottom: 10px;
  }
  /* line 175, app/assets/stylesheets/products.scss */
  #primary-search-bar h2 {
    font-size: 1.7em;
    line-height: 1.4;
  }
  /* line 179, app/assets/stylesheets/products.scss */
  #search-results-section {
    width: 100%;
    padding-left: 0px;
  }
  /* line 183, app/assets/stylesheets/products.scss */
  .location-logo-section {
    height: 70px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 188, app/assets/stylesheets/products.scss */
  .location-logo {
    max-height: 95%;
    max-width: 55%;
    float: left;
    left: 0px;
  }
  /* line 194, app/assets/stylesheets/products.scss */
  .mobile-price {
    display: inline-block;
    float: right;
  }
  /* line 198, app/assets/stylesheets/products.scss */
  .location-details ul li {
    font-size: 1.1em;
    left: 0px;
  }
  /* line 202, app/assets/stylesheets/products.scss */
  .product-name {
    font-size: 1.3em;
    font-weight: bold;
  }
  /* line 206, app/assets/stylesheets/products.scss */
  #secondary-search-filters {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  /* line 212, app/assets/stylesheets/products.scss */
  .mobile-btn-text {
    font-size: 1.7em !important;
  }
  /* line 217, app/assets/stylesheets/products.scss */
  .resort-location-serp {
    max-width: 100%;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
  }
}
/* line 1, app/assets/stylesheets/rentals.scss */
.equipmment-identifiers {
  color: black !important;
  font-style: italic;
}

/* line 5, app/assets/stylesheets/rentals.scss */
.rental-agreement-container {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, app/assets/stylesheets/rentals.scss */
.rental-agreement-container p {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 5px;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/rentals.scss */
ul.instructions {
  font-style: italic;
}

/* line 19, app/assets/stylesheets/rentals.scss */
.split {
  width: 48%;
  float: left;
}

/* line 23, app/assets/stylesheets/rentals.scss */
.black-header {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  padding-top: 5px;
}

/* line 31, app/assets/stylesheets/rentals.scss */
.sizing-chart {
  display: block;
  max-height: 50vh;
  max-width: 95%;
  border: 1px solid #3b5998;
}

/* line 37, app/assets/stylesheets/rentals.scss */
.box-outline {
  border: 2px solid #000;
  background-color: rgba(190, 188, 188, 0.5);
  margin: 5px;
}

/* line 42, app/assets/stylesheets/rentals.scss */
.box-outline .technician-row {
  background-color: #fff;
}

/* line 45, app/assets/stylesheets/rentals.scss */
.full-row {
  width: 100%;
  display: block;
  margin: 0px;
  min-height: 55px;
  padding-top: 10px;
}

/* line 52, app/assets/stylesheets/rentals.scss */
.no-padding {
  padding: 0px;
  min-height: 30px;
}

/* line 56, app/assets/stylesheets/rentals.scss */
.box-outline .full-row {
  border: 1px solid gray;
}

/* line 59, app/assets/stylesheets/rentals.scss */
.box-outline .label {
  font-size: 0.6em;
  font-weight: bold;
  top: -10px;
  color: #696464;
  position: relative;
  padding: 0px;
  text-transform: uppercase;
}

/* line 68, app/assets/stylesheets/rentals.scss */
.box-outline .value {
  font-size: 1.1em;
  margin-top: -10px;
  color: #3b5998;
}

/* line 73, app/assets/stylesheets/rentals.scss */
.length-offset {
  left: -55px;
}

/* line 76, app/assets/stylesheets/rentals.scss */
.w10 {
  width: 10%;
  float: left;
  padding-left: 10px;
}

/* line 81, app/assets/stylesheets/rentals.scss */
.w20 {
  width: 20%;
  float: left;
  padding-left: 10px;
}

/* line 86, app/assets/stylesheets/rentals.scss */
.w25 {
  width: 25%;
  float: left;
  padding-left: 10px;
}

/* line 91, app/assets/stylesheets/rentals.scss */
.w30 {
  width: 30%;
  float: left;
  padding-left: 10px;
}

/* line 96, app/assets/stylesheets/rentals.scss */
.w40 {
  width: 40%;
  float: left;
  padding-left: 10px;
}

/* line 101, app/assets/stylesheets/rentals.scss */
.w45 {
  width: 45%;
  float: left;
  padding-left: 10px;
}

/* line 106, app/assets/stylesheets/rentals.scss */
.w50 {
  width: 50%;
  float: left;
  padding-left: 10px;
}

/* line 111, app/assets/stylesheets/rentals.scss */
.w60 {
  width: 60%;
  float: left;
  padding-left: 10px;
}

/* line 116, app/assets/stylesheets/rentals.scss */
.w100 {
  width: 100%;
  float: left;
  padding-left: 10px;
}
/* line 1, app/assets/stylesheets/report_cards.scss */
.student-name {
  font-weight: bold;
  font-size: 1.3em;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
/* line 1, app/assets/stylesheets/resorts.scss */
.first-fold-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  /* Make the width of box same as image */
}

/* line 9, app/assets/stylesheets/resorts.scss */
.img-hero {
  width: 100%;
  height: 90vh;
}

/* line 14, app/assets/stylesheets/resorts.scss */
.first-fold-hero .text-overlay {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40%;
  /* Adjust this value to move the positioned div up and down */
  text-align: center;
  width: 60%;
  /* Set the width of the positioned div */
  color: white;
  background: black;
}

/* line 26, app/assets/stylesheets/resorts.scss */
.how-to-get-here-list-parent {
  padding-top: 20px;
  text-decoration: underline;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/resorts.scss */
.span-buffer {
  padding-left: 20px;
}

/* line 32, app/assets/stylesheets/resorts.scss */
.underline {
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/resorts.scss */
.resort-highlights li {
  list-style-type: disc !important;
}

/* line 36, app/assets/stylesheets/resorts.scss */
.ordered-list-with-numbers li {
  list-style-type: decimal !important;
}

/* line 39, app/assets/stylesheets/resorts.scss */
.resort-highlights {
  font-size: 1.3em;
  line-height: 1.5;
}

/* line 43, app/assets/stylesheets/resorts.scss */
.resort-highlights-img {
  margin-top: 80px;
  width: 100%;
  border: 2px solid #3b5998;
  border-radius: 4px;
}

/* line 49, app/assets/stylesheets/resorts.scss */
.resort-mountain-stats-img {
  width: 100%;
  border: 2px solid #3b5998;
  border-radius: 4px;
}

/* line 55, app/assets/stylesheets/resorts.scss */
.schedule-granlibakken {
  min-height: 600px;
  padding-top: 120px !important;
}

/* line 60, app/assets/stylesheets/resorts.scss */
section.resorts-pdp-cta {
  min-height: 200px !important;
}

/* line 63, app/assets/stylesheets/resorts.scss */
.resorts-section-h1 {
  margin-bottom: 25px;
}

/*begin pricing table snippets*/
/* line 72, app/assets/stylesheets/resorts.scss */
.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 40px 10px;
}

/* line 81, app/assets/stylesheets/resorts.scss */
.snip1214 .plan {
  margin-bottom: 10px;
  width: 33.3%;
  height: 400px;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 90, app/assets/stylesheets/resorts.scss */
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/resorts.scss */
.snip1214 header {
  position: relative;
}

/* line 97, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 111, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}

/* line 114, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}

/* line 120, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-type {
  opacity: 0.6;
}

/* line 123, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}

/* line 130, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}

/* line 134, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}

/* line 137, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}

/* line 141, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-select {
  /*border-top: 1px solid #d2d7e2;*/
  padding: 10px 10px 0;
  position: absolute;
  bottom: 40px;
  right: 25%;
}

/* line 148, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-select a {
  background-color: #55C9B2;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}

/* line 159, app/assets/stylesheets/resorts.scss */
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}

/* line 162, app/assets/stylesheets/resorts.scss */
.snip1214 .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* line 169, app/assets/stylesheets/resorts.scss */
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}

/* line 173, app/assets/stylesheets/resorts.scss */
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}

/* line 176, app/assets/stylesheets/resorts.scss */
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 179, app/assets/stylesheets/resorts.scss */
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  /*border-top: 1px solid rgba(255, 255, 255, 0.4);*/
}

@media only screen and (max-width: 767px) {
  /* line 184, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan {
    width: 50%;
  }
  /* line 187, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan-title,
.snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 192, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan-cost,
.snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  /* line 196, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan-select,
.snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  /* line 200, app/assets/stylesheets/resorts.scss */
  .snip1214 .featured {
    margin-top: 0;
  }
  /* line 203, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan-select {
    /* border-top: 1px solid #d2d7e2; */
    padding: 10px 10px 0;
    position: absolute;
    bottom: 5px;
    right: 25%;
  }
  /* line 210, app/assets/stylesheets/resorts.scss */
  .snip1214 .featured {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 215, app/assets/stylesheets/resorts.scss */
  .snip1214 .plan {
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/reviews.scss */
.student-facing-report-cards {
  font-size: 0.85em;
}

/* line 4, app/assets/stylesheets/reviews.scss */
.student-name-report-cards {
  margin-bottom: 0px;
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/reviews.scss */
.container-view-lesson-review {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13, app/assets/stylesheets/reviews.scss */
#start-instructor-review {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*
.radio {
    transform:scale(1.2);
    display: inline-block;
    min-height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.radio label {
  padding-right:10px;
  background-color: blue;
  color:white;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px
}

.proficiency_surface_lift_green + input[type="radio"]:checked {
  background-color: green;
}

.proficiency_surface_lift_green:active {
    background-color: green;
}
.proficiency_surface_lift_yellow:active {
    background-color: yellow;
    color: black;
}
.proficiency_surface_lift_red:active {
    background-color: red;
    color: black;
}
*/
/*.radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
/* line 61, app/assets/stylesheets/reviews.scss */
.thin-row {
  padding-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

/* line 67, app/assets/stylesheets/reviews.scss */
.red {
  color: red;
  display: inline-block;
}

/* line 71, app/assets/stylesheets/reviews.scss */
.yellow {
  color: yellow;
  display: inline-block;
}

/* line 75, app/assets/stylesheets/reviews.scss */
.green {
  color: green;
  display: inline-block;
}

/* line 80, app/assets/stylesheets/reviews.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  border-color: #000;
}

/* line 88, app/assets/stylesheets/reviews.scss */
.btn-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545 !important;
}

/* line 92, app/assets/stylesheets/reviews.scss */
.red > .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 98, app/assets/stylesheets/reviews.scss */
.btn-outline-okay {
  color: #8a6d3b;
  border: 1px solid #8a6d3b !important;
}

/* line 102, app/assets/stylesheets/reviews.scss */
.yellow > .btn-outline-okay, .btn-check:active + .btn-outline-okay, .btn-check:checked + .btn-outline-okay, .btn-outline-okay.active, .btn-outline-okay.dropdown-toggle.show, .btn-outline-okay:active {
  color: #000;
  background-color: yellow;
  border-color: #000;
}

/* line 108, app/assets/stylesheets/reviews.scss */
.btn-outline-success {
  color: #198754;
  border: 1px solid #198754 !important;
}

/* line 112, app/assets/stylesheets/reviews.scss */
.green > .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 119, app/assets/stylesheets/reviews.scss */
.binary-feedback {
  font-size: 1.5em;
}

/* line 123, app/assets/stylesheets/reviews.scss */
.form-check-label {
  color: red;
}

/* line 127, app/assets/stylesheets/reviews.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 133, app/assets/stylesheets/reviews.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 138, app/assets/stylesheets/reviews.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 154, app/assets/stylesheets/reviews.scss */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 157, app/assets/stylesheets/reviews.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 160, app/assets/stylesheets/reviews.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 163, app/assets/stylesheets/reviews.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 168, app/assets/stylesheets/reviews.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 172, app/assets/stylesheets/reviews.scss */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 175, app/assets/stylesheets/reviews.scss */
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 178, app/assets/stylesheets/reviews.scss */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 183, app/assets/stylesheets/reviews.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 188, app/assets/stylesheets/reviews.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 192, app/assets/stylesheets/reviews.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 195, app/assets/stylesheets/reviews.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -35px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 204, app/assets/stylesheets/reviews.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 208, app/assets/stylesheets/reviews.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 211, app/assets/stylesheets/reviews.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 217, app/assets/stylesheets/reviews.scss */
.nps-rating {
  /*overflow: hidden;*/
  display: inline-block;
  font-size: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* line 227, app/assets/stylesheets/reviews.scss */
.nps-rating-input {
  float: right;
  width: 0px;
  height: 70px;
  padding: 0;
  margin: 0 0 0 0px;
  opacity: 0;
}

/* line 235, app/assets/stylesheets/reviews.scss */
.nps-instructor-rating:hover .nps-rating-star:hover,
.nps-instructor-rating:hover .nps-rating-star:hover ~ .nps-rating-star,
.nps-rating-input:checked ~ .nps-rating-star {
  /*background: url('https://s3.amazonaws.com/snowschoolers/green-rectangle.png');*/
  background: #198754;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 243, app/assets/stylesheets/reviews.scss */
.nps-rating-star,
.nps-instructor-rating:hover .nps-rating-star {
  position: relative;
  float: right;
  display: block;
  width: 80px;
  height: 70px;
  /*background: url('https://s3.amazonaws.com/snowschoolers/light-blue-rectangle.png') 0 0px;*/
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px;
  border-radius: 10px;
  font-weight: 400px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid black;
  white-space: nowrap;
  font-size: 1em;
  /*line-height: 1.42857143;*/
}

/* line 267, app/assets/stylesheets/reviews.scss */
.nps-rating-text,
.nps-instructor-rating:hover .nps-rating-star .nps-rating-text {
  font-size: 10px;
  width: 100%;
  color: gray;
  position: relative;
}

/* line 274, app/assets/stylesheets/reviews.scss */
.nps-rating-number {
  top: 25px;
  font-size: 50px;
  width: 100%;
  position: relative;
  color: #000;
}

/* line 281, app/assets/stylesheets/reviews.scss */
.right {
  text-align: right;
  padding-right: 100px;
}

/* line 282, app/assets/stylesheets/reviews.scss */
.left {
  text-align: left;
}

/* line 285, app/assets/stylesheets/reviews.scss */
.clear {
  clear: both;
  width: 100%;
}

/*BEGIN INSTRUCTOR RATINGS*/
/* line 293, app/assets/stylesheets/reviews.scss */
.instructor-rating {
  /*overflow: hidden;*/
  display: inline-block;
  font-size: 10px;
  position: relative;
  /*left:25vw;*/
  max-width: 700px;
}

/* line 302, app/assets/stylesheets/reviews.scss */
.rating-input {
  float: right;
  width: 10px;
  height: 70px;
  padding: 0;
  margin: 0 0 0 0px;
  opacity: 0;
}

/* line 310, app/assets/stylesheets/reviews.scss */
.instructor-rating:hover .rating-star:hover,
.instructor-rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background: url("https://s3-us-west-2.amazonaws.com/citizen-debate/static_images/green-star.png");
  background-size: contain;
}

/* line 316, app/assets/stylesheets/reviews.scss */
.rating-star,
.instructor-rating:hover .rating-star {
  position: relative;
  float: right;
  display: block;
  width: 70px;
  height: 70px;
  background: url("https://s3-us-west-2.amazonaws.com/citizen-debate/static_images/gray-star.png") 0 0px;
  background-size: contain;
}

/* line 327, app/assets/stylesheets/reviews.scss */
.rating-text,
.instructor-rating:hover .rating-star .rating-text {
  font-size: 14px;
  top: 70px;
  color: gray;
  position: relative;
}

/* line 335, app/assets/stylesheets/reviews.scss */
.submit-ratings-button {
  margin-top: 40px;
}

/* line 338, app/assets/stylesheets/reviews.scss */
.star-ratings-field, .negative-field {
  display: inline-block;
  max-width: 90vw;
}

/* line 342, app/assets/stylesheets/reviews.scss */
.civility-container {
  position: fixed;
  top: 100px;
  max-width: 1100px;
  min-width: 50vw;
  padding-bottom: 20px;
  background-color: white;
  z-index: 2;
  border: 1px solid gray;
}

/* line 352, app/assets/stylesheets/reviews.scss */
.submit-ratings-button {
  clear: both;
  display: block !important;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 361, app/assets/stylesheets/reviews.scss */
  .rating-star,
.instructor-rating:hover .rating-star {
    width: 50px;
    height: 50px;
  }
  /* line 366, app/assets/stylesheets/reviews.scss */
  .rating-input {
    width: 10px;
    height: 50px;
  }
  /* line 370, app/assets/stylesheets/reviews.scss */
  .rating-text,
.instructor-rating:hover .rating-star .rating-text {
    font-size: 10px;
    top: 50px;
  }
  /* line 375, app/assets/stylesheets/reviews.scss */
  .instructor-rating {
    /*left:-15vw;*/
    /*width: 95vw;*/
  }
  /* line 379, app/assets/stylesheets/reviews.scss */
  .star-ratings-field h4 {
    max-width: 90vw;
  }
  /* line 382, app/assets/stylesheets/reviews.scss */
  .nps-field {
    padding-left: 0px;
  }
  /* line 385, app/assets/stylesheets/reviews.scss */
  .nps-rating {
    /*overflow: hidden;*/
    display: inline-block;
    font-size: 10px;
    position: relative;
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
    margin-left: 0px;
    height: 50px;
    width: 100%;
    max-width: 600px;
  }
  /* line 398, app/assets/stylesheets/reviews.scss */
  .nps-rating-input {
    float: right;
    width: 0px;
    height: 50px;
    padding: 0;
    margin: 0 0 0 0px;
    opacity: 0;
  }
  /* line 406, app/assets/stylesheets/reviews.scss */
  .nps-instructor-rating:hover .nps-rating-star:hover,
.nps-instructor-rating:hover .nps-rating-star:hover ~ .nps-rating-star,
.nps-rating-input:checked ~ .nps-rating-star {
    /*background: url('https://s3.amazonaws.com/snowschoolers/green-rectangle.png');*/
    background: #198754;
    background-size: contain;
  }
  /* line 413, app/assets/stylesheets/reviews.scss */
  .nps-rating-star,
.nps-instructor-rating:hover .nps-rating-star {
    position: relative;
    float: right;
    display: block;
    width: 2.7em;
    height: 2.7em;
    /*background: url('https://s3.amazonaws.com/snowschoolers/light-blue-rectangle.png') 0 0px;*/
    background: none;
    border-radius: 4px;
    background-size: contain;
  }
  /* line 426, app/assets/stylesheets/reviews.scss */
  .nps-rating-text,
.nps-instructor-rating:hover .nps-rating-star .nps-rating-text {
    font-size: 10px;
    width: 100%;
    color: #000;
    position: relative;
  }
  /* line 433, app/assets/stylesheets/reviews.scss */
  .nps-rating-number {
    left: 0%;
    top: 5px;
    font-size: 1.8em;
    width: 100%;
    position: relative;
    color: #000;
  }
  /* line 441, app/assets/stylesheets/reviews.scss */
  .right {
    text-align: right;
  }
  /* line 442, app/assets/stylesheets/reviews.scss */
  .left {
    text-align: left;
  }
  /* line 443, app/assets/stylesheets/reviews.scss */
  .clear {
    clear: both;
    width: 100%;
  }
  /* line 447, app/assets/stylesheets/reviews.scss */
  .nps-question {
    font-size: 1.7em;
    line-height: 1.4;
  }
  /* line 451, app/assets/stylesheets/reviews.scss */
  .right {
    text-align: right;
    padding-right: 0px;
  }
  /* line 452, app/assets/stylesheets/reviews.scss */
  .left {
    text-align: left;
    padding-left: 0px;
  }
}
/* line 1, app/assets/stylesheets/scaffolds.css.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/scaffolds.css.scss */
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 15, app/assets/stylesheets/scaffolds.css.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 22, app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/scaffolds.css.scss */
#notice {
  color: green;
}

/* line 31, app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 37, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 44, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 54, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Swis721 Cn BT',Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: 'Swis721 Cn BT',Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 15, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 31, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 37, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 54, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 59, app/assets/stylesheets/scaffolds.scss */
.black-text {
  color: #000 !important;
}

/* line 62, app/assets/stylesheets/scaffolds.scss */
.email-input {
  font-size: 1.5em;
  line-height: 1.5;
}
/* line 5, app/assets/stylesheets/schoolprograms.scss */
.sessions-check-box {
  font-size: 1.2em;
}
/* line 1, app/assets/stylesheets/sections.scss */
.section-blocks {
  border: 1px solid gray;
  min-height: 350px;
  width: 30%;
  background-color: rgba(59, 89, 152, 0.8);
  margin: 5px 5px 5px 5px;
  float: left;
}

/* line 9, app/assets/stylesheets/sections.scss */
.section-blocks h2, .section-blocks h4, .section-blocks p, .section-blocks ul {
  color: #fff;
}

/* line 13, app/assets/stylesheets/sections.scss */
.section-blocks .form-control {
  background-color: rgba(59, 89, 152, 0);
  border: none;
}

/* line 17, app/assets/stylesheets/sections.scss */
.splits-container {
  display: block;
  max-width: 1200px;
  margin-bottom: 30px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
  clear: both;
}

/* line 27, app/assets/stylesheets/sections.scss */
#sections-view {
  width: 60vw;
  float: left;
  margin-right: 0px;
}

/* line 32, app/assets/stylesheets/sections.scss */
#lessons-list {
  width: 25vw;
  float: left;
}

/* line 36, app/assets/stylesheets/sections.scss */
.schedule-container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 41, app/assets/stylesheets/sections.scss */
.section-instructor-info {
  height: 45px;
}

/* line 44, app/assets/stylesheets/sections.scss */
.section-details {
  font-size: 0.9em;
}

/* line 47, app/assets/stylesheets/sections.scss */
.lesson-splits-table {
  border: 1px solid gray;
  max-width: 35vw;
}

/* line 51, app/assets/stylesheets/sections.scss */
.lesson-splits-table thead {
  background-color: rgba(59, 89, 152, 0.8);
  color: white;
}

/* line 55, app/assets/stylesheets/sections.scss */
.lesson-splits-table tbody tr td {
  padding-left: 10px;
  font-size: 0.8em;
}
/* line 1, app/assets/stylesheets/selfies.scss */
.social-media-instructions-photo {
  height: auto;
  width: 80%;
  margin: 5px 5px 5px 5px;
  left: 10%;
  position: relative;
  border: solid 1px #3b5998;
}

/* line 9, app/assets/stylesheets/selfies.scss */
.selfie-post {
  max-width: 49%;
  margin-right: 1%;
  height: 630px;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 2px #3b5998;
}

@media (max-width: 768px) {
  /* line 22, app/assets/stylesheets/selfies.scss */
  .selfie-post {
    max-width: 100%;
    margin-right: 0px;
    height: auto;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* line 2, app/assets/stylesheets/shifts.scss */
table.table {
  margin-bottom: 0px !important;
}

/* line 5, app/assets/stylesheets/shifts.scss */
.date-text {
  font-size: 1.3em;
}

/* line 6, app/assets/stylesheets/shifts.scss */
.day {
  width: 170px;
  border-right: 1px solid black;
  height: 100%;
}

/* line 11, app/assets/stylesheets/shifts.scss */
.instructor-shift {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
}

/* line 19, app/assets/stylesheets/shifts.scss */
.daily-summary {
  padding-bottom: 10px;
}

/* line 22, app/assets/stylesheets/shifts.scss */
.daily-summary h2 {
  font-size: 1.1em;
  margin: 0px 0px 0px 0px;
  color: #000;
  line-height: 1.3;
}

/* line 28, app/assets/stylesheets/shifts.scss */
.yellow-shift {
  background-color: #f0ad4e;
}

/* line 31, app/assets/stylesheets/shifts.scss */
.blue-shift {
  background-color: #337ab7;
}

/* line 34, app/assets/stylesheets/shifts.scss */
.green-shift {
  background-color: #5cb85c;
}

/* line 37, app/assets/stylesheets/shifts.scss */
.red-shift {
  background-color: #d9534f;
}
/* line 5, app/assets/stylesheets/tickets.scss */
.row-no-padding {
  padding-top: 0px !important;
  clear: both;
}

/* line 9, app/assets/stylesheets/tickets.scss */
#signature {
  min-width: 400px;
  min-height: 200px;
}

/* line 13, app/assets/stylesheets/tickets.scss */
.agent_adjustment_amount {
  /*TBD*/
}
/*// Place all the styles related to the Transactions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
*/
/*BEGIN MOBILE STYLE ADJUSTMENTS*/
@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/transactions.scss */
  .complete-payment {
    overflow: auto;
    display: block;
  }
  /* line 11, app/assets/stylesheets/transactions.scss */
  h3 {
    font-size: 1.3em;
  }
}
/*!
 * Start Bootstrap - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*
ATTEMPTED FIX FOR HORIZONTAL BUMP
html, body {
  height: 100%;
  overflow: hidden;
}
#masterContainer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
*/
/* line 23, app/assets/stylesheets/welcome.scss */
.full-height-container {
  min-height: 80vh;
}

/* line 27, app/assets/stylesheets/welcome.scss */
body {
  /*    overflow: hidden;
    width: 100%;*/
  /*removing (enabling) the above two lines will allow (disallow) horizontal scroll for daily-roster*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 35, app/assets/stylesheets/welcome.scss */
h4.center {
  margin-left: auto;
  margin-right: auto;
}

/* line 39, app/assets/stylesheets/welcome.scss */
.h2-logo {
  height: 40px;
  display: block;
}

/* line 43, app/assets/stylesheets/welcome.scss */
.h2-navbar {
  top: 0px;
  right: 0px;
  position: absolute;
}

/* line 48, app/assets/stylesheets/welcome.scss */
.nav-desktop {
  top: -20px;
  right: 5px;
  position: relative;
}

/* line 53, app/assets/stylesheets/welcome.scss */
.admin-nav {
  background: #4b4e51;
}

/* line 56, app/assets/stylesheets/welcome.scss */
.book-cta {
  padding-top: 20px;
}

/* line 59, app/assets/stylesheets/welcome.scss */
.forecast-data {
  text-align: center;
}

/* line 62, app/assets/stylesheets/welcome.scss */
.carnival-highlights {
  font-size: 0.8em;
  line-height: 1.1;
  text-align: left;
}

/* line 67, app/assets/stylesheets/welcome.scss */
.carnival-highlights-box {
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  max-width: 900px;
}

/* line 73, app/assets/stylesheets/welcome.scss */
.local-highlights {
  font-size: 0.8em;
  line-height: 1.1;
  text-align: left;
}

/* line 78, app/assets/stylesheets/welcome.scss */
.local-highlights-box {
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  max-width: 900px;
}

/* line 84, app/assets/stylesheets/welcome.scss */
.local-highlights li {
  margin-bottom: 10px;
  list-style: none;
  list-style-type: none;
}

/* line 89, app/assets/stylesheets/welcome.scss */
.homewood-highlights-box {
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  max-width: 650px;
}

/* line 96, app/assets/stylesheets/welcome.scss */
#ze-snippet, #Embed {
  font-size: 2em;
  color: red;
}

/* line 100, app/assets/stylesheets/welcome.scss */
.resort-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 60vw;
}

/* line 105, app/assets/stylesheets/welcome.scss */
#explore-mountains {
  clear: both;
}

/* line 108, app/assets/stylesheets/welcome.scss */
#pandemic-pledge-text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  margin-top: 20px;
}

/* line 115, app/assets/stylesheets/welcome.scss */
#pandemic-pledge-text div div ul li, #pandemic-pledge-text.div.div.ul {
  font-size: 1.6em !important;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/welcome.scss */
.pandemic-header {
  font-size: 3em;
}

/* line 123, app/assets/stylesheets/welcome.scss */
.beginner-intro-questions {
  text-align: left;
  margin-left: 25vw;
  font-weight: normal !important;
  font-style: italic;
  font-size: 0.6em;
}

/* line 130, app/assets/stylesheets/welcome.scss */
.toc-sections {
  text-align: left;
  margin-left: 25vw;
  font-weight: normal !important;
  line-height: 1.4;
  font-size: 1.6em;
  color: #000;
}

/* line 138, app/assets/stylesheets/welcome.scss */
.guide-lists {
  text-align: left;
  margin-left: 10vw;
  font-weight: normal !important;
  line-height: 1.4;
  font-size: 1.6em;
}

/* line 145, app/assets/stylesheets/welcome.scss */
.north-vs-south {
  text-align: left;
  margin-left: 5vw;
  font-size: 1.5em;
  line-height: 1.2;
}

/* line 151, app/assets/stylesheets/welcome.scss */
.about-tahoe {
  text-align: left;
  font-size: 1.5em;
}

/* line 155, app/assets/stylesheets/welcome.scss */
.font-smaller {
  font-size: 0.8em !important;
}

/* line 158, app/assets/stylesheets/welcome.scss */
.beginner-intro {
  margin-bottom: 5px !important;
}

/* line 161, app/assets/stylesheets/welcome.scss */
.tahoe-map {
  float: right;
  max-height: 400px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #3b5998;
}

/* line 168, app/assets/stylesheets/welcome.scss */
.navy-border {
  border: 1px solid #3b5998;
}

/* line 172, app/assets/stylesheets/welcome.scss */
.blog-bg {
  background-color: #fff;
}

/* line 175, app/assets/stylesheets/welcome.scss */
#blog {
  min-height: 320px !important;
}

/* line 178, app/assets/stylesheets/welcome.scss */
.blog-header {
  font-weight: bold;
  font-size: 3.5em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/* line 185, app/assets/stylesheets/welcome.scss */
.left {
  text-align: left;
}

/* line 186, app/assets/stylesheets/welcome.scss */
.airbnb-logo {
  float: right;
  max-height: 100px;
  border: 1px solid black;
}

/* line 191, app/assets/stylesheets/welcome.scss */
.tire-chains-photo {
  float: right;
  height: 200px;
}

/* line 195, app/assets/stylesheets/welcome.scss */
.skibutlers-logo {
  float: right;
  height: 180px;
}

/* line 199, app/assets/stylesheets/welcome.scss */
.liftopia-logo {
  float: right;
  height: 100px;
}

/* line 203, app/assets/stylesheets/welcome.scss */
.resort-photo {
  height: auto;
  max-height: 60vh;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 211, app/assets/stylesheets/welcome.scss */
.resort-photo-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 800px;
  clear: both;
}

/* line 218, app/assets/stylesheets/welcome.scss */
.sledding-map {
  width: 300px;
  border: 1px solid #3b5998;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}

/* line 225, app/assets/stylesheets/welcome.scss */
.uber-lyft-logo {
  width: 400px;
  border: 1px solid #3b5998;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}

/* line 232, app/assets/stylesheets/welcome.scss */
.inner-carpool-list {
  font-size: 0.9em;
  line-height: 1.2;
  margin-top: 10px;
}

/* line 237, app/assets/stylesheets/welcome.scss */
.hp-photo-margin {
  max-width: 100%;
  height: auto;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 245, app/assets/stylesheets/welcome.scss */
.info-box {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 254, app/assets/stylesheets/welcome.scss */
#about-tahoe h2.how-it-works {
  height: 70px;
}

/* line 257, app/assets/stylesheets/welcome.scss */
.jump-below {
  font-size: 0.7em;
  font-style: italic;
  color: #3b5998;
}

/* line 262, app/assets/stylesheets/welcome.scss */
.driving-times {
  font-size: 0.9em;
  font-style: italic;
  color: #fff;
}

/* line 267, app/assets/stylesheets/welcome.scss */
.skip-to-bottom {
  margin-bottom: 0px;
}

/* line 270, app/assets/stylesheets/welcome.scss */
.resort-photo-header {
  min-height: 75px;
}

/* line 273, app/assets/stylesheets/welcome.scss */
.new-lesson-container {
  /*margin-top: 50px;*/
  width: 100%;
  max-width: 1150px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

/* line 281, app/assets/stylesheets/welcome.scss */
.lesson-form-container {
  width: 100%;
}

/* line 284, app/assets/stylesheets/welcome.scss */
.new-lesson-pricing-container {
  width: 100%;
}

/* line 287, app/assets/stylesheets/welcome.scss */
.new-lesson-call-cta, .requested-instructor {
  margin: auto;
  width: 40%;
  height: 300px;
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  min-height: 210px;
  padding-bottom: 5px;
}

/* line 297, app/assets/stylesheets/welcome.scss */
.requested-instructor-container-adjustment {
  top: -46px;
  margin-left: 20px;
  position: relative;
}

/* line 303, app/assets/stylesheets/welcome.scss */
section.pricing-new-lesson {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 210px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}

/* line 310, app/assets/stylesheets/welcome.scss */
.new-lesson-caption {
  color: #fff !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: #3b5998;
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 322, app/assets/stylesheets/welcome.scss */
.granlibakken-book-container {
  color: #000 !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 334, app/assets/stylesheets/welcome.scss */
.kingvale-book-container {
  color: #fff !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: #34495e;
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 346, app/assets/stylesheets/welcome.scss */
.frisco-book-container {
  color: #fff !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: #34495e;
  /*standard for KV could choose a different one if desireable*/
  /*background-color: #241a85;*/
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 359, app/assets/stylesheets/welcome.scss */
.hoedown-book-container {
  color: #fff !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: #432d5c;
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 371, app/assets/stylesheets/welcome.scss */
.unviversal-book-container {
  color: #fff !important;
  width: 100%;
  min-height: 230px;
  font-size: 2em;
  line-height: 1.5em;
  padding: 6px;
  background-color: #000;
  margin: 0;
  clear: both !important;
  display: inline-block;
}

/* line 383, app/assets/stylesheets/welcome.scss */
.selected-instructor-container {
  position: relative;
  float: right;
  width: 20%;
  z-index: 3;
  color: #fff;
  height: 230px;
  color: #fff !important;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-bottom: 2px;
}

/* line 396, app/assets/stylesheets/welcome.scss */
.selected-instructor-container-empty {
  width: 20%;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 401, app/assets/stylesheets/welcome.scss */
.cta-subtext {
  font-size: 1em;
}

/* line 404, app/assets/stylesheets/welcome.scss */
.homewood-logo {
  height: 60px;
  max-width: 200px;
  margin-top: 4px !important;
}

/* line 409, app/assets/stylesheets/welcome.scss */
.blue-box-highlight, .btn-apply-homewood {
  color: white;
  background-color: #073765;
}

/* line 413, app/assets/stylesheets/welcome.scss */
.blue-box-highlight {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 417, app/assets/stylesheets/welcome.scss */
.hw-blue-text {
  color: #073765;
}

/* line 420, app/assets/stylesheets/welcome.scss */
.teams-header {
  text-transform: uppercase;
}

/* line 423, app/assets/stylesheets/welcome.scss */
.off-site-subtext {
  font-size: 0.7em !important;
}

/* line 426, app/assets/stylesheets/welcome.scss */
.lift-tickets-container {
  min-height: 600px;
}

/* line 429, app/assets/stylesheets/welcome.scss */
#myModalLabel {
  font-size: 1.6em;
}

/* line 432, app/assets/stylesheets/welcome.scss */
.text-notice {
  font-size: 1.1em;
}

/* line 435, app/assets/stylesheets/welcome.scss */
.modal-prompt {
  font-size: 1.7em;
}

/* line 438, app/assets/stylesheets/welcome.scss */
.modal-close-to-continue {
  font-style: italic;
  text-align: center;
  font-size: 0.9em;
}

/* line 443, app/assets/stylesheets/welcome.scss */
.aw-mc-promo, .aw-six-hours, .aw-more-block, .aw-more-block {
  display: none;
}

/* line 446, app/assets/stylesheets/welcome.scss */
.aw-emergency-header {
  height: 50px;
}

/* line 449, app/assets/stylesheets/welcome.scss */
.weather-widget-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

/* line 456, app/assets/stylesheets/welcome.scss */
.aw-widget-36hour-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90% !important;
}

/* line 461, app/assets/stylesheets/welcome.scss */
.btn-secondary {
  background-color: #fff !important;
  color: #000;
  border: 1px #000;
  /*color: #DF5DDF !important; dark gray*/
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 469, app/assets/stylesheets/welcome.scss */
.btn-box {
  width: 45%;
  height: 200px;
  background-color: white;
  border-radius: 0;
  border: 1px solid #36454f;
}

/* line 476, app/assets/stylesheets/welcome.scss */
.btn-primary {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 480, app/assets/stylesheets/welcome.scss */
.btn-secondary:hover {
  background-color: #55C9B2;
  color: #000;
}

/* line 484, app/assets/stylesheets/welcome.scss */
#get-started-form-button {
  padding-top: 0;
}

/* line 487, app/assets/stylesheets/welcome.scss */
.row {
  padding-top: 20px;
}

/* line 490, app/assets/stylesheets/welcome.scss */
.blog-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 10px 15px 10px 15px;
}

/* line 496, app/assets/stylesheets/welcome.scss */
.subheader-divider {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

/* line 500, app/assets/stylesheets/welcome.scss */
.youtube-embed-container, .fluid-width-video-wrapper iframe {
  min-height: 350px;
  max-height: 50vh;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

/* line 508, app/assets/stylesheets/welcome.scss */
.instagram-embed-container, .fluid-width-video-wrapper iframe {
  min-height: 400px;
  /*  max-height: 50vh;*/
  /*  max-width: 800px;*/
  margin-left: 300px;
  margin-right: 300px;
  margin-bottom: 80px;
}

/* line 516, app/assets/stylesheets/welcome.scss */
.blog-promo-container {
  margin-bottom: 0px;
}

/* line 519, app/assets/stylesheets/welcome.scss */
.hr-white {
  color: #fff;
}

/* line 523, app/assets/stylesheets/welcome.scss */
#homepage-background {
  width: auto;
  height: 100%;
  max-height: 95vh;
  top: -50px;
  position: absolute;
  z-index: -10;
}

/* line 531, app/assets/stylesheets/welcome.scss */
#lesson-flow-background img {
  min-width: 100vw;
  height: 105vh;
  width: auto;
  top: -60px;
  position: absolute;
  z-index: -10;
}

/* line 539, app/assets/stylesheets/welcome.scss */
.iframe-youtube {
  width: 800px;
  height: 400px;
}

/* line 543, app/assets/stylesheets/welcome.scss */
.ss-logo {
  width: 300px;
  height: 80px;
}

/* line 547, app/assets/stylesheets/welcome.scss */
.home-header {
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1;
  font-size: 1.3em;
}

/* line 552, app/assets/stylesheets/welcome.scss */
.strikethrough {
  text-decoration: line-through;
}

/* line 555, app/assets/stylesheets/welcome.scss */
#about {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
}

/* line 561, app/assets/stylesheets/welcome.scss */
.fb-login-btn {
  max-width: 100%;
  width: 50%;
}

/* line 565, app/assets/stylesheets/welcome.scss */
#user_email, #user_password {
  width: 40%;
  padding: 10px;
}

/* line 570, app/assets/stylesheets/welcome.scss */
.homepage-lesson-container {
  margin-top: 50px;
  width: 1150px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}

/* line 578, app/assets/stylesheets/welcome.scss */
#full-lesson {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}

/* line 585, app/assets/stylesheets/welcome.scss */
h2.blog-cta {
  margin-bottom: 0px;
}

/* line 588, app/assets/stylesheets/welcome.scss */
.group-lesson-links {
  list-style: none;
}

/* line 591, app/assets/stylesheets/welcome.scss */
#apply {
  /*width:35vw;*/
}

/* line 594, app/assets/stylesheets/welcome.scss */
.wages-headline li {
  font-size: 1.3em;
  list-style: none;
  line-height: 1.5;
  color: #fff;
}

/* line 600, app/assets/stylesheets/welcome.scss */
.wage-rates-container {
  color: #fff;
}

/* line 603, app/assets/stylesheets/welcome.scss */
.wage-rates-details li {
  font-size: 1.2em;
  text-align: left;
  line-height: 1.4;
  margin-left: 100px;
  color: #fff;
}

/* line 610, app/assets/stylesheets/welcome.scss */
.bonus-amount {
  padding-right: 20%;
}

/* line 613, app/assets/stylesheets/welcome.scss */
.wide-container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 621, app/assets/stylesheets/welcome.scss */
.amp-button {
  font-family: 'futura-pt-bold',sans-serif;
  /*font-weight: bold;*/
  background-color: #3b5998;
  border: 0;
  font-size: 1.8em;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  padding: 0 30px;
  margin-left: 10px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/* line 639, app/assets/stylesheets/welcome.scss */
.amp-button-small {
  font-size: 1.1em;
  line-height: 1.4em;
  width: 25vw;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 648, app/assets/stylesheets/welcome.scss */
.amp-button.dark:hover, .amp-button.dark:focus, .amp-button.primary:hover, .amp-button.primary:focus, .amp-button.progress:hover, .amp-button.progress:focus, .amp-button.progress-alt:hover, .amp-button.progress-alt:focus, .amp-button.previous:hover, .amp-button.previous:focus, .amp-button.outline:hover, .amp-button.outline:focus {
  background-color: #006695;
  transition: background-color 0.1s ease-in;
  transition-delay: 0.4s;
  color: #ffffff;
  text-decoration: none;
}

/* line 655, app/assets/stylesheets/welcome.scss */
.amp-button:hover {
  background-color: #fff;
  color: #3b5998;
}

/* line 660, app/assets/stylesheets/welcome.scss */
.bg-navy {
  color: #36454f;
  background-color: #092340;
}

/* line 665, app/assets/stylesheets/welcome.scss */
.recruiting-body {
  /*disables horizontal scroll */
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 674, app/assets/stylesheets/welcome.scss */
.prompt-box {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

/* line 685, app/assets/stylesheets/welcome.scss */
.close {
  color: #000;
}

/* line 688, app/assets/stylesheets/welcome.scss */
.signature {
  font-family: 'Herr Von Muellerhoff', cursive;
  font-size: 1.5em;
  /*color: #3b5998;*/
}

/* line 693, app/assets/stylesheets/welcome.scss */
.release-of-liability-input {
  color: #3b5998;
}

/* line 696, app/assets/stylesheets/welcome.scss */
.fixed-width-170 {
  width: 170px;
}

/* line 699, app/assets/stylesheets/welcome.scss */
.text-medium {
  font-size: 1.4em;
}

/* line 702, app/assets/stylesheets/welcome.scss */
.text-medium ul {
  font-size: 0.9em;
}

/* line 705, app/assets/stylesheets/welcome.scss */
.no-margin-bottom {
  margin-bottom: 0px;
}

/* line 706, app/assets/stylesheets/welcome.scss */
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
}

/* line 710, app/assets/stylesheets/welcome.scss */
hr {
  border-width: 3px;
  max-width: 50px;
}

/* line 714, app/assets/stylesheets/welcome.scss */
hr.light {
  border-color: white;
}

/* line 717, app/assets/stylesheets/welcome.scss */
.bold {
  font-weight: bold !important;
}

/* line 720, app/assets/stylesheets/welcome.scss */
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: inherit;
}

/* line 726, app/assets/stylesheets/welcome.scss */
a:hover,
a:focus {
  color: #5887e6;
  text-decoration: none;
}

/* line 731, app/assets/stylesheets/welcome.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1;
}

/* line 740, app/assets/stylesheets/welcome.scss */
p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 746, app/assets/stylesheets/welcome.scss */
.small-text {
  font-size: 10px;
}

/* line 749, app/assets/stylesheets/welcome.scss */
.bg-photo {
  filter: brightness(70%);
  opacity: 0.9;
}

/* line 754, app/assets/stylesheets/welcome.scss */
.bg-primary {
  color: #36454f;
  background-color: white;
}

/* line 758, app/assets/stylesheets/welcome.scss */
.bg-grey {
  background-color: #d8d8d8;
}

/* line 761, app/assets/stylesheets/welcome.scss */
.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 766, app/assets/stylesheets/welcome.scss */
.bg-white {
  background-color: #fff;
}

/* line 769, app/assets/stylesheets/welcome.scss */
.bg-dark {
  background-color: #222222;
  color: white;
}

/* line 773, app/assets/stylesheets/welcome.scss */
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* line 776, app/assets/stylesheets/welcome.scss */
.text-white {
  color: #fff;
}

/* line 779, app/assets/stylesheets/welcome.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 782, app/assets/stylesheets/welcome.scss */
section {
  padding: 50px 0;
  display: block;
  min-height: 450px;
}

/* line 787, app/assets/stylesheets/welcome.scss */
#contact {
  background-color: #3b5998;
  margin-bottom: 350px;
  min-height: 300px;
}

/* line 792, app/assets/stylesheets/welcome.scss */
section.small {
  min-height: 300px;
}

/* line 795, app/assets/stylesheets/welcome.scss */
section.pricing-section {
  min-height: 250px !important;
  padding-top: 20px !important;
  padding-bottom: 70px;
  background-color: #fff;
}

/* line 801, app/assets/stylesheets/welcome.scss */
#more-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* line 806, app/assets/stylesheets/welcome.scss */
.why-snowschoolers-text {
  padding: 20px 50px 20px 50px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-size: 1.6em;
}

/* line 813, app/assets/stylesheets/welcome.scss */
section.bg-primary {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 817, app/assets/stylesheets/welcome.scss */
aside {
  padding: 50px 0;
}

/* line 820, app/assets/stylesheets/welcome.scss */
.no-padding {
  padding: 0;
}

/* line 823, app/assets/stylesheets/welcome.scss */
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 831, app/assets/stylesheets/welcome.scss */
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 837, app/assets/stylesheets/welcome.scss */
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}

/* line 841, app/assets/stylesheets/welcome.scss */
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}

/* line 847, app/assets/stylesheets/welcome.scss */
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}

/* line 854, app/assets/stylesheets/welcome.scss */
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}

/* line 858, app/assets/stylesheets/welcome.scss */
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}

/* line 863, app/assets/stylesheets/welcome.scss */
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 868, app/assets/stylesheets/welcome.scss */
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  /* line 872, app/assets/stylesheets/welcome.scss */
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 875, app/assets/stylesheets/welcome.scss */
  .navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  /* line 879, app/assets/stylesheets/welcome.scss */
  .navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 883, app/assets/stylesheets/welcome.scss */
  .navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  /* line 887, app/assets/stylesheets/welcome.scss */
  .navbar-default.affix {
    background-color: white !important;
    border-color: rgba(34, 34, 34, 0.05);
  }
  /* line 891, app/assets/stylesheets/welcome.scss */
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  /* line 895, app/assets/stylesheets/welcome.scss */
  .navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  /* line 899, app/assets/stylesheets/welcome.scss */
  .navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  /* line 903, app/assets/stylesheets/welcome.scss */
  .navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}

/* line 908, app/assets/stylesheets/welcome.scss */
#header-creative {
  position: relative;
  width: 100%;
  /*height: 104%;*/
  /*top: -20px;*/
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /*background-image: url(/assets/demo/slider/snow-less.jpg);*/
  /*background-image: url(/assets/demo/slider/thredbo-village-resort-hero.jpg);*/
  text-align: center;
  color: white;
}

/* line 924, app/assets/stylesheets/welcome.scss */
#header-creative .header-content {
  position: relative;
  text-align: center;
  /*padding: 100px 15px 100px;*/
  width: 100%;
}

/* line 930, app/assets/stylesheets/welcome.scss */
#header-creative .header-content .header-content-inner {
  margin-top: 20;
  font-size: 30px;
}

/* line 934, app/assets/stylesheets/welcome.scss */
.homepage-hero-section {
  margin-top: 60px;
  font-size: 30px;
}

/* line 938, app/assets/stylesheets/welcome.scss */
.shadow-box-highlight {
  background-color: rgba(59, 89, 152, 0.8);
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 943, app/assets/stylesheets/welcome.scss */
.black-shadow-box-highlight {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 948, app/assets/stylesheets/welcome.scss */
.light-shadow-box-highlight {
  background-color: rgba(59, 89, 152, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 953, app/assets/stylesheets/welcome.scss */
#header-creative .header-content .header-content-inner hr, hr {
  margin: 30px auto;
}

/* line 956, app/assets/stylesheets/welcome.scss */
.hr-navy, .deposit-hr-navy {
  border-top: 3px solid #3b5998 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 200px;
}

/* line 962, app/assets/stylesheets/welcome.scss */
.hr-white {
  border-top: 3px solid #fff !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 200px;
}

/* line 968, app/assets/stylesheets/welcome.scss */
#header-creative .header-content .header-content-inner p {
  font-weight: 300;
  color: white;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 976, app/assets/stylesheets/welcome.scss */
  #header-creative {
    min-height: 95vh;
  }
  /* line 979, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content {
    /*position: absolute;*/
    /*top: 35%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*padding: 0 50px;*/
  }
  /* line 987, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 992, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content .header-content-inner h1 {
    font-size: 50px;
    font-family: "futura-pt-bold", sans-serif;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
  }
  /* line 998, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content .header-content-inner p {
    font-size: 24px;
    line-height: 1;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1006, app/assets/stylesheets/welcome.scss */
.section-heading {
  margin-top: 0;
}

/* line 1009, app/assets/stylesheets/welcome.scss */
.process-step {
  box-shadow: 2px 2px 2px 2px #ccc;
  padding: 5px;
  margin: 5px;
  height: 550px;
  background-color: white;
}

/* line 1016, app/assets/stylesheets/welcome.scss */
.process-info {
  font-size: 16px;
}

/* line 1019, app/assets/stylesheets/welcome.scss */
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

@media (min-width: 992px) {
  /* line 1024, app/assets/stylesheets/welcome.scss */
  .service-box {
    margin: 20px auto 0;
  }
}

/* line 1028, app/assets/stylesheets/welcome.scss */
.service-box p {
  margin-bottom: 0;
}

/* line 1031, app/assets/stylesheets/welcome.scss */
.service-box {
  max-width: 100%;
  margin: 30px auto 0;
}

/* line 1035, app/assets/stylesheets/welcome.scss */
.service-box h3 {
  font-size: 1.5em;
  text-decoration: underline;
}

/* line 1039, app/assets/stylesheets/welcome.scss */
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

/* line 1045, app/assets/stylesheets/welcome.scss */
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 1059, app/assets/stylesheets/welcome.scss */
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1066, app/assets/stylesheets/welcome.scss */
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}

/* line 1071, app/assets/stylesheets/welcome.scss */
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

/* line 1076, app/assets/stylesheets/welcome.scss */
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

/* line 1079, app/assets/stylesheets/welcome.scss */
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

/* line 1082, app/assets/stylesheets/welcome.scss */
.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  /* line 1086, app/assets/stylesheets/welcome.scss */
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  /* line 1089, app/assets/stylesheets/welcome.scss */
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

/* line 1093, app/assets/stylesheets/welcome.scss */
.text-primary {
  color: #F05F40;
}

/* line 1096, app/assets/stylesheets/welcome.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 1100, app/assets/stylesheets/welcome.scss */
.btn-wrap {
  white-space: normal;
  min-width: 180px;
}

/* line 1104, app/assets/stylesheets/welcome.scss */
.btn-default {
  color: #fff;
  background-color: #55C9B2;
  border-color: #ccc;
  font-weight: 500 !important;
  text-transform: none !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 1114, app/assets/stylesheets/welcome.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #5887e6;
  border-color: #ededed;
}

/* line 1124, app/assets/stylesheets/welcome.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 1129, app/assets/stylesheets/welcome.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}

/* line 1150, app/assets/stylesheets/welcome.scss */
.btn-default .badge {
  color: white;
  background-color: #222222;
}

/* line 1154, app/assets/stylesheets/welcome.scss */
.btn-primary, .btn-primary:visited {
  color: white;
  /*  background-color: #55C9B2;*/
  background-color: darkcyan;
  /*border-color: #3b5998;*/
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  /*font-size: 0.5em;*/
}

/* line 1164, app/assets/stylesheets/welcome.scss */
.btn-tertiary, .btn-tertiary:visited {
  color: white !important;
  background-color: #34495e;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 4px;
  margin-bottom: 4px;
  /*font-size: 0.5em;*/
}

/* line 1174, app/assets/stylesheets/welcome.scss */
.btn-hoedown, .btn-hoedown:visited {
  color: white !important;
  background-color: #432d5c;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 4px;
  margin-bottom: 4px;
  /*font-size: 0.5em;*/
}

/* line 1184, app/assets/stylesheets/welcome.scss */
.btn-kingvale, .btn-kingvale:visited {
  color: #ccc;
  background-color: #000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 4px;
  margin-bottom: 4px;
  /*font-size: 0.5em;*/
}

/* line 1194, app/assets/stylesheets/welcome.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: #55C9B2;
  /*padding: 15px 30px;*/
}

/* line 1204, app/assets/stylesheets/welcome.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 1209, app/assets/stylesheets/welcome.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}

/* line 1230, app/assets/stylesheets/welcome.scss */
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}

/* line 1234, app/assets/stylesheets/welcome.scss */
.btn {
  font-family: 'Palanquin', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 8px;
  /*text-transform: uppercase;*/
}

/* line 1240, app/assets/stylesheets/welcome.scss */
.btn-xl {
  padding: 15px 30px;
  font-size: 0.8em;
  white-space: normal;
  /*color: #34495e !important;*/
  font-weight: bold;
}

/* line 1247, app/assets/stylesheets/welcome.scss */
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

/* line 1252, app/assets/stylesheets/welcome.scss */
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

/* line 1257, app/assets/stylesheets/welcome.scss */
img::selection {
  color: white;
  background: transparent;
}

/* line 1261, app/assets/stylesheets/welcome.scss */
img::-moz-selection {
  color: white;
  background: transparent;
}

/* line 1265, app/assets/stylesheets/welcome.scss */
body {
  webkit-tap-highlight-color: #222222;
}

/* line 1269, app/assets/stylesheets/welcome.scss */
.smaller-text {
  font-size: 0.8em;
  line-height: 1.2;
}

/* line 1273, app/assets/stylesheets/welcome.scss */
.homepage-smaller-text {
  font-size: 0.7em;
  line-height: 1;
}

/* line 1277, app/assets/stylesheets/welcome.scss */
.medium-text {
  font-size: 0.9em;
}

/* line 1280, app/assets/stylesheets/welcome.scss */
.recruiting-text {
  font-size: 1em;
}

/* line 1283, app/assets/stylesheets/welcome.scss */
.cvps-list, .cvps-list li {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2em;
}

/* line 1288, app/assets/stylesheets/welcome.scss */
.price-comparison {
  display: block;
  margin: 0 auto;
}

/* line 1292, app/assets/stylesheets/welcome.scss */
.top-section {
  top: -10px;
}

/* line 1295, app/assets/stylesheets/welcome.scss */
#where-do-we-teach {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 1299, app/assets/stylesheets/welcome.scss */
#how-it-works {
  background-color: white;
}

/* line 1302, app/assets/stylesheets/welcome.scss */
h2.how-it-works {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
}

/* line 1307, app/assets/stylesheets/welcome.scss */
h2.powder-objections {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
}

/* line 1313, app/assets/stylesheets/welcome.scss */
.highlight {
  font-weight: bold;
  color: #3b5998;
}

/* line 1317, app/assets/stylesheets/welcome.scss */
.pricing-grey-background {
  background-color: #f6f6f6;
}

/* line 1320, app/assets/stylesheets/welcome.scss */
.grey-side-borders {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

/* line 1324, app/assets/stylesheets/welcome.scss */
.pricing-container {
  min-height: inherit;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1330, app/assets/stylesheets/welcome.scss */
.price-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}

/* line 1335, app/assets/stylesheets/welcome.scss */
.pricing-table {
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
}

/* line 1339, app/assets/stylesheets/welcome.scss */
.pricing-table tbody tr {
  padding: 5px;
}

/* line 1342, app/assets/stylesheets/welcome.scss */
.pricing-table tbody tr td, .pricing-table thead tr th {
  padding-left: 20px;
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.1;
}

/* line 1349, app/assets/stylesheets/welcome.scss */
.indent {
  margin-left: 100px;
}

/* line 1352, app/assets/stylesheets/welcome.scss */
.pricing-snowschoolers {
  text-align: left;
  padding-left: 50px !important;
  color: #4bb49f;
  font-size: 1.4em !important;
}

/* line 1358, app/assets/stylesheets/welcome.scss */
.pricing-competitors-names {
  color: #980000;
  text-align: center;
  font-size: 1.4em !important;
}

/* line 1364, app/assets/stylesheets/welcome.scss */
.pricing-competitors {
  text-align: center;
  color: #980000;
  /*text-decoration: line-through;*/
}

/* line 1369, app/assets/stylesheets/welcome.scss */
.holiday-dates {
  color: #000;
  font-style: italic;
  font-weight: normal;
}

/* line 1374, app/assets/stylesheets/welcome.scss */
.pricing-table thead {
  font-size: 1em;
  /*border: 1px solid gray;*/
  /*  background-color: rgba(0,60,128,0.3);
*/
}

/* line 1379, app/assets/stylesheets/welcome.scss */
.center {
  text-align: center;
}

/* line 1382, app/assets/stylesheets/welcome.scss */
.price-header {
  color: #3b5998;
}

/* line 1385, app/assets/stylesheets/welcome.scss */
.price-header h1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 1389, app/assets/stylesheets/welcome.scss */
.full-form-focus {
  border: 1px solid #3b5998;
}

/* line 1392, app/assets/stylesheets/welcome.scss */
.control-label {
  font-weight: bold;
}

/* line 1395, app/assets/stylesheets/welcome.scss */
.logo-left, .logo-right {
  max-height: 100px;
  /*border: 1px solid #3b5998;*/
}

@media (min-width: 768px) {
  /* line 1400, app/assets/stylesheets/welcome.scss */
  .vertical-middle {
    top: 25px;
    position: relative;
  }
}

@media (max-width: 768px) {
  /* line 1409, app/assets/stylesheets/welcome.scss */
  .pricing-container {
    margin-top: 10px;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 1415, app/assets/stylesheets/welcome.scss */
  .pricing-snowschoolers, .pricing-competitors-names, .pricing-competitors, .pricing-length {
    font-size: 0.9em !important;
    line-height: 1  !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 2px !important;
  }
}

/* line 1424, app/assets/stylesheets/welcome.scss */
h2 {
  font-size: 2em;
  font-weight: 200;
  /*line-height: 42px;*/
  /*margin: 0 0 32px 0;*/
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/* line 1433, app/assets/stylesheets/welcome.scss */
.how-it-works-images {
  height: 250px;
}

/* line 1436, app/assets/stylesheets/welcome.scss */
#search-index-header {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 1440, app/assets/stylesheets/welcome.scss */
.link-container {
  width: 60%;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: space-around;
}

/* line 1447, app/assets/stylesheets/welcome.scss */
.section-box-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 0;
}

/* line 1453, app/assets/stylesheets/welcome.scss */
.apply-today {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* line 1458, app/assets/stylesheets/welcome.scss */
.search-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1463, app/assets/stylesheets/welcome.scss */
.beta-sign-up {
  display: inline-block;
  width: 200px !important;
  margin-bottom: 10px;
}

/* line 1468, app/assets/stylesheets/welcome.scss */
.offer-limitations {
  font-size: 0.9em;
  margin-bottom: 0px;
  margin-top: 5px;
  font-style: italic;
}

/* line 1474, app/assets/stylesheets/welcome.scss */
.homewood-pricing {
  font-size: 0.7em;
}

/* line 1477, app/assets/stylesheets/welcome.scss */
.contact-link {
  color: #3b5998;
  text-decoration: underline;
}

/* line 1481, app/assets/stylesheets/welcome.scss */
.internal-link {
  text-decoration: underline;
}

/* line 1484, app/assets/stylesheets/welcome.scss */
.nav-email-noaction:hover, .nav-email-noaction:visited {
  background: #3b5998 !important;
  color: #DADADA;
}

/* line 1488, app/assets/stylesheets/welcome.scss */
.email-input {
  padding-bottom: 10px;
}

/* line 1491, app/assets/stylesheets/welcome.scss */
.blog-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1497, app/assets/stylesheets/welcome.scss */
.cover-photo {
  width: 70%;
}

/* line 1500, app/assets/stylesheets/welcome.scss */
.copyright-text {
  font-size: 0.7em;
}

/* line 1503, app/assets/stylesheets/welcome.scss */
.powder-objection-handling {
  padding-left: 5%;
  padding-right: 5%;
}

/* line 1507, app/assets/stylesheets/welcome.scss */
.jackson-hole-text {
  padding: 20px 20px 20px 20px;
  font-size: 1.5em;
  text-align: left;
  font-style: italic;
}

/* line 1513, app/assets/stylesheets/welcome.scss */
.jackson-hole-reasons li {
  font-size: 1.8em;
  line-height: 1.5;
  text-align: left;
  left: 100px;
  position: relative;
}

/* line 1520, app/assets/stylesheets/welcome.scss */
.green-link {
  color: #55C9B2;
  font-weight: bold;
  text-decoration: none;
}

/* line 1525, app/assets/stylesheets/welcome.scss */
.green-button {
  border-bottom: 2px solid #55C9B2;
  border-top: 2px solid #55C9B2;
  padding: 1px;
  font-size: 16px;
}

/* line 1531, app/assets/stylesheets/welcome.scss */
.green-link:hover {
  color: #4bb49f;
  text-decoration: none;
}

/* line 1535, app/assets/stylesheets/welcome.scss */
.navy-link {
  color: #3b5998;
  text-decoration: underline;
}

/* line 1539, app/assets/stylesheets/welcome.scss */
.navy-bold-link {
  color: #3b5998;
  font-weight: bold;
  text-decoration: underline;
}

/* line 1544, app/assets/stylesheets/welcome.scss */
.black-link {
  color: #000;
  font-weight: bold;
}

/* line 1548, app/assets/stylesheets/welcome.scss */
#why-snowschoolers {
  padding-bottom: 30px;
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #fff;
}

/* line 1556, app/assets/stylesheets/welcome.scss */
.vertical-divider {
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  text-align: center;
}

/* line 1562, app/assets/stylesheets/welcome.scss */
.vertical-divider div {
  flex-grow: 1;
}

/* line 1565, app/assets/stylesheets/welcome.scss */
.call-to-action h2 {
  margin: 0 auto 20px;
}

/* line 1568, app/assets/stylesheets/welcome.scss */
.comparison-container {
  font-size: 0.8em;
  padding-top: 20px;
  height: 150px;
}

/* line 1573, app/assets/stylesheets/welcome.scss */
.comparison-photo {
  height: 200px;
  margin: auto;
  position: relative;
  display: block;
}

/* line 1579, app/assets/stylesheets/welcome.scss */
.twitter-embed twitterwidget {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1585, app/assets/stylesheets/welcome.scss */
.twitter-embed {
  display: block;
  clear: both;
}

/* line 1589, app/assets/stylesheets/welcome.scss */
.insta-embed {
  display: block;
  margin: 0 auto;
  width: 80vh;
  max-width: 600px;
}

/* line 1595, app/assets/stylesheets/welcome.scss */
.EmbeddedTweet {
  overflow: none;
}

/* line 1598, app/assets/stylesheets/welcome.scss */
.SandboxRoot {
  /*max-height: 50vh;*/
}

/* line 1601, app/assets/stylesheets/welcome.scss */
.group-vs-private-header {
  font-size: 2.2em;
}

/* line 1604, app/assets/stylesheets/welcome.scss */
.beta-sign-up-offer {
  font-size: 1.4em;
  line-height: 1.3;
  padding-left: 15vw;
  padding-right: 15vw;
}

/* line 1610, app/assets/stylesheets/welcome.scss */
.powder-success {
  font-size: 2.3em;
  line-height: 1.4em;
  max-width: 70% !important;
  margin-bottom: 30px;
}

/* line 1616, app/assets/stylesheets/welcome.scss */
.clear-both {
  clear: both;
}

/* line 1619, app/assets/stylesheets/welcome.scss */
.powder-h2 {
  font-size: 1.0;
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}

/* line 1624, app/assets/stylesheets/welcome.scss */
.italic {
  font-style: italic;
}

/* line 1627, app/assets/stylesheets/welcome.scss */
.price-details {
  float: none;
}

/* line 1630, app/assets/stylesheets/welcome.scss */
.price-details h3 {
  font-size: 1.3em;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1637, app/assets/stylesheets/welcome.scss */
.form-inputs {
  display: flex;
  justify-content: space-around;
}

/* line 1641, app/assets/stylesheets/welcome.scss */
* {
  box-sizing: border-box;
}

/* line 1642, app/assets/stylesheets/welcome.scss */
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

/* line 1648, app/assets/stylesheets/welcome.scss */
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 1657, app/assets/stylesheets/welcome.scss */
#vidtop-content {
  top: 0;
  color: #fff;
}

/* line 1661, app/assets/stylesheets/welcome.scss */
.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}

/* line 1671, app/assets/stylesheets/welcome.scss */
.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}

/* line 1678, app/assets/stylesheets/welcome.scss */
.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: .6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}

@media (min-aspect-ratio: 16/9) {
  /* line 1686, app/assets/stylesheets/welcome.scss */
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  /* line 1689, app/assets/stylesheets/welcome.scss */
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  /* line 1692, app/assets/stylesheets/welcome.scss */
  .vid-info {
    width: 50%;
    padding: .5rem;
  }
  /* line 1693, app/assets/stylesheets/welcome.scss */
  .vid-info h1 {
    margin-bottom: .2rem;
  }
}

@media all and (max-width: 500px) {
  /* line 1696, app/assets/stylesheets/welcome.scss */
  .vid-info .acronym {
    display: none;
  }
}

/*Desktop specific adjustments*/
@media (min-width: 1200px) {
  /* line 1704, app/assets/stylesheets/welcome.scss */
  .container {
    width: 1300px;
    max-width: 100%;
  }
  /* line 1708, app/assets/stylesheets/welcome.scss */
  .report-container {
    width: 96vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}

@media (min-width: 768px) {
  /* line 1718, app/assets/stylesheets/welcome.scss */
  .hidden-unless-mobile {
    display: none;
  }
}

/*BEGIN MOBILE STYLE ADJUSTMENTS*/
@media (max-width: 768px) {
  /* line 1726, app/assets/stylesheets/welcome.scss */
  .instagram-embed-container, .fluid-width-video-wrapper iframe {
    /*  min-height: 80vh;*/
    /*  max-height: 50vh;*/
    /*  max-width: 800px;*/
    margin-left: 10vw;
    margin-right: 10vw;
    /*  margin-bottom: 80px;*/
  }
  /* line 1735, app/assets/stylesheets/welcome.scss */
  .local-highlights {
    font-size: 0.7em;
    line-height: 1;
    text-align: left;
  }
  /* line 1740, app/assets/stylesheets/welcome.scss */
  .local-highlights li {
    margin-bottom: 10px;
  }
  /* line 1743, app/assets/stylesheets/welcome.scss */
  .local-highlights-box {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    max-width: 900px;
  }
  /* line 1749, app/assets/stylesheets/welcome.scss */
  .youtube-embed-container, .fluid-width-video-wrapper iframe {
    min-height: 350px;
    max-height: 50vh;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  /* line 1758, app/assets/stylesheets/welcome.scss */
  .locals-header, .carnival-header {
    font-size: 1.1em;
  }
  /* line 1762, app/assets/stylesheets/welcome.scss */
  .homepage-hero-section {
    margin-top: 5vh;
    font-size: 30px;
  }
  /* line 1767, app/assets/stylesheets/welcome.scss */
  .resort-header {
    max-width: 90vw;
    font-size: 0.9em;
  }
  /* line 1772, app/assets/stylesheets/welcome.scss */
  h2.covid-alert {
    line-height: 25px;
  }
  /* line 1775, app/assets/stylesheets/welcome.scss */
  .btn-text-larger {
    font-size: 1.0em;
  }
  /* line 1778, app/assets/stylesheets/welcome.scss */
  .hidden-unless-desktop {
    display: none;
  }
  /* line 1782, app/assets/stylesheets/welcome.scss */
  .hidden-unless-desktop {
    display: none;
  }
  /* line 1786, app/assets/stylesheets/welcome.scss */
  .homepage-lesson-container {
    min-height: 840px;
  }
  /* line 1790, app/assets/stylesheets/welcome.scss */
  .cvps-mobile {
    margin-top: -25px;
  }
  /* line 1794, app/assets/stylesheets/welcome.scss */
  h3 {
    font-size: 1.1em;
  }
  /*removed to make hta_form more readabnle*/
  /*  h4{
    font-size: 0.8em
  }*/
  /* line 1803, app/assets/stylesheets/welcome.scss */
  .prompt-box {
    top: 50%;
  }
  /* line 1807, app/assets/stylesheets/welcome.scss */
  .amp-button {
    font-size: 1.3em;
  }
  /* line 1811, app/assets/stylesheets/welcome.scss */
  .amp-button-small {
    width: 60vw;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  /* line 1821, app/assets/stylesheets/welcome.scss */
  .intro-questions {
    margin-top: 15px;
    font-size: 1.5em;
  }
  /* line 1826, app/assets/stylesheets/welcome.scss */
  label {
    font-size: 1em;
    font-weight: normal;
  }
  /* line 1830, app/assets/stylesheets/welcome.scss */
  .mobile-no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1834, app/assets/stylesheets/welcome.scss */
  .form-control {
    font-size: 13px;
  }
  /* line 1837, app/assets/stylesheets/welcome.scss */
  .mobile-form-question {
    font-size: 1.5em;
  }
  /* line 1840, app/assets/stylesheets/welcome.scss */
  .form-title {
    font-size: 1.9em;
  }
  /* line 1843, app/assets/stylesheets/welcome.scss */
  .email-us {
    font-size: 1.4em;
  }
  /* line 1847, app/assets/stylesheets/welcome.scss */
  .form-inputs, .update-lesson-form, .vertical-divider, .info-box {
    display: block;
  }
  /* line 1850, app/assets/stylesheets/welcome.scss */
  .wage-rates-details, .wage-rates-details li {
    margin-left: 0px;
    font-size: 1.05em;
  }
  /* line 1854, app/assets/stylesheets/welcome.scss */
  .bonus-amount {
    padding-right: 0px;
  }
  /* line 1858, app/assets/stylesheets/welcome.scss */
  #apply {
    width: 100%;
  }
  /* line 1861, app/assets/stylesheets/welcome.scss */
  .teach-with-us-form-container {
    max-width: 100vw;
  }
  /* line 1864, app/assets/stylesheets/welcome.scss */
  .section-break {
    display: block;
    width: 100%;
    height: 0px;
    float: none;
  }
  /* line 1870, app/assets/stylesheets/welcome.scss */
  .call-to-action h2 {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 30px;
    margin-top: 35px;
  }
  /* line 1877, app/assets/stylesheets/welcome.scss */
  .green-button {
    font-size: 0.7em;
  }
  /* line 1880, app/assets/stylesheets/welcome.scss */
  .link-container {
    width: 100%;
  }
  /* line 1884, app/assets/stylesheets/welcome.scss */
  .iframe-youtube {
    width: 100%;
    height: 300px;
  }
  /* line 1888, app/assets/stylesheets/welcome.scss */
  .process-step {
    margin-bottom: 20px;
    height: 525px;
  }
  /* line 1893, app/assets/stylesheets/welcome.scss */
  .youtube-embed-container, .fluid-width-video-wrapper iframe {
    min-height: 270px;
  }
  /* line 1897, app/assets/stylesheets/welcome.scss */
  h1 {
    font-size: 1.8em;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.1;
  }
  /* line 1903, app/assets/stylesheets/welcome.scss */
  h2 {
    font-size: 1.6em;
  }
  /* line 1906, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content .header-content-inner p {
    font-size: 0.7em;
  }
  /* line 1907, app/assets/stylesheets/welcome.scss */
  section {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    min-height: 350px;
  }
  /* line 1914, app/assets/stylesheets/welcome.scss */
  .price-comparison {
    max-width: 95vw;
  }
  /* line 1917, app/assets/stylesheets/welcome.scss */
  section.pricing-section {
    min-height: 925px !important;
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #fff;
  }
  /* line 1925, app/assets/stylesheets/welcome.scss */
  section.small {
    min-height: 200px;
  }
  /* line 1928, app/assets/stylesheets/welcome.scss */
  .how-it-works {
    margin-bottom: -40px;
  }
  /* line 1931, app/assets/stylesheets/welcome.scss */
  h2.how-it-works {
    font-weight: bold;
    font-size: 1.9em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #3b5998;
  }
  /*  .north-vs-south{
    color: #fff !important;
  }*/
  /* line 1941, app/assets/stylesheets/welcome.scss */
  #header-creative .header-content {
    position: relative;
    text-align: center;
    padding: 20px 15px 20px;
    width: 100%;
  }
  /* line 1947, app/assets/stylesheets/welcome.scss */
  #why-snowschoolers h2.how-it-works {
    font-size: 2.5em;
    margin-bottom: -15px;
  }
  /* line 1951, app/assets/stylesheets/welcome.scss */
  #why-snowschoolers-subheader {
    font-size: 1.9em;
    line-height: 1.2;
    padding: 5px 5px 5px 5px;
  }
  /* line 1956, app/assets/stylesheets/welcome.scss */
  #why-snowschoolers {
    padding-bottom: 30px;
    min-height: 900px;
  }
  /* line 1960, app/assets/stylesheets/welcome.scss */
  #private-group-comparison {
    clear: both;
    position: relative;
    min-height: 100vh;
  }
  /* line 1965, app/assets/stylesheets/welcome.scss */
  .why-snowschoolers-text {
    padding-left: 30px;
    margin-top: 20px;
  }
  /* line 1969, app/assets/stylesheets/welcome.scss */
  .comparison-photo {
    max-width: 90vw;
  }
  /* line 1972, app/assets/stylesheets/welcome.scss */
  #homeHeading {
    font-size: 1.6em;
  }
  /* line 1975, app/assets/stylesheets/welcome.scss */
  .hr-no-margin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 1979, app/assets/stylesheets/welcome.scss */
  .btn-xl {
    padding: 15px 30px;
    font-size: 1.1em;
    max-width: 100%;
    white-space: normal;
  }
  /* line 1985, app/assets/stylesheets/welcome.scss */
  .powder-title {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  /* line 1989, app/assets/stylesheets/welcome.scss */
  .powder-spacer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1993, app/assets/stylesheets/welcome.scss */
  .comparison-header {
    line-height: 1.2;
    font-size: 2em;
  }
  /* line 1997, app/assets/stylesheets/welcome.scss */
  .powder-btn {
    font-size: 0.8em;
  }
  /* line 2000, app/assets/stylesheets/welcome.scss */
  .devise-btn {
    font-size: 1em;
  }
  /* line 2003, app/assets/stylesheets/welcome.scss */
  .disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 2007, app/assets/stylesheets/welcome.scss */
  .why-snowschoolers-text {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
  /* line 2011, app/assets/stylesheets/welcome.scss */
  .powder-objection-handling-title {
    height: 40px;
  }
  /* line 2014, app/assets/stylesheets/welcome.scss */
  .comparison-container {
    height: 150px;
  }
  /* line 2017, app/assets/stylesheets/welcome.scss */
  h2.powder-objections {
    font-size: 2.0em;
  }
  /* line 2020, app/assets/stylesheets/welcome.scss */
  .about-us {
    margin-bottom: 0px;
  }
  /* line 2023, app/assets/stylesheets/welcome.scss */
  .weather-subheader {
    font-size: 1.7em;
    line-height: 1.3;
  }
  /* line 2027, app/assets/stylesheets/welcome.scss */
  .price-details h4, .price-details h5, .price-details ul li {
    font-size: 0.9em;
  }
  /* line 2030, app/assets/stylesheets/welcome.scss */
  .tahoe-map {
    max-height: 250px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 2035, app/assets/stylesheets/welcome.scss */
  .insta-embed {
    width: 100%;
  }
  /* line 2038, app/assets/stylesheets/welcome.scss */
  .resort-photo-container {
    width: 100vw;
  }
  /* line 2041, app/assets/stylesheets/welcome.scss */
  .resort-photo {
    width: 100vw;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: block;
  }
  /* line 2050, app/assets/stylesheets/welcome.scss */
  .hp-photo-margin {
    width: 96%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 2% !important;
    margin-right: 2% !important;
    display: block;
  }
  /* line 2059, app/assets/stylesheets/welcome.scss */
  .guide-intro {
    background-color: #3b5998;
  }
  /* line 2062, app/assets/stylesheets/welcome.scss */
  .beginner-intro-questions {
    text-align: left;
    margin-left: 5vw;
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.6em;
  }
  /* line 2069, app/assets/stylesheets/welcome.scss */
  .toc-sections {
    margin-left: 0px;
    font-size: 1.2em;
  }
  /* line 2073, app/assets/stylesheets/welcome.scss */
  .guide-lists {
    margin-left: 5vw;
    line-height: 1.2;
    font-size: 1.3em;
  }
  /* line 2078, app/assets/stylesheets/welcome.scss */
  .sledding-map, .tahoe-map {
    float: none;
    width: 90vw;
    max-height: 90vw;
    margin-bottom: 20px;
  }
  /* line 2084, app/assets/stylesheets/welcome.scss */
  .uber-lyft-logo {
    width: 75vw;
    float: none;
  }
  /* line 2090, app/assets/stylesheets/welcome.scss */
  .beta-sign-up-offer {
    font-size: 1.4em;
    line-height: 1.3;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 2096, app/assets/stylesheets/welcome.scss */
  .blog-header {
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  /* line 2103, app/assets/stylesheets/welcome.scss */
  #blog {
    min-height: 300px !important;
  }
  /* line 2106, app/assets/stylesheets/welcome.scss */
  .indent {
    margin-left: 10px;
  }
  /* line 2109, app/assets/stylesheets/welcome.scss */
  .things-to-do-header {
    font-size: 1.8em;
    line-height: 1.5;
  }
  /* line 2113, app/assets/stylesheets/welcome.scss */
  .tire-chains-photo {
    clear: both;
    width: 70%;
    height: auto;
    float: none;
    margin-left: 15%;
    margin-right: 15%;
  }
  /* line 2121, app/assets/stylesheets/welcome.scss */
  .fb-login-btn {
    max-width: 100%;
    width: 50%;
  }
  /* line 2125, app/assets/stylesheets/welcome.scss */
  .new-lesson-container {
    margin-top: 0px;
    padding-bottom: 50vh;
  }
  /* line 2130, app/assets/stylesheets/welcome.scss */
  .lesson-form-container {
    max-width: 100vw;
  }
  /* line 2133, app/assets/stylesheets/welcome.scss */
  .new-lesson-pricing-container {
    width: 100%;
  }
  /* line 2136, app/assets/stylesheets/welcome.scss */
  section.pricing-new-lesson {
    min-height: 180px;
  }
  /* line 2139, app/assets/stylesheets/welcome.scss */
  .hidden-unless-mobile {
    float: none;
  }
  /* line 2142, app/assets/stylesheets/welcome.scss */
  .selected-instructor-container {
    width: 100%;
    float: none;
  }
  /* line 2146, app/assets/stylesheets/welcome.scss */
  .new-lesson-call-cta {
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    padding-top: 30px;
  }
  /* line 2153, app/assets/stylesheets/welcome.scss */
  .mobile-call-cta {
    margin-top: 30px;
    min-height: 50px;
  }
  /* line 2157, app/assets/stylesheets/welcome.scss */
  .mobile-book-cta {
    font-size: 1.1em;
  }
  /* line 2160, app/assets/stylesheets/welcome.scss */
  .price-details h4 {
    line-height: 1.3;
  }
  /* line 2163, app/assets/stylesheets/welcome.scss */
  .cta-subtext {
    font-size: 0.5em;
  }
  /* line 2166, app/assets/stylesheets/welcome.scss */
  ul.recruiting-ctas li {
    font-size: 0.7em;
    line-height: 1.4;
  }
  /* line 2170, app/assets/stylesheets/welcome.scss */
  .about-homewood {
    font-size: 1.3em;
    line-height: 1.5;
  }
  /* line 2174, app/assets/stylesheets/welcome.scss */
  .liftopia-mobile {
    height: 280px;
    clear: both;
  }
  /* line 2178, app/assets/stylesheets/welcome.scss */
  .welcome-subheader {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 2182, app/assets/stylesheets/welcome.scss */
  .welcome-ctas {
    text-align: center;
  }
  /* line 2185, app/assets/stylesheets/welcome.scss */
  #search-index-header {
    font-size: 1.1em;
  }
  /* line 2188, app/assets/stylesheets/welcome.scss */
  .service-box {
    max-width: 100%;
    margin: 30px auto 0;
  }
  /* line 2192, app/assets/stylesheets/welcome.scss */
  .service-box h3 {
    font-size: 1.5em;
    text-decoration: underline;
  }
  /* line 2196, app/assets/stylesheets/welcome.scss */
  .wages-headline, .wages-headline li {
    padding-left: 10%;
    text-align: left;
    list-style: circle;
  }
  /* line 2201, app/assets/stylesheets/welcome.scss */
  .homepage-lesson-container {
    margin-top: 10px;
    max-width: 85vw;
    padding-top: 0px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
  }
  /* line 2210, app/assets/stylesheets/welcome.scss */
  .sledding-headline {
    font-size: 2em;
  }
  /* line 2213, app/assets/stylesheets/welcome.scss */
  .sledding-subheader {
    font-size: 1.4em;
  }
  /* line 2216, app/assets/stylesheets/welcome.scss */
  .kingvale-book-container {
    color: #fff !important;
    width: 100%;
    min-height: 230px;
    font-size: 2em;
    line-height: 1.5em;
    padding: 6px;
    background-color: #34495e;
    margin: 0;
    clear: both !important;
    display: inline-block;
    min-height: 100vh !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *











*/
/*removed formtastic on march 12 given it made all other CSS look like shit*/
/*require formtastic */
/*@import 'jquery-ui';*/
/*@import 'bootstrap-sprockets'; */
/*@import 'bootstrap';*/
/*@import 'bootstrap-datetimepicker';*/

/*# sourceMappingURL=application.css-acb9d43be592505e1cecd7db171e83e25b3381d948c7daa29008cb35b668ab68.map */
