@charset "UTF-8";/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*













 */



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

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

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

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

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


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


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

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


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

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


 */

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*


 */

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

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

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

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



 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 7, /app/app/assets/stylesheets/_aside.scss */
aside {
  transition: 1s;
  flex-shrink: 0;
  width: 250px;
  transition: 1s;
}
/* line 13, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar {
  transition: 1s;
  margin-right: 0;
  background-color: #ffffff;
  flex: 1;
  height: 84vh;
  display: flex;
  flex-direction: row;
  width: 250px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 25, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar.fixed {
  position: fixed;
  right: 0;
  top: 16px;
  height: calc(94vh - 16px);
}
/* line 32, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .toggle-bar {
  background-color: #c0c0c0;
  width: 15px;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #000000;
}
/* line 42, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .toggle-bar i {
  font-size: 1rem;
}
/* line 47, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 52, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul {
  list-style: none;
  width: 100%;
  padding: 2px 0 0 0;
  margin: 5px 0 0 0;
  border-bottom: solid 1px;
}
/* line 58, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul::-webkit-scrollbar {
  width: 5px;
}
/* line 59, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul::-webkit-scrollbar-thumb {
  background: #888;
}
/* line 61, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1rem;
}
/* line 69, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list {
  flex-shrink: 0;
  max-height: 220px;
  overflow-y: auto;
}
/* line 73, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li {
  padding: 0;
  cursor: pointer;
  border-bottom: solid 1px #f1f1f1;
  position: relative;
  flex-shrink: 0;
  color: #2c536a;
}
/* line 80, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: inherit;
  width: 100%;
  height: 30px;
  padding: 5px 5px 5px 15px;
  position: relative;
}
/* line 91, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a.hovered, aside .prop-bar .content .blog-list li a:hover {
  background-color: #2c536a;
  color: #ffffff;
}
/* line 96, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a span.new-post {
  display: inline-block;
  position: absolute;
  background-color: red;
  font-size: 0.5rem;
  bottom: 2px;
  left: 3px;
  color: #ffffff;
  padding: 1px;
  border-radius: 3px;
}
/* line 108, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i.new-post {
  position: absolute;
  font-size: 0.6rem;
  left: 3px;
  color: red;
  top: 12px;
}
/* line 116, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i {
  font-size: inherit;
  width: 1.6rem;
}
/* line 119, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i.fa-angle-down {
  width: 15px;
}
/* line 123, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a .desc {
  opacity: 1;
  font-size: 0.7rem;
  transition: 0.3s;
  width: 100%;
}
/* line 131, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down {
  flex-wrap: wrap;
}
/* line 133, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down ul {
  overflow: hidden;
  height: 0;
  border: none;
  margin-left: 10px;
}
/* line 138, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down ul a {
  font-weight: unset;
  font-size: 0.8rem;
  text-decoration: underline;
  height: unset;
}
/* line 145, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open {
  height: unset;
}
/* line 147, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open ul {
  height: unset;
}
/* line 148, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open .fa-angle-down {
  transform: rotate(180deg);
}
/* line 153, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list {
  overflow-y: auto;
  flex: 1;
}
/* line 156, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li {
  display: flex;
  padding: 0 2%;
  justify-content: center;
}
/* line 160, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li a {
  width: 100%;
}
/* line 162, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li a img {
  width: 100%;
}
/* line 169, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad {
  border-bottom: none;
}
/* line 171, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li {
  height: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #554029;
  transition: 1s;
}
/* line 180, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li a.hovered, aside .prop-bar .content .fixed-ad li a:hover {
  background-color: unset;
}
/* line 183, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li a i, aside .prop-bar .content .fixed-ad li a .desc {
  opacity: 0;
}

/* line 191, /app/app/assets/stylesheets/_aside.scss */
aside.closed {
  width: 65px;
  transition: 1s;
}
/* line 195, /app/app/assets/stylesheets/_aside.scss */
aside.closed .toggle-bar i {
  transform: rotate(180deg);
}
/* line 197, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar {
  margin-right: calc(65px - 250px);
  transition: 1s;
}
/* line 200, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list {
  overflow: unset;
}
/* line 204, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li .desc {
  opacity: 0;
  margin-left: 20px;
}
/* line 210, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover, aside.closed .prop-bar .blog-list li.hovered {
  width: 50%;
}
/* line 212, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover .fa-angle-down, aside.closed .prop-bar .blog-list li.hovered .fa-angle-down {
  opacity: 0;
}
/* line 215, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover .desc, aside.closed .prop-bar .blog-list li.hovered .desc {
  left: calc(-100% - 20px);
  position: absolute;
  background-color: inherit;
  color: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 4px 0 0 4px;
  opacity: 1 !important;
  min-height: 120%;
}
/* line 230, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li.drop-down ul {
  display: none;
}
/* line 237, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .bnr-list {
  opacity: 0;
}
/* line 241, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li {
  background-position-x: 250px;
}
/* line 245, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li a.hovered, aside.closed .prop-bar .fixed-ad li a:hover {
  background-color: #554029;
}
/* line 248, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li a i, aside.closed .prop-bar .fixed-ad li a .desc {
  opacity: 1;
}

@media print {
  /* line 265, /app/app/assets/stylesheets/_aside.scss */
  aside {
    display: none;
  }
}

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 6, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bdT, .RAV .bdT {
  border-top: 1px solid #000;
}
/* line 7, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bdB, .RAV .bdB {
  border-bottom: 1px solid #000;
}
/* line 8, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bdL, .RAV .bdL {
  border-left: 1px solid #000;
}
/* line 9, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bdR, .RAV .bdR {
  border-right: 1px solid #000;
}
/* line 11, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bdT.equal, .RAV .bdT.equal {
  border-top: double;
}
/* line 13, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .documents .mgL, .RAV .documents .mgL {
  margin-left: 10px;
}
/* line 14, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .documents .mgR, .RAV .documents .mgR {
  margin-right: 5px;
}
/* line 17, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB h4,
.CTRB h5, .RAV h4,
.RAV h5 {
  margin-bottom: 5px;
}
/* line 19, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB p, .RAV p {
  line-height: 14px;
}
/* line 23, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .specificT01 tr td:nth-child(1),
.CTRB .specificT01 tr td:nth-child(3),
.CTRB .specificT01 tr td:nth-child(5), .RAV .specificT01 tr td:nth-child(1),
.RAV .specificT01 tr td:nth-child(3),
.RAV .specificT01 tr td:nth-child(5) {
  width: 85px;
}
/* line 26, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .specificT01 tr td:nth-child(4),
.CTRB .specificT01 tr td:nth-child(6), .RAV .specificT01 tr td:nth-child(4),
.RAV .specificT01 tr td:nth-child(6) {
  width: 200px;
}
/* line 31, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL06 tr td:nth-child(2),
.CTRB .bL06 tr td:nth-child(4), .RAV .bL06 tr td:nth-child(2),
.RAV .bL06 tr td:nth-child(4) {
  width: 85px;
}
/* line 34, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL06 tr td:nth-child(3),
.CTRB .bL06 tr td:nth-child(5), .RAV .bL06 tr td:nth-child(3),
.RAV .bL06 tr td:nth-child(5) {
  width: 130px;
}
/* line 37, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL06 tr:nth-child(2) td:nth-child(1), .RAV .bL06 tr:nth-child(2) td:nth-child(1) {
  width: 130px;
}
/* line 41, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 td:nth-child(2),
.CTRB .bL07 th:nth-child(2), .RAV .bL07 td:nth-child(2),
.RAV .bL07 th:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
/* line 46, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 td:nth-child(2), .RAV .bL07 td:nth-child(2) {
  width: 130px;
  padding-right: 20px;
}
/* line 51, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 td:nth-child(3), .RAV .bL07 td:nth-child(3) {
  width: 130px;
}
/* line 52, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 td:nth-child(4), .RAV .bL07 td:nth-child(4) {
  width: 20px;
}
/* line 54, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .additional, .RAV .additional {
  border-bottom: solid 1px #e6ded4;
}
/* line 56, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .additional:hover td, .RAV .additional:hover td {
  background: whitesmoke;
}
/* line 59, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .additional:hover .delete, .RAV .bL07 .additional:hover .delete {
  visibility: visible;
}
/* line 60, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .delete, .RAV .bL07 .delete {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #ff8383;
  padding: 2px 2px 1px;
  margin: 0 5px 0 0;
  visibility: hidden;
}
/* line 69, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .delete:hover, .RAV .bL07 .delete:hover {
  background: #f64e4e;
}
/* line 71, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .insert td, .RAV .bL07 .insert td {
  background: #e6ded4;
  padding: 5px;
}
/* line 76, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .insert select, .RAV .bL07 .insert select {
  float: left;
}
/* line 77, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .insert .entry, .RAV .bL07 .insert .entry {
  float: left;
  margin-top: 2px;
}
/* line 82, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL07 .insert button.btn, .RAV .bL07 .insert button.btn {
  margin-top: 3px;
}
/* line 84, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL09 p, .RAV .bL09 p {
  font-size: 10px;
  margin-bottom: 2px;
}
/* line 89, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL09, .RAV .bL09 {
  margin: 3px 0;
}
/* line 91, /app/app/assets/stylesheets/_ctrb.scss */
.CTRB .bL11, .RAV .bL11 {
  margin-top: 3px;
}

/* Smartphones (landscape) ----------- */
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
/* Tablet (landscape) ----------- */
@media only screen and (min-width: 870px) {
  /*  .CTRB .specificT01 tr td:nth-child(1){width: 120px;}
    .CTRB .specificT01 tr td:nth-child(2){width: 280px;}
    .CTRB .specificT01 tr td:nth-child(3){width: 80px;}
    .CTRB .specificT01 tr td:nth-child(4){width: 150px;}
    .CTRB .specificT01 tr td:nth-child(5){width: 60px;}*/
}
/* Tablet (portrait) ----------- */
/* Medida para adequar o Layout do Documento */
@media print {
  /* line 121, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .specificT01 tr td:nth-child(1) {
    width: 73px;
  }

  /* line 122, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .specificT01 tr td:nth-child(3) {
    width: 73px;
  }

  /* line 123, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .specificT01 tr td:nth-child(5) {
    width: 48px;
  }

  /* line 125, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .specificT01 tr td:nth-child(4) {
    width: 100px;
  }

  /* line 126, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .specificT01 tr td:nth-child(6) {
    width: 90px;
  }

  /* line 128, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .bL07 tr th:nth-child(2) {
    width: 120px;
  }

  /* line 129, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .bL07 tr th:nth-child(3) {
    width: 100px;
  }

  /* line 130, /app/app/assets/stylesheets/_ctrb.scss */
  .CTRB .bL07 tr th:nth-child(4) {
    width: 20px;
  }
}

/*
* Elementos do mapa
*/
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 8, /app/app/assets/stylesheets/_map-style.scss */
#user-list {
  background: #98d4bd none repeat scroll 0 0;
  float: left;
  min-height: 500px;
  height: 100%;
}

/* line 14, /app/app/assets/stylesheets/_map-style.scss */
#user-list .title {
  background: #2a604b none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 4%;
}

/* line 22, /app/app/assets/stylesheets/_map-style.scss */
#user-list .search-user {
  position: relative;
  height: 5%;
}

/* line 26, /app/app/assets/stylesheets/_map-style.scss */
#user-list .search-user i {
  background: url(/assets/ui-sprite.png) no-repeat;
  background-position: -206px -159px;
  float: left;
  height: 15px;
  margin: 6px 0 0 4px;
  position: absolute;
  width: 16px;
}

/* line 35, /app/app/assets/stylesheets/_map-style.scss */
#user-list .search-user input {
  padding: 0 15px 0 25px;
  height: 100%;
}

/* line 39, /app/app/assets/stylesheets/_map-style.scss */
#user-list .search-user a {
  font-size: 12px;
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}

/* line 47, /app/app/assets/stylesheets/_map-style.scss */
#user-list .scroll-panel {
  height: 91%;
  overflow: auto;
}

/* line 52, /app/app/assets/stylesheets/_map-style.scss */
#user-list ul {
  float: left;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

/* line 60, /app/app/assets/stylesheets/_map-style.scss */
#user-list li {
  border-bottom: 2px solid #6f7176;
  font-size: 12px;
  color: #00466c;
  padding: 2px 10px 2px 2px;
  border-left: solid 3px #e6ded3;
  overflow: hidden;
  cursor: pointer;
}

/* line 70, /app/app/assets/stylesheets/_map-style.scss */
#user-list li:hover,
#user-list li.following {
  background: #0075b4;
}

/* line 73, /app/app/assets/stylesheets/_map-style.scss */
#user-list li.hide-user {
  display: none !important;
}

/* line 75, /app/app/assets/stylesheets/_map-style.scss */
#user-list li.idle {
  border-left: solid 3px #fc0000;
}

/* line 77, /app/app/assets/stylesheets/_map-style.scss */
#user-list li.offline {
  border-left: solid 3px #000;
}

/* line 79, /app/app/assets/stylesheets/_map-style.scss */
#user-list li.online {
  border-left: solid 3px #187b00;
}

/* line 81, /app/app/assets/stylesheets/_map-style.scss */
#user-list li.sms {
  border-left: solid 3px #b243ff;
}

/* line 83, /app/app/assets/stylesheets/_map-style.scss */
#user-list li label {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 88, /app/app/assets/stylesheets/_map-style.scss */
#user-list .last-location {
  font-size: 80%;
}

/* line 89, /app/app/assets/stylesheets/_map-style.scss */
#user-list .user-name {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 93, /app/app/assets/stylesheets/_map-style.scss */
#user-list .phone-number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 8px 0 0;
}

/* line 99, /app/app/assets/stylesheets/_map-style.scss */
#user-list .phone-number i {
  background: url("/assets/'ui-sprite.png'") no-repeat -221px -95px;
  float: left;
  height: 12px;
  margin: 1px 2px 0 0;
  width: 12px;
}

/* line 106, /app/app/assets/stylesheets/_map-style.scss */
#user-list a {
  float: left;
  margin-right: 2px;
}

/* line 110, /app/app/assets/stylesheets/_map-style.scss */
#user-list a.disabled {
  opacity: .2;
}

/* line 111, /app/app/assets/stylesheets/_map-style.scss */
#user-list a i {
  background: url("/assets/'ui-sprite.png'") no-repeat -221px -95px;
  float: left;
  height: 14px;
  margin: 2px 2px 0 0;
  width: 12px;
}

/* line 118, /app/app/assets/stylesheets/_map-style.scss */
#user-list .point-on-map i {
  background-position: -232px -95px;
}

/* line 119, /app/app/assets/stylesheets/_map-style.scss */
#user-list .follow-vehicle i {
  background-position: -232px -113px;
  width: 15px;
}

/* line 123, /app/app/assets/stylesheets/_map-style.scss */
#user-list .follow-vehicle.selected i {
  background-position: -232px -126px;
}

/* line 124, /app/app/assets/stylesheets/_map-style.scss */
#user-list .send-message i {
  background-position: -217px -113px;
}

/* line 125, /app/app/assets/stylesheets/_map-style.scss */
#user-list .show-timeline i {
  background-position: -205px -131px;
  width: 15px;
}

/* line 129, /app/app/assets/stylesheets/_map-style.scss */
#user-list .show-timeline.selected i {
  background-position: -205px -144px;
}

/* line 130, /app/app/assets/stylesheets/_map-style.scss */
#user-list .replay-timeline i {
  background-position: -220px -138px;
  width: 14px;
}

/* line 134, /app/app/assets/stylesheets/_map-style.scss */
#user-list .replay-timeline.selected i {
  background-position: -220px -151px;
}

/* line 138, /app/app/assets/stylesheets/_map-style.scss */
#logbook {
  background: #0075b4 none repeat scroll 0 0;
  float: left;
  min-height: 500px;
  height: 100%;
}

/* line 144, /app/app/assets/stylesheets/_map-style.scss */
#logbook .scroll-panel {
  height: 91%;
  overflow: auto;
}

/* line 148, /app/app/assets/stylesheets/_map-style.scss */
#logbook ul {
  float: left;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

/* line 155, /app/app/assets/stylesheets/_map-style.scss */
#logbook li {
  border-bottom: 2px solid #6f7176;
  font-size: 12px;
  color: #00466c;
  padding: 2px 10px 2px 2px;
  border-left: solid 3px #e6ded3;
  overflow: hidden;
  cursor: pointer;
  min-height: 40px;
}

/* line 167, /app/app/assets/stylesheets/_map-style.scss */
.loading-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  text-align: center;
  display: none;
}

/* line 176, /app/app/assets/stylesheets/_map-style.scss */
.loading-overlay .bg {
  background: #FFFFFF;
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 182, /app/app/assets/stylesheets/_map-style.scss */
.loading-overlay img {
  position: relative;
  margin-top: 15%;
}

/* line 185, /app/app/assets/stylesheets/_map-style.scss */
.loading-overlay label {
  text-align: center;
  position: relative;
  font-weight: bold;
}

/* line 190, /app/app/assets/stylesheets/_map-style.scss */
.map-container > .fit-map {
  display: none;
}

/* line 193, /app/app/assets/stylesheets/_map-style.scss */
.map .fit-map {
  background: #fff;
  border-radius: 3px;
  bottom: 25px;
  box-sizing: border-box;
  position: absolute;
  right: 6px;
  z-index: 100;
  cursor: pointer;
  font-size: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 2px 2px 0px #797979;
  -moz-box-shadow: 2px 2px 2px 0px #797979;
  box-shadow: 2px 2px 2px 0px #797979;
}

/* line 208, /app/app/assets/stylesheets/_map-style.scss */
.map label.badge {
  background: #479227 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-size: 11px;
  padding: 2px 5px 1px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 2px;
  width: 30%;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 2px 0px #797979;
  -moz-box-shadow: 2px 2px 2px 0px #797979;
  box-shadow: 2px 2px 2px 0px #797979;
}

/* line 226, /app/app/assets/stylesheets/_map-style.scss */
.map label.last-date {
  background: #fffbf0 none repeat scroll 0 0;
  border-radius: 3px;
  color: #284053;
  padding: 3px 5px;
  position: absolute;
  left: 3px;
  top: 2px;
  top: 2px;
  z-index: 100;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 2px 0px #797979;
  -moz-box-shadow: 2px 2px 2px 0px #797979;
  box-shadow: 2px 2px 2px 0px #797979;
}

/* line 241, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider {
  bottom: 60px;
  float: right;
  overflow: hidden;
  position: absolute;
  right: 10px;
  width: 1.2em;
}

/* line 249, /app/app/assets/stylesheets/_map-style.scss */
.address-map .zoom-slider {
  bottom: 10px;
}

/* line 252, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .slider {
  height: 130px;
  margin-left: 0.45em;
  width: 5px;
}

/* line 256, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .ui-slider-range {
  display: none;
}

/* line 258, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  left: -0.5em;
}

/* line 262, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .btn {
  background: #fff none repeat scroll 0 0;
  background-image: url(/assets/ui-sprite.png);
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 1.2em;
  line-height: 1em;
  margin: 2px 0;
  text-align: center;
}

/* line 273, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .btn-up {
  background-position: -187px -133px;
}

/* line 275, /app/app/assets/stylesheets/_map-style.scss */
.zoom-slider .btn-down {
  background-position: -187px -150px;
}

/* line 278, /app/app/assets/stylesheets/_map-style.scss */
.map-control {
  padding: 10px 0 10px 0;
}

/* line 280, /app/app/assets/stylesheets/_map-style.scss */
.map-control form {
  float: none;
}

/* line 282, /app/app/assets/stylesheets/_map-style.scss */
.map-control div {
  width: 100%;
}

/* line 284, /app/app/assets/stylesheets/_map-style.scss */
.map-control fieldset {
  border: medium none;
  box-sizing: border-box;
  margin: 0;
  padding: 2px;
}

/* line 289, /app/app/assets/stylesheets/_map-style.scss */
.map-control label {
  float: left;
}

/* line 293, /app/app/assets/stylesheets/_map-style.scss */
.map-control label.cbBlue,
.map-control label.field-label {
  margin: 5px 0;
}

/* line 296, /app/app/assets/stylesheets/_map-style.scss */
.map-control .field-label {
  padding-left: 4px;
}

/* line 299, /app/app/assets/stylesheets/_map-style.scss */
.map-control .broke-line {
  clear: left;
}

/* line 303, /app/app/assets/stylesheets/_map-style.scss */
.map-container {
  height: 500px;
  position: relative;
}

/* line 307, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content {
  font-size: 12px;
}

/* line 309, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content .font-bold {
  font-weight: bold;
}

/* line 311, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content .float-left {
  float: left;
}

/* line 313, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content .float-right {
  float: right;
}

/* line 315, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content .no-float {
  clear: both;
}

/* line 317, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content a {
  color: #4ba6ed;
}

/* line 319, /app/app/assets/stylesheets/_map-style.scss */
.info-window-content .share-link i {
  background-position: -153px -196px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-bottom: -2px;
}

/* line 326, /app/app/assets/stylesheets/_map-style.scss */
.popup-share-link {
  width: 50%;
}

/* line 329, /app/app/assets/stylesheets/_map-style.scss */
.filter-alert {
  background: #fdc22c none repeat scroll 0 0;
  font-size: 14px;
  opacity: 0.8;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 69%;
  z-index: 1000;
}

/* line 338, /app/app/assets/stylesheets/_map-style.scss */
.filter-alert span {
  float: left;
  padding-top: 4px;
}

/* line 341, /app/app/assets/stylesheets/_map-style.scss */
.filter-alert .remove-filter {
  background: #ffad25 none repeat scroll 0 0;
  margin: 2px;
  padding: 2px 5px;
  float: right;
}

/* line 347, /app/app/assets/stylesheets/_map-style.scss */
#popup-alert-container {
  float: right;
  height: 300px;
  margin: 40px 40px 0 0;
  position: relative;
  padding-right: 10px;
  overflow: auto;
}

