/*! jQuery UI - v1.10.4 - 2014-03-13
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

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

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

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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: 49%;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
@charset "UTF-8";
/*

 */
/*
.datepicker {
  .prev, .next {font-style:normal;}
  .prev:after {content:"«";}
  .next:after {content:"»";}
}
*/
/*!
 * Datepicker for Foundation - less stylesheet, just version customized to foundation
 *
 * Copyright 2013 Peter Beno, najlepsiwebdesigner@gmail.com, @benopeter
 * project website http://foundation-datepicker.peterbeno.com
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker
 * 		Original author 2012 Stefan Petre
 * 		Improvements by Andrew Rowls
 * 		Licensed under the Apache License v2.0
 * 		http://www.apache.org/licenses/LICENSE-2.0
 */
/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker > div {
  display: none;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker table {
  border: 0;
  margin: 0;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.active.day, .datepicker th.active.day {
  background: #2ba6cb;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.active.year, .datepicker th.active.year {
  background: #2ba6cb;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td span.active, .datepicker th span.active {
  background: #2ba6cb;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker th.date-switch {
  width: 145px;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown::before, .datepicker-dropdown::after {
  display: none;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.old, .datepicker td.new {
  color: #999;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.day.disabled {
  color: #eee;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 125, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, C:/jruby-9.1.15.0/lib/ruby/gems/shared/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.release_notes {
  height: 150px;
  background: #dddddd;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
}
/* line 11, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.release_notes a {
  color: darkblue;
  font-size: 0.875rem;
  text-decoration: underline;
}
/* line 12, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.release_notes p {
  font-size: 0.875rem;
  padding: 0.5rem;
}

/* line 15, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
html, body {
  height: 100%;
}

/* line 17, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
html, body {
  font-size: 100%;
}

/* line 24, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 36, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
a:hover {
  cursor: pointer;
}

/* line 39, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 43, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 46, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

/* line 49, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left {
  float: left !important;
}

/* line 52, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right {
  float: right !important;
}

/* line 55, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 59, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearfix:after {
  clear: both;
}

/* line 62, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.hide {
  display: none;
}

/* line 65, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 69, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 73, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 77, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select {
  width: 100%;
}

/* line 79, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

/* line 87, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 91, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row:after {
  clear: both;
}

/* line 94, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 98, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 102, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

/* line 110, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 114, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row:after {
  clear: both;
}

/* line 117, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

/* line 122, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 126, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 129, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 135, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 138, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 142, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 147, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 152, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 157, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 162, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 172, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 177, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 182, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 187, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 192, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 197, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 202, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 207, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 212, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 217, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 222, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 227, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 232, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 237, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 242, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 247, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 252, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 257, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 268, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 270, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 272, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-3 {
    width: 25%;
  }

  /* line 274, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 276, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 278, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-6 {
    width: 50%;
  }

  /* line 280, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 282, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 284, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-9 {
    width: 75%;
  }

  /* line 286, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 288, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 290, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-12 {
    width: 100%;
  }

  /* line 292, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 295, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 301, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 304, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 307, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 310, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 313, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 316, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 319, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 325, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 335, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 340, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 345, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }

  /* line 348, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 351, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 355, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 360, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 365, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 370, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 375, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 380, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 385, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 390, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 395, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 400, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 405, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 410, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 415, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 420, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 425, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 430, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 435, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 440, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 445, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 450, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 455, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 460, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 465, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 470, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 475, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 481, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 483, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 485, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 487, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 489, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 491, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 493, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 495, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 497, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 499, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 501, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 503, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 505, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 508, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 511, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 514, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 517, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 520, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 523, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 526, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 529, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 532, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 535, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 538, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 541, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 548, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 553, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 558, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }

  /* line 561, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 564, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 567, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 572, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 577, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 582, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 587, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 592, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 597, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 602, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 607, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 612, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 617, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 622, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 627, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 632, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 637, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 642, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 647, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 652, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 657, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 662, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 667, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 672, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 677, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 682, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 688, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 693, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 698, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 703, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 708, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 713, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 718, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 723, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 728, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 733, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 738, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 743, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 748, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 753, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 758, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 763, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 768, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 773, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 783, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 788, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 793, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 798, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 803, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 808, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 814, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 816, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 818, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-3 {
    width: 25%;
  }

  /* line 820, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 822, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 824, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-6 {
    width: 50%;
  }

  /* line 826, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 828, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 830, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-9 {
    width: 75%;
  }

  /* line 832, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 834, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 836, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-12 {
    width: 100%;
  }

  /* line 838, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 841, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 844, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 847, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 850, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 853, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 856, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 859, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 862, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 865, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 868, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 871, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 874, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 881, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 886, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 891, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }

  /* line 894, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 897, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 900, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 905, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 910, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 915, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 920, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 925, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 930, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 935, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 940, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 945, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 950, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 955, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 960, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 965, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 970, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 975, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 980, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 985, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 990, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 995, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 1000, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 1005, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 1010, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 1015, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 1020, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion {
  margin-bottom: 0;
}

/* line 1023, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 1027, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion:after {
  clear: both;
}

/* line 1030, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 1034, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}

/* line 1037, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-size: 1rem;
}

/* line 1045, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

/* line 1048, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

/* line 1052, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: white;
}

/* line 1056, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #c02812;
  border-color: #a5220f;
  color: white;
}

/* line 1070, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

/* line 1081, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 1084, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.radius {
  border-radius: 3px;
}

/* line 1087, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.round {
  border-radius: 1000px;
}

/* line 1090, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}

/* line 1095, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}

/* line 1100, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 1105, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

/* line 1110, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 1115, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 1118, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

/* line 1123, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 1127, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 1130, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 1137, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1141, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1144, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1147, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1151, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1154, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1157, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1161, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1164, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1167, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1171, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1174, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1177, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1181, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1184, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1187, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1191, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1194, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1197, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1201, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1204, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1207, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1211, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1214, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1217, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1221, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1224, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1227, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1231, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1234, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1237, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1241, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1244, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1247, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1251, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1254, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 1258, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1265, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1268, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1272, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1275, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1278, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1282, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1285, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1288, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1292, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1295, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1302, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1305, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1308, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1312, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1315, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1318, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1325, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1332, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1335, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1338, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1342, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1345, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1348, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1352, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1355, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1358, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1362, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1365, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1368, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1372, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1375, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1379, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1383, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1386, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1389, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1393, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1396, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1399, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1403, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1406, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1409, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1413, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1416, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1419, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1423, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1426, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1429, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1433, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1436, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1439, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1443, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1449, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1453, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1456, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1459, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1463, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1466, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1469, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1473, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1476, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1479, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1483, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1486, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1489, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1493, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1496, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 1499, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}

/* line 1511, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #c02812;
}

/* line 1519, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 1522, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > * a {
  color: #c02812;
}

/* line 1525, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

/* line 1529, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

/* line 1533, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 1536, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 1539, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 1542, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

/* line 1547, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

/* line 1554, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 1558, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 1560, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #c02812;
  border-color: #9a200e;
  color: white;
  transition: background-color 300ms ease-out;
}

/* line 1584, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #9a200e;
  outline: 0;
}

/* line 1588, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

/* line 1591, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1596, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 1599, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

/* line 1602, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 1607, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

/* line 1610, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

/* line 1613, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 1618, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

/* line 1621, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

/* line 1624, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
}

/* line 1629, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

/* line 1632, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white;
}

/* line 1635, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 1640, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

/* line 1643, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: white;
}

/* line 1646, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

/* line 1653, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

/* line 1660, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/* line 1667, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 1671, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 1675, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 1679, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.radius, .button.radius {
  border-radius: 3px;
}

/* line 1682, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.round, .button.round {
  border-radius: 1000px;
}

/* line 1685, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #c02812;
  border-color: #9a200e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1693, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #9a200e;
}

/* line 1696, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}

/* line 1699, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #c02812;
}

/* line 1702, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1710, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

/* line 1713, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

/* line 1716, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

/* line 1719, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1727, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

/* line 1730, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}

/* line 1733, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}

/* line 1736, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1744, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

/* line 1747, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}

/* line 1750, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 1753, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1761, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}

/* line 1764, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: white;
}

/* line 1767, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}

/* line 1770, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

/* line 1781, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: white;
}

/* line 1784, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 1787, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 1792, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 1795, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

/* line 1800, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 1804, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group:after {
  clear: both;
}

/* line 1807, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

/* line 1812, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1816, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

/* line 1819, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

/* line 1827, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1831, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

/* line 1834, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

/* line 1841, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

/* line 1844, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

/* line 1849, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1853, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 1857, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  /* line 1864, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 1868, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }

  /* line 1871, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  /* line 1878, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
/* line 1881, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

/* line 1886, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1890, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

/* line 1893, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}

/* line 1896, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1902, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1908, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 1915, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1919, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

/* line 1922, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

/* line 1929, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

/* line 1932, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0;
}

/* line 1935, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1941, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.063em) {
  /* line 1948, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }

  /* line 1953, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 1957, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 1960, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 1963, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }

  /* line 1969, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1976, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  /* line 1983, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 1987, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 1990, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  /* line 1997, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  /* line 2000, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2003, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  /* line 2009, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* line 2015, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

/* line 2020, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2024, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

/* line 2027, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}

/* line 2030, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 2036, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 2042, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 2049, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2053, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

/* line 2056, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

/* line 2063, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

/* line 2066, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0;
}

/* line 2069, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 2075, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 2082, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }

  /* line 2087, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 2091, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 2094, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2097, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }

  /* line 2103, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2110, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }

  /* line 2117, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* line 2121, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }

  /* line 2124, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }

  /* line 2131, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }

  /* line 2134, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }

  /* line 2137, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  /* line 2143, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
/* line 2149, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 50%;
}

/* line 2154, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2158, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

/* line 2161, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 2163, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 33.33333%;
}

/* line 2168, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2172, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

/* line 2175, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 2177, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 25%;
}

/* line 2182, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2186, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

/* line 2189, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 2191, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 20%;
}

/* line 2196, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2200, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

/* line 2203, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 2205, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 16.66667%;
}

/* line 2210, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2215, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

/* line 2218, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 2220, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 14.28571%;
}

/* line 2225, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2229, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

/* line 2232, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 2234, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 12.5%;
}

/* line 2239, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 2243, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

/* line 2246, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 2248, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 2252, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-bar:after {
  clear: both;
}

/* line 2255, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

/* line 2259, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* line 2262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 2267, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 2271, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 2274, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 2278, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 2281, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 2290, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 2293, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 2300, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaaaaa;
  font-size: 0.6em;
}

/* line 2307, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 2311, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 2318, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 2331, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}

/* line 2340, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #cccccc;
}

/* line 2343, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 2345, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 2348, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-feature li {
  display: none;
}

/* line 2351, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 2355, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  /* line 2361, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev > span, .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  /* line 2369, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 2372, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev {
    left: 0;
  }

  /* line 2375, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 2380, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-next {
    right: 0;
  }

  /* line 2383, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  /* line 2387, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 2390, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  /* line 2396, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  /* line 2403, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }

  /* line 2416, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  /* line 2420, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  /* line 2425, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  /* line 2429, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  /* line 2432, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  /* line 2435, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 2439, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 2446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

/* line 2461, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 2464, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 2467, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

/* line 2480, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

/* line 2493, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 2497, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 2501, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* line 2517, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 2520, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 2523, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

/* line 2536, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

/* line 2549, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* line 2565, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 2568, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 2571, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

/* line 2585, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

/* line 2599, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

/* line 2615, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 2618, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 2621, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

/* line 2636, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

/* line 2651, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

/* line 2657, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

/* line 2660, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}

/* line 2663, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 2668, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}

/* line 2683, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 2686, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 2689, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 2692, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 2695, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 2698, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 2701, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 2705, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 2708, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

/* line 2712, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

/* line 2721, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 2726, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button:after, button.dropdown:after {
  border-color: white transparent transparent transparent;
}

/* line 2729, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 2732, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 2737, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}

/* line 2740, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 2743, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 2748, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.small:after, button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}

/* line 2751, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 2754, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 2759, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.large:after, button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}

/* line 2762, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 2765, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 2773, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 2775, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 2778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2784, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form {
  margin: 0 0 1rem;
}

/* line 2787, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 2790, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .row .column, form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 2793, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 2796, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0;
}

/* line 2799, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2805, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem;
}

/* line 2808, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 2817, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 2821, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 2825, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 2829, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select::-ms-expand {
  display: none;
}

/* line 2832, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* line 2847, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 2856, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 2865, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2872, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2879, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 2886, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 2893, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 2899, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 2905, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s,  border-color 0.45s ease-in-out;
}

/* line 2924, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 2928, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 2933, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* line 2937, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}

/* line 2941, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 2944, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2951, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2958, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2965, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2972, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 2979, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 2986, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 2993, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 3000, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 3004, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
textarea[rows] {
  height: auto;
}

/* line 3007, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 3023, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select.radius {
  border-radius: 3px;
}

/* line 3026, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 3030, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* line 3034, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0;
}

/* line 3037, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 3044, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input[type="file"] {
  width: 100%;
}

/* line 3046, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 3051, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 3058, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 3069, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 3072, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 3083, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error input, .error textarea, .error select {
  margin-bottom: 0;
}

/* line 3086, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 3089, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error label, .error label.error {
  color: #f04124;
}

/* line 3092, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 3103, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

/* line 3113, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.error span.error-message {
  display: block;
}

/* line 3116, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
input.error, textarea.error, select.error {
  margin-bottom: 0;
}

/* line 3119, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label.error {
  color: #f04124;
}

/* line 3122, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}

/* line 3128, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

/* line 3137, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

/* line 3141, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 3144, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 3148, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 3152, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}

/* line 3156, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

/* line 3159, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}

/* line 3162, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}

/* line 3165, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

/* line 3169, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 3175, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }

  /* line 3179, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3185, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }

  /* line 3189, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
/* line 3194, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

/* line 3198, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 3201, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}

/* line 3204, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 3208, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > *:hover {
  background: #c02812;
}

/* line 3211, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * label {
  color: white;
}

/* line 3214, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar > * i {
  color: white;
}

/* line 3217, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 3219, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 3223, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3227, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
/* line 3230, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 3232, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 3236, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3240, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
/* line 3243, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 3245, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 3249, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3253, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
/* line 3256, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 3258, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 3262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3266, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
/* line 3269, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 3271, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 3275, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3279, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
/* line 3282, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 3290, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

/* line 3296, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inline-list > li > * {
  display: block;
}

/* line 3299, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-list {
  display: none;
}

/* line 3302, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 3313, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 3318, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

/* line 3322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* line 3325, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* line 3328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

/* line 3336, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 3344, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 3352, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 3355, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* line 3358, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 3364, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 3369, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 3377, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 3383, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

/* line 3393, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eeeeee !important;
}

/* line 3396, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 3408, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-expose-wrapper {
  background-color: white;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white;
}

/* line 3415, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 3424, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }

  /* line 3428, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }

  /* line 3435, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }

  /* line 3444, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
/* line 3453, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.keystroke, kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas",  "Menlo",  "Courier",  monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 3465, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #c02812;
  color: white;
}

/* line 3480, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.radius {
  border-radius: 3px;
}

/* line 3483, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.round {
  border-radius: 1000px;
}

/* line 3486, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.alert {
  background-color: #f04124;
  color: white;
}

/* line 3490, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.warning {
  background-color: #f08a24;
  color: white;
}

/* line 3494, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.success {
  background-color: #43ac6a;
  color: white;
}

/* line 3498, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 3502, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 3506, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 3512, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 3515, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 3518, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 3549, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 3552, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 3556, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 3559, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 3562, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 3565, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 3568, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 3571, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

/* line 3574, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 3591, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

/* line 3597, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

/* line 3604, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 3607, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 3612, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

/* line 3614, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

/* line 3623, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: transparent;
  z-index: 10;
}

/* line 3632, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

/* line 3636, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 3644, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 3653, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none;
}

/* line 3664, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: white;
}

/* line 3674, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

/* line 3677, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 3680, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 3692, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 3695, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

/* line 3704, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 3707, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

/* line 3712, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}

/* line 3715, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 3718, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}

/* line 3725, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

/* line 3728, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 3731, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

/* line 3740, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

/* line 3750, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-bullets li.active {
  background: #999999;
}

/* line 3753, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 3756, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none;
}

/* line 3759, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 3763, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
  }

  /* line 3766, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 3770, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  /* line 3773, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }

  /* line 3778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 3781, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-timer {
    display: none;
  }

  /* line 3784, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 3787, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 3790, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}

/* line 3795, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

/* line 3801, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

/* line 3812, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
  background: #e6e6e6;
}

/* line 3815, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

/* line 3819, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}

/* line 3822, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #c02812;
  color: white;
  font-weight: bold;
  cursor: default;
}

/* line 3828, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #c02812;
}

/* line 3831, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* line 3835, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pagination-centered {
  text-align: center;
}

/* line 3838, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* line 3842, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}

/* line 3851, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 3854, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 3857, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

/* line 3860, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 3864, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 3867, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #f9c5bd;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fdf0ef;
  color: #333333;
}

/* line 3876, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 3879, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 3882, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

/* line 3885, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 3889, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 3892, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.callout a:not(.button) {
  color: #c02812;
}

/* line 3895, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.panel.radius {
  border-radius: 3px;
}

/* line 3898, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

/* line 3903, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 3907, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
}

/* line 3916, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
}

/* line 3925, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

/* line 3935, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

/* line 3944, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* line 3949, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

/* line 3956, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress .meter {
  background: #c02812;
  height: 100%;
  display: block;
}

/* line 3961, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

/* line 3966, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

/* line 3971, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

/* line 3976, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.radius {
  border-radius: 3px;
}

/* line 3979, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.radius .meter {
  border-radius: 2px;
}

/* line 3982, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.round {
  border-radius: 1000px;
}

/* line 3985, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 3988, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa;
}

/* line 3999, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

/* line 4012, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

/* line 4018, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

/* line 4023, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}

/* line 4027, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.radius .range-slider-handle {
  background: #c02812;
  border-radius: 3px;
}

/* line 4031, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #a92310;
}

/* line 4034, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}

/* line 4038, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.round .range-slider-handle {
  background: #c02812;
  border-radius: 1000px;
}

/* line 4042, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.round .range-slider-handle:hover {
  background: #a92310;
}

/* line 4045, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #fafafa;
  cursor: default;
  opacity: 0.7;
}

/* line 4050, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #c02812;
  cursor: default;
  opacity: 0.7;
}

/* line 4055, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #a92310;
}

/* line 4058, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

/* line 4064, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #c02812;
}

/* line 4077, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.range-slider-handle:hover {
  background: #a92310;
}

/* line 4080, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 4092, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
  /* line 4108, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
/* line 4111, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}

/* line 4114, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}

/* line 4117, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 4121, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4129, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
/* line 4132, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}

/* line 4135, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}

/* line 4138, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 4142, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4150, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4158, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4166, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4174, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 4181, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 4190, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 4197, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 4207, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
dialog {
  display: none;
}

/* line 4210, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

/* line 4222, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 4226, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important;
  }
}
/* line 4230, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
}

/* line 4238, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}

/* line 4243, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #c02812;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

/* line 4249, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #ed553f;
}

/* line 4253, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #ed553f;
  font-weight: normal;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
}

/* line 4258, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

/* line 4265, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.side-nav li.heading {
  color: #c02812;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 4271, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 4275, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 4283, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 4292, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4295, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span {
  width: 3.09375rem;
}

/* line 4301, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4307, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button span:after {
  border-color: white transparent transparent transparent;
}

/* line 4310, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4313, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.secondary span:after {
  border-color: white transparent transparent transparent;
}

/* line 4316, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4319, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}

/* line 4325, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.tiny span {
  width: 2.25rem;
}

/* line 4328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4334, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.small {
  padding-right: 4.375rem;
}

/* line 4337, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.small span {
  width: 2.625rem;
}

/* line 4340, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4346, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.large {
  padding-right: 5.5rem;
}

/* line 4349, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.large span {
  width: 3.4375rem;
}

/* line 4352, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4358, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.expand {
  padding-left: 2rem;
}

/* line 4361, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 4364, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4370, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 4376, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}

/* line 4385, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 4388, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt, .sub-nav dd, .sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

/* line 4398, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

/* line 4403, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
  color: #737373;
}

/* line 4406, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #c02812;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}

/* line 4414, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
  background: #a5220f;
}

/* line 4417, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
}

/* line 4422, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #dddddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

/* line 4434, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

/* line 4441, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 4445, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 4461, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input:checked + label {
  background: #c02812;
}

/* line 4464, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 4467, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}

/* line 4471, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 4475, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 4478, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label {
  color: transparent;
  background: #dddddd;
}

/* line 4482, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch label:after {
  background: white;
}

/* line 4485, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch input:checked + label {
  background: #c02812;
}

/* line 4488, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

/* line 4492, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

/* line 4496, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 4499, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

/* line 4503, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 4507, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 4510, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

/* line 4514, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

/* line 4518, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

/* line 4521, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.radius label {
  border-radius: 4px;
}

/* line 4524, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.radius label:after {
  border-radius: 3px;
}

/* line 4527, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.round {
  border-radius: 1000px;
}

/* line 4530, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.round label {
  border-radius: 2rem;
}

/* line 4533, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 4536, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  table-layout: auto;
}

/* line 4542, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

/* line 4548, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table thead {
  background: whitesmoke;
}

/* line 4551, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table thead tr th, table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 4557, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table tfoot {
  background: whitesmoke;
}

/* line 4560, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table tfoot tr th, table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 4566, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table tr th, table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

/* line 4572, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 4575, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 4579, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.text-left {
  text-align: left !important;
}

/* line 4582, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.text-right {
  text-align: right !important;
}

/* line 4585, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.text-center {
  text-align: center !important;
}

/* line 4588, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 4592, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 4595, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 4598, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 4601, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 4605, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 4608, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 4611, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 4614, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 4618, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 4621, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 4624, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 4627, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 4631, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 4634, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 4637, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 4640, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 4644, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 4647, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 4650, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 4653, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 4657, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 4660, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 4663, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 4666, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 4670, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 4673, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 4676, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 4679, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 4683, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 4686, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 4689, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 4692, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 4696, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 4699, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 4702, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 4705, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 4709, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 4712, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 4715, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 4718, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* line 4721, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 4725, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
a {
  color: #c02812;
  text-decoration: none;
  line-height: inherit;
}

/* line 4730, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
a:hover, a:focus {
  color: #a5220f;
}

/* line 4733, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
a img {
  border: none;
}

/* line 4736, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

/* line 4744, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 4748, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* line 4753, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 4763, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 4768, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h1 {
  font-size: 2.125rem;
}

/* line 4771, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 4774, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h3 {
  font-size: 1.375rem;
}

/* line 4777, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h4 {
  font-size: 1.125rem;
}

/* line 4780, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h5 {
  font-size: 1.125rem;
}

/* line 4783, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
h6 {
  font-size: 1rem;
}

/* line 4786, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 4793, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* line 4800, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 4804, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
strong, b {
  font-weight: bold;
  line-height: inherit;
}

/* line 4808, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 4812, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
code {
  font-family: Consolas,  "Liberation Mono",  Courier,  monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 4822, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 4829, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul {
  margin-left: 1.1rem;
}

/* line 4832, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.no-bullet {
  margin-left: 0;
}

/* line 4835, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.no-bullet li ul, ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* line 4840, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 4844, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 4847, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 4851, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 4855, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 4859, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.no-bullet {
  list-style: none;
}

/* line 4862, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ol {
  margin-left: 1.4rem;
}

/* line 4865, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ol li ul, ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 4869, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 4873, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* line 4876, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}

/* line 4882, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
abbr {
  text-transform: none;
}

/* line 4885, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* line 4888, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

/* line 4893, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

/* line 4898, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 4900, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
blockquote cite a, blockquote cite a:visited {
  color: #555555;
}

/* line 4903, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* line 4907, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

/* line 4913, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 4917, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 4921, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 4924, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 4932, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 4935, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 4938, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 4941, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 4944, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 4947, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 4950, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 4953, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 4957, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 4963, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4966, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 4968, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 4970, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 4972, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 4976, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 4979, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 4982, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 4988, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 4992, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 4995, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 4998, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .print-only {
    display: block !important;
  }

  /* line 5001, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 5004, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 5007, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 5011, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 5015, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs:after {
  clear: both;
}

/* line 5018, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

/* line 5024, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-size: 1rem;
}

/* line 5032, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

/* line 5035, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: white;
  color: #222222;
}

/* line 5039, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5045, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5051, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 5057, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 5060, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 5064, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content:after {
  clear: both;
}

/* line 5067, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

/* line 5072, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 5076, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}

/* line 5079, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content.vertical {
  display: block;
}

/* line 5082, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 5086, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  /* line 5092, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
/* line 5099, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* line 5103, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

/* line 5111, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(192, 40, 18, 0.5);
}

/* line 5114, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.th.radius {
  border-radius: 3px;
}

/* line 5117, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 5123, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #561208;
  color: #c02812;
}

/* line 5127, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 5130, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}

/* line 5144, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

/* line 5155, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 5159, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip.radius {
  border-radius: 3px;
}

/* line 5162, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip.round {
  border-radius: 1000px;
}

/* line 5165, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 5168, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tooltip.opened {
  color: #c02812 !important;
  border-bottom: dotted 1px #561208 !important;
}

/* line 5172, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 5179, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }

  /* line 5183, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  /* line 5188, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }

  /* line 5191, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  /* line 5198, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 5205, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 5209, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}

/* line 5213, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 5216, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 5223, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 5228, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 5233, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 5237, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}

/* line 5245, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 5249, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .row {
  max-width: none;
}

/* line 5252, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar form, .top-bar input {
  margin-bottom: 0;
}

/* line 5255, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

/* line 5261, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  /* line 5268, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 5272, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 5276, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

/* line 5281, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

/* line 5286, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}

/* line 5293, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 5298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 5309, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

/* line 5313, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}

/* line 5320, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white,  0 7px 0 1px white,  0 14px 0 1px white;
  width: 16px;
}

/* line 5331, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px white,  0 7px 0 1px white,  0 14px 0 1px white;
}

/* line 5334, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 5338, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar.expanded .title-area {
  background: #333333;
}

/* line 5341, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 5344, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888,  0 16px 0 1px #888888,  0 22px 0 1px #888888;
}

/* line 5347, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 5353, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

/* line 5361, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 5366, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li {
  background: #333333;
}

/* line 5369, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue",  Helvetica,  Roboto,  Arial,  sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}

/* line 5380, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #c02812;
  border-color: #9a200e;
  color: white;
}

/* line 5388, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #9a200e;
}

/* line 5391, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white;
}

/* line 5394, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 5399, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 5402, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}

/* line 5405, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 5410, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

/* line 5413, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white;
}

/* line 5416, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 5421, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

/* line 5424, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white;
}

/* line 5427, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #c02812;
  border-color: #9a200e;
  color: white;
}

/* line 5435, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #9a200e;
}

/* line 5438, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}

/* line 5441, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 5446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 5449, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

/* line 5452, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 5457, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 5460, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}

/* line 5463, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 5468, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

/* line 5471, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}

/* line 5474, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white;
}

/* line 5479, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li.active > a {
  background: #c02812;
  color: white;
}

/* line 5483, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section ul li.active > a:hover {
  background: #a5220f;
  color: white;
}

/* line 5487, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 5490, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 5493, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 5507, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 5510, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

/* line 5519, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 5522, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 5535, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 5539, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 5543, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 5546, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 5551, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block;
}

/* line 5555, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 5558, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

/* line 5561, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

/* line 5564, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 5572, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 5576, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }

  /* line 5580, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }

  /* line 5584, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar:after {
    clear: both;
  }

  /* line 5587, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar .toggle-topbar {
    display: none;
  }

  /* line 5590, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar .title-area {
    float: left;
  }

  /* line 5593, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar .name h1 a {
    width: auto;
  }

  /* line 5596, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar input, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  /* line 5601, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 5604, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 5609, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  /* line 5613, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  /* line 5618, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section ul li {
    float: left;
  }

  /* line 5621, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }

  /* line 5624, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white;
  }

  /* line 5629, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }

  /* line 5634, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }

  /* line 5638, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #c02812;
  }

  /* line 5644, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #a5220f;
    color: white;
  }

  /* line 5648, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  /* line 5651, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  /* line 5662, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  /* line 5665, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 5673, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  /* line 5682, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  /* line 5691, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  /* line 5699, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  /* line 5704, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }

  /* line 5711, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: white;
    background: #333333;
  }

  /* line 5715, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727;
  }

  /* line 5720, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }

  /* line 5724, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  /* line 5728, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  /* line 5736, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }

  /* line 5741, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  /* line 5745, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 5747, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  /* line 5751, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 5753, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white;
  }

  /* line 5758, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #c02812;
    color: white;
  }

  /* line 5762, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  /* line 5771, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 5780, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5786, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 5790, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 5800, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 5804, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.inner-wrap:after {
  clear: both;
}

/* line 5807, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

/* line 5815, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 5821, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 5824, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 5832, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 5840, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 5848, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .tab-bar-section.left, .tab-bar-section.right {
    text-align: left;
  }
}
/* line 5851, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

/* line 5855, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 5859, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 5863, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0);
}

/* line 5873, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white,  0 7px 0 1px white,  0 14px 0 1px white;
  width: 1rem;
}

/* line 5884, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b3b3,  0 7px 0 1px #b3b3b3,  0 14px 0 1px #b3b3b3;
}

/* line 5887, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
}

/* line 5909, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5912, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0;
}

/* line 5934, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 5937, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 5942, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 5954, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

/* line 5961, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 5964, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

/* line 5972, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 5988, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 5991, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

/* line 5999, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 6015, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 6018, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 6026, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 6042, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 6045, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 6053, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 6069, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 6072, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 6080, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 6096, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* line 6099, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

/* line 6102, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 6105, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 6108, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* line 6111, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6137, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6140, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 6150, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 6155, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* line 6160, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 6168, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 6194, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 6197, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 6207, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 6212, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 6217, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 6225, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 6230, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

@media only screen {
  /* line 6236, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 6239, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 6242, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 6249, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 6256, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 6259, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 6262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 6265, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 6268, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 6272, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 6275, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 6278, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 6285, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 6292, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 6295, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 6298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 6301, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 6304, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 6308, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 6311, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 6314, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 6321, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 6328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 6331, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 6334, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 6337, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 6340, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 6344, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 6347, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 6350, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 6357, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 6364, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 6367, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 6370, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 6373, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 6376, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 6380, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 6383, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 6386, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 6393, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 6400, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  /* line 6403, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 6406, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 6409, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 6412, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* line 6415, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

/* line 6418, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

/* line 6421, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 6424, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 6427, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 6430, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 6433, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 6437, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }

  /* line 6440, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }

  /* line 6443, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 6446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 6449, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 6452, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 6455, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 6459, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }

  /* line 6462, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }

  /* line 6465, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 6468, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 6471, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 6474, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 6477, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* line 6480, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.show-for-touch {
  display: none !important;
}

/* line 6483, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 6486, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 6489, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* line 6492, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.hide-for-touch {
  display: table;
}

/* line 6495, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 6498, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 6501, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 6504, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 6507, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 6510, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 6513, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 6516, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 6519, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 6522, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 6525, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

@media print {
  /* line 6529, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .show-for-print {
    display: block;
  }

  /* line 6532, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  .hide-for-print {
    display: none;
  }

  /* line 6535, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  table.show-for-print {
    display: table;
  }

  /* line 6538, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 6541, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 6544, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 6547, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 6550, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/*!
* Datepicker for Foundation - less stylesheet,  just version customized to foundation
*
* Copyright 2013 Peter Beno,  najlepsiwebdesigner@gmail.com,  @benopeter
* project website http://foundation-datepicker.peterbeno.com
*
* Original project https://github.com/eternicode/bootstrap-datepicker
* 		Original author 2012 Stefan Petre
* 		Improvements by Andrew Rowls
* 		Licensed under the Apache License v2.0
* 		http://www.apache.org/licenses/LICENSE-2.0
*/
/* line 6564, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 6592, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* line 6595, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

/* line 6602, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-inline {
  width: 220px;
}

/* line 6605, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 6608, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 6611, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 6615, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 6626, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 6636, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker > div {
  display: none;
}

/* line 6639, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 6642, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 6645, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 6648, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker table {
  border: 0;
  margin: 0;
}

/* line 6652, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 6662, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td.active.day, .datepicker th.active.day {
  background: #2ba6cb;
}

/* line 6665, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td.active.year, .datepicker th.active.year {
  background: #2ba6cb;
}

/* line 6668, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td span.active, .datepicker th span.active {
  background: #2ba6cb;
}

/* line 6671, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 6674, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

/* line 6683, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker th.date-switch {
  width: 145px;
}

/* line 6686, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 6689, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 6695, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 6699, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-dropdown::before, .datepicker-dropdown::after {
  display: none;
}

/* line 6702, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 6711, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td.old, .datepicker td.new {
  color: #999;
}

/* line 6714, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.datepicker td.day.disabled {
  color: #eee;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-51b9f6618807ffd55bb79c1c0963607a.eot");
  src: url("/assets/fontawesome-webfont-51b9f6618807ffd55bb79c1c0963607a.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-37fdcaa1fea6037b50f7329fc1331f73.woff2") format("woff2"), url("/assets/fontawesome-webfont-ce57e101096a3fe059c138c99a6c3256.woff") format("woff"), url("/assets/fontawesome-webfont-3d5dab00722182494d1470e808349db1.ttf") format("truetype"), url("/assets/fontawesome-webfont-2b461075b4e6979ce23959bbf2bcba3c.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6727, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6735, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 6739, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6742, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6745, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6748, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6751, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 6755, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 6760, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 6763, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 6770, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 6773, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 6778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pull-left {
  float: left;
}

/* line 6781, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pull-right {
  float: right;
}

/* line 6784, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 6787, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 6790, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pull-right {
  float: right;
}

/* line 6793, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.pull-left {
  float: left;
}

/* line 6796, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 6799, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 6802, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 6806, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 6828, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 6834, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6840, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 6846, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 6852, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 6858, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 6861, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 6869, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 6875, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6878, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6881, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-inverse {
  color: #ffffff;
}

/* line 6884, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 6886, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6888, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-search:before {
  content: "\f002";
}

/* line 6890, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 6892, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 6894, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-star:before {
  content: "\f005";
}

/* line 6896, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 6898, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user:before {
  content: "\f007";
}

/* line 6900, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-film:before {
  content: "\f008";
}

/* line 6902, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 6904, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 6906, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 6908, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 6910, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 6912, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 6914, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 6916, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 6918, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 6920, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 6922, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 6924, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-home:before {
  content: "\f015";
}

/* line 6926, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 6928, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 6930, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-road:before {
  content: "\f018";
}

/* line 6932, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-download:before {
  content: "\f019";
}

/* line 6934, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 6936, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 6938, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 6940, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 6942, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 6944, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 6946, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 6948, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 6950, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 6952, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 6954, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 6956, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 6958, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 6960, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 6962, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 6964, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 6966, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 6968, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 6970, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 6972, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 6974, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 6976, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-font:before {
  content: "\f031";
}

/* line 6978, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 6980, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 6982, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 6984, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 6986, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 6988, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 6990, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 6992, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 6994, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 6996, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 6998, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 7000, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 7002, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 7004, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 7006, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 7008, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 7010, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 7012, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 7014, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 7016, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 7018, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7020, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 7022, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 7024, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7026, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 7028, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 7030, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 7032, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 7034, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 7036, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 7038, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 7040, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7042, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7044, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 7046, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 7048, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 7050, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7052, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 7054, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 7056, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 7058, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 7060, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 7062, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7064, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7066, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7068, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7070, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7072, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 7074, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 7076, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7078, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 7080, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 7082, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7084, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 7086, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 7088, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 7090, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 7092, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 7094, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 7096, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 7098, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 7100, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 7102, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-random:before {
  content: "\f074";
}

/* line 7104, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7106, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 7108, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7110, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7112, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 7114, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 7116, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 7118, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 7120, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7122, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7124, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 7126, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 7128, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 7130, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7132, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-key:before {
  content: "\f084";
}

/* line 7134, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 7136, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7138, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 7140, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 7142, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 7144, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 7146, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 7148, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 7150, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 7152, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 7154, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 7156, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 7158, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 7160, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 7162, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 7164, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 7166, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 7168, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 7170, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 7172, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 7174, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 7176, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 7178, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 7180, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 7182, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 7184, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 7186, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7188, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7190, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7192, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 7194, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 7196, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 7198, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 7200, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 7202, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7204, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7206, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 7208, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 7210, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 7212, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 7214, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 7216, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7218, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7220, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 7222, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 7224, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7226, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 7228, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 7230, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 7232, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 7234, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 7236, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 7238, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 7240, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 7242, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 7244, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 7246, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 7248, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 7250, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 7252, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 7254, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 7256, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 7258, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 7260, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 7262, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 7264, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7266, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7268, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7270, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7272, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7274, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 7276, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 7278, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 7280, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 7282, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 7284, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 7286, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 7288, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 7290, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 7292, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 7294, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 7296, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 7298, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 7300, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 7302, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 7304, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 7306, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7308, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7310, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 7312, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 7314, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 7316, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 7318, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7320, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 7322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 7324, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7326, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7328, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7330, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7332, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7334, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7336, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7338, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7340, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7342, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7344, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7346, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7348, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7350, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7352, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7354, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7356, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7358, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7360, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7362, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 7364, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7366, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7368, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7370, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7372, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7374, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 7376, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7378, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7380, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7382, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7384, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7386, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7388, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7390, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7392, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7394, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7396, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7398, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7400, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 7402, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 7404, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7406, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7408, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7410, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 7412, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7414, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7416, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7418, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7420, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7422, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7424, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7426, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7428, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7430, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7432, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7434, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7436, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7438, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7440, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7442, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7444, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7448, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7450, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7452, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7454, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7456, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7458, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7460, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7462, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7464, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7466, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7468, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7470, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7472, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7474, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7476, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7478, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7480, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7482, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7484, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7486, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7488, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7490, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7492, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 7494, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7496, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 7498, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 7500, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 7502, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 7504, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 7506, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 7508, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7510, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7512, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7514, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7516, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7518, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7520, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7522, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7524, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 7526, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 7528, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 7530, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 7532, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 7534, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7536, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 7538, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 7540, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 7542, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 7544, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 7546, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 7548, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7550, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 7552, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 7554, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 7556, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 7558, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 7560, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 7562, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 7564, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 7566, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 7568, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 7570, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 7572, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 7574, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 7576, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 7578, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 7580, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-female:before {
  content: "\f182";
}

/* line 7582, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-male:before {
  content: "\f183";
}

/* line 7584, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 7586, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7588, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 7590, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 7592, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7594, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 7596, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 7598, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 7600, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 7602, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 7604, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 7606, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 7608, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 7610, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 7612, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 7614, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 7616, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 7618, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 7620, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 7622, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 7624, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 7626, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7628, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 7630, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 7632, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 7634, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7636, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 7638, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 7640, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 7642, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 7644, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 7646, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 7648, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 7650, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 7652, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 7654, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 7656, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 7658, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 7660, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 7662, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7664, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7666, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 7668, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 7670, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 7672, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 7674, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7676, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7678, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 7680, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 7682, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 7684, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 7686, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 7688, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 7690, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 7692, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 7694, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 7696, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 7698, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 7700, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 7702, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 7704, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 7706, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 7708, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 7710, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 7712, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 7714, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 7716, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 7718, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7720, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 7722, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 7724, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 7726, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 7728, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 7730, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 7732, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 7734, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 7736, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 7738, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 7740, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 7742, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 7744, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 7746, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 7748, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 7750, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 7752, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 7754, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 7756, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 7758, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 7760, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7762, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 7764, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 7766, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7768, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 7770, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 7772, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 7774, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7776, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 7778, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 7780, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7782, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 7784, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 7786, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7788, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7790, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7792, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7794, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7796, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7798, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7800, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 7802, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 7804, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 7806, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7808, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 7810, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 7812, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7814, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 7816, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 7818, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 7820, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 7822, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 7824, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 7826, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 7828, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7830, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7832, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 7834, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 7836, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 7838, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 7840, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 7842, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7844, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7846, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 7848, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 7850, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 7852, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 7854, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 7856, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 7858, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 7860, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7862, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7864, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 7866, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 7868, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 7870, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 7872, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 7874, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 7876, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 7878, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 7880, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 7882, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 7884, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 7886, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 7888, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 7890, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 7892, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 7894, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 7896, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 7898, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 7900, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 7902, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 7904, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 7906, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 7908, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-server:before {
  content: "\f233";
}

/* line 7910, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 7912, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 7914, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 7916, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 7918, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-train:before {
  content: "\f238";
}

/* line 7920, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 7922, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 7924, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 7926, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 7928, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 7930, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 7932, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 7934, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 7936, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 7938, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 7940, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 7942, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 7944, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 7946, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 7948, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 7950, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 7952, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 7954, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 7956, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 7958, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 7960, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 7962, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 7964, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 7966, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 7968, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 7970, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 7972, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 7974, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 7976, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 7978, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 7980, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 7982, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 7984, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 7986, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 7988, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 7990, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 7992, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 7994, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 7996, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 7998, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 8000, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 8002, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 8004, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 8006, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 8008, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 8010, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 8012, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 8014, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 8016, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 8018, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 8020, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 8022, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 8024, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 8026, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 8028, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 8030, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 8032, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 8034, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 8036, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 8038, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 8040, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-map:before {
  content: "\f279";
}

/* line 8042, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 8044, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 8046, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 8048, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 8050, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 8052, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 8054, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 8056, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 8058, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 8060, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 8062, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 8064, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 8066, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 8068, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 8070, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 8072, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 8074, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 8076, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 8078, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 8080, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 8082, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 8084, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 8086, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 8088, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 8090, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 8092, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 8094, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 8096, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 8098, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 8100, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 8102, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 8104, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 8106, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 8108, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 8110, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 8112, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 8114, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 8116, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 8118, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 8120, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 8122, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 8124, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 8126, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 8128, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 8130, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 8132, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 8134, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 8136, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 8138, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 8140, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 8142, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 8144, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 8146, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 8148, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 8150, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 8152, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 8154, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 8156, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 8158, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 8160, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 8162, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 8164, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 8166, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 8168, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 8170, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 8172, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 8174, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 8176, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 8178, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 8180, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 8182, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 8184, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 8186, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 8188, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 8190, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 8192, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 8194, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 8196, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 8198, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 8200, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 8202, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 8204, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 8206, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 8208, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 8210, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 8212, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 8214, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 8216, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 8218, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 8220, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 8222, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 8224, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 8226, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 8228, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 8230, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 8232, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 8234, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 8244, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 8252, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd > a, .tabs li > a {
  background: none;
}

/* line 8255, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd > a:hover, .tabs li > a:hover {
  background: #f5f5f5;
}

/* line 8258, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}

/* line 8266, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 8270, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dt, .tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}

/* line 8285, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dt:first-child, .tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}

/* line 8289, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd, .tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

/* line 8295, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd a, .tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}

/* line 8303, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd a:focus, .tabs li a:focus {
  font-weight: bold;
  color: #2ba6cb;
}

/* line 8307, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd.active, .tabs li.active {
  border-top: 3px solid #c02812;
  margin-top: -3px;
}

/* line 8311, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd.active a, .tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}

/* line 8319, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs dd:first-child, .tabs li:first-child {
  margin-left: 0;
}

/* line 8322, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

/* line 8326, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
  float: none;
  height: auto;
}

/* line 8330, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd, .tabs.vertical li {
  border-left: 3px solid #cccccc;
}

/* line 8333, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd a, .tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 8348, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd.active, .tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

/* line 8353, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd.active a, .tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* line 8365, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active {
  margin: 0;
}

/* line 8368, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}

/* line 8372, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill dd, .tabs.pill li {
  margin-right: 10px;
}

/* line 8375, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill dd:last-child, .tabs.pill li:last-child {
  margin-right: 0;
}

/* line 8378, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill dd a, .tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}

/* line 8389, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill dd.active, .tabs.pill li.active {
  border: none;
  margin-top: 0;
}

/* line 8393, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill dd.active a, .tabs.pill li.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}

/* line 8398, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}

/* line 8402, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li {
  margin-right: 0;
}

/* line 8405, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}

/* line 8410, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li {
  width: 50%;
}

/* line 8412, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li {
  width: 33.33%;
}

/* line 8414, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li {
  width: 25%;
}

/* line 8416, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li {
  width: 20%;
}

/* line 8418, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

/* line 8423, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content > li {
  display: none;
}

/* line 8426, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content > li.active {
  display: block;
}

/* line 8429, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content.contained {
  padding: 0;
}

/* line 8432, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}

/* line 8437, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

/* line 8440, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.no-js ul.tabs-content > li {
  display: block;
}

/* line 8443, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.nx_customers td.ssh_tunnel_status {
  vertical-align: middle;
}

/* line 8446, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.nx_customers td.ssh_tunnel_status > div {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: lightgrey;
  margin-right: 7px;
  border-radius: 7px;
}

/* line 8455, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.nx_customers td.ssh_tunnel_status > div.connected {
  background-color: #bada55;
}

/* line 8458, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
table.nx_customers td.ssh_tunnel_status > div.disconnected {
  background-color: #f55c55;
}

@keyframes blink {
  50% {
    color: transparent;
  }
}
/* line 8463, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.processing_dot {
  animation: 1s blink infinite;
}

/* line 8464, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.processing_dot:nth-child(2) {
  animation-delay: 250ms;
}

/* line 8465, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
.processing_dot:nth-child(3) {
  animation-delay: 500ms;
}

/* line 8467, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/style.css.scss */
label.disabled {
  color: #ccc;
}

/* line 9, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd > a, .tabs li > a {
  background: none;
}

/* line 13, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd > a:hover, .tabs li > a:hover {
  background: #f5f5f5;
}

/* line 17, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}

/* line 18, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 19, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dt, .tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}

/* line 20, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dt:first-child, .tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}

/* line 21, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd, .tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

/* line 22, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd a, .tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}

/* line 23, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd a:focus, .tabs li a:focus {
  font-weight: bold;
  color: #2ba6cb;
}

/* line 24, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd.active, .tabs li.active {
  border-top: 3px solid #c02812;
  margin-top: -3px;
}

/* line 25, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd.active a, .tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}

/* line 26, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs dd:first-child, .tabs li:first-child {
  margin-left: 0;
}

/* line 27, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

/* line 28, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
  float: none;
  height: auto;
}

/* line 29, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dd, .tabs.vertical li {
  border-left: 3px solid #cccccc;
}

/* line 30, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dd a, .tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 31, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dd.active, .tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

/* line 32, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dd.active a, .tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* line 33, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active {
  margin: 0;
}

/* line 34, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}

/* line 35, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill dd, .tabs.pill li {
  margin-right: 10px;
}

/* line 36, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill dd:last-child, .tabs.pill li:last-child {
  margin-right: 0;
}

/* line 37, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill dd a, .tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}

/* line 38, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill dd.active, .tabs.pill li.active {
  border: none;
  margin-top: 0;
}

/* line 39, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill dd.active a, .tabs.pill li.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}

/* line 40, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}

/* line 41, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li {
  margin-right: 0;
}

/* line 42, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}

/* line 43, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li {
  width: 50%;
}

/* line 44, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li {
  width: 33.33%;
}

/* line 45, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li {
  width: 25%;
}

/* line 46, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li {
  width: 20%;
}

/* line 48, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

/* line 49, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content > li {
  display: none;
}

/* line 50, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content > li.active {
  display: block;
}

/* line 51, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content.contained {
  padding: 0;
}

/* line 52, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}

/* line 53, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

/* line 55, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
.no-js ul.tabs-content > li {
  display: block;
}

/* line 58, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
table.nx_customers td.ssh_tunnel_status {
  vertical-align: middle;
}
/* line 61, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
table.nx_customers td.ssh_tunnel_status > div {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: lightgrey;
  margin-right: 7px;
  border-radius: 7px;
}
/* line 71, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
table.nx_customers td.ssh_tunnel_status > div.connected {
  background-color: #bada55;
}
/* line 75, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
table.nx_customers td.ssh_tunnel_status > div.disconnected {
  background-color: #f55c55;
}

/* line 81, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
#notice {
  color: green;
}

/* line 85, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 92, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 102, C:/Windows/TFS Checkout/Nexus.Mobile/Trunk/src/Nexus.MobileManager/management/app/assets/stylesheets/application.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