/* line 355, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert {
  background: #fafaed;
  border: 1px solid #e6ded4;
  border-radius: 5px;
  color: #2c3e50;
  font-size: 9px;
  float: right;
  clear: both;
  padding: 5px 15px 5px 5px;
  width: 150px;
  z-index: 100;
  cursor: pointer;
  position: relative;
  min-height: auto;
  margin-bottom: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

/* line 373, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert i {
  background: #fe1e00 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 28px;
  font-style: normal;
  height: 38px;
  margin-right: 4px;
  padding: 0 2px;
}

/* line 383, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

/* line 387, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert span {
  font-weight: 600;
}

/* line 389, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert span.title {
  font-weight: normal;
}

/* line 391, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert.emergencie {
  border-color: #c8605a;
  background: #f5e5e4;
}

/* line 394, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert label {
  cursor: pointer;
  font-size: inherit;
}

/* line 397, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert a {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
}

/* line 405, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert.emergencie a:hover {
  background: #ebd3d1;
}

/* line 407, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert.occurrence a:hover {
  background: #dfdcbb;
}

/* line 409, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert a.minify-btn {
  right: 17px;
}

/* line 412, /app/app/assets/stylesheets/_map-style.scss */
.popup-alert-cont {
  display: none;
  background: #10e43d;
  border: 1px solid #197c3d;
  border-radius: 10px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 12px;
  padding: 0px 6px;
  position: absolute;
  right: 249px;
  top: 430px;
  width: 40px;
  z-index: 100;
}

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */

/* CSS Document */
/* Definição de cores */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
@keyframes animate-button-icon {
  /* line 9, /app/app/assets/stylesheets/_nfe_xml_import.scss */
  0% {
    transform: rotate(360deg);
  }
}

/* line 16, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
/* line 23, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import button i {
  margin-left: 10px;
  font-size: 90%;
  transition: ease;
  animation: animate-button-icon 2.5s infinite;
  display: none;
}
/* line 31, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import button.sendding i {
  display: inline-flex;
}
/* line 35, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .choose-xml-files-button {
  font-size: 14px;
  background-color: #2c536a;
  color: white;
  display: inline-flex;
  height: 27px;
  padding: 0 20px;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
}
/* line 45, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .choose-xml-files-button i {
  margin-right: 10px;
}
/* line 50, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .choosen-xml-files-list {
  padding: 10px 0;
}
/* line 52, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .choosen-xml-files-list .choosen-xml-files-item {
  margin: 3px;
  background: #cacaca;
  padding: 2px 4px;
  border: solid 1px #c0c0c0;
  border-radius: 2px;
}
/* line 60, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .choosen-xml-files-list.sendding .choosen-xml-files-item {
  opacity: .5;
}
/* line 65, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .process-result-list .parsed {
  color: green;
}
/* line 66, /app/app/assets/stylesheets/_nfe_xml_import.scss */
.nfe_xml_import .process-result-list .not-parsed {
  color: red;
}

/*
* Elementos da sessão Load Profile Picture
*/
/* line 6, /app/app/assets/stylesheets/_pod.scss */
#example-content {
  text-align: center;
}

/* line 9, /app/app/assets/stylesheets/_pod.scss */
.load-picture, .upload_pod {
  background-color: #e6ded4;
  color: #3d556f;
  margin: 50px;
  width: 450px;
  padding: 50px;
  display: none;
}

/* line 17, /app/app/assets/stylesheets/_pod.scss */
.load-picture .image-area, .upload_pod .image-area {
  background-color: #f3ebe1;
  border: 1px dotted #fff;
  border-radius: 50%;
  height: 350px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 350px;
}

/* line 26, /app/app/assets/stylesheets/_pod.scss */
.load-picture .hover, .upload_pod .hover {
  border: 1px solid #fff !important;
}

/* line 29, /app/app/assets/stylesheets/_pod.scss */
.load-picture .image-area span, .upload_pod .image-area span {
  display: block;
  margin-top: 100px;
  text-align: center;
}

/* line 34, /app/app/assets/stylesheets/_pod.scss */
.load-picture form fieldset, .upload_pod form fieldset {
  border: none;
  padding: 0;
}

/* line 38, /app/app/assets/stylesheets/_pod.scss */
.load-picture form input[type=file], .upload_pod form input[type=file] {
  display: none;
}

/* line 44, /app/app/assets/stylesheets/_pod.scss */
.load-picture .load-picture-btn, .upload_pod .load-picture-btn,
.load-picture .save-picture-btn,
.upload_pod .save-picture-btn,
.load-file-btn {
  background-color: #2c536a;
  color: #b1c2cd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: ellipsis;
  float: left;
  height: auto;
  margin-right: 10px;
}
/* line 56, /app/app/assets/stylesheets/_pod.scss */
.load-picture .load-picture-btn i, .upload_pod .load-picture-btn i,
.load-picture .save-picture-btn i,
.upload_pod .save-picture-btn i,
.load-file-btn i {
  background-position: -187px -177px;
  height: 16px;
  width: 21px;
}

/* line 63, /app/app/assets/stylesheets/_pod.scss */
.load-picture .file-name, .upload_pod .file-name {
  padding-top: 7px;
  text-overflow: ellipsis;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
}

/*
* Popup de visualização de comprovantes de pagamento
 */
/* line 75, /app/app/assets/stylesheets/_pod.scss */
.popup-pods {
  max-width: 50%;
}

/* line 78, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group {
  margin: 20px 0;
  padding: 0 20px;
}
/* line 81, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group img {
  border: 0 auto;
}
/* line 84, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group fieldset {
  text-align: center;
}

/* line 89, /app/app/assets/stylesheets/_pod.scss */
i.pod {
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-style: unset;
  font-weight: bold;
  padding-top: 1px;
  cursor: default;
}
/* line 100, /app/app/assets/stylesheets/_pod.scss */
i.pod.pod_aproved {
  background-color: #0C3;
}
/* line 103, /app/app/assets/stylesheets/_pod.scss */
i.pod.pod_refused {
  background-color: #C30;
}

/* line 107, /app/app/assets/stylesheets/_pod.scss */
.cf-delete-pod {
  width: 30px;
  float: none;
  display: block;
}

/* line 113, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod {
  width: 30px;
  float: none;
  display: block;
}
/* line 118, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod i {
  background-position: -44px -115px;
  width: 21px;
}
/* line 123, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod.aproved i {
  background-position: -94px -216px;
}
/* line 128, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod.refused i {
  background-position: -114px -216px;
}

/* line 133, /app/app/assets/stylesheets/_pod.scss */
.cf-upload-pod {
  width: 30px;
  float: none;
  display: block;
}
/* line 138, /app/app/assets/stylesheets/_pod.scss */
.cf-upload-pod i {
  background-position: -210px -177px;
  width: 20px;
  height: 17px;
}

/* line 145, /app/app/assets/stylesheets/_pod.scss */
.upload_pod {
  width: 50%;
}
/* line 148, /app/app/assets/stylesheets/_pod.scss */
.upload_pod h3 {
  margin: 0 0 10px 0;
}
/* line 151, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .tab {
  font-size: 90%;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
  display: block;
  float: left;
}
/* line 157, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .tab.active {
  border: 1px dotted #fff;
  background-color: #f3ebe1;
}
/* line 165, /app/app/assets/stylesheets/_pod.scss */
.upload_pod video,
.upload_pod img,
.upload_pod canvas {
  background-color: #f3ebe1;
  border: 1px dotted #fff;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
/* line 172, /app/app/assets/stylesheets/_pod.scss */
.upload_pod img {
  height: 350px;
}
/* line 175, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .image-area,
.upload_pod .picture-area {
  width: 100%;
  border-radius: 0;
  text-align: center;
}
/* line 180, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .file-name {
  width: unset;
}

/*
* Formatações gerais de popups
*/
/* line 6, /app/app/assets/stylesheets/_popups.scss */
.popup {
  display: none;
  width: 90%;
  background: #fffff7;
}

/* line 11, /app/app/assets/stylesheets/_popups.scss */
.popup fieldset {
  border: none;
  width: 100%;
  margin: 0;
  padding: 2px 10px 0 0;
}

/* line 18, /app/app/assets/stylesheets/_popups.scss */
.popup .group,
div.group {
  margin-left: 50px;
  padding-left: 33px;
  overflow: hidden;
  padding-bottom: 15px;
}

/* line 26, /app/app/assets/stylesheets/_popups.scss */
.popup .group.line,
div.group.line {
  border-left: 1px solid #172c4f;
}

/* line 29, /app/app/assets/stylesheets/_popups.scss */
.popup .group.disabled label {
  color: #78797b;
}

/* line 33, /app/app/assets/stylesheets/_popups.scss */
fieldset.break-line {
  float: left;
  clear: right;
  padding: 0;
}

/* line 39, /app/app/assets/stylesheets/_popups.scss */
.popup fieldset .sel-container {
  margin-top: 3px;
}

/* line 44, /app/app/assets/stylesheets/_popups.scss */
.popup .submits {
  text-align: right;
}

/* line 47, /app/app/assets/stylesheets/_popups.scss */
.popup h2 {
  overflow: hidden;
  min-height: 62px;
  background: #28487e;
  color: #fffff7;
  font-size: 22px;
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 57, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .close {
  width: 40px;
  color: #ffffff;
}
/* line 61, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .text {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  flex: 1;
}
/* line 67, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .obs {
  color: #f95a22;
  float: right;
  font-size: 13px;
  margin-top: 42px;
  padding-right: 10px;
  text-align: right;
}
.attachment{
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
}

.attachment-file:hover{
  opacity: 0.8;
}

.show-delete{
  opacity: 0.0;
  background-color: #AAA9FF;
}

.attachment-file:hover + .show-delete{
  opacity: 1.0;
  background-color: #AAA9FF;
}

.show-delete:hover{
  opacity: 1.0;
  background-color: #AAA9FF;
}
.CTe {}

.CTe .entry {
  padding: 2px 0;
}

.CTe .entry .text::placeholder {
  color: #808080;
}

.CTe table tbody td {
  padding:0;
  vertical-align:top; 
}

.CTe .bL01 {min-height: 183px;}
.CTe .bL01 .logo {
  margin: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
}
.CTe .bL01 .logo::before {
  content: "LOGO";
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}

.CTe .bL01 .logo img {max-width: 150px; z-index: 1;}
.CTe .bL01 .data {text-align: center;}
.CTe .bL01 .fs2 {margin-top: 10px;}

.CTe .bL02 td {border-right: 1px solid #000;}
.CTe .bL02 td:last-child {border-right: none;}

.CTe .bL03 td:last-child {width: 25%;}
.CTe .bL03 div.bd  {min-height: 52px;}

.CTe .bL04 td {border-right: 1px solid #000;}
.CTe .bL04 td:last-child {border-right: none;}
.barcode-placeholder{
  margin: 10px 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
  width: 90%;
  height: 60px;
}
  .barcode-placeholder::before {
    content: "CÓDIGO DE BARRAS";
    position: absolute;
    z-index: 0;
    opacity: 0.5;
  }

.CTe .bL04 .qrcode {
  margin: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
  width: 133px;
  height: 133px;
}
  .CTe .bL04 .qrcode::before {
    content: "QR CODE";
    position: absolute;
    z-index: 0;
    opacity: 0.5;
  }
  
.CTe .bL05 img {
  display: block;
  margin: 0 auto;
}


/*
  Specific width CTe
  As class ".bL08, .bL09, .bL11, .bL12" usam esse mesmo código em específico
*/
.CTe .specificW01 td:nth-child(1) {width: 60px;}
.CTe .specificW01 td:nth-child(2) {width: 235px;}
.CTe .specificW01 td:nth-child(3) {width: 105px;}
.CTe .specificW01 td:nth-child(4) {width: 75px;}

.CTe div.address {
  display: inline-block;
  width: 100%;
}

.CTe div.address .street,
.CTe div.address .number,
.CTe div.address .complement {float: left;}

.CTe div.address .street {width: 55%;}
.CTe div.address .number {
  width: 16%;
  margin: 0 2%;
}
.CTe div.address .complement {width: 25%;}

.CTe div.complement .text {}

/*===//===*/

.CTe .bL14 td:nth-child(2) {
  border-left: 1px solid;
  border-right: 1px solid;
}

.CTe .bL15 td {
  border-right: 1px solid;
}

.CTe .bL15 .specificH01 {
  margin-top: 11px;
  margin-bottom: 12px;
}

.CTe .bL16 tr:nth-child(1) td {border-bottom: 1px solid;}

.CTe .bL17 tr:nth-child(1) td {border-bottom: 1px solid;}
.CTe .bL17 td:nth-child(3),
.CTe .bL17 td:nth-child(5),
.CTe .bL17 td:nth-child(7),
.CTe .bL17 td:nth-child(9) 
{
  border-left: 1px solid;
}

.CTe .bL17 tr:nth-child(2) td:nth-child(9) div,
.CTe .bL17 tr:nth-child(2) td:nth-child(10) span {
  border-bottom: 1px solid;
  margin: 0;
  padding: 2px 3px 5px 3px;
}



.CTe .bL18 td {border-right: 1px solid;}
.CTe .bL18 td:last-child {border-right: none;}

.CTe .bL19 tr.border-bottom td {
  border-bottom: 1px solid;
  border-left: none;
}
.CTe .bL19 tr td.bdR {border-right: 1px solid;}
.CTe .bL19 tr td button {
  min-width: unset;
  width: 30px;
}
.CTe .bL19 tr td button.button-remove {
  background-color: #ab2600;
}




.CTe .bL20 tr:nth-child(1) td {border-bottom: 1px solid;}
.CTe .bL20 tr:nth-child(2) span {min-height: 50px;}

.CTe .bL21 tr:nth-child(4) td:nth-child(6) {width: 330px;}
.CTe .bL21 td {
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.CTe .bL21 tr:first-child td {border-right: none;}
.CTe .bL21 tr:nth-child(4) td:nth-child(5) {border-bottom: 1px solid;border-right: none;}

.CTe .bL21 tr:nth-child(5) td:nth-child(1) {border-right: none;}
.CTe .bL21 tr:nth-child(6) td:nth-child(1),
.CTe .bL21 tr:nth-child(6) td:nth-child(2) {border-right:none;}
.CTe .bL21 tr:nth-child(4) td:nth-child(6) {border-bottom: 1px solid;}
.CTe .bL21 tr td:last-child{border-right: none;}
.CTe .bL21 tr:last-child td {border-bottom: none;}

.CTe .bL22 tr:nth-child(1) td {border-bottom: 1px solid;}
.CTe .bL23 tr:nth-child(1) td {border-bottom: 1px solid;}

.CTe .barCod.footer {margin:15px 0;}
.CTe .bL25 tr:nth-child(1) td,
.CTe .bL25 tr:nth-child(2) td {border-bottom: 1px solid;}
.CTe .bL25 tr td:nth-child(1) {border-right: 1px solid;}
.CTe .bL25 tr:nth-child(1) td:first-child {border-right: none;}


.CTe .bL26 tr:nth-child(1) td {border-bottom: 1px solid;}
.CTe .bL26 td:nth-child(2),
.CTe .bL26 td:nth-child(3)
{
  border-left: 1px solid;
}
.CTe .bL26 tr:nth-child(2) td:nth-child(9) div,
.CTe .bL26 tr:nth-child(2) td:nth-child(10) span {
  border-bottom: 1px solid;
  margin: 0;
  padding: 2px 3px 5px 3px;
}


.CTe .txtCheckbox {
  display: inline-block;
  border: solid 1px #000
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 320px) {
  .CTe .bL13 td:nth-child(1) {width: 40px;}
  .CTe .bL13 td:nth-child(2) {width: 80px;}
  .CTe .bL13 td:nth-child(3) {width: 45px;}
  .CTe .bL18 select {max-width: 60px;}

  .CTe .bL17 tr:nth-child(2) td:nth-child(7){width: 45px;}
  .CTe .bL17 tr:nth-child(3) td:nth-child(7){width: 45px;}
  .CTe .bL17 tr:nth-child(2) td:nth-child(8){width: 40px;}
  .CTe .bL17 tr:nth-child(2) td:nth-child(8) span {min-height: 27px;}
  .CTe .bL17 tr:nth-child(3) td:nth-child(8){width: 40px;}
  .CTe .bL17 tr:nth-child(3) td:nth-child(8) span {min-height: 30px;}
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 479px) {}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 570px) {}
/* Tablet (landscape) ----------- */
@media only screen and (max-width : 768px) {}

/* Medida para adequar o Layout do Documento */
@media only screen and (max-width : 869px) {
  .CTe .bL03 .mg {margin-top: 0;}
}
@media only screen and (min-width : 870px) {
  .CTe .bL01 .logo {
    float: left;
    width: 170px;
    height: 125px;
    overflow: hidden;
  }

  .CTe .bL01 .data {
    margin-left: 190px;
    min-height: 110px;
    padding-top: 30px;
  }
}

/* Tablet (portrait) ----------- */
@media only screen and (max-width : 1024px) {}
/*
=======================================================
  DOCUMENTS
=======================================================
*/


.documents {margin: 10px;}
.documents p {font-size: 12px;}
.documents div.wrapper {
  display: inline-block;
  width: 100%;
}

.documents h6 {
  font-size: 12px;
  margin: 3px 0px 0px 3px;
}

.documents table {width: 100%;}

.documents div.minHeight {min-height: 50px;}
.documents .break {word-break:break-all;}

/*Entry*/
.documents .entry {margin: 0 10px 0 4px;}
.documents .entry input,
.documents textarea,
.documents select {
  font-size: 12px;
  color: rgb(16, 118, 158);
  border-radius: 2px;
}

.documents textarea {resize: vertical;}

.documents .entry input::-webkit-input-placeholder,
.documents textarea::-webkit-input-placeholder {
  font-size: 11px;
  color: #303030;
}

.documents .entry input:-moz-placeholder,
.documents textarea:-moz-placeholder {
  font-size: 11px;
  color: #303030;
}

.documents .entry input::-moz-placeholder,
.documents textarea::-moz-placeholder {
  font-size: 11px;
  color: #303030;
}

.documents .entry input:-ms-input-placeholder,
.documents textarea:-ms-input-placeholder {
  font-size: 11px;
  color: #303030;
}


.documents .text {
  width: 100%;
  border: solid thin gray;
  background: rgb(231, 231, 231);
  padding-left: 5px;
}

.documents select {
  margin-left: 4px;
  border-color: gray;
  min-width: inherit;
}

.documents .error .text {
  background: rgb(248, 182, 182);
  color: rgb(216, 23, 23);
}

.documents textarea {
  width: 100%;
  border: none;
  background: rgb(231, 231, 231);
  margin-top: 4px;
}

/*
.documents .text:focus,
.documents select:focus,
.documents textarea:focus {background: rgb(163, 218, 255);}
.documents select:focus {border-color: rgb(37, 122, 179); }
*/
/*Entry*/

.documents .dashed {
  border-style: dashed;
  border-bottom: none;
  margin: 2px;
}

.documents .bd {border:1px solid #000;}
.documents .rd {border-radius: 4px;}
.documents .mg {margin: 2px;}
.documents .mg1 {margin-top: 0px;}
.documents .pd {padding: 5px;}

.documents .txt {
  display: block;
  margin: 3px 2px;
}

.documents .bold {font-weight: bold;}
.documents .italic {font-style: italic;}
.documents .txtCenter {text-align: center;}
.documents .txtRight {text-align: right;}
.documents .txtLeft {text-align: left;}

.documents .middle td,
.documents td.middle {vertical-align: middle;}


.documents .top td,
.documents td.top {vertical-align: top;}

.documents .fs1 {font-size: 10px;}
.documents .fs2 {font-size: 12px;}
.documents .fs3 {font-size: 14px;}



.documents .signature {
  display: inline-block;
  width: 100%;
}

.documents .signature .left,
.documents .signature .right {
  width: 300px;
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 20px;
}

.documents .signature .left {
  text-align: left;
  float: left;
}

.documents .signature .right {
  text-align: right;
  float: right;
}

.documents .signature .date {
  border-top: none;
  width: 160px;
}
/*
=======================================================
  Icones
=======================================================
*/


/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 320px) {
  .documents .break .fs1,
  .documents .break .fs2,
  .documents .break .fs3 {font-size: 9px;}
  .documents .break .txt {
    margin-left: 1px;
    margin-right: 1px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 479px) {}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 570px) {}
/* Tablet (landscape) ----------- */
@media only screen and (max-width : 768px) {
  .documents .entry {margin-right: 14px;}
}
/* Medida para adequar o Layout do Documento */
@media only screen and (max-width : 869px) {

  .documents .bL01 .logo {
    float: none;
    width: auto;
    height: auto;
  }

  .documents .bL01 .data {margin-left: 0;padding-top: 0;}
}
@media only screen and (min-width : 870px) {
  .documents div.left,
  .documents div.right {width: 50%;}
  .documents div.left {float: left;}
  .documents div.right {float: right;}
  .documents .w60 {width: 60%!important;}
  .documents .w70 {width: 70%!important;}
  .documents .w30 {width: 30%!important;}
  .documents .w40 {width: 40%!important;}
}
/* Tablet (portrait) ----------- */
@media only screen and (max-width : 1024px) {}


@media print {

  * {
      background:transparent !important;
      color:#000 !important;
      text-shadow:none !important;
      filter:none !important;
      -ms-filter:none !important;
      font: 10px Georgia, "Times New Roman", Times, serif !important;
  }

  body {
    margin:0;
    padding:0;
    line-height: 1.4em;
    color: #000;
  }

  .documents {margin: 0px;}
  .documents div.wrapper {float: left;}
  .documents .fs1 {font-size: 8px;}
  .documents .fs2 {font-size: 10px;}
  .documents .fs3 {font-size: 12px;}
  .documents .txt {margin: 1px;}

  .bold { font-weight: bold !important; }
  p {
      margin: 0 !important;
  }
  table {
      border-collapse: collapse !important;
  }
  table tr {}
  table tr td { padding: 0 !important }
  h4, h6 { margin-top: 0 !important; }
  .txt { white-space: nowrap !important; }
}
/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: assets-url("../webfonts/fa-regular-400.eot");
  src: assets-url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), assets-url("../webfonts/fa-regular-400.woff2") format("woff2"), assets-url("../webfonts/fa-regular-400.woff") format("woff"), assets-url("../webfonts/fa-regular-400.ttf") format("truetype"), assets-url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: assets-url("../webfonts/fa-solid-900.eot");
  src: assets-url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), assets-url("../webfonts/fa-solid-900.woff2") format("woff2"), assets-url("../webfonts/fa-solid-900.woff") format("woff"), assets-url("../webfonts/fa-solid-900.ttf") format("truetype"), assets-url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 10, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pull-right {
  float: right;
}

/* line 93, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 100, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 112, /app/app/assets/stylesheets/fontawesome-all.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 115, /app/app/assets/stylesheets/fontawesome-all.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  /* line 120, /app/app/assets/stylesheets/fontawesome-all.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 123, /app/app/assets/stylesheets/fontawesome-all.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 127, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 161, /app/app/assets/stylesheets/fontawesome-all.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 165, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 174, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 180, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 183, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 186, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 191, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 194, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 197, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 200, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 203, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 206, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 209, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 212, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 215, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 218, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 221, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 224, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 227, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 230, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 233, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 236, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 239, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 242, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 245, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 248, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 251, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 254, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 257, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 260, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 263, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 266, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 269, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 272, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 275, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 278, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 281, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 284, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 287, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 290, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 293, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 296, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 299, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 302, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 305, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 308, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 311, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 314, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 317, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 320, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 323, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 326, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 329, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 332, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 335, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 338, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 341, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 344, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 347, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 350, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 353, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 356, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 359, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 362, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 365, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 368, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 371, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 374, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 377, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 380, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 383, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 386, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 389, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 392, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 395, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 398, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 401, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 404, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 407, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 410, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 413, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 416, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 419, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 422, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 425, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 428, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 431, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 434, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 437, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 440, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 443, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 446, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 449, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 452, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 455, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 458, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 461, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 464, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 467, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 470, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 473, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 476, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 479, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 482, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 485, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 488, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 491, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 494, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 497, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 500, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 503, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 506, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 509, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 512, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 515, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 518, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 521, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 524, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 527, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 530, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 533, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 536, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 539, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 542, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 545, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 548, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 551, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 554, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 557, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 560, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 563, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 566, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 569, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 572, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 575, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 578, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 581, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 584, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 587, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 590, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 593, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 596, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 599, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 602, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 605, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 608, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 611, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 614, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 617, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 620, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 623, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 626, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 629, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 632, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 635, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 638, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 641, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 644, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 647, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 650, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 653, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 656, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 659, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 662, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 665, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 668, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 671, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 674, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 677, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 680, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 683, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 686, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 689, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 692, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 695, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 698, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 701, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 704, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 707, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 710, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 713, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 716, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 719, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 722, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 725, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 728, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 731, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 734, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 737, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 740, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 743, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 746, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 749, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 752, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 755, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 758, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 761, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 764, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 767, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 770, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 773, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 776, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 779, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 782, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 785, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 788, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 791, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 794, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 797, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 800, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 803, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 806, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 809, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 812, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 815, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 818, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 821, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 824, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 827, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 830, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 833, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 836, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 839, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 842, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 845, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 848, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 851, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 854, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 857, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 860, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 863, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 866, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 869, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 872, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 875, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 878, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 881, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 884, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 887, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 890, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 893, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 896, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 899, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 902, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 905, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 908, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 911, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 914, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 917, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 920, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 923, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 926, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 929, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 932, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 935, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 938, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 941, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 944, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 947, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 950, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 953, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 956, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 959, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 962, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 965, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 968, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 971, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 974, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 977, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 980, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 983, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 986, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 989, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 992, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 995, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 998, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1001, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1004, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1007, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1010, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1013, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1016, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1019, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1022, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1025, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1028, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1031, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1034, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1037, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1040, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1043, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1046, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1049, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1052, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1055, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1058, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1061, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1064, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1067, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1070, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1073, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1076, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1079, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1082, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1085, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1088, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1091, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1094, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1097, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1100, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1103, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1106, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1109, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1112, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1115, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1118, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1121, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1124, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1127, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1130, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1133, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1136, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1139, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1142, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1145, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1148, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1151, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1154, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1157, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1160, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1163, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1166, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1169, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1172, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1175, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1178, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1181, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1184, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1187, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1190, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1193, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1196, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1199, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1202, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1205, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1208, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1211, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1214, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1217, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1220, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1223, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1226, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1229, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1232, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1235, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1238, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1241, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1244, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1247, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1250, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1253, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1256, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1259, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1262, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1265, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1268, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1271, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1274, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1277, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1280, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1283, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1286, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1289, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1292, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1295, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1298, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1301, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1304, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1307, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1310, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1313, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1316, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1319, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1322, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1325, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1328, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1331, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1334, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1337, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1340, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1343, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1346, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1349, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1352, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1355, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1358, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 1361, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 1364, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 1367, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 1370, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1373, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 1376, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 1379, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 1382, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 1385, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 1388, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 1391, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 1394, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 1397, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 1400, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 1403, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 1406, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 1409, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 1412, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 1415, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 1418, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 1421, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 1424, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 1427, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 1430, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 1433, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 1436, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 1439, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 1442, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1445, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 1448, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 1451, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1454, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 1457, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 1460, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 1463, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 1466, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 1469, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 1472, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 1475, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1478, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1481, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1484, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1487, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 1490, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1493, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 1496, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1499, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 1502, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 1505, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 1508, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 1511, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 1514, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 1517, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 1520, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 1523, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1526, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1529, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 1532, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1535, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1538, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1541, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 1544, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 1547, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 1550, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 1553, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 1556, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 1559, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 1562, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1565, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 1568, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 1571, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1574, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 1577, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 1580, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 1583, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 1586, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 1589, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 1592, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 1595, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1598, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 1601, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 1604, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1607, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1610, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 1613, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1616, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 1619, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 1622, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 1625, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 1628, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1631, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 1634, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 1637, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 1640, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 1643, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 1646, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 1649, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1652, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 1655, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 1658, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 1661, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 1664, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 1667, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1670, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 1673, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 1676, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 1679, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 1682, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 1685, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 1688, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 1691, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 1694, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 1697, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 1700, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 1703, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1706, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 1709, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 1712, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 1715, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 1718, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 1721, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 1724, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1727, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1730, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1733, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1736, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1739, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 1742, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1745, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 1748, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1751, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 1754, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 1757, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 1760, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 1763, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 1766, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1769, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 1772, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1775, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1778, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 1781, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 1784, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 1787, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1790, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 1793, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 1796, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 1799, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 1802, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 1805, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 1808, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 1811, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 1814, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 1817, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1820, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1823, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 1826, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 1829, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1832, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 1835, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 1838, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 1841, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 1844, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 1847, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 1850, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 1853, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 1856, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1859, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1862, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1865, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1868, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 1871, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1874, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1877, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1880, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1883, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 1886, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 1889, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 1892, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1895, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1898, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 1901, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 1904, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1907, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 1910, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 1913, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1916, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 1919, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 1922, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 1925, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 1928, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1931, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1934, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 1937, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 1940, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 1943, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 1946, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 1949, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 1952, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 1955, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 1958, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 1961, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 1964, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 1967, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 1970, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 1973, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 1976, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1979, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 1982, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1985, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 1988, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 1991, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 1994, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1997, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 2000, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 2003, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 2006, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 2009, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 2012, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 2015, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 2018, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 2021, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 2024, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2027, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 2030, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 2033, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 2036, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 2039, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 2042, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 2045, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 2048, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 2051, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2054, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 2057, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 2060, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 2063, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 2066, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 2069, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 2072, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 2075, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 2078, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 2081, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2084, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 2087, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 2090, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 2093, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 2096, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2099, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 2102, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 2105, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 2108, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 2111, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 2114, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 2117, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2120, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 2123, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 2126, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 2129, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 2132, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 2135, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 2138, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 2141, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 2144, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 2147, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 2150, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 2153, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 2156, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 2159, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 2162, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 2165, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 2168, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 2171, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 2174, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 2177, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 2180, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 2183, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 2186, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 2189, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 2192, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 2195, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2198, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 2201, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 2204, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 2207, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 2210, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 2213, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 2216, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 2219, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 2222, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 2225, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 2228, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 2231, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 2234, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 2237, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 2240, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 2243, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 2246, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 2249, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 2252, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2255, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2258, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 2261, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2264, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 2267, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 2270, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2273, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 2276, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 2279, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 2282, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 2285, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 2288, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 2291, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 2294, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 2297, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 2300, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 2303, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 2306, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 2309, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 2312, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 2315, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2318, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2321, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2324, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 2327, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 2330, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 2333, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 2336, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 2339, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 2342, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 2345, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 2348, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 2351, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 2354, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 2357, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 2360, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 2363, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 2366, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 2369, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 2372, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 2375, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 2378, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 2381, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 2384, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 2387, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 2390, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 2393, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 2396, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 2399, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 2402, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 2405, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 2408, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 2411, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 2414, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 2417, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2420, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 2423, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 2426, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 2429, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 2432, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 2435, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 2438, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 2441, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 2444, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 2447, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 2450, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 2453, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 2456, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 2459, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2462, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 2465, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 2468, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 2471, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 2474, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 2477, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 2480, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 2483, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 2486, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 2489, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 2492, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 2495, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 2498, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 2501, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 2504, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 2507, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 2510, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 2513, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2516, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 2519, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 2522, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 2525, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 2528, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 2531, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 2534, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 2537, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 2540, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2543, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 2546, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2549, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2552, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2555, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2558, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2561, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 2564, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 2567, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 2570, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 2573, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 2576, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 2579, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 2582, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 2585, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 2588, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 2591, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 2594, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 2597, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 2600, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 2603, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 2606, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 2609, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 2612, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 2615, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 2618, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 2621, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 2624, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 2627, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 2630, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 2633, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 2636, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 2639, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 2642, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 2645, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 2648, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 2651, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 2654, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 2657, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 2660, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 2663, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 2666, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 2669, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 2672, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 2675, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2678, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 2681, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 2684, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 2687, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 2690, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 2693, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 2696, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2699, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 2702, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 2705, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 2708, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 2711, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 2714, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2717, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 2720, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 2723, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 2726, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 2729, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 2732, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 2735, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 2738, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 2741, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 2744, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 2747, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 2750, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 2753, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 2756, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 2759, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 2762, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 2765, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 2768, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 2771, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 2774, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 2777, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 2780, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 2783, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 2786, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 2789, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 2792, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 2795, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2798, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2801, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 2804, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 2807, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 2810, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 2813, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 2816, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 2819, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 2822, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 2825, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 2828, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 2831, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 2834, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 2837, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 2840, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 2843, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 2846, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 2849, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 2852, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 2855, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 2858, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 2861, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 2864, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 2867, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 2870, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 2873, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 2876, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 2879, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 2882, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2885, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2888, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2891, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 2894, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 2897, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 2900, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 2903, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 2906, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 2909, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2912, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2915, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2918, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 2921, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 2924, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 2927, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 2930, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 2933, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 2936, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 2939, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 2942, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 2945, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 2948, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 2951, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2954, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 2957, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 2960, /app/app/assets/stylesheets/fontawesome-all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 2970, /app/app/assets/stylesheets/fontawesome-all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(/images/webfonts/fa-brands-400.eot);
  src: url(/images/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/images/webfonts/fa-brands-400.woff2) format("woff2"), url(/images/webfonts/fa-brands-400.woff) format("woff"), url(/images/webfonts/fa-brands-400.ttf) format("truetype"), url(/images/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

/* line 2984, /app/app/assets/stylesheets/fontawesome-all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/webfonts/fa-regular-400.eot);
  src: url(/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/fa-regular-400.woff2) format("woff2"), url(/assets/webfonts/fa-regular-400.woff) format("woff"), url(/assets/webfonts/fa-regular-400.ttf) format("truetype"), url(/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

/* line 2993, /app/app/assets/stylesheets/fontawesome-all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/webfonts/fa-solid-900.eot);
  src: url(/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(/assets/webfonts/fa-solid-900.woff) format("woff"), url(/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

/* line 3004, /app/app/assets/stylesheets/fontawesome-all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.invoices .bdB {border-bottom:1px solid #000;}
.invoices .bdT {border-top:1px solid #000;}
.invoices .bdR {border-right:1px solid #000;}
.invoices .bdL {border-left:1px solid #000;}

.invoices .bL02 table {width: auto;}

.invoices .bL03 textarea {height: 100px;}


.invoices .bL07 table th,
.invoices .bL07 table td {
  border: 1px solid #000;
  text-align: center;
}

.invoices .bL07 select {
  width: 95px;
  margin: 5px;
}

.invoices .bL07 tr td:nth-child(1) {width: 105px;}
.manifests .bdB {border-bottom:1px solid #000;}
.manifests .bdT {border-top:1px solid #000;}
.manifests .bdR {border-right:1px solid #000;}
.manifests .bdL {border-left:1px solid #000;}

.manifests .fs3 {font-size: 24px;}

.manifests .bL01  h4 {margin-bottom: 10px;}

.manifests .bL01 .logo {vertical-align: middle;}

.manifests .bL01 tr:nth-child(1) td:nth-child(1) {width: 170px;}
.manifests .bL01 .logo img {
  max-width: 150px;
  max-height: 150px;
}

.manifests .bL01 td {vertical-align: top;}

.manifests .bL03 td {padding: 5px;}

.manifests .bL04 td {
  border-right: 1px solid #000;
  padding: 0 5px;
}

.manifests .bL04 td:last-child {border-right:none;}


.manifests .bL05 td {
  border-right: 1px solid #000;
  padding: 0 5px;
}

.manifests .bL05 td:last-child {border-right:none;}

.manifests .bL06 tr:nth-child(2) td {height: 100px;}

.manifests .bL07 tr:nth-child(2) td:nth-child(4) {border-left: none;}
.manifests .bL07 tr td:nth-child(4) {border-left: 1px solid #000;}
.manifests .bL07 tr:nth-child(3) td {height: 150px;}
.manifests .bL07 td {padding: 0 5px;}
.menu {
  width: 100%;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 8px;
  background: -moz-linear-gradient(top, #0272a7, #013953);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
}

.menu *  { margin: 0; padding: 0; }
.menu a  { text-decoration: none; }
.menu a:hover  { text-decoration: none; }
.menu ul { list-style: none; }
.menu .right { float: right; padding-right: 15px; }

/* LEVEL ONE */
ul.dropdown_menu { position: relative; z-index: 1; }
ul.dropdown_menu li { font-weight: bold; float: left; }
ul.dropdown_menu li a { display: block; padding: 1px 10px; color: #FFFFFF; }
ul.dropdown_menu li:hover { position: relative; }

/* LEVEL TWO */
ul.dropdown_menu ul { visibility: hidden; position: absolute; top: 100%; }
ul.dropdown_menu ul.from_left { width: 320px; left: 0; }
ul.dropdown_menu ul.from_right { width: 420px; right: 0; }
ul.dropdown_menu ul li { padding: 3px; font-weight: normal; background: #D8D8D8; border-bottom: 1px solid #909090; float: none; }
ul.dropdown_menu ul li:hover { background: #F3D673; }
ul.dropdown_menu ul li a { border-right: none; width: 100%; display: inline-block; color: #000000; }

/* LEVEL THREE */
ul.dropdown_menu ul ul { width: 350px; left: 100%; top: 0; }
ul.dropdown_menu li:hover > ul { visibility: visible; }
.NF * {font-family: 'Times New Romans';}

.NF table tbody td {
    padding-bottom: 4px;
}

.NF .bdT {border-top: 1px solid #000;}
.NF .bdB {border-bottom: 1px solid #000;}
.NF .bdL {border-left: 1px solid #000;}
.NF .bdR {border-right: 1px solid #000;}

.NF .bdN {
  border:none!important;
  width: 2px;
}

.NF .bL01 {margin-right: -1px;}
.NF .bL01 td { border: 1px solid #000; }
.NF .bL01 tr:nth-child(2) td:nth-child(1) {width: 145px;height: 40px;}


.NF .bL02 tr:nth-child(1) td:nth-child(1) {width: 145px;}
.NF .bL02 tr:nth-child(1) td:nth-child(2),
.NF .bL02 tr:nth-child(1) td:nth-child(3) {width: 215px;}
.NF .bL02 td.middle {vertical-align: middle;}

.NF .bL03 td {width: 50%;}

.NF .bL04 td {width: 33%;}

.NF .bL05 {margin-right: -1px;}
.NF .bL05 table td {border: 1px solid #000;}

.NF .bL06 table td {
  border: 1px solid #000;
  width: 11%;
}

.NF .bL07 table td {
  border: 1px solid #000;
  width: 11%;
}
.NF .bL07 table td {border-bottom: none;}

.NF .bL08 table td {
  border: 1px solid #000;
  width: 11%;
}

.NF .bL09 table td {border: 1px solid #000;}
.NF .bL09 table td {border-bottom: none;}

.NF .bL09 table td:nth-child(5) {width: 100px;}

.NF .bL10 table td {border: 1px solid #000;}
.NF .bL10 table td {border-bottom: none;}
.NF .bL10 table td:nth-child(3) {width: 100px;}

.NF .bL11 table td {border: 1px solid #000;}

.NF .bL12 table td {
  border: 1px solid #000;
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  height: 50px;
}

.NF .bL12 table tr:first-child td {
  border: 1px solid #000;
  height: auto;
}

.NF .bL12 table tr:last-child td {border-bottom: 1px solid #000;}


.NF .bL13 table td {
  border: 1px solid #000;
  width: 20%;
  height: 40px;
}

.NF .bL14 table td {
  border: 1px solid #000;
  height: 100px;
}
.NF .bL14 table td:first-child {width: 60%;}

/*body {margin-top: 0px;margin-left: 0px;}

#page_1 {position:relative; overflow: hidden;margin: 21px auto 22px;padding: 0px;border: none;width: 769px;}
#page_1 #id_1 {border:none;margin: 0px 0px 0px 1px;padding: 0px;border:none;width: 734px;overflow: hidden;}
#page_1 #id_2 {border:none;margin: 5px 0px 0px 5px;padding: 0px;border:none;width: 764px;overflow: hidden;}
#page_1 #id_2 #id_2_1 {float:left;border:none;margin: 10px 0px 0px 0px;padding: 0px;border:none;width: 319px;overflow: hidden;}
#page_1 #id_2 #id_2_2 {float:left;border:none;margin: 0px 0px 0px 0px;padding: 0px;border:none;width: 128px;overflow: hidden;}
#page_1 #id_2 #id_2_3 {float:left;border:none;margin: 9px 0px 0px 0px;padding: 0px;border:none;width: 317px;overflow: hidden;}
#page_1 #id_3 {border:none;margin: 0px 0px 0px 1px;padding: 0px;border:none;width: 768px;overflow: hidden;}
#page_1 #id_4 {border:none;margin: 59px 0px 0px 2px;padding: 0px;border:none;width: 767px;overflow: hidden;}

#page_1 #dimg1 {position:absolute;top:70px;left:0px;z-index:-1;width:737px;height:1006px;}
#page_1 #dimg1 #img1 {width:737px;height:1006px;}




.ft0{font: 7px 'Courier New';line-height: 8px;}
.ft1{font: bold 10px 'Courier New';line-height: 13px;}
.ft2{font: 1px 'Courier New';line-height: 6px;}
.ft3{font: 1px 'Courier New';line-height: 1px;}
.ft4{font: bold 16px 'Courier New';line-height: 18px;}
.ft5{font: bold 9px 'Courier New';line-height: 15px;}
.ft6{font: bold 19px 'Courier New';line-height: 22px;}
.ft7{font: 9px 'Courier New';line-height: 13px;}
.ft8{font: 9px 'Courier New';line-height: 10px;}
.ft9{font: bold 11px 'Courier New';line-height: 14px;}
.ft10{font: 9px 'Courier New';line-height: 12px;}
.ft11{font: bold 10px 'Courier New';line-height: 17px;}
.ft12{font: bold 8px 'Courier New';line-height: 11px;}
.ft13{font: 11px 'Courier New';line-height: 13px;}
.ft14{font: bold 7px 'Courier New';line-height: 8px;}
.ft15{font: 1px 'Courier New';line-height: 5px;}
.ft16{font: 8px 'Courier New';line-height: 11px;}
.ft17{font: bold 5px 'Courier New';line-height: 6px;}

.p0{text-align: left;padding-left: 2px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p1{text-align: center;padding-right: 2px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p2{text-align: left;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p3{text-align: center;padding-right: 3px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p4{text-align: left;padding-left: 123px;margin-top: 0px;margin-bottom: 0px;}
.p5{text-align: left;padding-left: 190px;margin-top: 7px;margin-bottom: 0px;}
.p6{text-align: left;padding-right: 11px;margin-top: 35px;margin-bottom: 0px;text-indent: 6px;}
.p7{text-align: left;padding-left: 33px;margin-top: 0px;margin-bottom: 0px;}
.p8{text-align: left;padding-right: 4px;margin-top: 12px;margin-bottom: 0px;}
.p9{text-align: right;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p10{text-align: right;padding-right: 3px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p11{text-align: left;padding-left: 3px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p12{text-align: right;padding-right: 23px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p13{text-align: left;padding-left: 1px;padding-right: 28px;margin-top: 0px;margin-bottom: 0px;}
.p14{text-align: left;margin-top: 0px;margin-bottom: 0px;}
.p15{text-align: left;padding-left: 8px;margin-top: 45px;margin-bottom: 0px;}
.p16{text-align: left;padding-left: 8px;padding-right: 53px;margin-top: 8px;margin-bottom: 0px;}
.p17{text-align: right;padding-right: 18px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p18{text-align: right;padding-right: 31px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p19{text-align: left;padding-left: 5px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p20{text-align: right;padding-right: 28px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p21{text-align: right;padding-right: 42px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p22{text-align: right;padding-right: 4px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p23{text-align: left;padding-left: 1px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p24{text-align: right;padding-right: 5px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p25{text-align: left;padding-left: 8px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p26{text-align: right;padding-right: 8px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p27{text-align: right;padding-right: 6px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p28{text-align: right;padding-right: 2px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p29{text-align: right;padding-right: 10px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p30{text-align: right;padding-right: 16px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p31{text-align: right;padding-right: 22px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p32{text-align: right;padding-right: 7px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p33{text-align: left;padding-left: 14px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p34{text-align: left;padding-left: 36px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p35{text-align: left;padding-left: 4px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p36{text-align: left;padding-left: 6px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p37{text-align: right;padding-right: 12px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p38{text-align: right;padding-right: 9px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p39{text-align: center;padding-right: 1px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p40{text-align: left;padding-left: 2px;margin-top: 251px;margin-bottom: 0px;}
.p41{text-align: left;padding-left: 26px;margin-top: 0px;margin-bottom: 0px;white-space: nowrap;}
.p42{text-align: left;padding-left: 2px;padding-right: 406px;margin-top: 0px;margin-bottom: 0px;}

.td0{border-left: #000000 1px solid;border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 612px;vertical-align: bottom;}
.td1{border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 120px;vertical-align: bottom;}
.td2{border-left: #000000 1px solid;padding: 0px;margin: 0px;width: 167px;vertical-align: bottom;}
.td3{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 445px;vertical-align: bottom;}
.td4{border-left: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 167px;vertical-align: bottom;}
.td5{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 445px;vertical-align: bottom;}
.td6{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 120px;vertical-align: bottom;}
.td7{border-left: #000000 1px solid;border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 166px;vertical-align: bottom;}
.td8{border-left: #000000 1px solid;border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 166px;vertical-align: bottom;}
.td9{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 120px;vertical-align: bottom;}
.td10{padding: 0px;margin: 0px;width: 6px;vertical-align: bottom;}
.td11{padding: 0px;margin: 0px;width: 14px;vertical-align: bottom;}
.td12{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 51px;vertical-align: bottom;}
.td13{border-right: #000000 1px solid;border-top: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 51px;vertical-align: bottom;}
.td14{padding: 0px;margin: 0px;width: 480px;vertical-align: bottom;}
.td15{padding: 0px;margin: 0px;width: 124px;vertical-align: bottom;}
.td16{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 213px;vertical-align: bottom;}
.td17{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 8px;vertical-align: bottom;}
.td18{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 16px;vertical-align: bottom;}
.td19{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 7px;vertical-align: bottom;}
.td20{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 3px;vertical-align: bottom;}
.td21{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 10px;vertical-align: bottom;}
.td22{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 19px;vertical-align: bottom;}
.td23{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 2px;vertical-align: bottom;}
.td24{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 14px;vertical-align: bottom;}
.td25{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 4px;vertical-align: bottom;}
.td26{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 18px;vertical-align: bottom;}
.td27{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 11px;vertical-align: bottom;}
.td28{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 6px;vertical-align: bottom;}
.td29{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 9px;vertical-align: bottom;}
.td30{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 27px;vertical-align: bottom;}
.td31{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 5px;vertical-align: bottom;}
.td32{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 254px;vertical-align: bottom;}
.td33{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 28px;vertical-align: bottom;}
.td34{padding: 0px;margin: 0px;width: 100px;vertical-align: bottom;}
.td35{padding: 0px;margin: 0px;width: 8px;vertical-align: bottom;}
.td36{padding: 0px;margin: 0px;width: 45px;vertical-align: bottom;}
.td37{padding: 0px;margin: 0px;width: 60px;vertical-align: bottom;}
.td38{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 7px;vertical-align: bottom;}
.td39{padding: 0px;margin: 0px;width: 136px;vertical-align: bottom;}
.td40{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 18px;vertical-align: bottom;}
.td41{padding: 0px;margin: 0px;width: 26px;vertical-align: bottom;}
.td42{padding: 0px;margin: 0px;width: 27px;vertical-align: bottom;}
.td43{padding: 0px;margin: 0px;width: 10px;vertical-align: bottom;}
.td44{padding: 0px;margin: 0px;width: 5px;vertical-align: bottom;}
.td45{padding: 0px;margin: 0px;width: 9px;vertical-align: bottom;}
.td46{padding: 0px;margin: 0px;width: 36px;vertical-align: bottom;}
.td47{padding: 0px;margin: 0px;width: 28px;vertical-align: bottom;}
.td48{padding: 0px;margin: 0px;width: 47px;vertical-align: bottom;}
.td49{padding: 0px;margin: 0px;width: 3px;vertical-align: bottom;}
.td50{padding: 0px;margin: 0px;width: 35px;vertical-align: bottom;}
.td51{padding: 0px;margin: 0px;width: 7px;vertical-align: bottom;}
.td52{padding: 0px;margin: 0px;width: 39px;vertical-align: bottom;}
.td53{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 100px;vertical-align: bottom;}
.td54{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 45px;vertical-align: bottom;}
.td55{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 60px;vertical-align: bottom;}
.td56{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 7px;vertical-align: bottom;}
.td57{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 18px;vertical-align: bottom;}
.td58{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 113px;vertical-align: bottom;}
.td59{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 47px;vertical-align: bottom;}
.td60{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 35px;vertical-align: bottom;}
.td61{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 39px;vertical-align: bottom;}
.td62{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 36px;vertical-align: bottom;}
.td63{border-left: #000000 1px solid;padding: 0px;margin: 0px;width: 99px;vertical-align: bottom;}
.td64{padding: 0px;margin: 0px;width: 16px;vertical-align: bottom;}
.td65{padding: 0px;margin: 0px;width: 19px;vertical-align: bottom;}
.td66{padding: 0px;margin: 0px;width: 2px;vertical-align: bottom;}
.td67{padding: 0px;margin: 0px;width: 4px;vertical-align: bottom;}
.td68{padding: 0px;margin: 0px;width: 18px;vertical-align: bottom;}
.td69{padding: 0px;margin: 0px;width: 11px;vertical-align: bottom;}
.td70{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 9px;vertical-align: bottom;}
.td71{padding: 0px;margin: 0px;width: 88px;vertical-align: bottom;}
.td72{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 4px;vertical-align: bottom;}
.td73{padding: 0px;margin: 0px;width: 89px;vertical-align: bottom;}
.td74{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 27px;vertical-align: bottom;}
.td75{border-left: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 212px;vertical-align: bottom;}
.td76{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 9px;vertical-align: bottom;}
.td77{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 143px;vertical-align: bottom;}
.td78{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 4px;vertical-align: bottom;}
.td79{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 89px;vertical-align: bottom;}
.td80{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 27px;vertical-align: bottom;}
.td81{border-left: #000000 1px solid;padding: 0px;margin: 0px;width: 39px;vertical-align: bottom;}
.td82{padding: 0px;margin: 0px;width: 12px;vertical-align: bottom;}
.td83{padding: 0px;margin: 0px;width: 48px;vertical-align: bottom;}
.td84{padding: 0px;margin: 0px;width: 98px;vertical-align: bottom;}
.td85{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 98px;vertical-align: bottom;}
.td86{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 50px;vertical-align: bottom;}
.td87{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 6px;vertical-align: bottom;}
.td88{padding: 0px;margin: 0px;width: 34px;vertical-align: bottom;}
.td89{border-left: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 51px;vertical-align: bottom;}
.td90{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 48px;vertical-align: bottom;}
.td91{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 24px;vertical-align: bottom;}
.td92{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 6px;vertical-align: bottom;}
.td93{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 26px;vertical-align: bottom;}
.td94{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 78px;vertical-align: bottom;}
.td95{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 40px;vertical-align: bottom;}
.td96{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 12px;vertical-align: bottom;}
.td97{padding: 0px;margin: 0px;width: 53px;vertical-align: bottom;}
.td98{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 44px;vertical-align: bottom;}
.td99{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 13px;vertical-align: bottom;}
.td100{padding: 0px;margin: 0px;width: 110px;vertical-align: bottom;}
.td101{padding: 0px;margin: 0px;width: 83px;vertical-align: bottom;}
.td102{padding: 0px;margin: 0px;width: 112px;vertical-align: bottom;}
.td103{border-left: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 39px;vertical-align: bottom;}
.td104{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 52px;vertical-align: bottom;}
.td105{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 78px;vertical-align: bottom;}
.td106{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 41px;vertical-align: bottom;}
.td107{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 63px;vertical-align: bottom;}
.td108{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 55px;vertical-align: bottom;}
.td109{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 104px;vertical-align: bottom;}
.td110{padding: 0px;margin: 0px;width: 65px;vertical-align: bottom;}
.td111{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 15px;vertical-align: bottom;}
.td112{padding: 0px;margin: 0px;width: 109px;vertical-align: bottom;}
.td113{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 35px;vertical-align: bottom;}
.td114{padding: 0px;margin: 0px;width: 96px;vertical-align: bottom;}
.td115{padding: 0px;margin: 0px;width: 84px;vertical-align: bottom;}
.td116{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 104px;vertical-align: bottom;}
.td117{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 35px;vertical-align: bottom;}
.td118{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 58px;vertical-align: bottom;}
.td119{border-left: #000000 1px solid;padding: 0px;margin: 0px;width: 51px;vertical-align: bottom;}
.td120{padding: 0px;margin: 0px;width: 63px;vertical-align: bottom;}
.td121{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 87px;vertical-align: bottom;}
.td122{padding: 0px;margin: 0px;width: 58px;vertical-align: bottom;}
.td123{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 99px;vertical-align: bottom;}
.td124{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 87px;vertical-align: bottom;}
.td125{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 117px;vertical-align: bottom;}
.td126{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 17px;vertical-align: bottom;}
.td127{padding: 0px;margin: 0px;width: 64px;vertical-align: bottom;}
.td128{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 17px;vertical-align: bottom;}
.td129{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 64px;vertical-align: bottom;}
.td130{padding: 0px;margin: 0px;width: 105px;vertical-align: bottom;}
.td131{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 2px;vertical-align: bottom;}
.td132{padding: 0px;margin: 0px;width: 31px;vertical-align: bottom;}
.td133{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 10px;vertical-align: bottom;}
.td134{padding: 0px;margin: 0px;width: 42px;vertical-align: bottom;}
.td135{padding: 0px;margin: 0px;width: 50px;vertical-align: bottom;}
.td136{padding: 0px;margin: 0px;width: 67px;vertical-align: bottom;}
.td137{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 105px;vertical-align: bottom;}
.td138{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 2px;vertical-align: bottom;}
.td139{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 10px;vertical-align: bottom;}
.td140{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 52px;vertical-align: bottom;}
.td141{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 11px;vertical-align: bottom;}
.td142{padding: 0px;margin: 0px;width: 161px;vertical-align: bottom;}
.td143{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 31px;vertical-align: bottom;}
.td144{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 3px;vertical-align: bottom;}
.td145{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 23px;vertical-align: bottom;}
.td146{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 20px;vertical-align: bottom;}
.td147{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 50px;vertical-align: bottom;}
.td148{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 63px;vertical-align: bottom;}
.td149{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 46px;vertical-align: bottom;}
.td150{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 39px;vertical-align: bottom;}
.td151{border-right: #000000 1px solid;padding: 0px;margin: 0px;width: 41px;vertical-align: bottom;}
.td152{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 11px;vertical-align: bottom;}
.td153{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 15px;vertical-align: bottom;}
.td154{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 3px;vertical-align: bottom;}
.td155{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 5px;vertical-align: bottom;}
.td156{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 8px;vertical-align: bottom;}
.td157{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 46px;vertical-align: bottom;}
.td158{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 34px;vertical-align: bottom;}
.td159{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 38px;vertical-align: bottom;}
.td160{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 161px;vertical-align: bottom;}
.td161{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 37px;vertical-align: bottom;}
.td162{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 55px;vertical-align: bottom;}
.td163{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 42px;vertical-align: bottom;}
.td164{border-left: #000000 1px solid;border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 186px;vertical-align: bottom;}
.td165{border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 173px;vertical-align: bottom;}
.td166{border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 184px;vertical-align: bottom;}
.td167{border-right: #000000 1px solid;border-top: #000000 1px solid;padding: 0px;margin: 0px;width: 187px;vertical-align: bottom;}
.td168{border-left: #000000 1px solid;border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 186px;vertical-align: bottom;}
.td169{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 173px;vertical-align: bottom;}
.td170{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 184px;vertical-align: bottom;}
.td171{border-right: #000000 1px solid;border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 187px;vertical-align: bottom;}
.td172{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 188px;vertical-align: bottom;}
.td173{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 174px;vertical-align: bottom;}
.td174{border-bottom: #000000 1px solid;padding: 0px;margin: 0px;width: 185px;vertical-align: bottom;}
.td175{padding: 0px;margin: 0px;width: 188px;vertical-align: bottom;}
.td176{padding: 0px;margin: 0px;width: 174px;vertical-align: bottom;}
.td177{padding: 0px;margin: 0px;width: 185px;vertical-align: bottom;}

.tr0{height: 19px;}
.tr1{height: 25px;}
.tr2{height: 6px;}
.tr3{height: 10px;}
.tr4{height: 20px;}
.tr5{height: 9px;}
.tr6{height: 17px;}
.tr7{height: 22px;}
.tr8{height: 14px;}
.tr9{height: 13px;}
.tr10{height: 16px;}
.tr11{height: 15px;}
.tr12{height: 8px;}
.tr13{height: 21px;}
.tr14{height: 5px;}
.tr15{height: 11px;}
.tr16{height: 12px;}

.t0{width: 734px;font: 7px 'Courier New';}
.t1{width: 123px;font: 9px 'Courier New';}
.t2{width: 604px;margin-left: 2px;font: 7px 'Courier New';}
.t3{width: 735px;font: 7px 'Courier New';}

@media print {
  #page_1 {
    margin-top: 0;
  }
}*/
.RPF .bdB {border-bottom:1px solid #000;}
.RPF .bdT {border-top:1px solid #000;}
.RPF .bdR {border-right:1px solid #000;}
.RPF .bdL {border-left:1px solid #000;}

.RPF .mgL {margin-left: 10px;}

.RPF .bL04 table td {border:1px solid #000;}

.RPF .bL06 table th {border-bottom:1px solid #000;}



.RPF .bL06 td:nth-child(2),
.RPF .bL06 th:nth-child(2){
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.RPF .bL06 td:nth-child(2) {
  width: 130px;
  padding-right: 20px;
}

.RPF .bL06 td:nth-child(3) {width: 130px;}
.RPF .bL06 td:nth-child(4) {width: 20px;}

.RPF .additional:hover td {background: #FCFFDD;}

.RPF .bL06 .additional:hover .delete {visibility: visible;}
.RPF .bL06 .delete {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: rgb(255, 131, 131);
  padding: 2px 2px 1px;
  margin: 0 5px 0 0;
  visibility: hidden;
}
.RPF .bL06 .delete:hover {background: rgb(246, 78, 78);}

.RPF .bL06 .insert td {
  background: #51A6DD;
  padding: 5px;
}

.RPF .bL06 .insert select {float: left;}
.RPF .bL06 .insert .entry {
  float: left;
  margin-top: 2px;
}
.RPF .bL06 .insert div.btn {}
.RPF .bL06 .insert button.btn {margin-top: 3px;}
.NFeS {}

.NFeS .bdT {border-top: 1px solid #000;}
.NFeS .bdB {border-bottom: 1px solid #000;}
.NFeS .bdL {border-left: 1px solid #000;}
.NFeS .bdR {border-right: 1px solid #000;}


.NFeS .bL01 tr:nth-child(1) td:nth-child(1) {width: 145px;}
.NFeS .bL01 td:last-child  {width: 100px;}
.NFeS .bL01 h3 {line-height: 20px;}


.NFeS .bL02 tr:nth-child(1) td:nth-child(1) {width: 145px;}
.NFeS .bL02 tr:nth-child(1) td:nth-child(2) {width: 125px;}

.NFeS .bL03 tr:nth-child(1) td:nth-child(1) {width: 145px;}

.NFeS .clone {
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
}
.NFeS .clone a {
  display: inline-block;
  width: 48%;
  background-color: rgb(66, 107, 236);
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.NFeS .clone a:hover {
  text-decoration: none;
  background-color: rgb(81, 123, 255);
}

.NFeS .bL04 tr:nth-child(4) td:nth-child(2) .text {width: 100px;}
.NFeS .bL04 tr:nth-child(1) td:nth-child(1) {width: 145px;}


.NFeS .bL05 td,
.NFeS .bL05 th {border: 1px solid #000;}

.NFeS .bL06 {margin-top: 10px;}
.NFeS .bL06 td,
.NFeS .bL06 th {border: 1px solid #000;}

.NFeS .bL07 td {border: 1px solid #000;}
.NFeS .bL07 textarea {
  height: 80px;
  resize:vertical;
}

.NFeS .bL08 {min-height: 80px;}

/*
=======================================================
  NFES - Cabeçalho NF
=======================================================
*/

/*
=======================================================
  NFES - Dados do Prestador de Serviço
=======================================================
*/
/*.NFeS .prestador-servico {border:1px solid;}
.NFeS .prestador-servico td {font-weight: bold;}
.NFeS .prestador-servico tr:first-child td:first-child {
  width: 120px;
  border-right-color: #000;
}

.NFeS .prestador-servico tr:nth-child(3) td:nth-child(3){width: 35px;}/*==Número==*/
/*.NFeS .prestador-servico tr:nth-child(4) td:nth-child(3){width: 35px;}*//*==U.F.==*/
/*
=======================================================
  NFES - Dados do Tomador do Serviço
=======================================================
*/

/*.NFeS .tomador-servico {border:1px solid;}*/

/*
.tomador-servico table tr:nth-child(3) {background-color: red;}
.tomador-servico table tr:first-child {background-color: red;}
.tomador-servico table tr:last-child {background-color: red;}
*/
/*
=======================================================
  NFES - Local onde foi realizado o Serviço
=======================================================
*/
/*.NFeS .local-servico {border:1px solid;}
.NFeS .local-servico td {font-weight: bold;}*/

/*
=======================================================
  NFES - Drescrição do Serviços
=======================================================
*/
/*.NFeS .descricao-servico th,
.NFeS .descricao-servico td {border-color: #000;}*/

/*
=======================================================
  NFES - Tributações
=======================================================
*/
/*.NFeS .tributacoes {margin-top: 20px;}
.NFeS .tributacoes th,
.NFeS .tributacoes td {border-color: #000;}
.NFeS .tributacoes td {text-align: center;}*/
/*
=======================================================
  NFES - Observações
=======================================================
*/
/*.NFeS .observacoes {margin-top: 20px;}
.NFeS .observacoes th,
.NFeS .observacoes td {border-color: #000;}
.NFeS .observacoes tr:nth-child(-n+1) td {
  height: 120px;
  vertical-align: top;
}*/
/*
=======================================================
  NFES - Outras Informações
=======================================================
*/
/*.NFeS .outras-informacoes {border: 1px solid;}
.NFeS .outras-informacoes tr:nth-child(-n+1) td {
  height: 100px;
  vertical-align: top;
}

.NFeS .bdt {border-top-color: #000;}
.NFeS .bdb {border-bottom-color: #000;}
.NFeS .bdl {border-left-color: #000;}
.NFeS .bdr {border-right-color: #000;}

.NFeS .bdnt {border-top-color: transparent!important;}
.NFeS .bdnb {border-bottom-color: transparent!important;}
.NFeS .bdnl {border-left-color: transparent!important;}
.NFeS .bdnr {border-right-color: transparent!important;}*/

/* CSS Document */
/* Definição de cores */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 9, /app/app/assets/stylesheets/style.scss */
.resize-none {
  resize: none;
}

/* line 10, /app/app/assets/stylesheets/style.scss */
.resize-vertical {
  resize: vertical;
}

/* line 11, /app/app/assets/stylesheets/style.scss */
.resize-horizontal {
  resize: horizontal;
}

/* line 13, /app/app/assets/stylesheets/style.scss */
.col {
  display: flex;
  flex-direction: column;
}

/* line 17, /app/app/assets/stylesheets/style.scss */
.row {
  display: flex;
  flex-direction: row;
}

/* line 21, /app/app/assets/stylesheets/style.scss */
.d-flex {
  display: flex;
}

/* line 22, /app/app/assets/stylesheets/style.scss */
.justify-content-start {
  justify-content: flex-start;
}

/* line 23, /app/app/assets/stylesheets/style.scss */
.justify-content-end {
  justify-content: flex-end;
}

/* line 24, /app/app/assets/stylesheets/style.scss */
.justify-content-center {
  justify-content: center;
}

/* line 25, /app/app/assets/stylesheets/style.scss */
.align-items-start {
  align-items: flex-start;
}

/* line 26, /app/app/assets/stylesheets/style.scss */
.align-items-end {
  align-items: flex-end;
}

/* line 27, /app/app/assets/stylesheets/style.scss */
.align-items-center {
  align-items: center;
}

/* line 28, /app/app/assets/stylesheets/style.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 30, /app/app/assets/stylesheets/style.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 33, /app/app/assets/stylesheets/style.scss */
.mt-0 {
  margin-top: 0;
}

/* line 34, /app/app/assets/stylesheets/style.scss */
.mt-1 {
  margin-top: 2.5px !important;
}

/* line 35, /app/app/assets/stylesheets/style.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 36, /app/app/assets/stylesheets/style.scss */
.mb-1 {
  margin-bottom: 2.5px !important;
}

/* line 37, /app/app/assets/stylesheets/style.scss */
.ml-0 {
  margin-left: 0;
}

/* line 38, /app/app/assets/stylesheets/style.scss */
.ml-1 {
  margin-left: 2.5px !important;
}

/* line 39, /app/app/assets/stylesheets/style.scss */
.mr-0 {
  margin-right: 0;
}

/* line 40, /app/app/assets/stylesheets/style.scss */
.mr-1 {
  margin-right: 2.5px !important;
}

/* line 41, /app/app/assets/stylesheets/style.scss */
.mlr-0, .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

/* line 42, /app/app/assets/stylesheets/style.scss */
.mlr-1, .mx-1 {
  margin-right: 2.5px !important;
  margin-left: 2.5px !important;
}

/* line 46, /app/app/assets/stylesheets/style.scss */
.mtb-0, .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 47, /app/app/assets/stylesheets/style.scss */
.mtb-1, .my-1 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

/* line 51, /app/app/assets/stylesheets/style.scss */
.mt-2 {
  margin-top: 5px !important;
}

/* line 52, /app/app/assets/stylesheets/style.scss */
.mb-2 {
  margin-bottom: 5px !important;
}

/* line 53, /app/app/assets/stylesheets/style.scss */
.ml-2 {
  margin-left: 5px !important;
}

/* line 54, /app/app/assets/stylesheets/style.scss */
.mr-2 {
  margin-right: 5px !important;
}

/* line 55, /app/app/assets/stylesheets/style.scss */
.mlr-2, .mx-2 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

/* line 59, /app/app/assets/stylesheets/style.scss */
.mtb-2, .my-2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 63, /app/app/assets/stylesheets/style.scss */
.mt-3 {
  margin-top: 10px !important;
}

/* line 64, /app/app/assets/stylesheets/style.scss */
.mb-3 {
  margin-bottom: 10px !important;
}

/* line 65, /app/app/assets/stylesheets/style.scss */
.ml-3 {
  margin-left: 10px !important;
}

/* line 66, /app/app/assets/stylesheets/style.scss */
.mr-3 {
  margin-right: 10px !important;
}

/* line 67, /app/app/assets/stylesheets/style.scss */
.mlr-3, .mx-3 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* line 71, /app/app/assets/stylesheets/style.scss */
.mtb-3, .my-3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 76, /app/app/assets/stylesheets/style.scss */
.pt-0 {
  padding-top: 0;
}

/* line 77, /app/app/assets/stylesheets/style.scss */
.pt-1 {
  padding-top: 2.5px !important;
}

/* line 78, /app/app/assets/stylesheets/style.scss */
.pb-0 {
  padding-bottom: 0;
}

/* line 79, /app/app/assets/stylesheets/style.scss */
.pb-1 {
  padding-bottom: 2.5px !important;
}

/* line 80, /app/app/assets/stylesheets/style.scss */
.pl-0 {
  padding-left: 0;
}

/* line 81, /app/app/assets/stylesheets/style.scss */
.pl-1 {
  padding-left: 2.5px !important;
}

/* line 82, /app/app/assets/stylesheets/style.scss */
.pr-0 {
  padding-right: 0;
}

/* line 83, /app/app/assets/stylesheets/style.scss */
.pr-1 {
  padding-right: 2.5px !important;
}

/* line 84, /app/app/assets/stylesheets/style.scss */
.plr-0, .px-0 {
  padding-left: 0;
  padding-right: 0;
}

/* line 85, /app/app/assets/stylesheets/style.scss */
.plr-1, .px-1 {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}

/* line 89, /app/app/assets/stylesheets/style.scss */
.ptb-0, .py-0 {
  padding-left: 0;
  padding-right: 0;
}

/* line 90, /app/app/assets/stylesheets/style.scss */
.ptb-1, .py-1 {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important;
}

/* line 94, /app/app/assets/stylesheets/style.scss */
.pt-2 {
  padding-top: 5px !important;
}

/* line 95, /app/app/assets/stylesheets/style.scss */
.pb-2 {
  padding-bottom: 5px !important;
}

/* line 96, /app/app/assets/stylesheets/style.scss */
.pl-2 {
  padding-left: 5px !important;
}

/* line 97, /app/app/assets/stylesheets/style.scss */
.pr-2 {
  padding-right: 5px !important;
}

/* line 98, /app/app/assets/stylesheets/style.scss */
.plr-2, .px-2 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/* line 102, /app/app/assets/stylesheets/style.scss */
.ptb-2, .py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 106, /app/app/assets/stylesheets/style.scss */
.pt-3 {
  padding-top: 10px !important;
}

/* line 107, /app/app/assets/stylesheets/style.scss */
.pb-3 {
  padding-bottom: 10px !important;
}

/* line 108, /app/app/assets/stylesheets/style.scss */
.pl-3 {
  padding-left: 10px !important;
}

/* line 109, /app/app/assets/stylesheets/style.scss */
.pr-3 {
  padding-right: 10px !important;
}

/* line 110, /app/app/assets/stylesheets/style.scss */
.plr-3, .px-3 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* line 114, /app/app/assets/stylesheets/style.scss */
.ptb-3, .py-3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 119, /app/app/assets/stylesheets/style.scss */
.hide {
  display: none;
}

/* line 120, /app/app/assets/stylesheets/style.scss */
.col1, .col-1 {
  width: 8.33%;
}

/* line 121, /app/app/assets/stylesheets/style.scss */
.col2, .col-2 {
  width: 16.66%;
}

/* line 122, /app/app/assets/stylesheets/style.scss */
.col3, .col-3 {
  width: 25%;
}

/* line 123, /app/app/assets/stylesheets/style.scss */
.col4, .col-4 {
  width: 33.33%;
}

/* line 124, /app/app/assets/stylesheets/style.scss */
.col5, .col-5 {
  width: 41.66%;
}

/* line 125, /app/app/assets/stylesheets/style.scss */
.col6, .col-6 {
  width: 50%;
}

/* line 126, /app/app/assets/stylesheets/style.scss */
.col7, .col-7 {
  width: 58.33%;
}

/* line 127, /app/app/assets/stylesheets/style.scss */
.col8, .col-8 {
  width: 66.66%;
}

/* line 128, /app/app/assets/stylesheets/style.scss */
.col9, .col-9 {
  width: 75%;
}

/* line 129, /app/app/assets/stylesheets/style.scss */
.col10, .col-10 {
  width: 83.33%;
}

/* line 130, /app/app/assets/stylesheets/style.scss */
.col11, .col-11 {
  width: 91.66%;
}

/* line 131, /app/app/assets/stylesheets/style.scss */
.col12, .col-12 {
  width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 135, /app/app/assets/stylesheets/style.scss */
  .hide-md {
    display: none;
  }

  /* line 136, /app/app/assets/stylesheets/style.scss */
  .col-md-1 {
    width: 8.33%;
  }

  /* line 137, /app/app/assets/stylesheets/style.scss */
  .col-md-2 {
    width: 16.66%;
  }

  /* line 138, /app/app/assets/stylesheets/style.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 139, /app/app/assets/stylesheets/style.scss */
  .col-md-4 {
    width: 33.33%;
  }

  /* line 140, /app/app/assets/stylesheets/style.scss */
  .col-md-5 {
    width: 41.66%;
  }

  /* line 141, /app/app/assets/stylesheets/style.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 142, /app/app/assets/stylesheets/style.scss */
  .col-md-7 {
    width: 58.33%;
  }

  /* line 143, /app/app/assets/stylesheets/style.scss */
  .col-md-8 {
    width: 66.66%;
  }

  /* line 144, /app/app/assets/stylesheets/style.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 145, /app/app/assets/stylesheets/style.scss */
  .col-md-10 {
    width: 83.33%;
  }

  /* line 146, /app/app/assets/stylesheets/style.scss */
  .col-md-11 {
    width: 91.66%;
  }

  /* line 147, /app/app/assets/stylesheets/style.scss */
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 151, /app/app/assets/stylesheets/style.scss */
  .hide-sm {
    display: none;
  }

  /* line 152, /app/app/assets/stylesheets/style.scss */
  .col-sm-1 {
    width: 8.33%;
  }

  /* line 153, /app/app/assets/stylesheets/style.scss */
  .col-sm-2 {
    width: 16.66%;
  }

  /* line 154, /app/app/assets/stylesheets/style.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 155, /app/app/assets/stylesheets/style.scss */
  .col-sm-4 {
    width: 33.33%;
  }

  /* line 156, /app/app/assets/stylesheets/style.scss */
  .col-sm-5 {
    width: 41.66%;
  }

  /* line 157, /app/app/assets/stylesheets/style.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 158, /app/app/assets/stylesheets/style.scss */
  .col-sm-7 {
    width: 58.33%;
  }

  /* line 159, /app/app/assets/stylesheets/style.scss */
  .col-sm-8 {
    width: 66.66%;
  }

  /* line 160, /app/app/assets/stylesheets/style.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 161, /app/app/assets/stylesheets/style.scss */
  .col-sm-10 {
    width: 83.33%;
  }

  /* line 162, /app/app/assets/stylesheets/style.scss */
  .col-sm-11 {
    width: 91.66%;
  }

  /* line 163, /app/app/assets/stylesheets/style.scss */
  .col-sm-12 {
    width: 100%;
  }
}
/* line 166, /app/app/assets/stylesheets/style.scss */
* {
  box-sizing: border-box;
}

/* line 169, /app/app/assets/stylesheets/style.scss */
html {
  overflow-x: hidden;
  height: 100%;
}

/* line 173, /app/app/assets/stylesheets/style.scss */
body {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0;
  background: #e0e0e0;
  color: #00466c;
  height: 100%;
  font-size: 14px;
}

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 7, /app/app/assets/stylesheets/_aside.scss */
aside {
  transition: 1s;
  flex-shrink: 0;
  width: 250px;
  transition: 1s;
}
/* line 13, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar {
  transition: 1s;
  margin-right: 0;
  background-color: #ffffff;
  flex: 1;
  height: 84vh;
  display: flex;
  flex-direction: row;
  width: 250px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 25, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar.fixed {
  position: fixed;
  right: 0;
  top: 16px;
  height: calc(94vh - 16px);
}
/* line 32, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .toggle-bar {
  background-color: #c0c0c0;
  width: 15px;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #000000;
}
/* line 42, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .toggle-bar i {
  font-size: 1rem;
}
/* line 47, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 52, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul {
  list-style: none;
  width: 100%;
  padding: 2px 0 0 0;
  margin: 5px 0 0 0;
  border-bottom: solid 1px;
}
/* line 58, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul::-webkit-scrollbar {
  width: 5px;
}
/* line 59, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul::-webkit-scrollbar-thumb {
  background: #888;
}
/* line 61, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content ul li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1rem;
}
/* line 69, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list {
  flex-shrink: 0;
  max-height: 220px;
  overflow-y: auto;
}
/* line 73, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li {
  padding: 0;
  cursor: pointer;
  border-bottom: solid 1px #f1f1f1;
  position: relative;
  flex-shrink: 0;
  color: #2c536a;
}
/* line 80, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: inherit;
  width: 100%;
  height: 30px;
  padding: 5px 5px 5px 15px;
  position: relative;
}
/* line 91, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a.hovered, aside .prop-bar .content .blog-list li a:hover {
  background-color: #2c536a;
  color: #ffffff;
}
/* line 96, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a span.new-post {
  display: inline-block;
  position: absolute;
  background-color: red;
  font-size: 0.5rem;
  bottom: 2px;
  left: 3px;
  color: #ffffff;
  padding: 1px;
  border-radius: 3px;
}
/* line 108, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i.new-post {
  position: absolute;
  font-size: 0.6rem;
  left: 3px;
  color: red;
  top: 12px;
}
/* line 116, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i {
  font-size: inherit;
  width: 1.6rem;
}
/* line 119, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a i.fa-angle-down {
  width: 15px;
}
/* line 123, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li a .desc {
  opacity: 1;
  font-size: 0.7rem;
  transition: 0.3s;
  width: 100%;
}
/* line 131, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down {
  flex-wrap: wrap;
}
/* line 133, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down ul {
  overflow: hidden;
  height: 0;
  border: none;
  margin-left: 10px;
}
/* line 138, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down ul a {
  font-weight: unset;
  font-size: 0.8rem;
  text-decoration: underline;
  height: unset;
}
/* line 145, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open {
  height: unset;
}
/* line 147, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open ul {
  height: unset;
}
/* line 148, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .blog-list li.drop-down.open .fa-angle-down {
  transform: rotate(180deg);
}
/* line 153, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list {
  overflow-y: auto;
  flex: 1;
}
/* line 156, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li {
  display: flex;
  padding: 0 2%;
  justify-content: center;
}
/* line 160, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li a {
  width: 100%;
}
/* line 162, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .bnr-list li a img {
  width: 100%;
}
/* line 169, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad {
  border-bottom: none;
}
/* line 171, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li {
  height: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #554029;
  transition: 1s;
}
/* line 180, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li a.hovered, aside .prop-bar .content .fixed-ad li a:hover {
  background-color: unset;
}
/* line 183, /app/app/assets/stylesheets/_aside.scss */
aside .prop-bar .content .fixed-ad li a i, aside .prop-bar .content .fixed-ad li a .desc {
  opacity: 0;
}

/* line 191, /app/app/assets/stylesheets/_aside.scss */
aside.closed {
  width: 65px;
  transition: 1s;
}
/* line 195, /app/app/assets/stylesheets/_aside.scss */
aside.closed .toggle-bar i {
  transform: rotate(180deg);
}
/* line 197, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar {
  margin-right: calc(65px - 250px);
  transition: 1s;
}
/* line 200, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list {
  overflow: unset;
}
/* line 204, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li .desc {
  opacity: 0;
  margin-left: 20px;
}
/* line 210, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover, aside.closed .prop-bar .blog-list li.hovered {
  width: 50%;
}
/* line 212, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover .fa-angle-down, aside.closed .prop-bar .blog-list li.hovered .fa-angle-down {
  opacity: 0;
}
/* line 215, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li:hover .desc, aside.closed .prop-bar .blog-list li.hovered .desc {
  left: calc(-100% - 20px);
  position: absolute;
  background-color: inherit;
  color: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 4px 0 0 4px;
  opacity: 1 !important;
  min-height: 120%;
}
/* line 230, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .blog-list li.drop-down ul {
  display: none;
}
/* line 237, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .bnr-list {
  opacity: 0;
}
/* line 241, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li {
  background-position-x: 250px;
}
/* line 245, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li a.hovered, aside.closed .prop-bar .fixed-ad li a:hover {
  background-color: #554029;
}
/* line 248, /app/app/assets/stylesheets/_aside.scss */
aside.closed .prop-bar .fixed-ad li a i, aside.closed .prop-bar .fixed-ad li a .desc {
  opacity: 1;
}

@media print {
  /* line 265, /app/app/assets/stylesheets/_aside.scss */
  aside {
    display: none;
  }
}
/* line 184, /app/app/assets/stylesheets/style.scss */
.container {
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 189, /app/app/assets/stylesheets/style.scss */
.container > div {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 194, /app/app/assets/stylesheets/style.scss */
  .container {
    width: 750px;
  }

  /* line 197, /app/app/assets/stylesheets/style.scss */
  section {
    min-height: 80%;
    min-height: 58vh;
  }
}
@media (min-width: 992px) {
  /* line 203, /app/app/assets/stylesheets/style.scss */
  .container {
    width: 970px;
  }

  /* line 206, /app/app/assets/stylesheets/style.scss */
  section {
    min-height: 80%;
    min-height: 58vh;
  }
}
@media (min-width: 1200px) {
  /* line 212, /app/app/assets/stylesheets/style.scss */
  .container {
    width: 100%;
  }

  /* line 215, /app/app/assets/stylesheets/style.scss */
  section {
    min-height: 80%;
    min-height: 58vh;
  }
}
/*
* Elementos da sessão Load Profile Picture
*/
/* line 6, /app/app/assets/stylesheets/_pod.scss */
#example-content {
  text-align: center;
}

/* line 9, /app/app/assets/stylesheets/_pod.scss */
.load-picture, .upload_pod {
  background-color: #e6ded4;
  color: #3d556f;
  margin: 50px;
  width: 450px;
  padding: 50px;
  display: none;
}

/* line 17, /app/app/assets/stylesheets/_pod.scss */
.load-picture .image-area, .upload_pod .image-area {
  background-color: #f3ebe1;
  border: 1px dotted #fff;
  border-radius: 50%;
  height: 350px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 350px;
}

/* line 26, /app/app/assets/stylesheets/_pod.scss */
.load-picture .hover, .upload_pod .hover {
  border: 1px solid #fff !important;
}

/* line 29, /app/app/assets/stylesheets/_pod.scss */
.load-picture .image-area span, .upload_pod .image-area span {
  display: block;
  margin-top: 100px;
  text-align: center;
}

/* line 34, /app/app/assets/stylesheets/_pod.scss */
.load-picture form fieldset, .upload_pod form fieldset {
  border: none;
  padding: 0;
}

/* line 38, /app/app/assets/stylesheets/_pod.scss */
.load-picture form input[type=file], .upload_pod form input[type=file] {
  display: none;
}

/* line 44, /app/app/assets/stylesheets/_pod.scss */
.load-picture .load-picture-btn, .upload_pod .load-picture-btn,
.load-picture .save-picture-btn,
.upload_pod .save-picture-btn,
.load-file-btn {
  background-color: #2c536a;
  color: #b1c2cd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: ellipsis;
  float: left;
  height: auto;
  margin-right: 10px;
}
/* line 56, /app/app/assets/stylesheets/_pod.scss */
.load-picture .load-picture-btn i, .upload_pod .load-picture-btn i,
.load-picture .save-picture-btn i,
.upload_pod .save-picture-btn i,
.load-file-btn i {
  background-position: -187px -177px;
  height: 16px;
  width: 21px;
}

/* line 63, /app/app/assets/stylesheets/_pod.scss */
.load-picture .file-name, .upload_pod .file-name {
  padding-top: 7px;
  text-overflow: ellipsis;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
}

/*
* Popup de visualização de comprovantes de pagamento
 */
/* line 75, /app/app/assets/stylesheets/_pod.scss */
.popup-pods {
  max-width: 50%;
}

/* line 78, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group {
  margin: 20px 0;
  padding: 0 20px;
}
/* line 81, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group img {
  border: 0 auto;
}
/* line 84, /app/app/assets/stylesheets/_pod.scss */
.popup-pods .group fieldset {
  text-align: center;
}

/* line 89, /app/app/assets/stylesheets/_pod.scss */
i.pod {
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-style: unset;
  font-weight: bold;
  padding-top: 1px;
  cursor: default;
}
/* line 100, /app/app/assets/stylesheets/_pod.scss */
i.pod.pod_aproved {
  background-color: #0C3;
}
/* line 103, /app/app/assets/stylesheets/_pod.scss */
i.pod.pod_refused {
  background-color: #C30;
}

/* line 107, /app/app/assets/stylesheets/_pod.scss */
.cf-delete-pod {
  width: 30px;
  float: none;
  display: block;
}

/* line 113, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod {
  width: 30px;
  float: none;
  display: block;
}
/* line 118, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod i {
  background-position: -44px -115px;
  width: 21px;
}
/* line 123, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod.aproved i {
  background-position: -94px -216px;
}
/* line 128, /app/app/assets/stylesheets/_pod.scss */
.cf-view-pod.refused i {
  background-position: -114px -216px;
}

/* line 133, /app/app/assets/stylesheets/_pod.scss */
.cf-upload-pod {
  width: 30px;
  float: none;
  display: block;
}
/* line 138, /app/app/assets/stylesheets/_pod.scss */
.cf-upload-pod i {
  background-position: -210px -177px;
  width: 20px;
  height: 17px;
}

/* line 145, /app/app/assets/stylesheets/_pod.scss */
.upload_pod {
  width: 50%;
}
/* line 148, /app/app/assets/stylesheets/_pod.scss */
.upload_pod h3 {
  margin: 0 0 10px 0;
}
/* line 151, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .tab {
  font-size: 90%;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
  display: block;
  float: left;
}
/* line 157, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .tab.active {
  border: 1px dotted #fff;
  background-color: #f3ebe1;
}
/* line 165, /app/app/assets/stylesheets/_pod.scss */
.upload_pod video,
.upload_pod img,
.upload_pod canvas {
  background-color: #f3ebe1;
  border: 1px dotted #fff;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
/* line 172, /app/app/assets/stylesheets/_pod.scss */
.upload_pod img {
  height: 350px;
}
/* line 175, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .image-area,
.upload_pod .picture-area {
  width: 100%;
  border-radius: 0;
  text-align: center;
}
/* line 180, /app/app/assets/stylesheets/_pod.scss */
.upload_pod .file-name {
  width: unset;
}

/*
* Formatações gerais de popups
*/
/* line 6, /app/app/assets/stylesheets/_popups.scss */
.popup {
  display: none;
  width: 90%;
  background: #fffff7;
}

/* line 11, /app/app/assets/stylesheets/_popups.scss */
.popup fieldset {
  border: none;
  width: 100%;
  margin: 0;
  padding: 2px 10px 0 0;
}

/* line 18, /app/app/assets/stylesheets/_popups.scss */
.popup .group,
div.group {
  margin-left: 50px;
  padding-left: 33px;
  overflow: hidden;
  padding-bottom: 15px;
}

/* line 26, /app/app/assets/stylesheets/_popups.scss */
.popup .group.line,
div.group.line {
  border-left: 1px solid #172c4f;
}

/* line 29, /app/app/assets/stylesheets/_popups.scss */
.popup .group.disabled label {
  color: #78797b;
}

/* line 33, /app/app/assets/stylesheets/_popups.scss */
fieldset.break-line {
  float: left;
  clear: right;
  padding: 0;
}

/* line 39, /app/app/assets/stylesheets/_popups.scss */
.popup fieldset .sel-container {
  margin-top: 3px;
}

/* line 44, /app/app/assets/stylesheets/_popups.scss */
.popup .submits {
  text-align: right;
}

/* line 47, /app/app/assets/stylesheets/_popups.scss */
.popup h2 {
  overflow: hidden;
  min-height: 62px;
  background: #28487e;
  color: #fffff7;
  font-size: 22px;
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 57, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .close {
  width: 40px;
  color: #ffffff;
}
/* line 61, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .text {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  flex: 1;
}
/* line 67, /app/app/assets/stylesheets/_popups.scss */
.popup h2 .obs {
  color: #f95a22;
  float: right;
  font-size: 13px;
  margin-top: 42px;
  padding-right: 10px;
  text-align: right;
}

/***************************************
 ************* GLOBAL ******************
 ***************************************/
/* line 229, /app/app/assets/stylesheets/style.scss */
h1, h2, h3, h4, h5 {
  color: #2c536a;
}

/* line 232, /app/app/assets/stylesheets/style.scss */
h1 {
  font-size: 35px;
  font-weight: 600;
}

/* line 236, /app/app/assets/stylesheets/style.scss */
p {
  margin: 10px 0;
  overflow: hidden;
}
/* line 240, /app/app/assets/stylesheets/style.scss */
p.error {
  display: none;
}

/* line 244, /app/app/assets/stylesheets/style.scss */
hr {
  color: inherit;
  border-color: inherit;
}

/* line 248, /app/app/assets/stylesheets/style.scss */
label {
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
/* line 255, /app/app/assets/stylesheets/style.scss */
label em {
  color: #ff3900;
  margin-right: 2px;
}
/* line 260, /app/app/assets/stylesheets/style.scss */
label.help-info {
  font-size: 11px;
  color: #fa0000;
}

/* line 265, /app/app/assets/stylesheets/style.scss */
a {
  color: #2c536a;
  font-weight: bold;
  outline: none;
}
/* line 269, /app/app/assets/stylesheets/style.scss */
a.link {
  color: #0e00ff !important;
  text-decoration: underline !important;
  font-weight: inherit;
}
/* line 274, /app/app/assets/stylesheets/style.scss */
a.download-file {
  display: inline-block;
  background: url(/assets/ui-sprite.png) no-repeat;
  padding-top: 20px;
  height: 20px;
  overflow: hidden;
  width: 21px;
}
/* line 282, /app/app/assets/stylesheets/style.scss */
a.pdf {
  background-position: -89px -210px;
}
/* line 285, /app/app/assets/stylesheets/style.scss */
a.xml {
  background-position: -111px -210px;
}
/* line 288, /app/app/assets/stylesheets/style.scss */
a.cob {
  background-position: -133px -210px;
}
/* line 291, /app/app/assets/stylesheets/style.scss */
a i {
  margin-right: 4px;
}

/***************************************
 ************* HEADER ******************
 ***************************************/
/* line 299, /app/app/assets/stylesheets/style.scss */
header {
  width: 100%;
}
/* line 302, /app/app/assets/stylesheets/style.scss */
header .main {
  display: flex;
  align-items: flex-start;
  background: url(/assets/header_background_overlay_foto_caminhao.png) top center no-repeat;
  height: 77px;
  position: relative;
  box-sizing: content-box;
  border-bottom: 2px solid #e2e2da;
  background-size: cover;
}
/* line 315, /app/app/assets/stylesheets/style.scss */
header .main .sys-name,
header .main .company-type,
header .main .notifications {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: 600;
}
/* line 320, /app/app/assets/stylesheets/style.scss */
header .main .sys-name label,
header .main .company-type label,
header .main .notifications label {
  font-size: inherit;
}
/* line 322, /app/app/assets/stylesheets/style.scss */
header .main .sys-name {
  font-size: 2rem;
  margin-left: 3rem;
}
/* line 326, /app/app/assets/stylesheets/style.scss */
header .main .company-type {
  font-size: 1rem;
}
/* line 330, /app/app/assets/stylesheets/style.scss */
header > div {
  width: 100%;
  height: 56px;
}
/* line 334, /app/app/assets/stylesheets/style.scss */
header label {
  display: block;
}

/* line 338, /app/app/assets/stylesheets/style.scss */
.logo {
  float: left;
  margin: 10px;
}

/* line 342, /app/app/assets/stylesheets/style.scss */
.notifications {
  padding: 0.5rem 1rem;
  align-items: flex-end;
  float: right;
  margin-right: 3rem;
}
/* line 347, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content {
  font-size: 1rem;
  color: #ff3900;
  position: relative;
}
/* line 351, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content > i {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 362, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list {
  display: none;
  position: absolute;
  background-color: #f0e8e8;
  width: 21rem;
  height: 8rem;
  top: 90%;
  z-index: 1;
  border: solid 1px #2c536a;
  border-radius: 0.5rem;
  padding: 0.3rem;
}
/* line 373, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list div {
  overflow-y: auto;
  height: 100%;
  color: #2c536a;
}
/* line 378, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list ul {
  list-style: none;
  margin: 0;
  padding: 0.3rem;
  width: 100%;
  font-size: 0.6rem;
}
/* line 384, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list ul li {
  padding: 0.3rem 0;
  border-bottom: solid 2px gray;
  cursor: pointer;
}
/* line 388, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list ul li:hover {
  background-color: white;
}
/* line 391, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content .nt-list ul li.show-more {
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
}
/* line 400, /app/app/assets/stylesheets/style.scss */
.notifications .nt-content:hover .nt-list {
  display: block;
}

/*
* Logout Menu (Início, Sair, Pesquisar)
*/
/* line 410, /app/app/assets/stylesheets/style.scss */
.logout-menu {
  list-style: none;
  float: right;
  margin: 5px 90px 0 0;
  font-size: 13px;
}
/* line 415, /app/app/assets/stylesheets/style.scss */
.logout-menu > * {
  float: left;
  position: relative;
}
/* line 419, /app/app/assets/stylesheets/style.scss */
.logout-menu a {
  font-weight: 700;
  padding: 0px 4px 5px 4px;
  color: #00466c;
  margin: 0 6px;
}
/* line 424, /app/app/assets/stylesheets/style.scss */
.logout-menu a.disabled {
  color: #797979;
}
/* line 428, /app/app/assets/stylesheets/style.scss */
.logout-menu .sep {
  border-right: 2px solid #00466c;
  display: inline-block;
  height: 12px;
}
/* line 433, /app/app/assets/stylesheets/style.scss */
.logout-menu i {
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

/* line 440, /app/app/assets/stylesheets/style.scss */
.logout-menu .popup-search {
  padding: 10px;
  background: #dedfe1;
  border-radius: 5px;
  display: none;
  position: absolute;
  width: 300%;
  left: -200%;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 451, /app/app/assets/stylesheets/style.scss */
.logout-menu .popup-search label {
  font-size: 10px;
}
/* line 454, /app/app/assets/stylesheets/style.scss */
.logout-menu .popup-search input {
  float: left;
  width: 90%;
}
/* line 458, /app/app/assets/stylesheets/style.scss */
.logout-menu .popup-search button, .logout-menu .popup-search .btn-cancel {
  width: 10%;
  min-width: 10%;
  padding: 2px 0 0 4px;
  display: block;
}
/* line 463, /app/app/assets/stylesheets/style.scss */
.logout-menu .popup-search button i, .logout-menu .popup-search .btn-cancel i {
  background-position: -47px -211px;
  width: 20px;
  height: 19px;
}

/* line 471, /app/app/assets/stylesheets/style.scss */
.logout-menu .active a {
  background: #dedfe1;
  color: #00466c;
  border-radius: 4px;
}
/* line 475, /app/app/assets/stylesheets/style.scss */
.logout-menu .active a i {
  background-position: -218px -196px;
}
/* line 477, /app/app/assets/stylesheets/style.scss */
.logout-menu .active .popup-search {
  display: block;
}

/*
* Center Menu (Grupos, Matrizes, Filiais)
*/
/* line 485, /app/app/assets/stylesheets/style.scss */
.center-menu {
  min-width: 310px;
  position: relative;
  font-size: 1vw;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* line 496, /app/app/assets/stylesheets/style.scss */
.cm-title {
  color: #00466c;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
}
/* line 503, /app/app/assets/stylesheets/style.scss */
.cm-title i {
  color: inherit;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-left: 8px;
}

/* line 511, /app/app/assets/stylesheets/style.scss */
.cm-title-sel {
  color: #89d1c9;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  text-align: center;
}

/* line 518, /app/app/assets/stylesheets/style.scss */
.cm-dropdown {
  position: absolute;
  background: #d5d6d8;
  border-radius: 15px;
  padding: 15px 5px;
  font-weight: bold;
  display: none;
  z-index: 10;
  width: 22vw;
  box-sizing: content-box;
  top: 45px;
}
/* line 530, /app/app/assets/stylesheets/style.scss */
.cm-dropdown.level-2 {
  width: 44vw;
  margin-left: 22vw;
}
/* line 531, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div {
  width: 22vw;
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  box-sizing: border-box;
  float: left;
}
/* line 538, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div > label {
  color: #000;
  font-size: 14px;
}
/* line 542, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
/* line 547, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
/* line 551, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li:last-child {
  border: none;
}
/* line 554, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li.active, .cm-dropdown > div li:hover {
  background: #99a6b1;
}
/* line 557, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 562, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li i {
  font-size: 150%;
  float: right;
}
/* line 566, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li div {
  display: none;
}
/* line 567, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li p {
  display: none;
}
/* line 568, /app/app/assets/stylesheets/style.scss */
.cm-dropdown > div li span {
  font-size: 75%;
}
/* line 573, /app/app/assets/stylesheets/style.scss */
.cm-dropdown .cm-count {
  color: #000;
  font-size: 14px;
  padding: 0 10px;
}
/* line 578, /app/app/assets/stylesheets/style.scss */
.cm-dropdown .cm-empty {
  color: #00466c;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}

/* User data */
/* line 587, /app/app/assets/stylesheets/style.scss */
.user-data {
  color: #00466c;
  float: right;
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-align: center;
  bottom: 7px;
}
/* line 595, /app/app/assets/stylesheets/style.scss */
.user-data i {
  font-size: 30px;
}
/* line 598, /app/app/assets/stylesheets/style.scss */
.user-data .picture {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  width: 31px;
  height: 31px;
  margin: 0 auto;
  cursor: inherit;
}
/* line 607, /app/app/assets/stylesheets/style.scss */
.user-data .name {
  font-size: 12px;
  margin-top: 5px;
  cursor: inherit;
}

/* Breadcrumb */
/* line 615, /app/app/assets/stylesheets/style.scss */
.breadcrumb {
  float: left;
  font-size: 10px;
  color: #000;
  line-height: 15px;
  padding: 8px;
  font-weight: 600;
}
/* line 622, /app/app/assets/stylesheets/style.scss */
.breadcrumb a {
  color: #0e00ff;
  font-size: inherit;
  font-weight: inherit;
}
/* line 626, /app/app/assets/stylesheets/style.scss */
.breadcrumb a:visited {
  color: #0e00ff;
}
/* line 630, /app/app/assets/stylesheets/style.scss */
.breadcrumb span {
  margin: 0 4px;
  color: gray;
}

/* Group Data */
/* line 637, /app/app/assets/stylesheets/style.scss */
.group-data {
  color: #464646;
  float: right;
  font-size: 11px;
  font-weight: 700;
  padding: 8px;
  text-align: right;
}
/* line 644, /app/app/assets/stylesheets/style.scss */
.group-data .group-data a {
  font-weight: 600;
  color: inherit;
}
/* line 647, /app/app/assets/stylesheets/style.scss */
.group-data .group-data a i {
  margin-right: 5px;
  background: url(/assets/ui-sprite.png) no-repeat;
  background-position: -52px -96px;
  display: inline-block;
  width: 10px;
  height: 10px;
}

/*
* Navigation
*/
/* line 661, /app/app/assets/stylesheets/style.scss */
nav {
  background: #f0e8e8;
  height: 73px;
  margin-bottom: 2%;
  font-size: 13px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 668, /app/app/assets/stylesheets/style.scss */
nav > ul {
  display: flex;
  list-style: none;
  padding: 4px 8px;
  text-align: center;
  margin: 0;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
}
/* line 677, /app/app/assets/stylesheets/style.scss */
nav > ul > li {
  color: #2c536a;
  flex: 1;
  position: relative;
  max-width: 400px;
}
/* line 682, /app/app/assets/stylesheets/style.scss */
nav > ul > li > div {
  display: none;
}
/* line 685, /app/app/assets/stylesheets/style.scss */
nav a {
  text-decoration: none;
}

/* Primary Level */
/* line 688, /app/app/assets/stylesheets/style.scss */
nav > ul > li a {
  overflow: hidden;
  color: inherit;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 5px;
}
/* line 695, /app/app/assets/stylesheets/style.scss */
nav > ul > li a *:hover {
  cursor: pointer;
}
/* line 698, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > label {
  display: inline-block;
  text-align: center;
}
/* line 702, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > .nav-icon {
  border-radius: 42px;
  background: #2c536a;
  width: 39px;
  height: 39px;
  padding: 3px;
}
/* line 708, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > .nav-icon i {
  /*
  background: $nav-sprite;
  display: block;
  height: 34px;
  width: 34px;
  */
  float: left;
  font-size: 140%;
  padding-top: 20%;
  color: #f0e8e8;
  width: 34px;
}
/* line 723, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > .nav-arrow {
  height: 39px;
  margin-right: -8px;
  color: #00284c;
}
/* line 727, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > .nav-arrow i {
  float: right;
  width: 8px;
  margin-top: 15px;
  color: inherit;
}
/* line 734, /app/app/assets/stylesheets/style.scss */
nav > ul > li a > .nav-label {
  border-bottom: medium none;
  color: #00284c;
  display: block;
  font-weight: 600;
  padding-bottom: 2px;
  width: 100%;
}

/* line 743, /app/app/assets/stylesheets/style.scss */
nav ul li.active > a {
  border-bottom: 6px solid #0075b4;
  min-height: 70px;
}

/* Secondary Level */
/* line 749, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container {
  background: gainsboro;
  color: #2c536a;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: -5px;
  left: 100%;
  min-width: 110%;
  z-index: 100;
  display: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
  /* ul */
}
/* line 762, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container.level0 {
  left: -5%;
  top: 56px;
}
/* line 766, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 770, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container ul li {
  position: relative;
  border-bottom: solid 2px #d5d4d4;
}
/* line 773, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container ul li:last-child {
  border: none;
}
/* line 778, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container a, nav .nav-drop-container label {
  font-size: 13px;
  padding: 2px 5px;
  font-weight: bold;
  color: inherit;
  cursor: pointer;
  text-align: left;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 789, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container a:hover, nav .nav-drop-container label:hover {
  color: #f0e8e8;
  background: #2c536a;
}
/* line 793, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container a span, nav .nav-drop-container label span {
  font-size: 70%;
}
/* line 795, /app/app/assets/stylesheets/style.scss */
nav .nav-drop-container label i {
  margin-left: 5px;
  font-size: 150%;
}

/* line 800, /app/app/assets/stylesheets/style.scss */
nav ul .disabled {
  color: gray;
}
/* line 802, /app/app/assets/stylesheets/style.scss */
nav ul .disabled .nav-icon {
  background: gray;
}
/* line 807, /app/app/assets/stylesheets/style.scss */
nav ul .disabled:hover,
nav ul .disabled a:hover,
nav ul .disabled label:hover {
  color: gray;
  background: #ccc;
  cursor: default;
}

/* line 814, /app/app/assets/stylesheets/style.scss */
nav i.ni-mat {
  background-position: -2px -40px !important;
}

/* matrizes */
/* line 815, /app/app/assets/stylesheets/style.scss */
nav i.ni-pag {
  background-position: -116px -192px !important;
}

/* pagamentos */
/* line 816, /app/app/assets/stylesheets/style.scss */
nav i.ni-inf {
  background-position: -116px -2px !important;
}

/* informações */
/* line 817, /app/app/assets/stylesheets/style.scss */
nav i.ni-mon {
  background-position: -40px -40px !important;
}

/* monitoramento */
/* line 818, /app/app/assets/stylesheets/style.scss */
nav i.ni-mot {
  background-position: -78px -40px !important;
}

/* motoristas */
/* line 819, /app/app/assets/stylesheets/style.scss */
nav i.ni-vei {
  background-position: -1px -2px !important;
}

/* veículos */
/* line 820, /app/app/assets/stylesheets/style.scss */
nav i.ni-cli {
  background-position: -40px -2px !important;
}

/* clientes */
/* line 821, /app/app/assets/stylesheets/style.scss */
nav i.ni-usu {
  background-position: -79px -76px !important;
}

/* usuários */
/* line 822, /app/app/assets/stylesheets/style.scss */
nav i.ni-rel {
  background-position: -2px -78px !important;
}

/* relatórios */
/* line 823, /app/app/assets/stylesheets/style.scss */
nav i.ni-mai {
  background-position: -192px -77px !important;
}

/* mensagens */
/* line 824, /app/app/assets/stylesheets/style.scss */
nav i.ni-fil {
  background-position: -78px -1px !important;
}

/* filiais */
/* line 825, /app/app/assets/stylesheets/style.scss */
nav i.ni-ctr {
  background-position: -117px -78px !important;
}

/* Torre de controle */
/* line 826, /app/app/assets/stylesheets/style.scss */
nav i.ni-sup {
  background-position: -2px -115px !important;
}

/* suporte */
/* line 827, /app/app/assets/stylesheets/style.scss */
nav i.ni-ent {
  background-position: -40px -116px !important;
}

/* entidade */
/* line 828, /app/app/assets/stylesheets/style.scss */
nav i.ni-ser, nav i.ni-cfg {
  background-position: -78px -116px !important;
}

/* serviços/configurações */
/* line 829, /app/app/assets/stylesheets/style.scss */
nav i.ni-not {
  background-position: -115px -115px !important;
}

/* notificações */
/* line 830, /app/app/assets/stylesheets/style.scss */
nav i.ni-fin {
  background-position: -2px -153px !important;
}

/* financeiro */
/* line 831, /app/app/assets/stylesheets/style.scss */
nav i.ni-ope {
  background-position: -77px -153px !important;
}

/* operacional */
/* line 832, /app/app/assets/stylesheets/style.scss */
nav i.ni-cad {
  background-position: -40px -153px !important;
}

/* cadastros */
/* line 833, /app/app/assets/stylesheets/style.scss */
nav i.ni-lot {
  background-position: -154px -2px !important;
}

/* lotação */
/* line 834, /app/app/assets/stylesheets/style.scss */
nav i.ni-fra {
  background-position: -154px -39px !important;
}

/* fracionado */
/* line 835, /app/app/assets/stylesheets/style.scss */
nav i.ni-bus {
  background-position: -154px -78px !important;
}

/* busca */
/***************************************
 ********* BODY AND CONTENT ************
 ***************************************/
/* line 843, /app/app/assets/stylesheets/style.scss */
section {
  padding: 0 0 5% 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  min-height: 58vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
/* line 855, /app/app/assets/stylesheets/style.scss */
section .content-wrapper {
  width: 95%;
  margin: 0 1%;
}

/* line 861, /app/app/assets/stylesheets/style.scss */
.summary_container {
  box-sizing: content-box;
  padding: 0 15px;
  font-size: 14px;
}

/* Link to add new records */
/* line 868, /app/app/assets/stylesheets/style.scss */
.new_resource {
  padding: 5px 10px;
  float: left;
  width: 50%;
  font-size: 14px;
}
/* line 873, /app/app/assets/stylesheets/style.scss */
.new_resource a i {
  margin-right: 2px;
  font-size: 110%;
}

/* Pagination */
/* line 880, /app/app/assets/stylesheets/style.scss */
.paginator {
  float: right;
  width: 50%;
  text-align: right;
  color: #9e7c64;
  padding: 5px 0;
}
/* line 886, /app/app/assets/stylesheets/style.scss */
.paginator b {
  color: #554029;
}

/* line 890, /app/app/assets/stylesheets/style.scss */
.pagination {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
/* line 894, /app/app/assets/stylesheets/style.scss */
.pagination * {
  color: #9e7c64;
  margin: 0 3px;
}
/* line 898, /app/app/assets/stylesheets/style.scss */
.pagination .previous_page {
  padding-right: 6px;
  border-right: solid 1px;
}
/* line 902, /app/app/assets/stylesheets/style.scss */
.pagination .next_page {
  padding-left: 6px;
  border-left: solid 1px;
}
/* line 907, /app/app/assets/stylesheets/style.scss */
.pagination .disabled,
.pagination [disabled=disabled] {
  color: gray;
}
/* line 910, /app/app/assets/stylesheets/style.scss */
.pagination .current {
  color: black;
  text-decoration: none;
  font-style: normal;
}

/*
* Form Elements
*/
/* Selected Items */
/* line 922, /app/app/assets/stylesheets/style.scss */
.selected-item {
  border: solid 1px #e6ded4;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f3ebe1;
  margin-right: 4px;
}

/* File Uploads */
/* line 930, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper {
  background-color: #f3ebe1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 934, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper h3 {
  padding: 5px;
  margin: 0;
  background-color: #e6ded4;
  color: #2c536a;
}
/* line 940, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper .attachments {
  color: #2c536a;
  margin: 0;
  padding: 10px;
}
/* line 945, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper .attachments .info {
  font-size: 0.8rem;
}
/* line 950, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper .attachments div.upload .invisible {
  display: none;
}
/* line 951, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper .attachments div.upload a {
  display: block;
}
/* line 954, /app/app/assets/stylesheets/style.scss */
.attachments-wrapper .attachments div.upload img.upload {
  cursor: pointer;
}

/* line 962, /app/app/assets/stylesheets/style.scss */
fieldset {
  border: none;
}
/* line 964, /app/app/assets/stylesheets/style.scss */
fieldset label {
  font-weight: bold;
}

/* line 968, /app/app/assets/stylesheets/style.scss */
fieldset.file i {
  background-position: -31px -40px;
  margin-top: 2px;
  height: 14px;
  float: left;
  cursor: pointer;
  display: none;
}

/* line 976, /app/app/assets/stylesheets/style.scss */
fieldset.has-file i {
  display: block;
}

/* textfields and selectors*/
/* line 984, /app/app/assets/stylesheets/style.scss */
input[type=text], textarea,
input[type=email],
input[type=password],
.sel-container {
  background: #f0f0f0;
  border: none;
  color: #2c536a;
  font-size: 13px;
  font-weight: bold;
  height: 27px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-shadow: inset 2px 2px 2px 0px #797979;
  -moz-box-shadow: inset 2px 2px 2px 0px #797979;
  box-shadow: inset 2px 2px 2px 0px #797979;
}
/* line 997, /app/app/assets/stylesheets/style.scss */
input[type=text]:focus, textarea:focus,
input[type=email]:focus,
input[type=password]:focus,
.sel-container:focus {
  outline: none;
  background-color: #dedfe1;
}
/* line 1001, /app/app/assets/stylesheets/style.scss */
input[type=text][disabled], textarea[disabled],
input[type=email][disabled],
input[type=password][disabled],
.sel-container[disabled] {
  opacity: 0.7;
}

/* line 1008, /app/app/assets/stylesheets/style.scss */
.disabled input[type=text], .disabled textarea,
.disabled input[type=email],
.disabled input[type=password] {
  color: #797979;
  cursor: default;
}

/* line 1012, /app/app/assets/stylesheets/style.scss */
.sel-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
  padding-left: 0;
}
/* line 1017, /app/app/assets/stylesheets/style.scss */
.sel-container.disabled {
  background-color: #dedfe1;
}
/* line 1019, /app/app/assets/stylesheets/style.scss */
.sel-container.disabled div {
  background-color: #2c536a;
}
/* line 1020, /app/app/assets/stylesheets/style.scss */
.sel-container.disabled select {
  display: none;
}
/* line 1022, /app/app/assets/stylesheets/style.scss */
.sel-container select {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  height: 27px;
  width: calc(100% + 25px);
  z-index: 1;
  padding: 2px 20% 0 5px;
  position: relative;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
/* line 1034, /app/app/assets/stylesheets/style.scss */
.sel-container select:focus {
  outline: none;
}
/* line 1038, /app/app/assets/stylesheets/style.scss */
.sel-container option:first-child {
  color: inherit;
}
/* line 1041, /app/app/assets/stylesheets/style.scss */
.sel-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #00466c;
}
/* line 1045, /app/app/assets/stylesheets/style.scss */
.sel-container div {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px !important;
  height: 27px;
  background-color: #babcc0;
  color: #424752;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1058, /app/app/assets/stylesheets/style.scss */
.sel-container div::before {
  content: "\f107";
  font-size: 1.5rem;
  height: 1.4rem;
}

/* line 1068, /app/app/assets/stylesheets/style.scss */
input[type=text].hidden-field-new, textarea.hidden-field-new,
input[type=email].hidden-field-new,
input[type=password].hidden-field-new {
  display: none;
  margin-top: 2px;
}

/* line 1072, /app/app/assets/stylesheets/style.scss */
textarea {
  min-height: 150px;
  width: 100%;
  padding: 5px;
}

/* buttons and submitters */
/* line 1082, /app/app/assets/stylesheets/style.scss */
button, .btn-cancel,
input[type=submit],
input[type=button] {
  background: #2c536a;
  border: none;
  height: 27px;
  min-width: 12vw;
  color: #b1c2cd;
  cursor: pointer;
  font-size: 14px;
  border-radius: 2px;
}
/* line 1091, /app/app/assets/stylesheets/style.scss */
button:hover, .btn-cancel:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #2c536a;
  color: white;
}

/* line 1099, /app/app/assets/stylesheets/style.scss */
button:disabled, .btn-cancel:disabled,
input[type=submit]:disabled,
input[type=button]:disabled {
  cursor: default;
  background-color: #aaaaaa;
  color: white;
}
/* line 1103, /app/app/assets/stylesheets/style.scss */
button:disabled:hover, .btn-cancel:disabled:hover,
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  background-color: #aaaaaa;
  color: white;
}

/* Form for a new record */
/* line 1110, /app/app/assets/stylesheets/style.scss */
.field {
  padding-bottom: 5px;
  overflow: hidden;
}
/* line 1113, /app/app/assets/stylesheets/style.scss */
.field label {
  color: #2c536a;
}

/* line 1119, /app/app/assets/stylesheets/style.scss */
.required,
.field_error {
  font-size: 11px;
  line-height: 12px;
  color: red;
}

/* line 1124, /app/app/assets/stylesheets/style.scss */
.general_error_msg {
  font-size: 12px;
  font-size: 12px;
  padding: 5px;
  color: red;
  display: grid;
}

/* line 1131, /app/app/assets/stylesheets/style.scss */
.required {
  padding: 4px 0;
}

/* line 1135, /app/app/assets/stylesheets/style.scss */
.content-wrapper > div.form,
.content-wrapper table div.form {
  background: #f3ebe1;
  border-collapse: collapse;
  text-align: left;
  box-sizing: border-box;
  padding: 5px 10px 25px 10px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
  width: 100%;
}
/* line 34, /app/app/assets/stylesheets/_mixins.scss */
.content-wrapper > div.form .info,
.content-wrapper table div.form .info {
  display: flex;
  flex-wrap: wrap;
}
/* line 37, /app/app/assets/stylesheets/_mixins.scss */
.content-wrapper > div.form .info .field,
.content-wrapper table div.form .info .field {
  padding: 4px 2px;
}

/* line 1140, /app/app/assets/stylesheets/style.scss */
.table-form {
  font-size: 15px;
}
/* line 1142, /app/app/assets/stylesheets/style.scss */
.table-form td {
  vertical-align: top;
}
/* line 1145, /app/app/assets/stylesheets/style.scss */
.table-form tbody tr, .table-form tfoot tr {
  border: none;
}
/* line 1147, /app/app/assets/stylesheets/style.scss */
.table-form tbody tr:hover, .table-form tfoot tr:hover {
  color: inherit;
  background: inherit;
}

/* Checkbox e Radio buttons */
/* line 1156, /app/app/assets/stylesheets/style.scss */
.rb {
  border: 2px solid #2c536a;
  padding: 2px 2px;
  border-radius: 10px;
  width: 18px;
  cursor: pointer;
  margin: 2px;
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
/* line 1168, /app/app/assets/stylesheets/style.scss */
.rb input {
  opacity: 0;
  position: absolute;
  right: 20px;
  display: none;
}
/* line 1174, /app/app/assets/stylesheets/style.scss */
.rb i {
  display: block;
  opacity: 0;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
/* line 1182, /app/app/assets/stylesheets/style.scss */
.rb.checked i {
  opacity: 1;
  background: #2c536a none repeat scroll 0 0;
}
/* line 1186, /app/app/assets/stylesheets/style.scss */
.rb.disabled {
  border: 2px solid #b6b6b6;
  background: #f0f0f0;
}

/* line 1195, /app/app/assets/stylesheets/style.scss */
.cb {
  border: 2px solid #2c536a;
  padding: 0 15px 2px 0 !important;
  cursor: pointer;
  height: 18px;
  margin: 2px;
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
/* line 1206, /app/app/assets/stylesheets/style.scss */
.cb input {
  opacity: 0;
  position: absolute;
  right: 20px;
  display: none;
}
/* line 1212, /app/app/assets/stylesheets/style.scss */
.cb.checked {
  background: url(/assets/ui-sprite.png) no-repeat;
  background-position: -150px -99px;
}
/* line 1216, /app/app/assets/stylesheets/style.scss */
.cb.holding {
  background: url(/assets/cb-holding.gif) no-repeat;
}
/* line 1219, /app/app/assets/stylesheets/style.scss */
.cb.disabled {
  border: 2px solid #b6b6b6;
  background: #f0f0f0;
}

/* line 1224, /app/app/assets/stylesheets/style.scss */
.cbLabel {
  padding: 3px 2px;
}

/* line 1228, /app/app/assets/stylesheets/style.scss */
.btn-cancel {
  display: inline-block;
  text-align: center;
  padding: 4px 0 0 0;
  font-weight: normal;
  text-decoration: none;
}

/*
* Table elements
*/
/* line 1240, /app/app/assets/stylesheets/style.scss */
table {
  background: #f3ebe1;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 1251, /app/app/assets/stylesheets/style.scss */
table.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1253, /app/app/assets/stylesheets/style.scss */
table.no-shadow tr:after {
  min-height: 0;
}
/* line 1254, /app/app/assets/stylesheets/style.scss */
table.no-shadow tbody:after, table.no-shadow tfoot:after {
  padding: 0;
}

/* line 1258, /app/app/assets/stylesheets/style.scss */
thead {
  background: #e6ded4;
  color: #3d556f;
}
/* line 1261, /app/app/assets/stylesheets/style.scss */
thead th {
  padding: 4px;
  vertical-align: middle;
  font-weight: 600;
}
/* line 1265, /app/app/assets/stylesheets/style.scss */
thead th.tools {
  width: 100px;
}

/* line 1272, /app/app/assets/stylesheets/style.scss */
tbody, tfoot,
.table-scroll tbody,
.table-scroll tfoot {
  background: #f3ebe1;
  color: #59626c;
}
/* line 1275, /app/app/assets/stylesheets/style.scss */
tbody:after, tfoot:after,
.table-scroll tbody:after,
.table-scroll tfoot:after {
  content: ' ';
  padding: 10px;
}
/* line 1279, /app/app/assets/stylesheets/style.scss */
tbody tr, tfoot tr,
.table-scroll tbody tr,
.table-scroll tfoot tr {
  border-bottom: solid 1px #eeeeee;
}
/* line 1283, /app/app/assets/stylesheets/style.scss */
tbody tr:hover, tfoot tr:hover, tbody tr.slected, tfoot tr.slected,
.table-scroll tbody tr:hover,
.table-scroll tfoot tr:hover,
.table-scroll tbody tr.slected,
.table-scroll tfoot tr.slected {
  background: whitesmoke;
}
/* line 1286, /app/app/assets/stylesheets/style.scss */
tbody tr:after, tfoot tr:after,
.table-scroll tbody tr:after,
.table-scroll tfoot tr:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  min-height: 39px;
}
/* line 1292, /app/app/assets/stylesheets/style.scss */
tbody tr:last-child, tfoot tr:last-child,
.table-scroll tbody tr:last-child,
.table-scroll tfoot tr:last-child {
  border: none;
}
/* line 1296, /app/app/assets/stylesheets/style.scss */
tbody td, tfoot td,
.table-scroll tbody td,
.table-scroll tfoot td {
  padding: 4px;
  vertical-align: middle;
}
/* line 1299, /app/app/assets/stylesheets/style.scss */
tbody td a, tfoot td a,
.table-scroll tbody td a,
.table-scroll tfoot td a {
  color: #0e00ff;
  text-decoration: underline;
  font-weight: inherit;
}

/* line 1306, /app/app/assets/stylesheets/style.scss */
tbody td.empty, tfoot td.empty {
  height: 544px;
  text-align: center;
  vertical-align: middle;
  color: #a9a5a3;
  font-size: 21px;
}
/* line 1312, /app/app/assets/stylesheets/style.scss */
tbody td.empty a, tfoot td.empty a {
  display: inline-block;
  font-size: inherit;
  margin-top: 45px;
}
/* line 1316, /app/app/assets/stylesheets/style.scss */
tbody td.empty a i, tfoot td.empty a i {
  background: url(/assets/icon-new-item-big.png) no-repeat;
  height: 48px;
  width: 48px;
}
/* line 1321, /app/app/assets/stylesheets/style.scss */
tbody td.empty a span, tfoot td.empty a span {
  margin: 8px;
  color: #774931;
}

/* line 1329, /app/app/assets/stylesheets/style.scss */
tfoot.totals {
  background-color: #cccccc;
}

/* line 1334, /app/app/assets/stylesheets/style.scss */
.table-scroll {
  overflow-y: auto;
  overflow-y: auto;
}

/*
.table-scroll {
  display: block;
  tbody,
  thead {
    display: block;
    width: 100%;
    tr {
      width: 100%;
      display: block;
      &:after {
        display: none;
      }
    }
  }
  tbody {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
*/
/* line 1360, /app/app/assets/stylesheets/style.scss */
.documents table {
  background: none;
  width: 100%;
  border-collapse: unset;
  text-align: unset;
  font-weight: unset;
  box-sizing: unset;
  margin: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

/* line 1372, /app/app/assets/stylesheets/style.scss */
.documents table thead {
  background: unset;
  color: unset;
  font-size: unset;
}
/* line 1376, /app/app/assets/stylesheets/style.scss */
.documents table thead th {
  padding: unset;
  vertical-align: unset;
}

/* line 1381, /app/app/assets/stylesheets/style.scss */
.documents table tbody, .documents table tfoot {
  background: unset;
  color: unset;
  font-size: unset;
}
/* line 1385, /app/app/assets/stylesheets/style.scss */
.documents table tbody:after, .documents table tfoot:after {
  content: unset;
  padding: unset;
}
/* line 1389, /app/app/assets/stylesheets/style.scss */
.documents table tbody tr, .documents table tfoot tr {
  border-bottom: unset;
}
/* line 1393, /app/app/assets/stylesheets/style.scss */
.documents table tbody tr.selected, .documents table tfoot tr.selected, .documents table tbody tr:hover, .documents table tfoot tr:hover {
  background: unset;
}
/* line 1394, /app/app/assets/stylesheets/style.scss */
.documents table tbody tr:after, .documents table tfoot tr:after {
  content: unset;
  display: unset;
  vertical-align: unset;
  min-height: unset;
}
/* line 1400, /app/app/assets/stylesheets/style.scss */
.documents table tbody tr:last-child, .documents table tfoot tr:last-child {
  border: unset;
}
/* line 1402, /app/app/assets/stylesheets/style.scss */
.documents table tbody td, .documents table tfoot td {
  vertical-align: unset;
}
/* line 1404, /app/app/assets/stylesheets/style.scss */
.documents table tbody td a, .documents table tfoot td a {
  color: unset;
  text-decoration: unset;
}

/* line 1410, /app/app/assets/stylesheets/style.scss */
.documents textarea {
  background: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

/*
* Popup de alertas e mensagens
*/
/* line 1420, /app/app/assets/stylesheets/style.scss */
.alertMsg {
  background: #dfe6ea;
  bottom: 20%;
  font-size: 21px;
  font-weight: bold;
  left: 25%;
  position: fixed;
  min-width: 60%;
  text-align: center;
  display: none;
  z-index: 1000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 1438, /app/app/assets/stylesheets/style.scss */
.alertMsg i {
  background: #f0f0f0 url(/assets/alert-sprite.png) no-repeat left;
  float: left;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 0;
  border-radius: 10px;
  border-bottom-right-radius: 0;
}
/* line 1451, /app/app/assets/stylesheets/style.scss */
.alertMsg.err i {
  background: #6d1a10 url(/assets/alert-sprite.png) no-repeat right;
}
/* line 1454, /app/app/assets/stylesheets/style.scss */
.alertMsg.ok i {
  background: #076600 url(/assets/alert-sprite.png) no-repeat left;
}
/* line 1457, /app/app/assets/stylesheets/style.scss */
.alertMsg span {
  display: block;
  margin-top: 8px;
}

/*
* Login section
 */
/* line 1466, /app/app/assets/stylesheets/style.scss */
div.devise {
  background: #f3ebe1;
  border-collapse: collapse;
  text-align: left;
  box-sizing: border-box;
  padding: 5px 10px 25px 10px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
  box-shadow: 0px 2px 4px 0px #b4b4b4;
}
/* line 34, /app/app/assets/stylesheets/_mixins.scss */
div.devise .info {
  display: flex;
  flex-wrap: wrap;
}
/* line 37, /app/app/assets/stylesheets/_mixins.scss */
div.devise .info .field {
  padding: 4px 2px;
}
/* line 1468, /app/app/assets/stylesheets/style.scss */
div.devise .forgot-password {
  font-size: 70%;
  text-decoration: underline;
}

/* line 1473, /app/app/assets/stylesheets/style.scss */
.alerts {
  text-align: center;
  margin-top: 10px;
}
/* line 1476, /app/app/assets/stylesheets/style.scss */
.alerts .alert_alert {
  background: #ffd3d3;
  border: solid 1px #852c30;
  color: #852c30;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 4px;
}

/* line 1485, /app/app/assets/stylesheets/style.scss */
.box {
  border: solid 1px #c0c0c0;
  background: #ccc;
  max-width: 250px;
  padding: 20px 5px;
  text-align: center;
  border-radius: 10px;
}
/* line 1492, /app/app/assets/stylesheets/style.scss */
.box a {
  display: block;
  padding: 0 1vw;
}

/*
* General Content Classes
*/
/* line 1509, /app/app/assets/stylesheets/style.scss */
.fill-10,
.fill-15,
.fill-20,
.fill-25,
.fill-50,
.fill-70,
.fill-75,
.fill-100 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1514, /app/app/assets/stylesheets/style.scss */
.fill-10 {
  width: 10% !important;
}

/* line 1515, /app/app/assets/stylesheets/style.scss */
.fill-15 {
  width: 15% !important;
}

/* line 1516, /app/app/assets/stylesheets/style.scss */
.fill-20 {
  width: 20% !important;
}

/* line 1517, /app/app/assets/stylesheets/style.scss */
.fill-25 {
  width: 25% !important;
}

/* line 1518, /app/app/assets/stylesheets/style.scss */
.fill-50 {
  width: 50% !important;
}

/* line 1519, /app/app/assets/stylesheets/style.scss */
.fill-70 {
  width: 70% !important;
}

/* line 1520, /app/app/assets/stylesheets/style.scss */
.fill-75 {
  width: 75% !important;
}

/* line 1521, /app/app/assets/stylesheets/style.scss */
.fill-100 {
  width: 100% !important;
}

/* line 1522, /app/app/assets/stylesheets/style.scss */
.float-left {
  float: left;
}

/* line 1523, /app/app/assets/stylesheets/style.scss */
.float-right {
  float: right;
}

/* line 1524, /app/app/assets/stylesheets/style.scss */
.margin-left {
  margin-left: 5px;
}

/* line 1525, /app/app/assets/stylesheets/style.scss */
.margin-right {
  margin-right: 5px;
}

/* line 1528, /app/app/assets/stylesheets/style.scss */
.text-left {
  text-align: left;
}

/* line 1529, /app/app/assets/stylesheets/style.scss */
.text-center {
  text-align: center;
}

/* line 1530, /app/app/assets/stylesheets/style.scss */
.text-right {
  text-align: right;
}

/* line 1532, /app/app/assets/stylesheets/style.scss */
strike {
  color: #797979;
}

/* line 1535, /app/app/assets/stylesheets/style.scss */
.italic {
  font-style: italic !important;
}

/* line 1539, /app/app/assets/stylesheets/style.scss */
.text-green {
  color: #009b48 !important;
}

/* line 1540, /app/app/assets/stylesheets/style.scss */
.text-red-light {
  color: #ff3900 !important;
}

/* line 1541, /app/app/assets/stylesheets/style.scss */
.text-red-dark {
  color: #ab2600 !important;
}

/* line 1542, /app/app/assets/stylesheets/style.scss */
.text-blue {
  color: #2c536a !important;
}

/* line 1543, /app/app/assets/stylesheets/style.scss */
.text-black {
  color: #000000 !important;
}

/* line 1545, /app/app/assets/stylesheets/style.scss */
.badge, .badge-red, .badge-blue, .badge-green, .badge-orange, .badge-black {
  padding: 2px 4px;
  font-size: 14px;
  margin-left: 4px;
  font-weight: bold;
}

/* line 1551, /app/app/assets/stylesheets/style.scss */
.badge-red {
  color: #ff3900;
}

/* line 1555, /app/app/assets/stylesheets/style.scss */
.badge-blue {
  color: #0075b4;
}

/* line 1559, /app/app/assets/stylesheets/style.scss */
.badge-green {
  color: #009b48;
}

/* line 1563, /app/app/assets/stylesheets/style.scss */
.badge-orange {
  color: #ffba00;
}

/* line 1567, /app/app/assets/stylesheets/style.scss */
.badge-black {
  color: black;
}

/* line 1572, /app/app/assets/stylesheets/style.scss */
.img-help {
  margin-bottom: -2px;
}

/* line 1576, /app/app/assets/stylesheets/style.scss */
.invisible {
  display: none;
}

/* General icons */
/* line 1581, /app/app/assets/stylesheets/style.scss */
.icon {
  background: url(/assets/ui-sprite.png) no-repeat;
  display: inline-block;
  height: 15px;
  width: 20px;
}

/* line 1587, /app/app/assets/stylesheets/style.scss */
.icon-edit {
  background-position: -24px -116px;
}

/* line 1588, /app/app/assets/stylesheets/style.scss */
.icon-view {
  background-position: -44px -116px;
}

/* line 1589, /app/app/assets/stylesheets/style.scss */
.icon-del {
  background-position: -30px -40px;
}

/* line 1590, /app/app/assets/stylesheets/style.scss */
.icon-confirm {
  background-position: 0px -39px;
}

/* line 1591, /app/app/assets/stylesheets/style.scss */
.icon-message {
  background-position: -177px -116px;
}

/* line 1592, /app/app/assets/stylesheets/style.scss */
.icon-tracking {
  background-position: -93px -116px;
}

/* line 1593, /app/app/assets/stylesheets/style.scss */
.icon-return {
  background-position: -69px -116px;
}

/* line 1595, /app/app/assets/stylesheets/style.scss */
.icon-alert {
  background: url(/assets/icon-alert-empty-state.png) no-repeat;
  display: inline-block;
  height: 139px;
  width: 164px;
}

/* line 1601, /app/app/assets/stylesheets/style.scss */
.icon-monit {
  background-position: -77px -176px;
  height: 18px;
  width: 13px;
}

/* line 1606, /app/app/assets/stylesheets/style.scss */
.icon-not-monit {
  background-position: -93px -177px;
  height: 18px;
  width: 18px;
}

/* line 1611, /app/app/assets/stylesheets/style.scss */
.icon-sent-status {
  height: 14px;
  width: 18px;
}
/* line 1614, /app/app/assets/stylesheets/style.scss */
.icon-sent-status .to_send {
  background-position: -19px -194px;
}
/* line 1615, /app/app/assets/stylesheets/style.scss */
.icon-sent-status .sent {
  background-position: 0px -194px;
}
/* line 1616, /app/app/assets/stylesheets/style.scss */
.icon-sent-status .received {
  background-position: -38px -194px;
}
/* line 1617, /app/app/assets/stylesheets/style.scss */
.icon-sent-status .error {
  background-position: -56px -194px;
}

/* line 1619, /app/app/assets/stylesheets/style.scss */
.icon-boleto {
  background-position: -93px -196px;
  width: 18px;
  height: 11px;
}

/* line 1624, /app/app/assets/stylesheets/style.scss */
.icon-cartao {
  background-position: -113px -196px;
  width: 18px;
  height: 11px;
}

/* line 1629, /app/app/assets/stylesheets/style.scss */
.icon-ticket {
  background-position: -133px -197px;
  height: 10px;
  width: 18px;
}

/* line 1635, /app/app/assets/stylesheets/style.scss */
.labeled-group {
  border: solid 2px #2c536a;
  padding: 12px 5px 3px 5px;
  overflow: unset;
  margin-top: 10px;
  position: relative;
  min-height: 30px;
}
/* line 1642, /app/app/assets/stylesheets/style.scss */
.labeled-group .group-label {
  top: -10px;
  background-color: #f3ebe1;
  padding: 0 9px;
  position: absolute;
  display: block;
  font-weight: bold;
}

/* line 1655, /app/app/assets/stylesheets/style.scss */
a.link-destroy,
a.link-confirm,
a.link-print {
  margin-bottom: 2px;
  display: inline-block;
}

/* line 1659, /app/app/assets/stylesheets/style.scss */
a.link-destroy {
  color: #ff3900 !important;
}

/* line 1662, /app/app/assets/stylesheets/style.scss */
a.link-confirm {
  color: #009b48 !important;
}

/* line 1666, /app/app/assets/stylesheets/style.scss */
a.link-search {
  background-color: #2c536a;
  color: #b1c2cd;
  display: inline-block;
  height: 27px;
  margin: 0;
  padding: 6px 0px 0 5px;
  width: 27px;
  border-radius: 0px 2px 2px 0;
  line-height: 1px;
  position: absolute;
}
/* line 1678, /app/app/assets/stylesheets/style.scss */
a.link-search:hover {
  background-color: #2c536a;
  color: white;
}

/* line 1683, /app/app/assets/stylesheets/style.scss */
a.link-cancel {
  font-weight: bold;
  color: #ab2600;
  margin-left: 15px;
}

/* line 1690, /app/app/assets/stylesheets/style.scss */
.uf-and-city {
  display: flex;
  flex-wrap: wrap;
}
/* line 1693, /app/app/assets/stylesheets/style.scss */
.uf-and-city .uf {
  margin-right: 1%;
}

/* line 1702, /app/app/assets/stylesheets/style.scss */
.search-box {
  overflow: hidden;
  position: relative;
}
/* line 1705, /app/app/assets/stylesheets/style.scss */
.search-box .field {
  float: right;
  clear: both;
  text-align: left;
}
/* line 1710, /app/app/assets/stylesheets/style.scss */
.search-box .field div {
  float: left;
  margin-left: 10px;
}

/**************************************
*********** PRINT PAGE ****************
**************************************/
/* line 1721, /app/app/assets/stylesheets/style.scss */
.print-page .no-print {
  display: none;
}
/* line 1724, /app/app/assets/stylesheets/style.scss */
.print-page .labeled-group {
  margin: 5px;
  padding: 5px;
}
/* line 1728, /app/app/assets/stylesheets/style.scss */
.print-page .labeled-group .group-label {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  top: 0;
}
/* line 1736, /app/app/assets/stylesheets/style.scss */
.print-page .labeled-group a {
  font-weight: unset;
}
/* line 1739, /app/app/assets/stylesheets/style.scss */
.print-page .labeled-group table, .print-page .labeled-group table tbody, .print-page .labeled-group table tfoot {
  background: transparent;
}

@media print {
  /* line 1746, /app/app/assets/stylesheets/style.scss */
  .pagebreak {
    clear: both;
    page-break-inside: avoid;
    page-break-after: auto;
  }
}
/***************************************
 ************* FOOTER ******************
 ***************************************/
/* line 1755, /app/app/assets/stylesheets/style.scss */
footer {
  background: #00476c;
  color: #eeeeee;
  height: 37px;
  width: 100%;
}

/* line 1761, /app/app/assets/stylesheets/style.scss */
footer.container {
  height: 37px;
}

/* line 1764, /app/app/assets/stylesheets/style.scss */
footer .copy {
  margin: 0;
  padding: 10px;
  text-align: right;
  font-size: 12px;
}

/* URLs de Imagens */
/* Geral */
/* Menu de navegação */
/* Tables */
/* Forms */
/* Footer */
/* Bases para textos de alerta */
/* Bases para alertas */
/* Base azul */
/* Fundos cinzas */
/* Pagination */
/* line 4, /app/app/assets/stylesheets/travel.scss */
#nf_main {
  position: relative;
}

/* line 10, /app/app/assets/stylesheets/travel.scss */
#nf_data,
#nf_loading {
  width: 100%;
  height: 100%;
}

/* line 15, /app/app/assets/stylesheets/travel.scss */
#nf_loading {
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 30%;
  width: 50px;
  height: 50px;
  background: #fff;
  left: 50%;
  border-radius: 10px;
  padding-top: 17px;
  -webkit-box-shadow: 0px 4px 4px 0px #797979;
  -moz-box-shadow: 0px 4px 4px 0px #797979;
  box-shadow: 0px 4px 4px 0px #797979;
}

/* Changing city and/or state */
/* line 33, /app/app/assets/stylesheets/travel.scss */
.state_description, .city_description {
  cursor: pointer;
  text-decoration: underline;
}

/* line 38, /app/app/assets/stylesheets/travel.scss */
#state-and-city-lists {
  display: none;
}

/* line 40, /app/app/assets/stylesheets/travel.scss */
.changing-state .state_description {
  display: none;
}

/* line 45, /app/app/assets/stylesheets/travel.scss */
.changing-city .city_description {
  display: none;
}

/* line 49, /app/app/assets/stylesheets/travel.scss */
.inconsistent {
  border: solid 1px red;
  box-sizing: border-box;
  position: relative;
}
/* line 53, /app/app/assets/stylesheets/travel.scss */
.inconsistent .remove-inconsistency {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  width: 12px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 1px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 10;
}

/* line 69, /app/app/assets/stylesheets/travel.scss */
.submit-travel:disabled {
  background-color: #aaa;
}
/*
 * 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */
