<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * FullCalendar v3.9.0
 * Docs &amp; License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc-clear {
  clear: both; }

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

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

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

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

.fc th {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/* line 1, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
/* line 13, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}
/* line 16, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-af21bc50f12e6076f79dbddb6049ea32bf747e4a9dbf628781eaf29e81c6232c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-5f301eee62631c50459507a29617ac02cc8106359da22b9705d3b73e50dcb839.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-660f600189f77fbacd2099f5b898864e08a67d0cfe3905c390dcf6b86489dbe4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-09943e355944d6870f74093d858503de204f02ca78f70122a5a7d74897134b6d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-c7bfd83db1aefc08972a093aca88285194feb05ab87fb5ede44acb107a2f84e0.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-f0fe67d6b190381b4b7a039173c8d74a2dc8f7773ca6ac79de25b0b14c8b80f0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-a986cf9b57900ccf9ac75cf39b5f519385e80dc6319fbf584c33e08e5b913d50.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-b0ee8dc5572db906f3765696c41fbaef3df72651fe0eaa306acfaa310ab80d06.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-efd0c274edd8ce7fc9b665c783f1fc297218b699965677ea0762fe46c0cceff6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-b6ba8568e879a3c78e19c6aa712b47617c9ec91ab03de656f43a41bbbc1cf02f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-87476e4c4b339983bcda71637a718eed1670bed1e39d7419db41b8f9db3a9485.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-b8c66c9d8f77fe6292e524164c8072fdaf2728daae036fe52cf541dc8dcea217.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-8244966df26ff96a23e4d1ec5411c7f8fdd2b935c48189dfb2e258bda95e986e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-48d3c9b60f3f9f482d83cd54459703e760b1a9524a290a491290588eb656387b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-7ac46e1cd0c7d36c3229911376e38f7a9f578f627bd889f23ab5d5c9597cbc36.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-b4bdbc4113ca80e45c6f96cf620a4638a4fea2dbd143780cc086531bb968ee63.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-62ee1988140dee84b7c8dd5ffa27db67b3242505b9ac16a91981cd05599c49b4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-2fd9279bb4fe7bd6cb53aeab191764e3602ca9e5324e306dd178e9b229ab6d93.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-036d9c340499588b37c3ff853da7ea105eb35fae876d7cfe034ebe3cc3764cd8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-3c7a866d916efd9ab117bebd9651daceee196ee95e420f6fd6be8c8839c067d4.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-3193ab22284dbfe3b88049d07de78b43be8bd841ff00e71e84e3c957cbdaee6a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-e8ce581d75d4d6262dcd1abdd577273cbb06d2b15e13df17427c8881775d5c81.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-1e513e59cf959d38287ad72edc6f07cda754b7621efb04ed74c333df73ff4176.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-73ae6b3c0378e6855da2f6f164668218485117334175d68e44f88a3846a1e179.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-213bcc5e8c0c7defccd96f191f39e53f873da8129e55d230faafdd683d4168f9.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-dfc984d3a89cfdcaf4417482af869ee04c6d0399aa2905c7d3b5d09d5af4aa5a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-424db29f64f3c72757bc5542144a2347d30102d17aeb30ae977559fd68e6f637.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-b5162dba277197f89aa8ea36a1b50ec057d38b2e8d7229eadbe55fcc7fae20ac.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-e0b7f6dd55f2611d2a69e9f111dc39c5342069c32855f72933ff53e6f7488811.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-952771b31fc59cffe5c33677e6d701bcb782262e86a01e7a591eab5a11e47eb3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-3a16ff227d8a0295cf07c9f3fcab7e4004f0c4b6f18c5858dc1633cf6b16fe78.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-ce76ab744019e9980d0b9dda74b664e933461cf96eeb305a858a39b9a38b9b17.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-0145a56b0f2d7e25856b2c62fcef5a8e2d62257ec67c0806fa0e92933082503e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-b4466a08b71725f8b5057ef0946b19d77a4d23eed0b81fd1abe4380dd6dde3c1.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-667b79ca265802e179cfdc8ab06295e9e23301659f610ea11005b7415ae98673.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-2ce0c4f55ba85069897fa15337b07e10470c9846698257bea85971d4307b417c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-d5ee762ba69448db5fadd6a18f5213ca922c0f04fe7d47bca6983afbb301fe2e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-749b63aa937201843f63cedfd7d0db3019ddf95b931b4be80693716fd2b84cce.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-b3df2b94815bb9f38846ee9bf98e13f70cee99f9b08d80b95f96117255bb14ae.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-b998bdfa696aaa291b5c97eb783c3b525082462dc1fa69d32ded3a3df758eacc.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-bb500b0772dba72a64a3cede92898c2803bb9fbd72743826590cce2a8f4dd066.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-8f795ecc74ce0431b735094709b535fe2f6ffc49efc32976106ba332741c2244.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-c67e049a9f003f098e554808e74e3359970e4df9adcfb69b33dcb7bfd5b7a8c5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-9ddbc7b674ff21cbf2c0d82ae5e701f89902c4ce8841585e25d8e5ce36902205.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-b89b1dd1f40b59b119a3788653182317859e93b7e506ba08516de97b8590803e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-9a6f53af3af276804af165a6df525364ab0775485e209f3f84a351a9c8537df8.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-d9cc0b58ddd6c7a1147999f96ff25d4fd80e00a71636f2e0dba952f0c5771532.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-78476c6682fd0fdc9d621974a6e8daab640383db2f95603a9acdbfbc1d8ebfc3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-9085e2dc8e991e0dc1e0192979ca19db8dd9e22cd8ec7228f6289e2b8231a9c2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-126f6103d81a930d8d8e185e1064c6502e99d1709e622e371b551f6b0f460ccb.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-1c0fc0dc03abc76091b6e9b874ab94975b4fb6898ff39dd8fc4705f81b1c94f2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-b41eb06ebe9a9ad8176b247be6884b2d2562261aac85b148bb4fc953477701b3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-13cb511dd4f639bcb07b08499c6a596ef4a300745a740f5158e70bef9823913a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-1af07e53e38af85994614d0e3a1edfae8f5c74091a82c63a051ac1ae889e5125.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-7c5eafd90f22b14301a5784167e70326557e8732de95e702d9780afb9ba351f6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-58930c2508f1ade40240bc93e4fad7de229e1f7b6ca3e5f8bdb97fecda54f24e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-4ab35795d73ec5cc7ce784bedbd1c72c7ab5402f3665998d998c1b6e244bf4bc.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-2a091af9404186fae5b2a5044b061ace8ffa53a874187caf007842ca70bb4294.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-4f69e04ac3651b9112d1411a085bd6d632544c593fad9d20c27616d809746f07.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-21e4c616d5cd5c0486640b66400d9c8559cab08650e7601e291c4f5b1643a6ab.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-5626545274de6de8e4e2c0f800b7b664bc3521f0ee9bc98547f3cbec3effe2d8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-38e5114c9912eb4f5f1944b4e43eeb96791ef552d855a2f16e177ce7ce145d5e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-d45540c1f333ad6b70ae998b317d6c545b2f608b896dc384da069459dd6f0838.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-f10d64856c57efee0f27b3e7960de782f38e026aa55402e801f10bd5ab505dcf.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-6f109e6e0465742b9a132f29d356bab77e47f8429263056d4dd77f1f6cdae063.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-569e13412ede4f000d327ac29c21c49b051d6043719fdad19eabec3a04d44f36.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-f251755196f171e5d7ab2684a09ce6dfef2037cc273bb14460934e1a2c1c538e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-6be2ac5c2b7b353de7dd361efd3a55c228ba00ca60ade0b664d177e3182bbe8f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-115b2165fe0c1f881a45409a24bc3bcfd42de9a1cdad5686ed36b06c0d646262.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-df92e4d60f9cd10c1607dd60b8b10d63b10c9dbe30e0a026ad04670dc06a0e86.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-91b26dd7a972c1eba9a387e521bb4db94c891635bb0dd2b55238e4552ca39047.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-b7ada8d1fb46487c83b827c16b69f51274e42c655fa537a7ffffa4b20468cafc.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-173ecf7b1acfb23e569b7f305630bfe1a39943ebf504ad66ac3f5d613e121c9a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-1d05349d5a497be367155310b692e7aec42e80797378d748178b70d379da1249.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-5bda905693ffed32df95f79a8eeac1fbf062630de05f48875e109c35681e2331.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-85ee89fa698c2efcad4817723fac44311ca520da3be63f52a10e21c3f65e8fad.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-d49eb3730b2cbe3eaa7028d5bd5f425caafd83154cf47523c27279c10257d3f6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-7c46b5f38449f3320ae45f9511a36e1b1c22894f84977c235208ebfb8dea9970.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-3e5799ffef91d8cb30dc6b847867e209e82cbffe277445202c5f291d36ef0248.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-600e736963214a9f6701463345f91b569dab9e68f7668317df2f40def88e2d6e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-44e68fe825719854c92a8285944e619288d5f651fd17f874153081449c100d1f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-b3a61e22f7d8bdc611d532720cf8ed292eab336063c5699036755dc160154175.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-7e4f9efc379203b9cc9677042de4c07bd411308c80074919035c08fe131dbca2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-20a742a21789fc04344e90463c05b35ee2fe86a624d3b6432b4edd6bd3fe651d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-4e94e5c3a524345e7c24f3807ab2ca812225ea6ccdb59ec67125b0ea3ed02cd5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-a0660f7371c42a1e8be299a9ff0d762ed12b578ea438df33890aae8eba431106.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-d7fd4124cb8f4d9cc2d70bd2c87543fd279750bd7082d51e5916fea65847e992.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-ba7f763547ca1b9243fcf644d83f3100546f7fe557f22fb380b5fcddef7e02bc.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-95e850b027e198e275840a2c96fde8be006f7c4b50d274c2da10dcfad50d3cf8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-a60ec48dfd291bcf6e032345fdcf72edc995efaeb749534a38d192d81891b754.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-b0c3f433217a039247b2c7f3f8694d05237ba684726b604a33c102d10f279fde.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-250f409f558fe17f01f32614ebf6275c2fcce776ce50ec959642babbc67036e0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-1b2e52b5962f38e58da1973b23796ccefae0e82321856c61bda68bd3f277ea6f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-809ea5ab516c4e59ee5f90c4b0515365c3d41d77544ff10abb1dea88c9f377e4.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-e80d714480a795617992d733d0678e5ad5025f8852b35d20a402a78fce4ccaf8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-ab9a2dc6b1aaeaa7017b96904b7a760517ac9e57ee589ee6dd1238c7754bd8f6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-bc15eabb8dc37b36d7be228c68a2f7a62957a3ba9e4d8c35db50b919c9d150da.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-cb36ae4084e1e678bed8e0a64397e0109f9afc95c241a04c8e3da36a577cfaf2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-12fe80c814de382b53955ab5223514278f7b4985f51c32fd1f60356280e1e5cd.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-c7830f0e5b8025c1f9205b2d89ce1b7ac81ec64f6a9e9093da9a2d9e05206b49.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-0a09bdca54a5347ba1238476ea90ea7d7d99fec7163df43e762313ddbce9b145.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-f5f7e6c58d9ee8046fb142f0d35f23df7e49763b35305b7fcc719db23554b404.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-3ab6aaaf11d9a3a6f2fba17248ea85d36967163214e98b0bb30123d0b3def532.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-698aea344d6bb9f87de513ff525d16fdb2590ad1cd7b2d1200878c1e7cd2ce64.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-186b6d2347845c903689468db9a51cec41d7458461725fcdcecab27eebc3c376.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-e1c281f45124597730be155051b4628bf25974ff4dac5f990262c5f074ab7484.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-aaf17168e49e9efc24b259929e40b7b135f78f4ee327577ab57e9a14fe8dfe9d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-8af706f9e34d7867578f025a073e033c901b05012519a65bac5d319b961f1a99.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-88d041c0eec06dab21e4d9c777ead616f2ab97eedef8b619f78f95dd51e74ab7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-0e1f361ed98ca9f027657583276d0f0e404fcedc95cb314fd5122793e4cec9ba.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-a094f93ce465415ead374aa60fb7ea55921b956683f2809d6a08b1af81ffd609.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-fca144bdc4bc563cc612a0bc931738ab096a362323982a4ac1e2f74d66792c77.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-226631a8fa9deee07022680ce0461b7a09b416b616c56ebcaf21f50e2b34ea8f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-d7cc619b1c880981e17adba3bd44cb8addfff1d63e7cb2b4d59a88abe5ff31e0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-55b23581525743a29fb3602ae988dc91e8f6f5ea07d66337ea8051bf92e7c3ae.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-ffd9ebcba08793bb8ed7e508cd1187d9e867e43ca0c9c669c6eca2a7c0e61896.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-c29517b4eb6b056475330a26a3f929c0523ef80268a8457ca5d44a7def3cdf44.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-feeb27682ce93b2e5fe14a32a67aa7141f505725daf8b6018864b0bbec103469.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-80221b928ecc38c82c3d290b36be1c6c9388a51e9533c31c197016b00e63b070.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-e5d72576962d7a5ecd56631c5a2541c1359f15f086a3d384c563983c40fc2711.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-d399ea939e23c000ce12ba4f7c4d4abccdd28f783248b819ebb20b90546f619f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-2af33aacc98dde2ca5cc2f3499370e9715b5f76b5ca7446de00490083346754c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-6a1e2abb0d8a33b0209a37123e44710b4b27b50723a5d2ab7fb8746c88447cf6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-75568129d430536c4a994d05f114e0b1b91e10af7350d635f2da721f73d4871c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-63bf6e3ac63634199c0929715a715109f8ad229c526c08bfbe7f6a7a9f30fcde.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-672567f45dcd0d543af21e7518c41bf8fe74fa090141736b414697b682971f84.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-b4c2ebcd79e821fb8ee37e39d688560a79dee100a981402224a4f2bd9762e41e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-53df0c62e5835adce98e59520ae55ddb9f2a35882c5aba2ccb4021d6b0ee88fd.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-83f4a01c0e76210691d46b0cff7ec97b6ed93290c32a1e94fab96efd3d9b7d42.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-6234c7747c535705d9b6725f4a6a09158774f288cb14d7e99295822c4e561c22.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-62f153a1a4ea6e8ed2f79f26ed10eccbbb295bed16ecb46f4e77a6f5f49df639.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-15abbba286e48ba50c4aec3b765d8c05f9b4c53ae385a7c8a38d3cebd688b03c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-4c57685960d0cd27bc4ee6cc8356f2ed8d0a5cc54a22b5b503529091705a2b04.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-29ca0e1f31a14f5ee5674a3fcec9aec0ec652b458b66cffd60ac0839fc364729.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-ab3d438837b7f1c4ebce6980cc9274cd2e6adcc8af9be6f5cfc47ef2c4c464e3.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-bfe2d95adf69f339badcf901e33d12c0b6146d7d16a1100b12c3abc13dc3521c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-e28f1f69ecf1b26e002d8c8dad55ec8af5e822b3cca7f111c399e72b4e0f9c79.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-59795d6d33015e4ec1042861541df6c2034e8e1880869d695a1fea5a951e2e71.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-83783a7dc69702dfbb59833d81c309748ffb04574aab8ed1cb7589189c0f80d2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-6c32372acfba871cdcd22614f0ebbf58ea2b88de648ee4e843a2bbda5c0a3336.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-4972d31a0e0d2516c08a305844e5310bf8963d7cca69cc86ed4ed2e121f41be9.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-36ff3e628fc0bee99878cc9740e54a7b95e9599c263595b5db0c8be2c6ab8978.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-6d11c1ecbf413d27f4068e211b7f5f46e83b9067c9fd73ea9c3f5d48c7bbb457.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-2705e5d996f753fdd666b1d3a7c6f4085adc070be85957ba71fa1f07f17eca79.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-881458469239020624b90d2601d347330d21dd7b512c011cba2bcb0c4dc4ea75.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-0b0d81c2932c2a3a114f5095a9e89e6ac274c54d0cd9e794136a339ad4df8cb4.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-c0b32df51365a3947ddcda18c15575c5c617b75b29330d78e606e684f3304334.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-5910fc8006f125ce3c7ec5b93b86ccbe0a79e5fbc2e60a9a9b481c882d1bac7c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-63667b36ddd95d29a9f163e3ab4b9f7000dcd310350c565c19b975a0a2418117.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-5d247ee39647a05667b52e04510b76ae465c009da242ff8d98637d138ea410ff.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-6cf1908ef7a47d61ead3f969bb5dfb96e4b691b66291e2cd7dc71c513d1a5659.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-2b2ea5084b741bf0b1dd1ebc87ee72e4e9fad78046275d37becb41831d259686.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-825310f9bcc8892559317bfc87fc28d5d7bad06c02d562b5740aafcf4b040803.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-6ce6ebb0c16f1f4aa74a78a5db382783545d1ca28f2b6133b6228b4dff0340f0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-eb435c57c240fd302400f1ecb887ec63c672b524032bd0e7c6261ae6a2f1e249.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-407dac34390ab8b1ed80fafa4f7ef1fe3225d1d92c5403a80264b4956177e51d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-3054d4e61ec2de31e08ce51c8e1bff64fe2d4cc39f3bc6b3988a5e3aab32379c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-3f7e3b7075838308212d191c4ff1ff3915a4a0c3e1b140420bc1095be16aee0a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-8b1d049abec1dc1e6e28247d4f649f5146e8c29a4b928f94c97741da16bcc422.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-7e25c5fdc494625ccc8390d3fb1cc6d9a423372c7f30a6c402b138b11840e59f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-7a521b07e2a60e914abf16a2553dd7b8f18d3ff21ece58b2c41ba5264c3117e3.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-e01d6706db308999fde70ce031a660160c3234d9d6e7ba4547f10975e5a1ffcf.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-120554a519bce5c340f98f8cb7bcf98ea18572d3ad137804b4b0c5d806a54016.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-b979935b065bbef93c1a62caedf03ae3833c055f617bdc32824fd15c59d4bf6e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-c84fb25bb5c8d9b9cc2d70f630a927f4ea4f4cbeb2674eb97b4b9dc2d2256c14.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-7283b9d6ac27b497fafd867b580d0f12fea7551a4211150087d95816c2143e21.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-1149b6b3a90dd6f4f6ac8dd4af0ddfcb33e801858e4835c5f8c6c7346dee3288.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-5e6efacd630a7f36a1574444a9893613e5c6d03d5d569e140b592f8e7542feb8.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-6d6da6987a4243bb9fff8138ad9e0b301098c6f963cacedf997850fb679ec28c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-5f8874f8ab093f84c3465b3110ed400cd8eb457110f9b61e684edc867ef99b2f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-735109ba23330ad9e8602b6e27e658bd12e36f2616b7ead65bd908d553b2acda.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-255e2c2930544e25827f220ebc26c6f533d291079f34f2ad6644533d3dfbd726.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-b9c509941ec97521fd81904dc81a2845faa44349cc068344f4f738dad7a558b2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-8bf5d31fdbb388b5bee19d19f7a7cf1e0c0378d5759c5a4254549b2542727a2c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-52b8daea18383c355f1f6db428bcd4ebdf777734148da4403f1e93797b4dc9da.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-f4a44fd2e337cfa52f199707b606891ab0bd3b68bfaeca033e70c274739a6131.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-d22330d2af43ce22eab7d8ec9efdbe27ccd9ac1255f3bd289aa671db07fd0205.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-565e017faa966d20d9a4051a1853c366bbd59ebaaced77fed32f850b8a9c5099.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-ad593ae4b9e8c7a4c109a15385a221464240cf3f77e607af2adba53d7b7d2a69.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-718e0e89dee0f138fe8e45e84c64f72259b41d0f36224b9b2507bce77be21186.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-aa19f58abef6e0b68f7bee73452e26679a640c0fed12f9fc2cb6cde32fc04da5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-66d29cdd8660d4380902884c08d9be64f3d8a02536873814f2909778b6e234e0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-6d39ec648f0366b77918f779bef9619d06561d223bcb98b56813dc32e8403d2d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-390cbafa22e9b9131e3bf37109317115684519abf87088acfa0f355c608b4729.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-ef2b9b0a28a50cc12689fb576cf4dc5b507b01fbb15a498298921d7a57f0fd77.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-14078000daf10cc29b7167c3f9b1b239ab3708b3bad35e8ef185cb92643f88de.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-0b13a1778887768d5e7767f5e4a484444f4cf3be655142fd6d5d5acb945e7919.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-7562ed6db701af0658a763a1d4701c12467cd962cfd0bfd262cac16d4fc80c88.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-17c1c66141f1aa0339fefc5863866d67eabcb1732bda7d5d757b2cb937c93da1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-9f59b3d68a943ed25c5e00cb3d1b97d522951d85db0f66fed087418358f88927.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-d0e56b8208a450dc19b6e1eafaa826c439a318b33314c503ebab05d7a9d14ba3.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-78ed36c627b9370e2c8737226f62105718c18b2f04c62618168e43adcccc1ca6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-38a5028605f6645a95c607f24db6d27d5b915580be561a365cfb9d238736b594.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-79cc97901f534c2998d1ec6cd506a81b59eabc0a040dc66ee46ef8a7405e6641.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-b0b1d075c651e2ceb10f558b33a13c9dd89310edfbe67df0f46a7b5d8d550de6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-1041347a78192d0e7688af7adec3cd93d85fd0dd7ab792dc80fd82629708a7bf.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-ba77c23de904dea8ddf2390f9e363fa96679253b425be7d4dbf0021c4a0c9911.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-092fc65d74cf70aa35a8dd3a5581f5bb668aba72ddf788c4ffc22278be4ee70b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-470431d1ed0dc2099f20313f78f906848acaf9efce57c543d83b3b62f8b7a448.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-ac2bf4284d73c0c0d607f5ec46855b982f56d2ee430306fca04da3a5cda8515b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-c9871d91b6b58310831a0d78b904e44eb92a64630ac219ac43165d0ca8f0dacd.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-b4e3434244c27c95f6933e19a65fc273348f2edc6b695dd5dfe810d12f5459aa.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-4d73eedf98a4c487c352db58751ff766f05f6aa3bfac1ecc0f9384e50d019191.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-e8a2121f51aa8eccbaab9fdc1e986418f75b6e3adf81329b1251db3a6678851d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-1dcc3e315cf8b00b8a9914d9ce696b05612aec294bf85e784b25c672b259c58a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-343c040339a72ace51208700f40fe69bfb90e3b4f5ad62b1ed69ac404470722a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-5b256ebd75ab1fc4d1e7af4f4306b4c6b54ae64a67eb1d968a84065a007b7cd7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-6dd9078e0d7934b575a00aa2b81effafa5b8aed1fa6c3f6824d56187ca7a63ba.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-cbc15f5fb40df22adf2b3792eb6c1d359e1a7affb44318a5a779943fc7299d45.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-dd68b8ac425f8b0e1a479337e4fb6e8c647241f5042e63ba4cd9853e5e3b661b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-b942bddf710a42e617b2fcabb8bdfbe210b85d2ac9a60b5063d513ecc6648eec.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-5b124813bf16fe4c96b606443527a5f17f6cdde9f0abf94d6884f5f81118198e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-4b13b01690d870625d61a87bbaf4328a714626698d056dc3f56a9a37c133d77a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-4a529e765a46ab3cea5be74d6754d6646b175cc5da0a725114e1fcd1f877734c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-2047b977f2d7e8835035e30551fe8333403452134c3164105ed30b2e6fd14a23.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-18b8f0da914e052490e627f2dbe57a24a1448e84cfedead2d2ffa9795135afc6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-89b266e3c5824fabc91b8d04a830a3f32c62484b49543bc3921e14c57ba6cb7e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-74bbf9d0f1714110da6ba438163ff7de135dd91d32b2172757a943ac7bc355a3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-2d46fd7fde3f19c3f278fe9028e6fab6fa997fbdda3e18116fb70e57cfc78598.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-28a4339b1dc59c4e776f6bf07f51117de9fade0a8a749492e478764b8bd8c2f2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-365f0f9dea4804f7f9a9ca052beb1b39bc0811cd5d47d013094418d5b6c53d1a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-0cdc51ec29101669d333d4b91b61d87f3d302473cc81bd17ff80ccbed6c7e0f6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-fc7c5d90b44fa5ba160c644f6c7f8918f5460a5842a517e3fd99ea94ba963594.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-1b80b0d1f940a94945335aa2683e0195890c35f5bae24a3321c7752c5cdf8416.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-c3109f9f849f581918a4567768bd334506cb517bf8a3ed3afc8e670ae434af27.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-e183a9aa500d7bbef58df474d4b1a0554e4c68e187c9803a68272cbbecd45118.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-e759dccba5bc383814ab190daba0d12ef591ad9f161502a47222c2eacf770606.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-0573d020325a0795ebf2b83b6d604ecce164efc5c6e16c6fb4a48f124d2902d5.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-c6390bd1dead222763be7c93e10ce8d48ce550d2083d00b907504d01f3be8da8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-3cc6fb778db9f415d50e5651069719c7becdcb7cca53868586a287e024e26d8f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-618432f0701371ef7260a11fde248179e49360f1acd1a0fd07c4efcd153f4721.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-059ee9448b06e00eee47ca8a059e608618ddcd7e2fbb949149ee0bd46836dd35.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-ec1e0984d167e8c6bfa026cfddd6048c64e9b3634a99c9a20db194f28f10b1a6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-16c097cc28b308b92d65e4ad3c025160256a36838bae538c0b1357f044788da3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-591a87de7bbeb711663f6dcaad93e269108ca6ab9ccbcb653e84c9779e9d3e2d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-210537cc2766114f72f9f838c5dc138a18c3f49e78575f7b1d699873061b0315.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-f6cd3ead925661739946379d122420dfd0287b6332e25ecefc5e8a97adefdb0f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-a6a467329036e9963b7aca186e74b5affd615663ad9802807a64c04aa79a5f19.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-d0f010da3fc35e1b9b520e8c063eaf9a650c16a0dd6507928cbf013a04508924.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-ae4abba1402d60d25f380c8aa7dd081e7efc1349733b36ffbc7e61b951b54363.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-8d34a3fd7d34c53ce01854e2b1e69c71fd6b0c65dda1b8aa90f2935a551b8f79.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-d0cb440831181be36d7ea60f5adff5bb1dae7d8ab06738a920ab994ad42652cc.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-3162c67e01704d06fd77d78fefeb5937fee5f4ee326d369da13a5b25b75db16a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-3f72f5b1c788ac2bc2d7e3680f25f55692dff661e0dc3819bb78cd711f152d76.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-ac538e6cbafc0a94611bb9c653df3056cfa3303faff143308aa5680178e34f71.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-c874c334dca89cb394b3534eb2eb5ed408293d32052e9179fc75832191b5759e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-fcecffb01a890f01464e6067e5593099b9919746443d16c69c7e223e13be50ef.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-707d019e77714b8dee2074bbd17aaac157d2de0991a8d4c8472a038403c5471f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-8214283b99e5781396996fdfd84c551ea7ac15a248465ccbb9358b13373d802a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-af4496d258a36c41ce92d7713c7206e2e92ac6037c6dcdac687ba815e74a4f49.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-1f70bf3805542fff3addba9e2148d541cb30b125c692a8c7e0868cf4c7dea409.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-dafd3a0212ab43c02323bd5bb6fb1b4378a96e05cd352c354f6f4863a3f43f6d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-80a2aaa6b4ad4e44ad197ccdb7defba58af6ff0ab0692817804de12ff594bc8e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-5da3263f37d0e740a94283824f5f0ad6c3ceed6f12dbe108fce0ddd760418373.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-6f18658956e6da5c5bf468181b465a33c33045134dfb327d35a9b6ea6c56d23e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-c4afe17342a7894f5dc7eed56716e9149378561a12c2bbd88d4c0bf740087c38.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-c97f90de5ee09d5594f9d3154e7eae0158a8f922e394c3ad24502a9274dd68fb.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-956ad50772021978069fde52a08f25b6fe310b0019ccabe8acd274099fb21ad5.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-599de52b1450460f083ac0654eb4e833c06b809903c7ce11cbe202005e3f080e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-379d62d2296d30d484a1c0469582d3a95736284bcdbc58e9d6bcb4f648836d1d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-66c008c2d58e2b50772ad95a30801a9b62566d5f3ac8ec1ea1ad41aaadc0f4c7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-371f542a58fe7e4a3c67dc92f92009757337ba428a368af4e077a4cccac652e6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-285534456c1acd523d23e09220799faf851218c1b2d8015b0bb557910ca1b9e4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-80ad805e34b571d758604e2b1b735fe2c0f38dc1593c11c7d9a987e89f8fc6aa.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-9012691cb1689944fd0813b33b7a58fb97921944ec8988f23590fed21a1ff07c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-74f423c6210d7dc76867b1f620d0d15644db5c39b9e4197805ad20504d271f08.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-4622624d698a9577a3fb92bd4fa5f98f305d704bc51306b86d109c6c865d069a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-67ceb25fba1fc6a2c3836cef4033fad77752db08bcbc88fa7622b22a5f6ada2e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-dc67526a1833d2cd7c50d87f0da252e1fa2b361d7d418715535d3aa63e5a76b7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-23e2589c8a374ecf955772e01a4b6a7302133346737279eac1e8214b68bb0308.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-3ad0387cfe11942e1f55114d49e6083185afde3528d2b05885160bdd043ff470.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-5139e7519b7c833dfca645e2e7424517489927cb9facc6f0dff3d80b72d1e59d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-f40a79d79c88c1bb927ec0e40c5d044f838f0a2c48d820b3e8449e92a71d02d6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-3190fa17944b136ba27880e354cf385a1d7f6af076859fd8e3a25b30eaded302.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-65c30fed3b3ade292a366ca3cea6155962e94a13944fd62e73706a7f872253ec.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-83f9d4ff92513bfe22f55c5df31e600c77893660b9b3c000efad29ea4f6c32ad.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-92475a7045515ebb11c2127a896010934a569a7d16adc4a702d41adf4565d440.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-af363b1645da518014f81a5670419b70adc6fc09b1c32def53145c26d5fc256f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-29052367756da76b9ddcc3a71a17dc15cc39a7d387cb381fc5daad5880cd1895.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-551e531eae9f601ce16f204217b0dea54396c8e689dd2792667e1c4fdd239367.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-a07c29d68d55c8c614265e1bfc1ec179073e983f9d30a1a361310d68d2e30fa5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-bf59a29b95c033e21fc58c30f4369db5d0312954389ab46c0e3d14b17dbd8b4e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-9e1ecee816ab8ef6441e6bb5a6d14c4238f074fcbc278a4ffa6168809669e586.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-e87135a47b177787871c8e7a341fe3b4f89843d33025affd16c2cf89bcfaac56.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-4785fd6418f936a2702773e3e131f282067da3d8d406c4c31d0d1bcbfc638af7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-ab6f55130abfca1e85a6818f74ea0f262e9327fb99f75868aae2bd2b83aef6aa.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-3c7035086a33b244188bfc3ad050eb100aab771dfe39dd82c619ae6cd103af4c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-ebcd71d69e1fad32c0acbd1c9887945069b1f75ea52ef857e2e26e8927a7d98d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-e8326589ad95d63b2856367db0b6343479eb591d116bc7e7a2c15e7d422e8dca.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-0f990fac6a324676dad90acd1f8e5cf8e660bd62f978ee44acedefaccc226b7a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-f7ef4a34cf98d96f557d0a7020f178154b730129be4c2b5f8425b825665875c1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-f4df9e4b3a4df8d9ee464504a1f88cdc0ea08d9923c8c7b3099ec8eabbf4258b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-00649cb56bad07f8d34472e881fbe370a46879416fcba8dfc655f6eeed0056a3.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-ff5ea681d66e1a88ff8584dfc7fb20e8ed282b218bf9cc06518b1df90f3f99c7.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-62610131201312d4268197556e2952932ee4cde22ce876668722cc332b83989e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-8eaad37d10c6db6035b0d4a74c33015539f2c78cd655e0ce4e1aa4b04f3ce36a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-2e4af783bec6f474fc03275a7dc048a146d28ad3da615d65e6eb6d930c0054ef.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-9b89316de0a803f61b8a4e842483db37436cc9e53911d6e2f59b53dfa422d563.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-297d268a5e967f7d34c91aa4513f86ec67b2efcef6df294a7846a554d73f22d9.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-0e466f6d604a1134afaa8fcced93845bd17be04debfd302d70964a806532f093.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-e41908b9de58fe9479e9a2e2a5bc0074ca1013cc247f2b1410568e8babe4ebfe.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-fa0266040f7fa99236c10e36bd23ad92a558fdd79d250a23076733ae2aade799.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-c2c0dfeea4a1f46dfb510afc8a97e99cc5a91d89851e97e4edd48f10d10eb262.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-c1ba27711118135b0d694151a37e397e71ae19470cd2fb7bb21ccb8178f4be43.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-fd6a6cbf958e7d3b88070ded68716b2b85bc130acf68e3b0bbab05361dbab47d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-b841b8cd3c568b0638ab7fd12e8dcf24f09f1b6bbf7942a28c52212ac465d100.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-e3ce67e697fb6b33a39726379574752eef57b121d6f60d160e6bc7d7ed8f5ae6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-9e4e19a678ac8b84eb14740be948a7dea035b5c0623639ba6e06e242359aa1bb.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-0f9b86efb7f8d66d28223ff592232812cfd2d2567db83ef96bf783ea3154eb8d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-57323390cdd79b28e658b6089304469012536c57101787020701ed91518848da.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-c2c93e168527ec8bda2799854370dfacafcb491f39d6083900d903244c00cc4b.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-5baad15595dcd8c0822e2bb9581efd027ac23ce10efa4202f3b5f566819080a0.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-8258503043a0a3b6fc68ef1af0025ef0de85fa482fb77e8ba220c3cd6a7a86a7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-b67b689c0045cb4e8a4d5a439adbbf4c471cc090cbeb7ba7b2aed0eeabdbef3e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-c992340a8c8284fca33fbcbcb287ace68c355a0603c471d9b09a207ab4f7390c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-cb10a92508324c9de2641b74ca7a0c4872548dc874fbcbe9f75d6aa46ecd28bd.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-db6310ed68179491d7d9ad03d133cd8ace0fd75dd0624f3f9f1c856eb799fdb1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-cbc5741e7cb4a2212dc311772b55688c4e9e2d2f11d1e2c3c42dd4f2a1464473.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-7c73485829c6aee5fb2e678707883ae99de6ddc50f4393025fdadedd78944213.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-37d8c89f1f7e5e2dd7a7e2211afd542a9565533995500e5686c791a6e9f51d20.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-b0c095d359e58de45a984c4d3aa73c5442e76c2b8837ae491f53284de1a15475.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-d7a07223b8b040a88ea6a11662b947add62e438a993721494df88951aa9df656.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-54d7076def267766d8e49d822d6b9b774e82bfe0a91269b0951148f5a19e4900.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-bee088c42b4ce13a5dc346424f354a53a78db7db8eaa064bf534b711532f19c3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-f0e0b96f2586ad66b367fe6490b48df8aeea0c100bf5178cd1ffbc03571fe95c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-4880d7db266b4219bf4878fa435f9021c02d86c7309d6571c5cc6a0eba81777d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-f1ca02b4d2034f53a5b768674883dab4b21852dc2ae39b2d02bc281384d95e33.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-8b34a12b4b7116eb6ecc79744e0b0244cacdea5ea200940522042fa12953097a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-a6c8d7f7a74b93a4c42589c951ce37ea3e073daf82f2418efa6a5ff1ec2d23fb.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-a9ead4b075e183ce139f9c26256dd2a8d083d4d126d85f3848d8e9ac884ab504.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-a91174a3cccd5ec66da2cc68e0cbf86a3ea73d2976dc303c72109198b2504b51.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-426beba2bc0a7ae4079c8586509f6902dc9a6082f4a0ec7c71520572ac3f86c2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-c59f156ddd70507f05267dc35e2e4f3e44467b9ef414995abb91589dc486dd6a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-567df11f5e12f95a4c707234127ad878db61c286cfdd034dbcab8c4222c4af25.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-ddc042ba58c0842e4a1dd8ac56701dd8e22659cb04e3905d3866810d6333aaf0.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-d81adac491e4e7cef7e94ab6e94f00564b319f9a383b85e0dd753aebc1cfeea2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-2f19fb532598a59536ccf4bb6f4446c08eb1b9ed5ebe0ff1f00bc6fc8c36e792.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-6e66f80525a6b92920b1acd01c9bcc214b1a2f05393d65af6428567e7de0cc6c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-55390cc014e85eb56b9d08004470900d13d95ed83ddb5006bf4e0e1cf519028c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-1bfa55a93eca4ffd981f98935d6c2cab58a29be4f0d2f15a50148d695ab50f3f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-b7f4f0961f007b0cc355df85903b0af0cfd6b655e23aa56aa547dc5ed693ae7f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-b93a77fe262ed1d5fbd196f2224c0fa2b3dd6d1e84c0027c5a122643fdad8d23.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-d66047c0f554b25250566bdbdf7d4ac03c0f708f03cd4c4159c57f16fa056967.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-20669c3a4f181d035b5acd82a12d7354b3c5decb53383ea6b7a53d02b7138fe9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-0bd4b6709d9ca822851f2d7c57ef9fb3c098ceeea5d239bbf8f3196b062d1d11.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-6e0e27190b3c3806b6cae82d0e3708c05e02bc82479e252f4486a0eee43a58d7.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-3fddfd9a5405daa75ae35d717219be04940fbd956b583fa9a75d0c54ec5d6da5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-e0468f05eddaea5fb78d8d86440a580cd9cf5f27baa3e2ac4f229b4423abd7f9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-de72e06f1af9d5d3f44995e41ec69b3669da1d59a40b4d99b03164617ab326b1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-d68e024f9a826b0790679bf50cf2f004f5063aacbf99948a0aeb792c97e20c88.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-10ae837d9c7828178cc70a3489b719ab88a3c3dfbd58bfcf7c0ce26908efc809.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-40cd64620f6af0b94340fa7c71de0e2ef541e6072d886e666ddf6acd2f5aecdb.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-fd167a43304972aa43f76a0ec3f03dc89dde4f96adc654a7e0e2e1257aa9a7e5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-2f9dd37f9762ce80f198b8cb9b4acab9e19c482d7cbb927f7866b1920133af3c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-0c5ada4d149d7ff18ea90733cf9bfa8754981730138c20ec97b864d97fe34ef9.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-637994c86e94944be181dba8727a3b136191f72ebe53f043f0b7297fcced5903.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-bd8c588ce4c71594e5f3789b700c935e3c97e5c06e62ddb595752c805e90d851.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-d7c4aadb69ef13492016a7b2995020f9d754d128f9354dd742c32d420c3340ad.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-e1e1de44f61b53fb70041acec8426e6505526c9a29317a4fc1dbc206f0f261e6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-4e3a65b4577055027d41ebf6441200b8e1f360a1677e2032f262b58805689641.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-d05afc2826bdaa9121a17e9ff42d35ec4a72668a4efe0b65acd6e6de23f8268c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-c2f3565f6e8282d44babe06fd25605c002f5abb3edafa843762a9ed6de06464b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-f87e928ea7a84ebc9c7d6e8ee6e43e9f93014adebc4604f01fe36db29e635ed8.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-7a94e53dbfc93808d194a05e79f780aef0d2b231e830e4fb4b931cdde7d6da26.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-84421fd66f9058e424da190fc8b3f6a0d35e7bb918aa6fffacd00a1a2c1b2d71.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-31a06ee8dc4500f9665b4e3654489abc6a77851c7a43c245809bc874ac6f77e9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-62137f64b8b37b24510095926415b3120029f0d57e97817209e895f9c50b26dd.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-2fc8fb378410d636377385d6d007f20a41d6493fdae51a35cab5eaa5da3328fa.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-c59cfacb984b59244f48132977b96327c880f391431a2610ec4617d1f73ee3a7.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-21a677b7fa3f33a6304926ac4b0d516f2710d9d576cefb46674e3f9c2a444956.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-22570d444732336f9af31307c5b4c5809d8c028319b81c24966d0b48e441f08c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-da5901ec6f8fa93f84e42140bd923592b84084a648569d76b476e7512e3620da.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-a5e58fc790b76e90b945a68bb4f15223254201bf006040d953092dee5ca8da31.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-ffa8cd4edd7ac169127363f8f0476ffe11279367334f1fa910320541a1a94505.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-5183af67c4fa08369e9251a2a102a4ed578c24bb59092dd92f3a572d90223434.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-37be9dc3645dac4c1463068f9001cff31288ef527c2fca0d6432022858070084.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-854593a65b29383274aabe385c4ff58794a2b5d4b89c5414a0ff11f96d016f1e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-da9e0ce1ebd0f466ff68500173fe067212d304b8f4594f54bd61bd3e5409c7a9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-cbb54d608b15e2bd4d422b8d83f061115c2087d070969b2e9f6112647569ce3a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-04c759a5129437dcc03dffb362199c84fc773a185726dc2ed09f9cfd41370fdb.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-5b51b57f63cf58e451abddeaee39a8c7b133cb3d58c6ef1a903883bda7c346b0.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-bb2782a916b1a28eb081895afa90f4ed5dca5df320b9cc95f867bc2a26e29064.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-aeb9bc73cd3fe25e7c1a1a7bdddc11eb3d71a3273919dd2f4247873db78fbe75.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-8c27cde746de68484394ef6dc519583cf67e380ca5e8d48cf37fa4d99fef57ed.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-d54e76d7ad9da5242aa26d5dbec120b8a4530c097ae45d0b22e539f2d9c6ad8b.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-639ee1c158b0b61e8789bde27ae64edb246afe63cb8999e3468ca88c344927be.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-651213df067f16dbdba2288928434afdd54f192b50bf15d06206ade966d54bac.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-19048c26004da6fe2a1dd5f3f695066b24f3096d1527edbdaac03c2817046fe3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-2ed9272d5fd2fa92d29289f49f58f5f64f66977165fa1a80f9eb6aa57335517e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-90424aafda9a2aa7d98030c0aa7bc604c77c1b0f7c5e6a094dffd2b803a88c71.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-b8b9d97103e668a2b043311b6453c2df25d5c3adcf62481e4c79a627c6784f4d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-da52cd7a173ecc0bc7e9a7c7ed4a20558a7f4cb5b6cd308790b7552a70421abc.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-7b5be8932db6e5153d1f11ddba2d36cb4a33ddd7100e5c59cef3a2502215b062.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-9b0845f8163d147e4fce6e814709d5813e53f00f8f5ccb40cfa4cb9e37388837.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-fa164984f038fa81540d519c5d08123ed55f31bb8aa73798af7698c69dca2226.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-f6f8ecdd6f0099c072886716d98098d08de334f6f307398e9922f4df40ef7b2a.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-e7b5e4dc5360fd9ec2e0dd50074e82a53566a61ab88a36b6b5cc80451a2d9279.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-c3a061079dd7f5ea785a4b4a4903ec4cefc4a26cd73371c0bfa3a0b231593947.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-25487f7aa91f115d558f031ffaf0d399924b032100d24d467c3bd1cb026d9001.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-53973e8d5c2086570023dbffbdef1a8a181cd49b33da4fde01de7a57b8346c57.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-e64bad4f257ee1219640dce3608270b8a4c7ebfc37f91ac9e4fa5957ea0814f5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-d764d5de8ca4a67ea323376c7c4dc48a3ec51bb043556ee07dca9e4989ba147f.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-4ca76c921fae3345c47f1f540cdaf3716a7807ffcba532caea50090c8bbecac2.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-48d976a953d0778fced47cc5d25890f3dd7befc28a85d9bddfae6b50fa98c84b.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-d8106777ab26efc28f786a1345bd411a4a0a10da738b691e3f4deea96d3c3c3a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-9b4b8d18e4921e812d1fc34279d9871d7b6d5a72feb8e451b4b4aed33890bee6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-d8ebb10444ef5bef482c0b886a617d832a62629887061d916f6e3af7ee49c01c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-2cc3fc6d4667654a4842dba27cbd3fd6cb9e8f23ad1dc1fe78cbd9621b5e7d8d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-e8f288fc52101ac915f7321dffce4c0af0a830244791f63efea069cbbc311ffa.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-1e2477f3991b0329067f700db10898bc0761c241ecdbe5cf3c0a79998ee86748.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-50c5153e92331af5eb0bcda9b17ed8ded87f69f94803d50315514c8d95f241dd.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-74f68a5972d287abb010860d78e9ea8158499c1187e9f30a533f14f62395aff3.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-04f64ba6540237ec9188f9f776ea8e300ab8da9e69b0987c7f84d57e485d03fa.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-e146a0ccedd75c58f6bbc1684b42662e295617bbad9fa96086b3ef3e6afe2278.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-d0545941635094a4083da0238fec28147c845f146e122c745d0977bd0c9433d6.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-15466776e5a57ff54c2fba7cb590cd7f27298d38cbf2c1ddcde63a81d8e9c102.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-ebb813a81f4959663ce7a00f33acb9513cb0aeaacc6e6b42becf3964114b97a1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-a866043ab37ce805b64abec78b95b6c083271c13e8e1ec7ca96449410578e89d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-4a2c02ae1c8fa104bdf722d8040868f47d1159fc774e32082e7fd1516c0c8e6d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-ece5f580bf1a30a24794f29e85b851709f2ff7adc3b8d5a88634b5df5a73533e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-aa8a47e9aa8b9ba218c6875d2435df72740ab4c0b924869286b4cadb1365d49c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-ac716ddb83c8e34353666b6102c03688503eb97ae55ca9aeeb86c4e954ae8b06.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-3b78773e392f046fb9b3f83bc34ce38515f72320c575d93c41c95d90ffb5d039.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-fdec8ea00a33abe5dfade7864c28d9ad713c3cda3e7d828ff699647da3e74446.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-57cefe0c71e90edba3c03594a69a3a9a33f779c0c2405efaedb8d64290e28d1f.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-ad977a6b06f85ee23b3ea5ec49f83363720525a3fd37475ef79cb59591c32951.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-c3e7a86e64d439e6b25dc833f685cd5461e9c5ce33d0f004f3570adfba65c9bc.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-d91ac6bce029f8aa5b760be2a62884b67e03180eb9a9c67ae6066df67c85154c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-b6ce40aff60feef4e8fe1417f075b57688b5cc4c32d09296d02776a797e0b0d3.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-ef115b3942ae5cb74b046b0a5faad35fbd6126d8c6fda489881b16494c8c632c.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-0681ec54dffc4f628efd8b4726fc3f00c628aab4fb0c797c332c80a25d559820.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-90ad184cfd769cdda3da9c43b4fb5a494962f3095f38f4175ce37c371e0180d6.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-486dca2420c797d9a37b03d11767c9418b5e26d07c7c694d897b7d85092ea499.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-830f49a57206bf654bc37aaa1668ee8840a23595b2ed440c968f81d961e820ad.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-4e206b563d27b5a7a3f7cabf944d6d278e6e8640018a72ce7b7ff989f1396df9.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-cb480908e2c394e816623b7fcd5b63b484f25578fd89905d6aa1453bcd041887.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-1a8979f03a820cec54ff4a900e843afee074f3b4004e1aeeb706caaea0379ffe.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-a133d52c99a285aa2dd0b86739163bd5bb7a2c0eaa5a1fd522a11ec4b5b3bece.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-3e49a632d5d87de3ef67aca8faa159c1b69bc16669f6c8c117748dc9625d1c58.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-137c7ebb28233cdc2f417bc1e29bfad502ef7dd404c35ac36188e7dd98aecb6d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-8662a8d01007fcbe0f41a694a5cd927265409d59b783b50e0bf4561302a77e40.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-d26071ddf754d77ea56779d817e8c62f37a38fa64102e0c864901ff3941cffbf.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-22b811ff90642de341a3e28a1775d1992d1f32088e922abddafca79157e3c2ec.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-42c8536f18d9a9878a90872649f0ec85b27ba59e1942ca5ac619f2f2f993aa38.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-5d05bcd60eb3118eae45baf24be63aab68e236ec6d19124eed90548f1ec42bd5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-84116fb50ddb30d2f08991ae4e3762d7191fe4387e1cf05d55a4e3f2e95c3c57.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-a2007667f47550dd1a6db5e83911fcc0acdf00909db626d592a9390c4e8aa1fa.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-5e87ab54fa5f3124d1fc521d29259865fdd1f528e968dad12a33aff22ff788f2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-033a416ecc30a516c54c6a0fac2d212a38fb051e5976cda49eb9d22264814a66.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-74e60d09369c164cc245d49d109c78ea322a117e0fe58945c380b65a71c691ae.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-f6ac88577c57d12df95251c21a7adb68ced1720731d754a462d2958879b56e00.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-3d65dcbca5b7d40a1730e1c190d0c7e2874d1b3b44e0a0941ec033056044f3de.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-6017cefb02fcc099faa8f072149bbce7f8c155ad6ffa620a6d6258409b786ce4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-add42a023b56a92f42007afb933e28e1d08d734e55ccecbfc3f9fae70701a240.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-44b7d1f3acc75aa8ff817b55d499dcb24770a3423b624bff829cb26729de7c16.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-06af22c30adfccca9975a99fd05310568de59f039a14fd8dbabab7c17a33cb19.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-1d5e7fb7a12497358a19b92671184b14664125a143d909abbee5615b57f7e988.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-ad4c35de9f6aec57aac272de390d5730a75aa7e1a4431166a5dcea3bcbdc62f2.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-fbbf0f0e9a6d6187561f38af9b3f28e3125e406c3deea268bcb64dac7a03a6aa.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-79092de6d22db0454898a7d17f26961709256110620e67933043799fa86b2296.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-001fa554127aafd736752727490db9f8893164c0369d0ba5cb6d742c44370975.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-59bc76deefd22802e7d4ab2bd5e34f59c6bc112135c8052284410a0787954af9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-d2e8ac2079a27fb6f120ab4bc4d29597450bd01a9fedf9b7f5a09ad65e8dd164.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-9674c82888b92fbbba22f3588e7d83e8c0ce887d9ccdf3abac317f9725530ab5.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-c70ba1cb67cc649da2b1f5dc4a26891437d8bba2cc098c88461e6bfc23949d9e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-c4ffd0455cf50bc1683646dc77e7263d81cffad51f36d3c39b85a9848fb5a196.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-25c640333545843d345dbda694ca41c404dcaa69d3e32fbebc89d5620b5b881a.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-4466c6f09de93905872fe47bfc03c6e5a143cbf77cdfc93fcd450663572f3d60.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-76a3658f5f45def0750a70247d604356ff4eba996b30aa23a657ac07044caed4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-96eba693faa2439ebee48d27072a67086b7be80001ec8c5e3f0743b37f2a42a1.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-89b12d71ce8ea74250d99da84ad4417c53eab133e4be8db99e6b8e0b26f71278.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-bcc69d5aaddda710e0c480c64f1ad9730ba45edd4692684fcca1c4f8083c5d19.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-55b7f903c7e603de7eec36bca0760a51930ae7ba90c2e758fcf3aa4d7e959ee5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-3be977d9f161a5800728de845aa7632df3263927fea4b03544400755d27e7c19.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-3079fd19521114a5585b23e37a3d443676b52fd593b68bae5026c29de0bf5561.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-2fe0f692a6986f2b21ebd6260b6750b29a0487b9486e70fcf789e113ad0e1192.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-509967cefab0422e7e4162aa75d3cede7620a4a17d9b2015adfa74e84051f364.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-caec07f09c87f0ebd2843dedf7e8fd5ebe3ed795b2649c648788775c65f48b31.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-0c1811861e17033d8d2ee291edb8b710dc877fbec06ab4e4d250218724966032.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-8112962dc3d3194f3bbf70018fcb5accc21d2cbd033957579427241fbd931e62.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-1768f5ce4bad46f4907f598e6097e6e1340500f4d7d75a76266f3e6ab9463d5e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-42db427a67708ab79be29119530cedf2108f7a4bcebfdf754a1d8faeedfadb77.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-03a36a9550f9eba48a2cbe65dc4be5e00b79447fa6d0863378046cc5836a4014.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-016c68fdb5c59b9342aa68a196d73fdf6b7a867694fc406d1338b507a4d05c56.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-e8360ce364de6826f01716b7d320eef87621b70101c129df459682a790267f89.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-5878874353a81033882d683151d7a94765656f867015f75985388e3817a37f8d.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-e77b5573407b1162d26d40dee59e28684aee6ebbff9961ac32242943c9e96e26.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-7cdc90f71e92b252dc69902df2f7ea33a7033a776a00199730239aa4e8fa8b18.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-ccc0af8c1220d0583d1432c0c340c21aad14e987d7d73d2601cc35451a37cf9c.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-d7527d589cebe8037b89e642afcca050b9da0cb4e63ed52bbf116f8461f6c60e.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-b1e78ed98f7111d6a115d73d2c604f5c1ef65ba9b01713ca47d914de0d22b351.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-794597839bd5ac5c9bdc0885fe713d3d0a69e38711f9a74654a1599d7c7a7927.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-d2d473f4e2e4707604a7caac42f9cb6415bf5e8ce35b5e72bc78775d8aae03e5.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-3985889b8382293dbb3ae27353e864661415afa0ef66d291591b447df8bf8693.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-107a1d20ce64bbc59bdf3ef022215742bf5fd79d94636e7d4376586d2e0bb0b4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-4b557cfd170ed4332809862db59879e1da2797deb4b24a288c525d0d72c0bb84.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-a357182ee43243cf7989366b10afb15296f814cba5d9a035e3d66ff401aaa115.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-c763d38c87df2000c01e5faa5ef51823a9e076b7b9e8e52244ff35270a099401.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(/assets/flags/4x3/es-ca-e6d65a5eae996b410a099eadfc691c380ad0f734578ce2ac14f2d5bf31eb63db.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ca-620053dffeefac1c5eb2f455e2cada12044e5366ffa6516a3bd611ffbbe15dcd.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-8c749adacf82b6b5d58ce51dbcfa748c6bc6a9a205e5efcb6e96f126f8953f6e.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-7085aed716bfce96bbfc2811fe55bc9855236a4216dd7c925fcb7c142578a3f9.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-d2de597c10f3c833fd8c7bfbe818189e6209db19882a27398b8e180884697eca.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-83388730d99f674d825da4c089650366b965abd338cf15f10f5aadfe0d8276ba.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-5130c70b20a02f9f6dfff69c9e55b3aa0054906318e4afc12c692dcfb7f55216.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-f5c0a725da9e3e0d7321ae75c61ff5df64d065f1bdece6e2625201735177e558.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-bc44f4448f55c576b4f8e1aa1d61a8b28751dfae10cf3d26d0408befa6d0bde0.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-21234ce6c027716f5ea7f9b5ad128aea007534f32ee77557f7e968c82e7627a1.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-2e24673349bd8ee843980d052d79c354f993efb345d1ef5ee0fe29807e8d19d4.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-23a0c563a49267894d20b55a5bf6089a582d1ac227a7144c975a191b8f751843.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-6685994fae5d4918c5b6aa20ed98c3bc736bb1bd88ad2d86b40261682766791d.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-774bae01cbe6a00e4daa93396d860d2ce3d53bb6a5a1f1470e11174fd9315d79.svg);
}

/* line 22, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(/assets/flags/4x3/xk-201401507976e570a410ef6fea6a56db0e05749575bf61ba04a86c7724c6b5c1.svg);
}
/* line 24, /Users/monthon/.rvm/gems/ruby-2.6.8/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/xk-a63525c9f71527db7258c39de2e41edb404955ffb3e5d2b9dd1a7f3173e3b028.svg);
}
@charset "UTF-8";
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*


*/
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013â€“2015 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
@import url(//fonts.googleapis.com/css?family=Kanit:400,300&amp;subset=thai,latin);
@import url(font-awesome/css/all.min.css);
@import url(bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css);
@import url(bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css);
@import url(bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css);
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input &gt; div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input &gt; input::-ms-clear {
  display: none;
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input &gt; input:focus {
  outline: none !important;
}

/* line 219, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 250, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013â€“2015 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control {
  position: relative;
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 171, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input &gt; div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input &gt; input::-ms-clear {
  display: none;
}

/* line 215, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input &gt; input:focus {
  outline: none !important;
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 259, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

/* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 280, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 284, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 290, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 317, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 322, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 326, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 333, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-dropdown.form-control,
body .selectize-dropdown.bootstrap-tagsinput {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 348, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 352, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 355, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 365, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 368, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 371, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  min-height: 34px;
}

/* line 374, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 379, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 382, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 388, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 393, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 398, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 402, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input &gt; div {
  border-radius: 3px;
}

/* line 407, /Users/monthon/app/nextbiz/app/assets/stylesheets/selectize.bootstrap3.scss */
.form-control.selectize-control, body .selectize-control.bootstrap-tagsinput {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../img/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}

/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue {
  background-image: url("../img/bootstrap-colorpicker/hue.png");
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-alpha {
  background-image: url("../img/bootstrap-colorpicker/alpha.png");
  display: none;
}

/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 2500;
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:after {
  clear: both;
}

/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker: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 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker div {
  position: relative;
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-color div {
  height: 10px;
}

/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors i + i {
  margin-left: 3px;
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

/* line 191, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png");
}

/* line 194, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png");
}

/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-right:before {
  left: auto;
  right: 6px;
}

/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-right:after {
  left: auto;
  right: 7px;
}

/* line 205, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

/* line 209, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

/* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .btn &gt; .caret, div.ColVis .ColVis_Button &gt; .caret,
  .dropup &gt; .btn &gt; .caret,
  div.ColVis .dropup &gt; .ColVis_Button &gt; .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

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

/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphtypcn icon-default typcn-document-add:before {
  content: "\002b";
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphtypcn icon-default typcn-document-add-sign:before {
  content: "\e081";
}

/* line 124, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.528571429;
  color: #515253;
  background-color: #ffffff;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #5d9cec;
  text-decoration: none;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #1b72e2;
  text-decoration: underline;
}
/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 2px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #edf1f2;
}

/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #3a3f51;
}

/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 12px;
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #909FA7;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #5d9cec;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #2f80e7;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #27c24c;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #1e983b;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #23b7e5;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #1797be;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ff902b;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #f77600;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #f05050;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #ec2121;
}

/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #5d9cec;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2f80e7;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #edf1f2;
}

/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.528571429;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

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

/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #3a3f51;
}

/* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #edf1f2;
}
/* line 250, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.528571429;
  color: #3a3f51;
}
/* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #edf1f2;
  border-left: 0;
  text-align: right;
}
/* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.528571429;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.528571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a3f51;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

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

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

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

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909FA7;
  text-align: left;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.528571429;
  vertical-align: top;
  border-top: 1px solid #eee;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table &gt; tbody + tbody {
  border-top: 2px solid #eee;
}
/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #ffffff;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

/* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #eee;
}
/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #eee;
}
/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #fafbfc;
}

/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #fafbfc;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #fafbfc;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #eaeef2;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

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

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #3a3f51;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.528571429;
  color: #3a3f51;
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control, body .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus, body .bootstrap-tagsinput:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, body .bootstrap-tagsinput::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, body .bootstrap-tagsinput:-ms-input-placeholder {
  color: #b7bac9;
}
/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, body .bootstrap-tagsinput::-webkit-input-placeholder {
  color: #b7bac9;
}
/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control::-ms-expand, body .bootstrap-tagsinput::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], body [disabled].bootstrap-tagsinput, .form-control[readonly], body [readonly].bootstrap-tagsinput, fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  background-color: #edf1f2;
  opacity: 1;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], body [disabled].bootstrap-tagsinput, fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  cursor: not-allowed;
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
textarea.form-control, body textarea.bootstrap-tagsinput {
  height: auto;
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  input[type="date"].form-control, body input[type="date"].bootstrap-tagsinput,
  input[type="time"].form-control,
  body input[type="time"].bootstrap-tagsinput,
  input[type="datetime-local"].form-control,
  body input[type="datetime-local"].bootstrap-tagsinput,
  input[type="month"].form-control,
  body input[type="month"].bootstrap-tagsinput {
    line-height: 38px;
  }
  /* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm &gt; input[type="date"].form-control, body .input-group-sm &gt; input[type="date"].bootstrap-tagsinput,
  .input-group-sm &gt; input[type="date"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn,
  div.ColVis .input-group-sm &gt; .input-group-btn &gt; input[type="date"].ColVis_Button, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input[type="time"].form-control,
  body .input-group-sm &gt; input[type="time"].bootstrap-tagsinput,
  .input-group-sm &gt; input[type="time"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
  div.ColVis .input-group-sm &gt; .input-group-btn &gt; input[type="time"].ColVis_Button,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input[type="datetime-local"].form-control,
  body .input-group-sm &gt; input[type="datetime-local"].bootstrap-tagsinput,
  .input-group-sm &gt; input[type="datetime-local"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  div.ColVis .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].ColVis_Button,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input[type="month"].form-control,
  body .input-group-sm &gt; input[type="month"].bootstrap-tagsinput,
  .input-group-sm &gt; input[type="month"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
  div.ColVis .input-group-sm &gt; .input-group-btn &gt; input[type="month"].ColVis_Button,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 202, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control, body .input-group-lg &gt; input[type="date"].bootstrap-tagsinput,
  .input-group-lg &gt; input[type="date"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn,
  div.ColVis .input-group-lg &gt; .input-group-btn &gt; input[type="date"].ColVis_Button, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg &gt; input[type="time"].form-control, body .input-group-lg &gt; input[type="time"].bootstrap-tagsinput,
  .input-group-lg &gt; input[type="time"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn,
  div.ColVis .input-group-lg &gt; .input-group-btn &gt; input[type="time"].ColVis_Button, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg &gt; input[type="datetime-local"].form-control, body .input-group-lg &gt; input[type="datetime-local"].bootstrap-tagsinput,
  .input-group-lg &gt; input[type="datetime-local"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  div.ColVis .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].ColVis_Button, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg &gt; input[type="month"].form-control, body .input-group-lg &gt; input[type="month"].bootstrap-tagsinput,
  .input-group-lg &gt; input[type="month"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn,
  div.ColVis .input-group-lg &gt; .input-group-btn &gt; input[type="month"].ColVis_Button, .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
/* line 215, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
/* line 315, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control, body .input-group-lg &gt; .form-control-static.bootstrap-tagsinput,
.input-group-lg &gt; .form-control-static.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; .form-control-static.ColVis_Button, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control, body .input-group-sm &gt; .form-control-static.bootstrap-tagsinput,
.input-group-sm &gt; .form-control-static.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .form-control-static.ColVis_Button {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm &gt; .form-control, body .input-group-sm &gt; .bootstrap-tagsinput,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm &gt; select.form-control, body .input-group-sm &gt; select.bootstrap-tagsinput,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; select.ColVis_Button {
  height: 33px;
  line-height: 33px;
}

/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm &gt; textarea.form-control, body .input-group-sm &gt; textarea.bootstrap-tagsinput,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; textarea.ColVis_Button,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
body .input-group-sm &gt; select[multiple].bootstrap-tagsinput,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; select[multiple].ColVis_Button {
  height: auto;
}

/* line 333, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm body .bootstrap-tagsinput, body .form-group-sm .bootstrap-tagsinput {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control, .form-group-sm body select.bootstrap-tagsinput, body .form-group-sm select.bootstrap-tagsinput {
  height: 33px;
  line-height: 33px;
}
/* line 344, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control, .form-group-sm body textarea.bootstrap-tagsinput, body .form-group-sm textarea.bootstrap-tagsinput,
.form-group-sm select[multiple].form-control,
.form-group-sm body select[multiple].bootstrap-tagsinput,
body .form-group-sm select[multiple].bootstrap-tagsinput {
  height: auto;
}
/* line 348, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg &gt; .form-control, body .input-group-lg &gt; .bootstrap-tagsinput,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; .ColVis_Button {
  height: 49px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg &gt; select.form-control, body .input-group-lg &gt; select.bootstrap-tagsinput,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; select.ColVis_Button {
  height: 49px;
  line-height: 49px;
}

/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg &gt; textarea.form-control, body .input-group-lg &gt; textarea.bootstrap-tagsinput,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; textarea.ColVis_Button,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
body .input-group-lg &gt; select[multiple].bootstrap-tagsinput,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; select[multiple].ColVis_Button {
  height: auto;
}

/* line 359, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg body .bootstrap-tagsinput, body .form-group-lg .bootstrap-tagsinput {
  height: 49px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 366, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control, .form-group-lg body select.bootstrap-tagsinput, body .form-group-lg select.bootstrap-tagsinput {
  height: 49px;
  line-height: 49px;
}
/* line 370, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control, .form-group-lg body textarea.bootstrap-tagsinput, body .form-group-lg textarea.bootstrap-tagsinput,
.form-group-lg select[multiple].form-control,
.form-group-lg body select[multiple].bootstrap-tagsinput,
body .form-group-lg select[multiple].bootstrap-tagsinput {
  height: auto;
}
/* line 374, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 20px;
  font-size: 20px;
  line-height: 1.33;
}

/* line 388, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback body .bootstrap-tagsinput, body .has-feedback .bootstrap-tagsinput {
  padding-right: 47.5px;
}

/* line 398, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

/* line 410, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback, body .input-group-lg &gt; .bootstrap-tagsinput + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; .ColVis_Button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg body .bootstrap-tagsinput + .form-control-feedback,
body .form-group-lg .bootstrap-tagsinput + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 417, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback, body .input-group-sm &gt; .bootstrap-tagsinput + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm body .bootstrap-tagsinput + .form-control-feedback,
body .form-group-sm .bootstrap-tagsinput + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #27c24c;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success body .bootstrap-tagsinput, body .has-success .bootstrap-tagsinput {
  border-color: #27c24c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success body .bootstrap-tagsinput:focus, body .has-success .bootstrap-tagsinput:focus {
  border-color: #1e983b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6de289;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #27c24c;
  border-color: #27c24c;
  background-color: #dff0d8;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #27c24c;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #ff902b;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning body .bootstrap-tagsinput, body .has-warning .bootstrap-tagsinput {
  border-color: #ff902b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning body .bootstrap-tagsinput:focus, body .has-warning .bootstrap-tagsinput:focus {
  border-color: #f77600;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc591;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #ff902b;
  border-color: #ff902b;
  background-color: #fcf8e3;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #ff902b;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #f05050;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error body .bootstrap-tagsinput, body .has-error .bootstrap-tagsinput {
  border-color: #f05050;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error body .bootstrap-tagsinput:focus, body .has-error .bootstrap-tagsinput:focus {
  border-color: #ec2121;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8aeae;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #f05050;
  border-color: #f05050;
  background-color: #f2dede;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #f05050;
}

/* line 439, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
/* line 442, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #909293;
}

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

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

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

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, div.ColVis a.disabled.ColVis_Button, fieldset[disabled] a.btn, fieldset[disabled] div.ColVis a.ColVis_Button, div.ColVis fieldset[disabled] a.ColVis_Button {
  pointer-events: none;
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-default, div.ColVis .ColVis_Button {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, div.ColVis .ColVis_Button:focus, .btn-default.focus, div.ColVis .focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover, div.ColVis .ColVis_Button:hover {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, div.ColVis .ColVis_Button:active, .btn-default.active, div.ColVis .active.ColVis_Button, .open &gt; .btn-default.dropdown-toggle, div.ColVis .open &gt; .dropdown-toggle.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, div.ColVis .ColVis_Button:active:hover, .btn-default:active:focus, div.ColVis .ColVis_Button:active:focus, .btn-default:active.focus, div.ColVis .ColVis_Button:active.focus, .btn-default.active:hover, div.ColVis .active.ColVis_Button:hover, .btn-default.active:focus, div.ColVis .active.ColVis_Button:focus, .btn-default.active.focus, div.ColVis .active.focus.ColVis_Button, .open &gt; .btn-default.dropdown-toggle:hover, div.ColVis .open &gt; .dropdown-toggle.ColVis_Button:hover, .open &gt; .btn-default.dropdown-toggle:focus, div.ColVis .open &gt; .dropdown-toggle.ColVis_Button:focus, .open &gt; .btn-default.dropdown-toggle.focus, div.ColVis .open &gt; .dropdown-toggle.focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, div.ColVis .ColVis_Button:active, .btn-default.active, div.ColVis .active.ColVis_Button, .open &gt; .btn-default.dropdown-toggle, div.ColVis .open &gt; .dropdown-toggle.ColVis_Button {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, div.ColVis .disabled.ColVis_Button:hover, .btn-default.disabled:focus, div.ColVis .disabled.ColVis_Button:focus, .btn-default.disabled.focus, div.ColVis .disabled.focus.ColVis_Button, .btn-default[disabled]:hover, div.ColVis [disabled].ColVis_Button:hover, .btn-default[disabled]:focus, div.ColVis [disabled].ColVis_Button:focus, .btn-default[disabled].focus, div.ColVis [disabled].focus.ColVis_Button, fieldset[disabled] .btn-default:hover, fieldset[disabled] div.ColVis .ColVis_Button:hover, div.ColVis fieldset[disabled] .ColVis_Button:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] div.ColVis .ColVis_Button:focus, div.ColVis fieldset[disabled] .ColVis_Button:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] div.ColVis .focus.ColVis_Button, div.ColVis fieldset[disabled] .focus.ColVis_Button {
  background-color: #fff;
  border-color: #eaeaea;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge, div.ColVis .ColVis_Button .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #5d9cec;
  border-color: #5899eb;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #5d9cec;
  border-color: #5899eb;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #27c24c;
  border-color: #26be4a;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #27c24c;
  border-color: #26be4a;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #27c24c;
  background-color: #fff;
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #23b7e5;
  border-color: #1eb6e4;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #23b7e5;
  border-color: #1eb6e4;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #23b7e5;
  background-color: #fff;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ff902b;
  border-color: #ff8d26;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ff902b;
  border-color: #ff8d26;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #ff902b;
  background-color: #fff;
}

/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #f05050;
  border-color: #f04b4b;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f05050;
  border-color: #f04b4b;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #f05050;
  background-color: #fff;
}

/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #5d9cec;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #1b72e2;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e4eaec;
  text-decoration: none;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg &gt; .btn, div.ColVis .btn-group-lg &gt; .ColVis_Button {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm &gt; .btn, div.ColVis .btn-group-sm &gt; .ColVis_Button {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs &gt; .btn, div.ColVis .btn-group-xs &gt; .ColVis_Button {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.528571429;
  color: #5f5f5f;
  white-space: nowrap;
}

/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #2f3342;
  background-color: #fafbfc;
}

/* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5d9cec;
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #e4eaec;
}
/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.open &gt; .dropdown-menu {
  display: block;
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.open &gt; a {
  outline: 0;
}

/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #e4eaec;
  white-space: nowrap;
}

/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn, div.ColVis .btn-group &gt; .ColVis_Button,
.btn-group-vertical &gt; .btn,
div.ColVis .btn-group-vertical &gt; .ColVis_Button {
  position: relative;
  float: left;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn:hover, div.ColVis .btn-group &gt; .ColVis_Button:hover, .btn-group &gt; .btn:focus, div.ColVis .btn-group &gt; .ColVis_Button:focus, .btn-group &gt; .btn:active, div.ColVis .btn-group &gt; .ColVis_Button:active, .btn-group &gt; .btn.active, div.ColVis .btn-group &gt; .active.ColVis_Button,
.btn-group-vertical &gt; .btn:hover,
div.ColVis .btn-group-vertical &gt; .ColVis_Button:hover,
.btn-group-vertical &gt; .btn:focus,
div.ColVis .btn-group-vertical &gt; .ColVis_Button:focus,
.btn-group-vertical &gt; .btn:active,
div.ColVis .btn-group-vertical &gt; .ColVis_Button:active,
.btn-group-vertical &gt; .btn.active,
div.ColVis .btn-group-vertical &gt; .active.ColVis_Button {
  z-index: 2;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group div.ColVis .ColVis_Button + .btn, div.ColVis .btn-group .ColVis_Button + .btn, .btn-group div.ColVis .btn + .ColVis_Button, div.ColVis .btn-group .btn + .ColVis_Button, .btn-group div.ColVis .ColVis_Button + .ColVis_Button, div.ColVis .btn-group .ColVis_Button + .ColVis_Button,
.btn-group .btn + .btn-group,
.btn-group div.ColVis .ColVis_Button + .btn-group,
div.ColVis .btn-group .ColVis_Button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group div.ColVis .btn-group + .ColVis_Button,
div.ColVis .btn-group .btn-group + .ColVis_Button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar div.ColVis .ColVis_Button, div.ColVis .btn-toolbar .ColVis_Button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar &gt; .btn, div.ColVis .btn-toolbar &gt; .ColVis_Button,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), div.ColVis .btn-group &gt; .ColVis_Button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn:first-child, div.ColVis .btn-group &gt; .ColVis_Button:first-child {
  margin-left: 0;
}
/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle), div.ColVis .btn-group &gt; .ColVis_Button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn:last-child:not(:first-child), div.ColVis .btn-group &gt; .ColVis_Button:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn-group {
  float: left;
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn, div.ColVis .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .ColVis_Button {
  border-radius: 0;
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, div.ColVis .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .ColVis_Button:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child, div.ColVis .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .ColVis_Button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn + .dropdown-toggle, div.ColVis .btn-group &gt; .ColVis_Button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle, div.ColVis .btn-group-lg.btn-group &gt; .ColVis_Button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn .caret, div.ColVis .ColVis_Button .caret {
  margin-left: 0;
}

/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg &gt; .btn .caret, div.ColVis .btn-group-lg &gt; .ColVis_Button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret, .dropup div.ColVis .btn-group-lg &gt; .ColVis_Button .caret, div.ColVis .dropup .btn-group-lg &gt; .ColVis_Button .caret {
  border-width: 0 5px 5px;
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn, div.ColVis .btn-group-vertical &gt; .ColVis_Button,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn,
div.ColVis .btn-group-vertical &gt; .btn-group &gt; .ColVis_Button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical &gt; .btn-group:after {
  clear: both;
}
/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn-group &gt; .btn, div.ColVis .btn-group-vertical &gt; .btn-group &gt; .ColVis_Button {
  float: none;
}
/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn + .btn, div.ColVis .btn-group-vertical &gt; .ColVis_Button + .btn, div.ColVis .btn-group-vertical &gt; .btn + .ColVis_Button, div.ColVis .btn-group-vertical &gt; .ColVis_Button + .ColVis_Button,
.btn-group-vertical &gt; .btn + .btn-group,
div.ColVis .btn-group-vertical &gt; .ColVis_Button + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
div.ColVis .btn-group-vertical &gt; .btn-group + .ColVis_Button,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child), div.ColVis .btn-group-vertical &gt; .ColVis_Button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn:first-child:not(:last-child), div.ColVis .btn-group-vertical &gt; .ColVis_Button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn:last-child:not(:first-child), div.ColVis .btn-group-vertical &gt; .ColVis_Button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn, div.ColVis .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .ColVis_Button {
  border-radius: 0;
}

/* line 188, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, div.ColVis .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .ColVis_Button:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child, div.ColVis .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .ColVis_Button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified &gt; .btn, div.ColVis .btn-group-justified &gt; .ColVis_Button,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified &gt; .btn-group .btn, .btn-group-justified &gt; .btn-group div.ColVis .ColVis_Button, div.ColVis .btn-group-justified &gt; .btn-group .ColVis_Button {
  width: 100%;
}
/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_button-groups.scss */
[data-toggle="buttons"] &gt; .btn input[type="radio"], div.ColVis [data-toggle="buttons"] &gt; .ColVis_Button input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
div.ColVis [data-toggle="buttons"] &gt; .ColVis_Button input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
div.ColVis [data-toggle="buttons"] &gt; .btn-group &gt; .ColVis_Button input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"],
div.ColVis [data-toggle="buttons"] &gt; .btn-group &gt; .ColVis_Button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group body .bootstrap-tagsinput, body .input-group .bootstrap-tagsinput {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:focus, .input-group body .bootstrap-tagsinput:focus, body .input-group .bootstrap-tagsinput:focus {
  z-index: 3;
}

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group body .bootstrap-tagsinput,
body .input-group .bootstrap-tagsinput {
  display: table-cell;
}
/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group body .bootstrap-tagsinput:not(:first-child):not(:last-child),
body .input-group .bootstrap-tagsinput:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #3a3f51;
  text-align: center;
  background-color: #edf1f2;
  border: 1px solid #dde6e9;
  border-radius: 4px;
}
/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, body .input-group-sm &gt; .input-group-addon.bootstrap-tagsinput,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.ColVis_Button {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, body .input-group-lg &gt; .input-group-addon.bootstrap-tagsinput,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn,
div.ColVis .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.ColVis_Button {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 6px;
}
/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group body .bootstrap-tagsinput:first-child, body .input-group .bootstrap-tagsinput:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
div.ColVis .input-group-btn:first-child &gt; .ColVis_Button,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
div.ColVis .input-group-btn:first-child &gt; .btn-group &gt; .ColVis_Button,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
div.ColVis .input-group-btn:last-child &gt; .ColVis_Button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn,
div.ColVis .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .ColVis_Button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group body .bootstrap-tagsinput:last-child, body .input-group .bootstrap-tagsinput:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
div.ColVis .input-group-btn:last-child &gt; .ColVis_Button,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
div.ColVis .input-group-btn:last-child &gt; .btn-group &gt; .ColVis_Button,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
div.ColVis .input-group-btn:first-child &gt; .ColVis_Button:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn,
div.ColVis .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .ColVis_Button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn &gt; .btn, div.ColVis .input-group-btn &gt; .ColVis_Button {
  position: relative;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn &gt; .btn + .btn, div.ColVis .input-group-btn &gt; .ColVis_Button + .btn, div.ColVis .input-group-btn &gt; .btn + .ColVis_Button, div.ColVis .input-group-btn &gt; .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}
/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn &gt; .btn:hover, div.ColVis .input-group-btn &gt; .ColVis_Button:hover, .input-group-btn &gt; .btn:focus, div.ColVis .input-group-btn &gt; .ColVis_Button:focus, .input-group-btn &gt; .btn:active, div.ColVis .input-group-btn &gt; .ColVis_Button:active {
  z-index: 2;
}
/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child &gt; .btn, div.ColVis .input-group-btn:first-child &gt; .ColVis_Button,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child &gt; .btn, div.ColVis .input-group-btn:last-child &gt; .ColVis_Button,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li {
  position: relative;
  display: block;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li.disabled &gt; a {
  color: #e4eaec;
}
/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
  color: #e4eaec;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background-color: transparent;
  border-color: #5d9cec;
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.528571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs &gt; li &gt; a:hover {
  border-color: #ddd #ddd #ddd;
}
/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #dde6e9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-pills &gt; li {
  float: left;
}
/* line 122, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-pills &gt; li + li {
  margin-left: 2px;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #5d9cec;
}

/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-stacked &gt; li {
  float: none;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
  float: none;
}
/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
  .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}

/* line 190, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.tab-content &gt; .tab-pane {
  display: none;
}
/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.tab-content &gt; .active {
  display: block;
}

/* line 237, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 55px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .container &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-header,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 55px;
}
/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.75px -15px;
}
/* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  /* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 24px;
  }
  /* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav &gt; li {
    float: left;
  }
  /* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav &gt; li &gt; a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}

/* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  /* line 478, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form body .bootstrap-tagsinput, body .navbar-form .bootstrap-tagsinput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group body .bootstrap-tagsinput,
  body .navbar-form .input-group .bootstrap-tagsinput {
    width: auto;
  }
  /* line 508, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group &gt; .form-control, .navbar-form body .input-group &gt; .bootstrap-tagsinput, body .navbar-form .input-group &gt; .bootstrap-tagsinput {
    width: 100%;
  }
  /* line 512, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
/* line 346, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn, div.ColVis .btn-group-sm &gt; .navbar-btn.ColVis_Button {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 349, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn, div.ColVis .btn-group-xs &gt; .navbar-btn.ColVis_Button {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

/* line 359, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  /* line 359, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #fff;
}
/* line 403, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
/* line 410, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
}
/* line 418, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #ddd;
  background-color: transparent;
}
/* line 425, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #ddd;
  background-color: #e7e7e7;
}
/* line 433, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #ddd;
}
@media (max-width: 767px) {
  /* line 473, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff;
  }
  /* line 475, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ddd;
    background-color: transparent;
  }
  /* line 482, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ddd;
    background-color: #e7e7e7;
  }
  /* line 490, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #fff;
}
/* line 508, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #ddd;
}
/* line 513, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #fff;
}
/* line 515, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #ddd;
}
/* line 521, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #e4eaec;
}
/* line 537, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #e4eaec;
}
/* line 549, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #e4eaec;
}
/* line 552, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #e4eaec;
  }
  /* line 615, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #e4eaec;
}
/* line 643, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #e4eaec;
}
/* line 650, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 12px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
}
/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb &gt; li {
  display: inline-block;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb &gt; li + li:before {
  content: "/Â&nbsp;";
  padding: 0 5px;
  color: #c1c2c3;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb &gt; .active {
  color: #515253;
}

/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; li {
  display: inline;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.528571429;
  text-decoration: none;
  color: #515253;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: -1px;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #1b72e2;
  background-color: #fafafa;
  border-color: #eee;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
  cursor: default;
}
/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #e4eaec;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #fafafa;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_pager.scss */
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #e4eaec;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.btn .label, div.ColVis .ColVis_Button .label {
  position: relative;
  top: -1px;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #e4eaec;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #c6d3d7;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #5d9cec;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2f80e7;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #27c24c;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1e983b;
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #23b7e5;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1797be;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #ff902b;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f77600;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #f05050;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ec2121;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e4eaec;
  border-radius: 10px;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.btn .badge, div.ColVis .ColVis_Button .badge {
  position: relative;
  top: -1px;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs &gt; .btn .badge, div.ColVis .btn-group-xs &gt; .ColVis_Button .badge, .btn-group-xs &gt; .btn .badge, div.ColVis .btn-group-xs &gt; .ColVis_Button .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.list-group-item.active &gt; .badge, .nav-pills &gt; .active &gt; a &gt; .badge {
  color: #5d9cec;
  background-color: #fff;
}
/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.list-group-item &gt; .badge {
  float: right;
}
/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fcfcfc;
}
/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron &gt; hr {
  border-top-color: #e3e3e3;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 24px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail &gt; img,
.thumbnail a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #515253;
}

/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5d9cec;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 8px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert &gt; p + p {
  margin-top: 5px;
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 28px;
}
/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #27c24c;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #23b7e5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #ff902b;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f05050;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f1f1f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #5d9cec;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #27c24c;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #23b7e5;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #ff902b;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #f05050;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}

/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e4eaec;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #fafbfc;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #edf1f2;
  color: #e4eaec;
  cursor: not-allowed;
}
/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e4eaec;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #27c24c;
  background-color: #dff0d8;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #27c24c;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #27c24c;
  background-color: #d0e9c6;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #27c24c;
  border-color: #27c24c;
}

/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #23b7e5;
  background-color: #d9edf7;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #23b7e5;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #23b7e5;
  background-color: #c4e3f3;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #ff902b;
  background-color: #fcf8e3;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ff902b;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #ff902b;
  background-color: #faf2cc;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff902b;
  border-color: #ff902b;
}

/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #f05050;
  background-color: #f2dede;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #f05050;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #f05050;
  background-color: #ebcccc;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f05050;
  border-color: #f05050;
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #eee;
}
/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
/* line 194, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
/* line 203, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 24px;
}
/* line 226, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #eee;
}
/* line 244, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eee;
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default &gt; .panel-heading {
  color: #444;
  background-color: #fff;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default &gt; .panel-heading .badge {
  color: #fff;
  background-color: #444;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #5d9cec;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary &gt; .panel-heading .badge {
  color: #5d9cec;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success &gt; .panel-heading {
  color: #fff;
  background-color: #27c24c;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success &gt; .panel-heading .badge {
  color: #27c24c;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 263, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info &gt; .panel-heading {
  color: #fff;
  background-color: #23b7e5;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info &gt; .panel-heading .badge {
  color: #23b7e5;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning &gt; .panel-heading {
  color: #fff;
  background-color: #ff902b;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning &gt; .panel-heading .badge {
  color: #ff902b;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 269, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger &gt; .panel-heading {
  color: #fff;
  background-color: #f05050;
  border-color: #cfdbe2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger &gt; .panel-heading .badge {
  color: #f05050;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.528571429;
}

/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer div.ColVis .ColVis_Button + .btn, div.ColVis .modal-footer .ColVis_Button + .btn, .modal-footer div.ColVis .btn + .ColVis_Button, div.ColVis .modal-footer .btn + .ColVis_Button, .modal-footer div.ColVis .ColVis_Button + .ColVis_Button, div.ColVis .modal-footer .ColVis_Button + .ColVis_Button {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group div.ColVis .ColVis_Button + .btn, div.ColVis .modal-footer .btn-group .ColVis_Button + .btn, .modal-footer .btn-group div.ColVis .btn + .ColVis_Button, div.ColVis .modal-footer .btn-group .btn + .ColVis_Button, .modal-footer .btn-group div.ColVis .ColVis_Button + .ColVis_Button, div.ColVis .modal-footer .btn-group .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}
/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.528571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 4px;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}
/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}
/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.528571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-radius: 5px 5px 0 0;
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover &gt; .arrow {
  border-width: 11px;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e1e1e1;
  bottom: -11px;
}
/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fafafa;
}
/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e1e1e1;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fafafa;
}
/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e1e1e1;
  top: -11px;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fafafa;
}
/* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e1e1e1;
}
/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_popovers.scss */
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fafafa;
  bottom: -10px;
}

/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner &gt; .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .active {
  left: 0;
}
/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .next {
  left: 100%;
}
/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .prev {
  left: -100%;
}
/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .active.left {
  left: -100%;
}
/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-inner &gt; .active.right {
  left: 100%;
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption div.ColVis .ColVis_Button, div.ColVis .carousel-caption .ColVis_Button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
*:focus {
  outline: 0 !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
a {
  outline: none !important;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
a.text-muted:hover, a.text-muted:focus {
  color: #748690;
}

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
hr {
  border-top: 1px solid #e4eaec;
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
[data-now] {
  display: inline-block;
}

/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.list-group {
  line-height: 1.3;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.list-group .list-group-item {
  padding: 10px;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.panel &gt; .list-group .list-group-item {
  border-top: 0;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.page-header {
  border-bottom-color: #e4eaec;
}

/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.panel .panel-heading {
  border-bottom: 0;
  font-size: 14px;
}
/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.panel .panel-heading a {
  text-decoration: none !important;
}
/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.panel.panel-default {
  border-top-width: 3px;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.well {
  border: 1px solid #dde6e9;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.jumbotron {
  border: 1px solid #dde6e9;
}
@media only screen and (min-width: 768px) {
  /* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
  .jumbotron {
    padding: 30px 15px;
  }
}

/* line 82, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.nav-tabs &gt; li &gt; a {
  font-weight: bold;
  color: #515253;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px;
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: inherit;
  border-bottom-color: #fff;
}

/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9;
}
/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.btn, div.ColVis .ColVis_Button {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.btn.btn-link, div.ColVis .btn-link.ColVis_Button {
  box-shadow: none;
  border: 0;
}
/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.btn.btn-default, div.ColVis .ColVis_Button {
  border-color: #eaeaea;
}
/* line 124, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.input-group .btn, .input-group div.ColVis .ColVis_Button, div.ColVis .input-group .ColVis_Button {
  font-size: 14px;
  border-color: #dde6e9;
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.input-group .input-sm + .input-group-btn .btn, .input-group .input-group-sm &gt; .form-control + .input-group-btn .btn, .input-group body .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn .btn, body .input-group .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn .btn,
.input-group .input-group-sm &gt; .input-group-addon + .input-group-btn .btn,
.input-group .input-group-sm &gt; .input-group-btn &gt; .btn + .input-group-btn .btn,
.input-group div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .input-group-btn .btn,
div.ColVis .input-group .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .input-group-btn .btn, .input-group .input-sm + .input-group-btn div.ColVis .ColVis_Button, div.ColVis .input-group .input-sm + .input-group-btn .ColVis_Button, .input-group .input-group-sm &gt; .form-control + .input-group-btn div.ColVis .ColVis_Button, div.ColVis .input-group .input-group-sm &gt; .form-control + .input-group-btn .ColVis_Button, .input-group body .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn div.ColVis .ColVis_Button, div.ColVis .input-group body .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn .ColVis_Button, body .input-group .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn div.ColVis .ColVis_Button, div.ColVis body .input-group .input-group-sm &gt; .bootstrap-tagsinput + .input-group-btn .ColVis_Button,
.input-group .input-group-sm &gt; .input-group-addon + .input-group-btn div.ColVis .ColVis_Button,
div.ColVis .input-group .input-group-sm &gt; .input-group-addon + .input-group-btn .ColVis_Button,
.input-group .input-group-sm &gt; .input-group-btn &gt; .btn + .input-group-btn div.ColVis .ColVis_Button,
div.ColVis .input-group .input-group-sm &gt; .input-group-btn &gt; .btn + .input-group-btn .ColVis_Button,
.input-group div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .input-group-btn .ColVis_Button,
div.ColVis .input-group .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .input-group-btn .ColVis_Button {
  font-size: 13px;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.form-control, body .bootstrap-tagsinput {
  box-shadow: 0 0 0 #000 !important;
}

/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.input-sm, .input-group-sm &gt; .form-control, body .input-group-sm &gt; .bootstrap-tagsinput,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button,
select.input-sm,
.input-group-sm &gt; select.form-control,
body .input-group-sm &gt; select.bootstrap-tagsinput,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; select.ColVis_Button {
  height: 31px;
}

/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
/* line 148, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
fieldset.last-child, fieldset:last-child {
  border-bottom: 0;
}
/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
fieldset .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
  input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
  }
}
/* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.table &gt; thead &gt; tr &gt; th {
  border-bottom-width: 1px;
}
/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.table &gt; tbody + tbody {
  border-bottom-width: 1px;
}

/* line 182, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 1px;
}

/* line 190, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.progress {
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
/* line 195, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.progress .progress-bar {
  box-shadow: 0 0 0 #000;
}

/* line 203, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 3px;
}
/* line 208, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.popover .popover-title {
  border: 0;
}

/* line 217, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.nav.nav-pills .active &gt; a {
  background-color: #5d9cec;
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.dropdown-menu {
  border-radius: 3px;
}

/* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.dropdown-header {
  color: #a1a2a3;
}

/* line 232, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.navbar-top .navbar-nav &gt; .active &gt; a {
  color: #999;
}
/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.navbar-top .navbar-nav &gt; .active &gt; a:hover, .navbar-top .navbar-nav &gt; .active &gt; a:focus {
  color: #d1d2d3;
}

/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
  color: #666;
}
/* line 242, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
  color: #222;
}

/* line 250, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.carousel .carousel-indicators {
  bottom: 0;
}
/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}
/* line 259, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

/* line 275, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.modal-backdrop {
  position: fixed;
  bottom: 0;
}

/* line 281, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

/* line 293, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon {
  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 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-right:before {
  content: "ï”";
}
/* line 303, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-left:before {
  content: "ï“";
}
/* line 306, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-up:before {
  content: "ï·";
}
/* line 309, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-down:before {
  content: "ï¸";
}
/* line 312, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/bootstrap-reset.scss */
.glyphicon.glyphicon-folder-open:before {
  content: "ï¼";
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/typo.scss */
body {
  color: #656565;
  font-weight: 300;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/typo.scss */
h1, h2, h3, h4, .sidebar, .navbar-nav, .panel-footer, .panel-title, .font-modern {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}

/* ========================================================================
     Component: layout
 ========================================================================== */
/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  touch-action: manipulation;
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
html, body {
  height: 100%;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper.ng-leave {
  display: none;
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; .aside {
  position: absolute;
  width: 230px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 116;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}
/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; .aside .aside-inner {
  padding-top: 110px;
  height: 100%;
  width: 230px;
  overflow: hidden;
}
/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; .aside &gt; .nav-floating {
  left: inherit;
  margin-left: 230px;
  z-index: 1110;
  min-width: 190px;
  overflow: auto;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper .dropdown-backdrop {
  z-index: 109;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; section {
  position: relative;
  height: auto;
  min-height: 700px;
  margin-left: 0;
  z-index: 111;
  background-color: #ffffff;
  margin-bottom: 60px !important;
}
/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  border-top: 1px solid #e4eaec;
  padding: 20px;
  z-index: 109;
}
/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.wrapper &gt; footer &gt; p {
  margin: 0;
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.modal-open .wrapper {
  z-index: 0;
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper {
  padding: 15px;
  width: 100%;
  margin-top: -1px;
}
/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper &gt; .unwrap {
  margin: -15px;
}
@media only screen and (min-width: 768px) {
  /* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .content-wrapper &gt; .unwrap {
    margin: -20px;
  }
}
/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper &gt; h3,
.content-wrapper .content-heading {
  font-size: 28px;
  line-height: 1.1;
  color: #929292;
  margin: -15px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: normal;
  background-color: #ffffff;
  border-bottom: 1px solid #eaecef;
}
/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper &gt; h3 &gt; small,
.content-wrapper .content-heading &gt; small {
  display: block;
  font-size: 12px;
  color: #909FA7;
}
/* line 160, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper &gt; button, .content-wrapper &gt; .btn, div.ColVis .content-wrapper &gt; .ColVis_Button {
  margin: 10px 10px 0 0;
}
/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .content-wrapper {
    padding: 20px;
  }
  /* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .content-wrapper &gt; h3,
  .content-wrapper &gt; .content-heading {
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  /* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .content-wrapper &gt; button, .content-wrapper &gt; .btn, div.ColVis .content-wrapper &gt; .ColVis_Button {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 190, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  body {
    min-height: 100%;
  }

  /* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .wrapper &gt; .aside .aside-inner {
    padding-top: 55px;
  }
  /* line 202, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .wrapper &gt; section,
  .wrapper &gt; footer {
    margin-left: 230px;
  }
  /* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .wrapper &gt; section.has-sidebar-right {
    margin-right: 250px;
  }
  /* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .wrapper &gt; section.has-sidebar-right + .offsidebar {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .wrapper &gt; .aside {
    margin-left: -230px;
  }

  /* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-toggled .wrapper &gt; section,
  .aside-toggled .wrapper &gt; footer {
    margin-left: 230px;
  }
  /* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-toggled .wrapper &gt; .aside {
    margin-left: 0;
  }

  /* line 247, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .wrapper &gt; section,
  .csstransforms3d .wrapper &gt; footer {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 255, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .wrapper &gt; .aside {
    margin-left: 0;
    transform: translate3d(-230px, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-toggled .wrapper &gt; section,
  .csstransforms3d .aside-toggled .wrapper &gt; footer {
    transform: translate3d(230px, 0, 0);
  }
  /* line 269, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-toggled .wrapper &gt; .aside {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  /* line 284, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed .wrapper &gt; .aside {
    margin-left: -70px;
  }

  /* line 291, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed.aside-toggled .wrapper &gt; section,
  .aside-collapsed.aside-toggled .wrapper &gt; footer {
    margin-left: 70px;
  }
  /* line 296, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed.aside-toggled .wrapper &gt; .aside {
    margin-left: 0;
  }

  /* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 307, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper &gt; section,
  .csstransforms3d .aside-collapsed .wrapper &gt; footer {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 313, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper &gt; .aside {
    margin-left: 0;
    transform: translate3d(-70px, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper &gt; section,
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper &gt; footer {
    transform: translate3d(70px, 0, 0);
  }
  /* line 327, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper &gt; .aside {
    transform: translate3d(0, 0, 0);
  }
}
/* line 341, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed {
  overflow-y: auto;
}
/* line 345, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed .wrapper &gt; .aside, .aside-collapsed .wrapper &gt; .aside &gt; .aside-inner {
  width: 70px;
}
/* line 348, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed .wrapper &gt; .aside &gt; .nav-floating {
  margin-left: 70px;
}

@media only screen and (min-width: 768px) {
  /* line 360, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed .wrapper &gt; section,
  .aside-collapsed .wrapper &gt; footer {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 375, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed-text .wrapper &gt; .aside {
    margin-left: -120px;
  }

  /* line 382, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed-text.aside-toggled .wrapper &gt; section,
  .aside-collapsed-text.aside-toggled .wrapper &gt; footer {
    margin-left: 120px;
  }
  /* line 387, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed-text.aside-toggled .wrapper &gt; .aside {
    margin-left: 0;
  }

  /* line 396, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 398, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper &gt; section,
  .csstransforms3d .aside-collapsed-text .wrapper &gt; footer {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 404, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed-text .wrapper &gt; .aside {
    margin-left: 0;
    transform: translate3d(-120px, 0, 0);
    transition: transform 0.3s ease;
  }
  /* line 414, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper &gt; section,
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper &gt; footer {
    transform: translate3d(120px, 0, 0);
  }
  /* line 418, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper &gt; .aside {
    transform: translate3d(0, 0, 0);
  }
}
/* line 432, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed-text {
  overflow-y: auto;
}
/* line 436, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed-text .wrapper &gt; .aside, .aside-collapsed-text .wrapper &gt; .aside &gt; .aside-inner {
  width: 120px;
}
/* line 439, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.aside-collapsed-text .wrapper &gt; .aside &gt; .nav-floating {
  margin-left: 120px;
}

@media only screen and (min-width: 768px) {
  /* line 451, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .aside-collapsed-text .wrapper &gt; section,
  .aside-collapsed-text .wrapper &gt; footer {
    margin-left: 120px;
  }
}
@media (max-width: 1140px) {
  /* line 475, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
    overflow-y: hidden;
  }
}
/* line 481, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper {
  /* only applied to sidebar */
}
/* line 482, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper .topnavbar-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}
/* line 488, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper &gt; aside {
  position: fixed;
}
/* line 492, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper &gt; .aside {
  /* safari fix */
  height: 1px;
  min-height: 100%;
  /* ios blanks space fix */
}
/* line 497, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper &gt; .aside &gt; .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
}
/* line 503, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-fixed .wrapper &gt; section {
  margin-top: 114px;
}
@media only screen and (min-width: 768px) {
  /* line 503, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-fixed .wrapper &gt; section {
    margin-top: 55px;
  }
}

/* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
/* line 513, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
_:-ms-lang(x), .layout-fixed .wrapper &gt; .aside &gt; .aside-inner {
  position: static !important;
}

/* line 520, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
.layout-boxed {
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 520, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed {
    overflow: auto !important;
  }
  /* line 528, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed .wrapper {
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  }
  /* line 533, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed .wrapper .offsidebar {
    position: absolute !important;
  }
  /* line 537, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed .wrapper &gt; .aside {
    left: inherit;
  }
  /* line 540, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 970px;
  }
  /* line 546, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed.layout-fixed .wrapper &gt; .aside &gt; .aside-inner {
    left: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 554, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 1140px;
  }
}

/* ========================================================================
   Component: layout-extra
 ========================================================================== */
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.hidden-footer .wrapper &gt; footer {
  display: none;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.hidden-footer .wrapper &gt; section {
  margin-bottom: 0 !important;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-fs .wrapper &gt; section {
  position: absolute;
  top: 114px;
  left: 0;
  right: 0;
  bottom: 60px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 480px) {
  /* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .layout-fs .wrapper &gt; section {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  /* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .layout-fs .wrapper &gt; section {
    top: 55px;
  }
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-fs .wrapper &gt; section &gt; .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-fs.hidden-footer .wrapper &gt; section {
  bottom: 0;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-table,
.d-table-fixed {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-spacing: 0;
}

/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-table-fixed {
  table-layout: fixed;
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-row {
  display: table-row;
  height: 100%;
}

/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-cell,
.d-cell-wrapper {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: top;
  overflow: auto;
}

/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-cell-wrapper {
  display: block;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.d-cell-wrapper .d-cell-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  /* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .d-table-fixed {
    display: block;
  }
  /* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .d-table-fixed &gt; .d-cell {
    display: block;
    width: auto;
    height: auto;
  }
}
/* Target Firefox only */
@-moz-document url-prefix() {
  /* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .d-table, .d-table-desktop {
    height: 240px;
    min-height: 100%;
  }

  /* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .d-cell-inner {
    overflow: auto;
  }
}
/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.fh {
  height: 100% !important;
}

/* line 124, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.fw {
  width: 100% !important;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.scroll {
  overflow: auto;
}

/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.scroll-y {
  overflow-y: auto;
}

/* line 133, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.scroll-y {
  overflow-y: auto;
}

/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h .wrapper &gt; section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h .wrapper &gt; section &gt; .content-wrapper &gt; h3 {
  display: none;
}
/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h .wrapper &gt; section {
  margin-top: 0;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h .wrapper &gt; .offsidebar {
  margin-top: 55px;
}
/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h .wrapper &gt; footer {
  margin: 0;
}
/* line 161, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.layout-h.layout-fixed .wrapper &gt; section,
.layout-h.layout-fixed .wrapper &gt; .offsidebar {
  margin-top: 55px;
}

/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper {
  box-shadow: 0 0 0 #000;
}
/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper &gt; footer {
  border: 0;
}
/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper &gt; .aside {
  padding: 15px 0;
  background: transparent;
}
/* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper &gt; .aside &gt; .aside-inner {
  height: 100%;
  top: 15px;
  bottom: 15px;
  left: inherit;
}
/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper &gt; .aside .sidebar {
  border: 1px solid #e4eaec;
}
/* line 192, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper &gt; .aside .sidebar:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float .wrapper &gt; section {
    padding-left: 15px;
  }
  /* line 200, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float .wrapper &gt; footer {
    left: 15px;
  }
}
/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper {
  border: 0;
}
/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper &gt; h3,
.aside-float .wrapper .content-wrapper &gt; .content-heading {
  padding-top: 30px;
  border: 0;
  background-color: transparent;
}
/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper &gt; .unwrap {
  margin: 0 !important;
}
/* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper &gt; .aside {
  transition-delay: 0.05s;
}
/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper &gt; .aside &gt; .aside-inner {
  margin-left: 15px;
}
/* line 226, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper &gt; section {
  padding-left: 15px;
}
/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper &gt; footer {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float.aside-collapsed .topnavbar .navbar-header {
    width: 100px;
  }
  /* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float.aside-collapsed-text .topnavbar .navbar-header {
    width: 150px;
  }
  /* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float.layout-fs .wrapper &gt; section &gt; .content-wrapper {
    padding: 0 0 0 20px;
  }
  /* line 247, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float .wrapper &gt; .aside &gt; .aside-inner {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float.layout-boxed .wrapper &gt; .aside &gt; .aside-inner {
    margin-left: 0;
  }
  /* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
  .aside-float.layout-boxed .wrapper &gt; section {
    padding-left: 0;
  }
}
/* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-extra.scss */
.aside-float.aside-toggled.layout-fs .wrapper &gt; section &gt; .content-wrapper {
  padding: 0 0 0 20px;
}

/* ========================================================================
   Component: layout-animation.less
 ========================================================================== */
/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.wrapper &gt; .aside {
  transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.aside-inner,
.navbar-header,
.sidebar &gt; .nav &gt; li {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.wrapper &gt; section {
  transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.sidebar &gt; .nav .label {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.aside-collapsed .sidebar &gt; .nav .label,
.aside-collapsed-text .sidebar &gt; .nav .label {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.sidebar .nav &gt; li &gt; a {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.sidebar &gt; .nav &gt; .nav-heading,
.sidebar &gt; .nav &gt; li &gt; a &gt; span,
.navbar-brand .brand-logo {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.sidebar li &gt; a, .sidebar li &gt; .nav-item,
.sidebar &gt; .nav &gt; .nav-heading {
  /*white-space: nowrap;*/
}

/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.aside-collapsed .user-block-picture,
.aside-collapsed-text .user-block-picture {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/layout-animation.scss */
.aside-collapsed .user-block,
.aside-collapsed-text .user-block {
  transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  z-index: 1050;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-header {
    width: 230px;
    text-align: center;
  }
  /* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-header .navbar-brand {
    width: 100%;
  }
}

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar {
  position: relative;
}
/* line 61, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  /* line 61, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
  }
}
/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header {
  position: relative;
  z-index: 11;
}
/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header .navbar-brand {
  padding: 0;
}
/* line 82, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo &gt; img,
.topnavbar .navbar-header .brand-logo-collapsed &gt; img {
  margin: 0;
  height: 33px;
}
/* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo {
  display: block;
  padding: 15px 30px;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo-collapsed {
  display: none;
  padding: 6px 15px;
}
/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-nav &gt; li &gt; .navbar-text {
  color: #23b7e5;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-nav &gt; li &gt; a,
.topnavbar .navbar-nav &gt; .open &gt; a {
  color: #23b7e5;
}
/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-nav &gt; li &gt; a:hover, .topnavbar .navbar-nav &gt; li &gt; a:focus,
.topnavbar .navbar-nav &gt; .open &gt; a:hover,
.topnavbar .navbar-nav &gt; .open &gt; a:focus {
  color: #117391;
}
/* line 113, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-nav &gt; .active &gt; a, .topnavbar .navbar-nav &gt; .active &gt; a:hover, .topnavbar .navbar-nav &gt; .active &gt; a:focus,
.topnavbar .navbar-nav &gt; .open &gt; a,
.topnavbar .navbar-nav &gt; .open &gt; a:hover,
.topnavbar .navbar-nav &gt; .open &gt; a:focus {
  background-color: transparent;
}
/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-nav &gt; li &gt; [data-toggle='navbar-search'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  /* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; li &gt; [data-toggle='navbar-search'] {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  /* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-text {
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .sidebar-toggle {
    position: absolute !important;
    top: 5px;
    right: 0;
    z-index: 3001;
  }
  /* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .sidebar-toggle &gt; em {
    color: white;
  }
}
/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.nav-wrapper {
  padding: 0 15px;
  background-color: transparent;
}
/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.nav-wrapper .nav.navbar-nav {
  float: left;
}
/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.nav-wrapper .nav.navbar-nav.navbar-right {
  float: right;
}
/* line 168, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.nav-wrapper .nav &gt; li {
  position: static;
  float: left;
}
/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.nav-wrapper .navbar-nav .open .dropdown-menu {
  position: absolute;
  background-color: white;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* line 188, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  z-index: 9001;
  transition: all 0.3s;
  border: 0;
  border-bottom: 1px solid #e1e2e3;
}
/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-form .form-group {
  height: 100%;
  width: 100%;
}
/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-form .form-control, .topnavbar .navbar-form body .bootstrap-tagsinput, body .topnavbar .navbar-form .bootstrap-tagsinput {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
}
/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-form.open {
  top: 0;
}
/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
.topnavbar .navbar-form .has-feedback .form-control-feedback {
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  margin-right: 10px;
  color: #c1c2c3;
  font-size: 1.5em;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  /* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-form {
    left: 230px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar {
    border: 0;
    background-color: #23b7e5;
    background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF23B7E5', endColorstr='#FF51C6EA', GradientType=1);
  }
  /* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
  }
  /* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; a {
    box-shadow: 0 0 0 #000 inset;
    transition: all 0.2s;
  }
  /* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; .open &gt; a, .topnavbar .navbar-nav &gt; .open &gt; a:hover, .topnavbar .navbar-nav &gt; .open &gt; a:focus {
    box-shadow: 0 -3px 0 #5d9cec inset;
    transition: all 0.2s;
  }
  /* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; li &gt; .navbar-text {
    color: #fff;
  }
  /* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; li &gt; a,
  .topnavbar .navbar-nav &gt; .open &gt; a {
    color: #fff;
  }
  /* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; li &gt; a:hover, .topnavbar .navbar-nav &gt; li &gt; a:focus,
  .topnavbar .navbar-nav &gt; .open &gt; a:hover,
  .topnavbar .navbar-nav &gt; .open &gt; a:focus {
    color: #117391;
  }
  /* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .topnavbar .navbar-nav &gt; li &gt; [data-toggle='navbar-search'] {
    position: static;
  }

  /* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .nav-wrapper {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  /* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
  .nav-wrapper:before, .nav-wrapper:after {
    content: " ";
    display: table;
  }
  /* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
  .nav-wrapper:after {
    clear: both;
  }
  /* line 295, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .nav-wrapper .nav &gt; li {
    position: relative;
  }
  /* line 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .nav-wrapper .navbar-nav .open .dropdown-menu {
    left: auto;
    right: auto;
  }
  /* line 304, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 315, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  /* line 316, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  /* line 319, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header {
    width: 70px;
  }
  /* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-form {
    left: 70px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 335, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  /* line 336, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  /* line 339, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-header {
    width: 120px;
  }
  /* line 343, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/top-navbar.scss */
  .aside-collapsed-text .topnavbar .navbar-form {
    left: 120px;
  }
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar {
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateZ(0px);
}
/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar .nav-heading {
  padding: 12px 15px;
  color: #919DA8;
  font-size: 13px;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav {
  position: relative;
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; .nav-heading:first-child {
  padding-top: 20px;
}
/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li {
  border-left: 3px solid transparent;
  transition: border-left-color 0.4s ease;
}
/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li &gt; a,
.sidebar &gt; .nav &gt; li &gt; .nav-item {
  padding: 12px 24px;
  color: #515253;
  letter-spacing: .025em;
  font-weight: normal;
  cursor: pointer;
}
/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li &gt; a:focus, .sidebar &gt; .nav &gt; li &gt; a:hover,
.sidebar &gt; .nav &gt; li &gt; .nav-item:focus,
.sidebar &gt; .nav &gt; li &gt; .nav-item:hover {
  text-decoration: none;
  outline: none;
  color: #23b7e5;
}
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li &gt; a &gt; em,
.sidebar &gt; .nav &gt; li &gt; .nav-item &gt; em {
  width: 1.8em;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherits;
}
/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li.active,
.sidebar &gt; .nav &gt; li.active &gt; a,
.sidebar &gt; .nav &gt; li.active &gt; .nav-item,
.sidebar &gt; .nav &gt; li.active .nav, .sidebar &gt; .nav &gt; li.open,
.sidebar &gt; .nav &gt; li.open &gt; a,
.sidebar &gt; .nav &gt; li.open &gt; .nav-item,
.sidebar &gt; .nav &gt; li.open .nav {
  background-color: #fcfcfc;
  color: #23b7e5;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li.active &gt; .nav-item &gt; em,
.sidebar &gt; .nav &gt; li.active &gt; a &gt; em, .sidebar &gt; .nav &gt; li.open &gt; .nav-item &gt; em,
.sidebar &gt; .nav &gt; li.open &gt; a &gt; em {
  color: #23b7e5;
}
/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav &gt; li.active {
  border-left-color: #23b7e5;
}
/* line 112, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar &gt; .nav .label {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
  .sidebar:not(.show-scrollbar) {
    overflow-y: scroll;
  }
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav {
  background-color: #fff;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; .sidebar-subnav-header {
  color: #515253;
  display: none;
  padding: 10px 20px;
  font-weight: bold;
}
/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li {
  border-left: 0 !important;
}
/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li &gt; a,
.sidebar-subnav &gt; li &gt; .nav-item {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-left: 53px;
  font-weight: normal;
  background-color: transparent !important;
  color: #515253;
}
/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li &gt; a:focus, .sidebar-subnav &gt; li &gt; a:hover,
.sidebar-subnav &gt; li &gt; .nav-item:focus,
.sidebar-subnav &gt; li &gt; .nav-item:hover {
  color: #23b7e5;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li &gt; a &gt; em,
.sidebar-subnav &gt; li &gt; .nav-item &gt; em {
  display: inline-block;
  width: 1.8em;
  margin: 0 0 0 -2em;
}
/* line 161, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li.active &gt; a,
.sidebar-subnav &gt; li.active &gt; .nav-item {
  color: #23b7e5;
}
/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li.active &gt; a:after,
.sidebar-subnav &gt; li.active &gt; .nav-item:after {
  border-color: #23b7e5;
  background-color: #23b7e5;
}
/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav &gt; li .nav &gt; li {
  padding-left: 5px;
}
/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav.nav-floating {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: -1px;
}
/* line 184, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav.nav-floating, .sidebar-subnav.nav-floating .collapse {
  height: auto !important;
  display: block !important;
  visibility: visible !important;
}
/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav.nav-floating &gt; .sidebar-subnav-header {
  display: block;
}
/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav.nav-floating li &gt; a,
.sidebar-subnav.nav-floating li &gt; .nav-item {
  padding-left: 20px;
}
/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.sidebar-subnav.nav-floating li &gt; a em,
.sidebar-subnav.nav-floating li &gt; .nav-item em {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  /* line 211, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
  .sidebar &gt; .nav .label {
    margin: 2px 0 0 0;
  }
}
/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar,
.aside-collapsed-text .sidebar {
  overflow-x: hidden;
}
/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav .nav,
.aside-collapsed .sidebar &gt; .nav &gt; .nav-heading,
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; .nav-item &gt; span,
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; a &gt; span,
.aside-collapsed-text .sidebar &gt; .nav .nav,
.aside-collapsed-text .sidebar &gt; .nav &gt; .nav-heading,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item &gt; span,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a &gt; span {
  display: none !important;
}
/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav &gt; li,
.aside-collapsed-text .sidebar &gt; .nav &gt; li {
  width: 69px;
}
/* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; a, .aside-collapsed .sidebar &gt; .nav &gt; li &gt; .nav-item,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item {
  text-indent: -3px;
  padding: 20px 0;
  text-align: center;
}
/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; a &gt; em, .aside-collapsed .sidebar &gt; .nav &gt; li &gt; .nav-item &gt; em,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a &gt; em,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item &gt; em {
  font-size: 1.6em;
  width: auto;
}
/* line 244, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; a:focus, .aside-collapsed .sidebar &gt; .nav &gt; li &gt; .nav-item:focus,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a:focus,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item:focus {
  background-color: transparent;
}
/* line 246, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar &gt; .nav &gt; li &gt; a:focus &gt; em, .aside-collapsed .sidebar &gt; .nav &gt; li &gt; .nav-item:focus &gt; em,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a:focus &gt; em,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item:focus &gt; em {
  color: inherit;
}
/* line 256, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed .sidebar .nav .label,
.aside-collapsed-text .sidebar .nav .label {
  position: absolute;
  top: 10px;
  right: 5px;
  text-indent: 0;
}

/* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; .nav-item &gt; span,
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a &gt; span {
  display: block !important;
  font-size: 15px;
}
/* line 278, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed-text .sidebar &gt; .nav &gt; li {
  width: 118px;
}
/* line 280, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a {
  padding: 15px 0;
}
/* line 282, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/sidebar.scss */
.aside-collapsed-text .sidebar &gt; .nav &gt; li &gt; a &gt; em {
  font-size: 1.4em;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 245px;
  margin-top: 114px;
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #515253;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar &gt; nav {
  min-height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar .progress {
  border: 0;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar .nav &gt; li &gt; a:hover, .offsidebar .nav &gt; li &gt; a:focus {
  background-color: rgba(0, 0, 0, 0.025);
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar .tab-content {
  padding: 0;
  border: 0;
}
/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar .nav-tabs.nav-justified &gt; li &gt; a, .offsidebar .nav-tabs.nav-justified &gt; li &gt; a:hover, .offsidebar .nav-tabs.nav-justified &gt; li &gt; a:focus {
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #909FA7;
}
/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar .nav-tabs.nav-justified &gt; li.active &gt; a {
  color: #5d9cec;
}
@media only screen and (min-width: 768px) {
  /* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
  .offsidebar {
    margin-top: 55px;
  }
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar-open .offsidebar {
  overflow-y: auto;
  z-index: 116;
}
@media only screen and (min-width: 768px) {
  /* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
  .offsidebar-open {
    overflow-y: auto;
  }
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.offsidebar {
  right: -245px;
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.no-csstransforms3d .offsidebar-open .offsidebar {
  right: 0;
}

/* Transformation ready devices*/
/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.csstransforms3d .offsidebar {
  right: 0;
  transform: translate3d(245px, 0, 0);
  transition: transform 0.3s ease, z-index 0s linear 0.3s;
}
/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/offsidebar.scss */
.csstransforms3d .offsidebar-open .offsidebar {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}

/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */
/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/breadcrumbs.scss */
.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/breadcrumbs.scss */
h3 + .breadcrumb,
.content-heading + .breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #ffffff;
  border-top: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/breadcrumbs.scss */
h3 &gt; .breadcrumb,
.content-heading &gt; .breadcrumb {
  background: transparent;
  font-size: 13px;
  border: 0;
  padding: 10px 10px 0 0;
  margin-bottom: 0;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/breadcrumbs.scss */
h3 &gt; .breadcrumb.pull-right,
.content-heading &gt; .breadcrumb.pull-right {
  margin: -2px 0 0;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:hover {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open &gt; .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open &gt; .btn-inverse.dropdown-toggle:hover, .open &gt; .btn-inverse.dropdown-toggle:focus, .open &gt; .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open &gt; .btn-inverse.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #131e26;
  border-color: #131e26;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse .badge {
  color: #131e26;
  background-color: #fff;
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-green {
  color: #fff;
  background-color: #37bc9b;
  border-color: rgba(0, 0, 0, 0);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:hover {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active, .btn-green.active, .open &gt; .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open &gt; .btn-green.dropdown-toggle:hover, .open &gt; .btn-green.dropdown-toggle:focus, .open &gt; .btn-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active, .btn-green.active, .open &gt; .btn-green.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus {
  background-color: #37bc9b;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green .badge {
  color: #37bc9b;
  background-color: #fff;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-purple {
  color: #fff;
  background-color: #7266ba;
  border-color: rgba(0, 0, 0, 0);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active, .btn-purple.active, .open &gt; .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active:hover, .btn-purple:active:focus, .btn-purple:active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus, .open &gt; .btn-purple.dropdown-toggle:hover, .open &gt; .btn-purple.dropdown-toggle:focus, .open &gt; .btn-purple.dropdown-toggle.focus {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active, .btn-purple.active, .open &gt; .btn-purple.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled].focus, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple.focus {
  background-color: #7266ba;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple .badge {
  color: #7266ba;
  background-color: #fff;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-pink {
  color: #fff;
  background-color: #f532e5;
  border-color: rgba(0, 0, 0, 0);
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active, .btn-pink.active, .open &gt; .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus, .open &gt; .btn-pink.dropdown-toggle:hover, .open &gt; .btn-pink.dropdown-toggle:focus, .open &gt; .btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active, .btn-pink.active, .open &gt; .btn-pink.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink.focus {
  background-color: #f532e5;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink .badge {
  color: #f532e5;
  background-color: #fff;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-xl {
  padding: 10px 16px !important;
  font-size: 17px !important;
  width: 100%;
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-square {
  border-radius: 0;
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

/* line 91, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 3px 3px 0;
}

/* line 104, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-lg .btn-label, .btn-group-lg &gt; .btn .btn-label, div.ColVis .btn-group-lg &gt; .ColVis_Button .btn-label {
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px 0 0 5px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-lg .btn-label.btn-label-right, .btn-group-lg &gt; .btn .btn-label.btn-label-right, div.ColVis .btn-group-lg &gt; .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -20px;
  border-radius: 0 5px 5px 0;
}

/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-sm .btn-label, .btn-group-sm &gt; .btn .btn-label, div.ColVis .btn-group-sm &gt; .ColVis_Button .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-sm .btn-label.btn-label-right, .btn-group-sm &gt; .btn .btn-label.btn-label-right, div.ColVis .btn-group-sm &gt; .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-xs .btn-label, .btn-group-xs &gt; .btn .btn-label, div.ColVis .btn-group-xs &gt; .ColVis_Button .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-xs .btn-label.btn-label-right, .btn-group-xs &gt; .btn .btn-label.btn-label-right, div.ColVis .btn-group-xs &gt; .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-fw {
  min-width: 80px;
}
/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-fw.btn-sm, .btn-group-sm &gt; .btn-fw.btn, div.ColVis .btn-group-sm &gt; .btn-fw.ColVis_Button {
  min-width: 40px;
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-fw.btn-md {
  min-width: 60px;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-fw.btn-lg, .btn-group-lg &gt; .btn-fw.btn, div.ColVis .btn-group-lg &gt; .btn-fw.ColVis_Button {
  min-width: 140px;
}

/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0;
}
/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-circle &gt; * {
  line-height: inherit !important;
}
/* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-circle.btn-lg, .btn-group-lg &gt; .btn-circle.btn, div.ColVis .btn-group-lg &gt; .btn-circle.ColVis_Button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline {
  background-color: transparent;
}
/* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-default, div.ColVis .btn-outline.ColVis_Button {
  border-color: #eaeaea;
  color: #333 !important;
}
/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-primary {
  border-color: #5d9cec;
  color: #5d9cec;
}
/* line 171, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-success {
  border-color: #27c24c;
  color: #27c24c;
}
/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-info {
  border-color: #23b7e5;
  color: #23b7e5;
}
/* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-warning {
  border-color: #ff902b;
  color: #ff902b;
}
/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-danger {
  border-color: #f05050;
  color: #f05050;
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-inverse {
  border-color: #131e26;
  color: #131e26;
}
/* line 176, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-green {
  border-color: #37bc9b;
  color: #37bc9b;
}
/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-purple {
  border-color: #7266ba;
  color: #7266ba;
}
/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline.btn-pink {
  border-color: #f532e5;
  color: #f532e5;
}
/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/button-extra.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.hover, .btn-outline.focus, .btn-outline.active {
  color: #fff;
}

/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/placeholder.scss */
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/placeholder.scss */
.box-placeholder &gt; :last-child {
  margin-bottom: 0;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/placeholder.scss */
.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel .table {
  margin-bottom: 0;
  border: 0;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-flat {
  margin: 0 !important;
  border: 0;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}
/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading &gt; a[data-tool] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-default .panel-heading &gt; a[data-tool] {
  color: #c1c2c3;
}
/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading &gt; .label.pull-right {
  margin-top: 3px;
}
/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading &gt; .label.pull-right + .label.pull-right {
  margin-right: 10px;
}
/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading.panel-heading-collapsed {
  border-radius: 3px;
}

/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-footer .pagination {
  margin: 0;
}
/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-footer .radial-bar {
  margin-bottom: 0;
}
/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-footer p {
  margin-bottom: 0;
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading-active {
  background-color: #27c24c !important;
  font-weight: bold;
  font-size: 16px;
}
/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading-active &gt; a {
  padding: 15px 0;
  color: #fff !important;
  transition: padding 0.5s ease;
}
/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-inverse {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse &gt; .panel-heading {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse &gt; .panel-heading .badge {
  color: #131e26;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-green {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green &gt; .panel-heading {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green &gt; .panel-heading .badge {
  color: #37bc9b;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 113, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-pink {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink &gt; .panel-heading {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink &gt; .panel-heading .badge {
  color: #f532e5;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-purple {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple &gt; .panel-heading {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple &gt; .panel-heading .badge {
  color: #7266ba;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/panels.scss */
.panel-dark {
  border-color: #cfdbe2;
}
/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark &gt; .panel-heading {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #cfdbe2;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark &gt; .panel-heading .badge {
  color: #3a3f51;
  background-color: #fff;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-sm {
  height: 15px;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-xs {
  height: 8px;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-bar-purple {
  background-color: #7266ba;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-purple {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-bar-inverse {
  background-color: #131e26;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-inverse {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-bar-green {
  background-color: #37bc9b;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-green {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-bar-pink {
  background-color: #f532e5;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-pink {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-bar-yellow {
  background-color: #fad732;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-yellow {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-1 {
  width: 1%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-2 {
  width: 2%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-3 {
  width: 3%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-4 {
  width: 4%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-5 {
  width: 5%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-6 {
  width: 6%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-7 {
  width: 7%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-8 {
  width: 8%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-9 {
  width: 9%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-10 {
  width: 10%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-11 {
  width: 11%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-12 {
  width: 12%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-13 {
  width: 13%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-14 {
  width: 14%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-15 {
  width: 15%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-16 {
  width: 16%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-17 {
  width: 17%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-18 {
  width: 18%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-19 {
  width: 19%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-20 {
  width: 20%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-21 {
  width: 21%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-22 {
  width: 22%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-23 {
  width: 23%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-24 {
  width: 24%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-25 {
  width: 25%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-26 {
  width: 26%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-27 {
  width: 27%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-28 {
  width: 28%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-29 {
  width: 29%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-30 {
  width: 30%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-31 {
  width: 31%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-32 {
  width: 32%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-33 {
  width: 33%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-34 {
  width: 34%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-35 {
  width: 35%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-36 {
  width: 36%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-37 {
  width: 37%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-38 {
  width: 38%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-39 {
  width: 39%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-40 {
  width: 40%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-41 {
  width: 41%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-42 {
  width: 42%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-43 {
  width: 43%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-44 {
  width: 44%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-45 {
  width: 45%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-46 {
  width: 46%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-47 {
  width: 47%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-48 {
  width: 48%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-49 {
  width: 49%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-50 {
  width: 50%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-51 {
  width: 51%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-52 {
  width: 52%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-53 {
  width: 53%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-54 {
  width: 54%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-55 {
  width: 55%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-56 {
  width: 56%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-57 {
  width: 57%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-58 {
  width: 58%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-59 {
  width: 59%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-60 {
  width: 60%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-61 {
  width: 61%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-62 {
  width: 62%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-63 {
  width: 63%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-64 {
  width: 64%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-65 {
  width: 65%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-66 {
  width: 66%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-67 {
  width: 67%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-68 {
  width: 68%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-69 {
  width: 69%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-70 {
  width: 70%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-71 {
  width: 71%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-72 {
  width: 72%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-73 {
  width: 73%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-74 {
  width: 74%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-75 {
  width: 75%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-76 {
  width: 76%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-77 {
  width: 77%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-78 {
  width: 78%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-79 {
  width: 79%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-80 {
  width: 80%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-81 {
  width: 81%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-82 {
  width: 82%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-83 {
  width: 83%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-84 {
  width: 84%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-85 {
  width: 85%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-86 {
  width: 86%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-87 {
  width: 87%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-88 {
  width: 88%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-89 {
  width: 89%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-90 {
  width: 90%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-91 {
  width: 91%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-92 {
  width: 92%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-93 {
  width: 93%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-94 {
  width: 94%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-95 {
  width: 95%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-96 {
  width: 96%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-97 {
  width: 97%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-98 {
  width: 98%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-99 {
  width: 99%;
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/progress-extra.scss */
.progress-100 {
  width: 100%;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  background-color: transparent;
  margin-bottom: 20px;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar:after,
.radial-bar &gt; img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #a1a2a3;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar:after {
  content: attr(data-label);
  background-color: #fff;
  z-index: 101;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar &gt; img {
  z-index: 102;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar:after,
.radial-bar &gt; img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-primary.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-50 {
  background-image: linear-gradient(-90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(-72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(-54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(-36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(-18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-75 {
  background-image: linear-gradient(0deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-success.radial-bar-100 {
  background-image: linear-gradient(90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-50 {
  background-image: linear-gradient(-90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(-72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(-54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(-36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(-18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-75 {
  background-image: linear-gradient(0deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-info.radial-bar-100 {
  background-image: linear-gradient(90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-50 {
  background-image: linear-gradient(-90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(-72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(-54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(-36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(-18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-75 {
  background-image: linear-gradient(0deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-warning.radial-bar-100 {
  background-image: linear-gradient(90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-50 {
  background-image: linear-gradient(-90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(-72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(-54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(-36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(-18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-75 {
  background-image: linear-gradient(0deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-danger.radial-bar-100 {
  background-image: linear-gradient(90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 22px;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-lg:after,
.radial-bar-lg &gt; img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}

/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-sm:after,
.radial-bar-sm &gt; img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px;
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
.radial-bar-xs:after,
.radial-bar-xs &gt; img {
  width: 21px;
  height: 21px;
  margin-left: 4.5px;
  margin-top: 4.5px;
  line-height: 21px;
}

/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/radial-bar.scss */
x:-o-prefocus, .radial-bar {
  background-clip: content-box;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
  width: 100% !important;
}

/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.user-block:before, .user-block:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.user-block:after {
  clear: both;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block &gt; .user-block-picture {
  position: relative;
  width: 60px;
  margin: 0 auto;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block &gt; .user-block-picture &gt; img {
  max-width: 100%;
  height: auto;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
}
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block .user-block-info .user-block-name,
.user-block .user-block-info .user-block-role {
  display: block;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block .user-block-info .user-block-name {
  color: #7D848F;
}
/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block .user-block-info .user-block-role {
  font-size: 12px;
  color: #aaa;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block-status {
  position: relative;
}
/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.user-block-status &gt; .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.aside-collapsed .user-block,
.aside-collapsed-text .user-block {
  padding: 15px 0 14px;
  margin: 0;
  text-align: center;
}
/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.aside-collapsed .user-block &gt; .user-block-picture,
.aside-collapsed-text .user-block &gt; .user-block-picture {
  float: none;
  margin: 0  auto;
  width: 50px;
}
/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.aside-collapsed .user-block &gt; .user-block-picture &gt; .user-block-status,
.aside-collapsed-text .user-block &gt; .user-block-picture &gt; .user-block-status {
  display: block;
}
/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/user-block.scss */
.aside-collapsed .user-block .user-block-info,
.aside-collapsed-text .user-block .user-block-info {
  display: none;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 .5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle.text-left {
  margin-left: 0;
}
/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle.text-right {
  margin-right: 0;
}

/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-primary {
  background-color: #5d9cec;
}

/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-success {
  background-color: #27c24c;
}

/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-info {
  background-color: #23b7e5;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-warning {
  background-color: #ff902b;
}

/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-danger {
  background-color: #f05050;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-green {
  background-color: #37bc9b;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-pink {
  background-color: #f532e5;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-inverse {
  background-color: #131e26;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-purple {
  background-color: #7266ba;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-sm {
  width: 5px;
  height: 5px;
}

/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-lg {
  width: 11px;
  height: 11px;
}

/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-xl {
  width: 18px;
  height: 18px;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline {
  background-color: transparent;
}
/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline.circle-primary {
  border: 1px solid #5d9cec;
}
/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline.circle-success {
  border: 1px solid #27c24c;
}
/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline.circle-info {
  border: 1px solid #23b7e5;
}
/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline.circle-warning {
  border: 1px solid #ff902b;
}
/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/circles.scss */
.circle-outline.circle-danger {
  border: 1px solid #f05050;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline,
.timeline-alt {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline:before,
.timeline-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  width: 1px;
  background-color: #d1d2d3;
  left: 18px;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline .timeline-end,
.timeline-alt .timeline-end {
  float: none;
  clear: both;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline .popover.left &gt; .arrow:after,
.timeline-alt .popover.left &gt; .arrow:after {
  border-left-color: #fff;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline .popover.right &gt; .arrow:after,
.timeline-alt .popover.right &gt; .arrow:after {
  border-right-color: #fff;
}
/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline .popover.left &gt; .popover-title + .arrow:after,
.timeline-alt .popover.left &gt; .popover-title + .arrow:after {
  border-left-color: #fafafa;
}
/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline .popover.right &gt; .popover-title + .arrow:after,
.timeline-alt .popover.right &gt; .popover-title + .arrow:after {
  border-right-color: #fafafa;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li,
.timeline-alt &gt; li {
  margin-bottom: 20px;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.timeline &gt; li:before, .timeline &gt; li:after,
.timeline-alt &gt; li:before,
.timeline-alt &gt; li:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.timeline &gt; li:after,
.timeline-alt &gt; li:after {
  clear: both;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li.timeline-separator,
.timeline-alt &gt; li.timeline-separator {
  position: relative;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
}
/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li.timeline-separator:first-child,
.timeline-alt &gt; li.timeline-separator:first-child {
  padding-top: 0;
}
/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li.timeline-separator:before,
.timeline-alt &gt; li.timeline-separator:before {
  content: attr(data-datetime);
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  background-color: #b6c5da;
  color: #fff;
}
/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-panel,
.timeline-alt &gt; li &gt; .timeline-panel {
  margin-left: 60px;
}
/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-panel .popover,
.timeline-alt &gt; li &gt; .timeline-panel .popover {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: none;
}
/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-panel .popover .arrow,
.timeline-alt &gt; li &gt; .timeline-panel .popover .arrow {
  top: 18px;
  display: none;
}
/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-panel .popover .popover-content .popover-title,
.timeline-alt &gt; li &gt; .timeline-panel .popover .popover-content .popover-title {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-date,
.timeline-alt &gt; li &gt; .timeline-date {
  margin: -20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-date &gt; time:after,
.timeline-alt &gt; li &gt; .timeline-date &gt; time:after {
  content: attr(datetime);
}
/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge,
.timeline-alt &gt; li &gt; .timeline-badge {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  line-height: 36px;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #999;
  z-index: 100;
}
/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.primary,
.timeline-alt &gt; li &gt; .timeline-badge.primary {
  background-color: #5d9cec;
}
/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.success,
.timeline-alt &gt; li &gt; .timeline-badge.success {
  background-color: #27c24c;
}
/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.warning,
.timeline-alt &gt; li &gt; .timeline-badge.warning {
  background-color: #ff902b;
}
/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.danger,
.timeline-alt &gt; li &gt; .timeline-badge.danger {
  background-color: #f05050;
}
/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.info,
.timeline-alt &gt; li &gt; .timeline-badge.info {
  background-color: #23b7e5;
}
/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.inverse,
.timeline-alt &gt; li &gt; .timeline-badge.inverse {
  background-color: #131e26;
}
/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.green,
.timeline-alt &gt; li &gt; .timeline-badge.green {
  background-color: #37bc9b;
}
/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.pink,
.timeline-alt &gt; li &gt; .timeline-badge.pink {
  background-color: #f532e5;
}
/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.purple,
.timeline-alt &gt; li &gt; .timeline-badge.purple {
  background-color: #7266ba;
}
/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.dark,
.timeline-alt &gt; li &gt; .timeline-badge.dark {
  background-color: #3a3f51;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline &gt; li &gt; .timeline-badge.yellow,
.timeline-alt &gt; li &gt; .timeline-badge.yellow {
  background-color: #fad732;
}

/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline-alt .popover .arrow {
  display: block !important;
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 166, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline-body &gt; p,
.timeline-body &gt; ul {
  margin-bottom: 0;
}

/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
.timeline-body &gt; p + p {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  /* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline:before {
    left: 50%;
    margin-left: 18px;
  }
  /* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li {
    float: left;
    clear: left;
    width: 45%;
  }
  /* line 188, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 50px;
  }
  /* line 195, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li.timeline-separator {
    text-align: center;
  }
  /* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li.timeline-separator:before {
    margin-left: 36px;
  }
  /* line 202, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-badge {
    left: 50%;
    margin-left: 0;
  }
  /* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-date {
    float: none;
    position: absolute;
    width: 40%;
    left: 50%;
    top: 18px;
    margin-left: 54px;
    margin-top: -10px;
  }
  /* line 217, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-panel {
    margin: 0;
  }
  /* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-panel:before {
    border-left-width: 15px;
    border-right-width: 0;
    top: 26px;
    right: -15px;
    left: auto;
  }
  /* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-panel:after {
    border-left-width: 14px;
    border-right-width: 0;
    top: 27px;
    right: -14px;
    left: auto;
  }
  /* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li &gt; .timeline-panel .popover .arrow {
    display: block;
  }
  /* line 245, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
    padding-left: 36px;
  }
  /* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/timeline.scss */
  .timeline &gt; li.timeline-inverted .timeline-date {
    left: auto;
    right: 50%;
    width: auto;
    margin-left: 0;
    margin-right: 36px;
  }
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-lg &gt; .dropdown-menu {
  min-width: 200px;
}

/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-list &gt; .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-list .list-group {
  margin: 0;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}

/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown &gt; a {
  position: relative;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown &gt; a &gt; .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
@media only screen and (min-width: 768px) {
  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
  .dropdown &gt; a &gt; .label {
    top: 10px;
  }
}

/* line 58, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/dropdown-extra.scss */
.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.container-sm {
  max-width: 750px;
  width: auto;
}

/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.container-md {
  max-width: 970px;
  width: auto;
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.container-lg {
  max-width: 1170px;
  width: auto;
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.row-table &gt; [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/row-extra.scss */
.row-flush &gt; [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/half-float.scss */
.half-float {
  position: relative;
  margin-bottom: 65px;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/half-float.scss */
.half-float .half-float-bottom,
.half-float .half-float-top {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  z-index: 2;
}
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/half-float.scss */
.half-float .half-float-top {
  bottom: auto;
  top: -60px;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/half-float.scss */
.half-float + * {
  margin-top: -55px;
  padding-top: 65px;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
.row-masonry {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
.row-masonry &gt; .col-masonry {
  display: inline-block;
  width: 100%;
  min-height: 1em;
  margin-bottom: 15px;
}

/* Columns definition by devices */
@media only screen and (min-width: 480px) {
  /* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-1 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    columns: 1;
  }

  /* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1 {
    text-align: justify;
  }

  /* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  /* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    columns: 2;
  }

  /* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2 {
    text-align: justify;
  }

  /* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  /* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    columns: 3;
  }

  /* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3 {
    text-align: justify;
  }

  /* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  /* line 91, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-4 {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    columns: 4;
  }

  /* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4 {
    text-align: justify;
  }

  /* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  /* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-5 {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    columns: 5;
  }

  /* line 126, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5 {
    text-align: justify;
  }

  /* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  /* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-6 {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    columns: 6;
  }

  /* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6 {
    text-align: justify;
  }

  /* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 158, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  /* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-7 {
    -moz-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    columns: 7;
  }

  /* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7 {
    text-align: justify;
  }

  /* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 182, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  /* line 187, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-8 {
    -moz-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    columns: 8;
  }

  /* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8 {
    text-align: justify;
  }

  /* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  /* line 211, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-9 {
    -moz-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    columns: 9;
  }

  /* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9 {
    text-align: justify;
  }

  /* line 225, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  /* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-10 {
    -moz-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    columns: 10;
  }

  /* line 246, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10 {
    text-align: justify;
  }

  /* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  /* line 259, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-11 {
    -moz-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    columns: 11;
  }

  /* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11 {
    text-align: justify;
  }

  /* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 278, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  /* line 283, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-sm-12 {
    -moz-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    columns: 12;
  }

  /* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12 {
    text-align: justify;
  }

  /* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 309, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-1 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    columns: 1;
  }

  /* line 320, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1 {
    text-align: justify;
  }

  /* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 328, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  /* line 333, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    columns: 2;
  }

  /* line 344, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2 {
    text-align: justify;
  }

  /* line 347, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 352, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  /* line 357, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    columns: 3;
  }

  /* line 368, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3 {
    text-align: justify;
  }

  /* line 371, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 376, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  /* line 381, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-4 {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    columns: 4;
  }

  /* line 392, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4 {
    text-align: justify;
  }

  /* line 395, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 400, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  /* line 405, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-5 {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    columns: 5;
  }

  /* line 416, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5 {
    text-align: justify;
  }

  /* line 419, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 424, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  /* line 429, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-6 {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    columns: 6;
  }

  /* line 440, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6 {
    text-align: justify;
  }

  /* line 443, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 448, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  /* line 453, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-7 {
    -moz-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    columns: 7;
  }

  /* line 464, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7 {
    text-align: justify;
  }

  /* line 467, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 472, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  /* line 477, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-8 {
    -moz-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    columns: 8;
  }

  /* line 488, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8 {
    text-align: justify;
  }

  /* line 491, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 496, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  /* line 501, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-9 {
    -moz-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    columns: 9;
  }

  /* line 512, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9 {
    text-align: justify;
  }

  /* line 515, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 520, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  /* line 525, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-10 {
    -moz-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    columns: 10;
  }

  /* line 536, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10 {
    text-align: justify;
  }

  /* line 539, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 544, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  /* line 549, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-11 {
    -moz-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    columns: 11;
  }

  /* line 560, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11 {
    text-align: justify;
  }

  /* line 563, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 568, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  /* line 573, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-md-12 {
    -moz-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    columns: 12;
  }

  /* line 584, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12 {
    text-align: justify;
  }

  /* line 587, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 592, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 599, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-1 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    columns: 1;
  }

  /* line 610, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1 {
    text-align: justify;
  }

  /* line 613, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 618, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  /* line 623, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    columns: 2;
  }

  /* line 634, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2 {
    text-align: justify;
  }

  /* line 637, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 642, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  /* line 647, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    columns: 3;
  }

  /* line 658, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3 {
    text-align: justify;
  }

  /* line 661, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 666, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  /* line 671, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-4 {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    columns: 4;
  }

  /* line 682, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4 {
    text-align: justify;
  }

  /* line 685, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 690, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  /* line 695, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-5 {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    columns: 5;
  }

  /* line 706, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5 {
    text-align: justify;
  }

  /* line 709, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 714, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  /* line 719, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-6 {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    columns: 6;
  }

  /* line 730, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6 {
    text-align: justify;
  }

  /* line 733, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 738, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  /* line 743, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-7 {
    -moz-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    columns: 7;
  }

  /* line 754, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7 {
    text-align: justify;
  }

  /* line 757, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 762, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  /* line 767, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-8 {
    -moz-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    columns: 8;
  }

  /* line 778, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8 {
    text-align: justify;
  }

  /* line 781, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 786, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  /* line 791, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-9 {
    -moz-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    columns: 9;
  }

  /* line 802, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9 {
    text-align: justify;
  }

  /* line 805, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 810, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  /* line 815, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-10 {
    -moz-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    columns: 10;
  }

  /* line 826, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10 {
    text-align: justify;
  }

  /* line 829, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 834, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  /* line 839, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-11 {
    -moz-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    columns: 11;
  }

  /* line 850, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11 {
    text-align: justify;
  }

  /* line 853, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 858, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  /* line 863, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-lg-12 {
    -moz-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    columns: 12;
  }

  /* line 874, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12 {
    text-align: justify;
  }

  /* line 877, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 882, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 889, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-1 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    columns: 1;
  }

  /* line 900, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1 {
    text-align: justify;
  }

  /* line 903, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 908, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  /* line 913, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    columns: 2;
  }

  /* line 924, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2 {
    text-align: justify;
  }

  /* line 927, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 932, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  /* line 937, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    columns: 3;
  }

  /* line 948, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3 {
    text-align: justify;
  }

  /* line 951, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 956, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  /* line 961, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-4 {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    columns: 4;
  }

  /* line 972, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4 {
    text-align: justify;
  }

  /* line 975, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 980, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  /* line 985, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-5 {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    columns: 5;
  }

  /* line 996, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5 {
    text-align: justify;
  }

  /* line 999, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1004, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  /* line 1009, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-6 {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    columns: 6;
  }

  /* line 1020, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6 {
    text-align: justify;
  }

  /* line 1023, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1028, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  /* line 1033, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-7 {
    -moz-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    columns: 7;
  }

  /* line 1044, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7 {
    text-align: justify;
  }

  /* line 1047, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1052, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  /* line 1057, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-8 {
    -moz-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    columns: 8;
  }

  /* line 1068, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8 {
    text-align: justify;
  }

  /* line 1071, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1076, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  /* line 1081, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-9 {
    -moz-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    columns: 9;
  }

  /* line 1092, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9 {
    text-align: justify;
  }

  /* line 1095, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1100, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  /* line 1105, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-10 {
    -moz-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    columns: 10;
  }

  /* line 1116, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10 {
    text-align: justify;
  }

  /* line 1119, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1124, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  /* line 1129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-11 {
    -moz-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    columns: 11;
  }

  /* line 1140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11 {
    text-align: justify;
  }

  /* line 1143, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1148, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  /* line 1153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .row-masonry-xl-12 {
    -moz-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    columns: 12;
  }

  /* line 1164, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12 {
    text-align: justify;
  }

  /* line 1167, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  /* line 1172, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12 &gt; .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/widget.scss */
.widget {
  margin-bottom: 20px;
  border: 0;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/widget.scss */
.widget.panel, .widget .panel {
  overflow: hidden;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/widget.scss */
.widget .lateral-picture {
  position: relative;
  display: block;
  height: 240px;
  width: auto;
  overflow: hidden;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/widget.scss */
.widget .lateral-picture &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width: auto;
}

@-webkit-keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/animate.scss */
.fadeOutUpShort {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/animate.scss */
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes zoomInShort {
  0% {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInShort {
  0% {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/animate.scss */
.zoomInShort {
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
}

@-webkit-keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/animate.scss */
.zoomBack {
  -webkit-animation-name: zoomBack;
  animation-name: zoomBack;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*!
 * table-grid (http://mdo.github.io/table-grid)
 * Released under MIT, (c) 2014 Mark Otto
 */
/*
 * The Grid
 */
@media only screen and (min-width: 768px) {
  /* Add `.table-grid` for the table */
  /* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .table-grid {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }

  /* Add `.col` for the table cells, or columns */
  /* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  /* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col.col-full-center {
    vertical-align: middle;
  }

  /* Set the widths */
  /* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-1 {
    width: 8.333333%;
  }

  /* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-2 {
    width: 16.666667%;
  }

  /* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-3 {
    width: 25%;
  }

  /* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-4 {
    width: 33.333333%;
  }

  /* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-5 {
    width: 41.666667%;
  }

  /* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-6 {
    width: 50%;
  }

  /* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-7 {
    width: 58.333333%;
  }

  /* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-8 {
    width: 66.666667%;
  }

  /* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-9 {
    width: 75%;
  }

  /* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-10 {
    width: 83.333333%;
  }

  /* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-11 {
    width: 91.666667%;
  }

  /* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-12 {
    width: 100%;
  }

  /* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-xxs {
    width: 60px;
  }

  /* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-xs {
    width: 90px;
  }

  /* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-sm {
    width: 150px;
  }

  /* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-sd {
    width: 200px;
  }

  /* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-md {
    width: 240px;
  }

  /* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-lg {
    width: 280px;
  }

  /* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-xl {
    width: 320px;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-xxl {
    width: 360px;
  }

  /* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-wide {
    width: 100%;
  }

  /* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .col-auto {
    width: auto;
  }

  /* Padded columns */
  /* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .table-grid-padded {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  /* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .table-grid-padded .table-grid {
    border-spacing: 1rem 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
  .table-grid-desktop.table-grid,
  .table-grid-desktop .col {
    display: block;
    width: auto;
  }
}
/*
 * Vertically center grid content
 *
 * Requires content within the column to be inline or inline-block.
 */
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-grid.scss */
.table-grid-align-middle .col {
  vertical-align: middle;
}

/* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-item-list {
  position: relative;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-item .todo-edit {
  display: none;
  cursor: pointer;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-item:hover .todo-edit {
  display: inline;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-item.todo-complete .todo-edit {
  display: none;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo textarea {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-complete {
  background: #edf1f2;
  opacity: .6;
  color: #232735;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .todo-complete .todo-title {
  text-decoration: line-through;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .panel-group &gt; .panel {
  border: 1px;
  margin: 0;
}
/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/todo.scss */
.todo .panel-group &gt; .panel .panel-body {
  border-bottom: 1px solid #edf1f2;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 3px;
}

/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-handle:hover {
  background: #fff;
}

/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-item &gt; button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-item &gt; button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-item &gt; button[data-action="collapse"]:before {
  content: '-';
}

/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-dragel &gt; .dd-item .dd-handle {
  margin-top: 0;
}

/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
  /* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
  .dd + .dd {
    margin-left: 2%;
  }
}
/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-hover &gt; .dd-handle {
  background: #2ea8e5 !important;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 3px;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd-dragel &gt; .dd3-item &gt; .dd3-content {
  margin: 0;
}

/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd3-item &gt; button {
  margin-left: 40px;
}

/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd3-handle:before {
  content: 'â‰¡';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/nestable.scss */
.dd3-handle:hover {
  background: #f7f7f7;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart {
  display: block;
  width: 100%;
  height: 260px;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend &gt; table tr td {
  padding: 3px;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend &gt; table tr td:first-child {
  padding-left: 3px;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend &gt; table tr td:last-child {
  padding-right: 3px;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend &gt; table tr + tr td {
  padding-top: 0;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend &gt; div:first-child {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart .legend .legendColorBox &gt; div,
.flot-chart .legend .legendColorBox &gt; div &gt; div {
  border-radius: 400px;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
.flot-pie-label {
  padding: 3px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-flot.scss */
#flotTip {
  position: relative;
  padding: 5px;
  font-size: 12px !important;
  border-radius: 2px !important;
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #f1f1f1;
  z-index: 5;
}

/* ========================================================================
   Component: chart-easypie
 ========================================================================== */
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-easypie.scss */
.easypie-chart {
  display: inline-block;
  position: relative;
  padding: 0 6px;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-easypie.scss */
.easypie-chart span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: -50%;
  height: 30px;
  margin-top: -15px;
  font-size: 20px;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-easypie.scss */
.easypie-chart canvas {
  max-width: 100%;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-easypie.scss */
.easypie-chart.easypie-chart-lg span {
  font-size: 40px;
  margin-top: -25px;
  line-height: 40px;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/chart-easypie.scss */
.easypie-chart.easypie-chart-md span {
  font-size: 30px;
  margin-top: -25px;
  line-height: 40px;
}

/**
 * Custom form elements
 *    - Checkbox 
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}
/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.form-inline .c-checkbox span, .form-inline
.c-radio span {
  margin-left: 0;
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}

/* override for radio */
/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio span {
  border-radius: 500px;
}

/* the icon */
/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

/* Checked state */
/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
/* line 100, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
/* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}
/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}
/* line 158, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
/* line 164, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
/* line 166, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}
/* line 173, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

/* line 191, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.form-control-rounded {
  border-radius: 100px;
}

/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch .form-control, .switch body .bootstrap-tagsinput, body .switch .bootstrap-tagsinput {
  padding-top: 7px;
  margin-bottom: 0;
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch * {
  cursor: pointer;
}

/* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}
/* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}
/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}
/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}

/* line 256, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch input:checked + span {
  background-color: #5d9cec;
  border-color: #5d9cec;
  transition: all .5s;
}

/* line 262, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}

/* line 267, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.switch input:disabled + span {
  background-color: #f1f1f1;
  cursor: not-allowed;
}

/* line 274, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.form-control-feedback {
  left: 16px;
  right: auto;
}
/* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.form-control + .form-control-feedback, body .bootstrap-tagsinput + .form-control-feedback, .form-control + .parsley-errors-list + .form-control-feedback, body .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback {
  right: 0;
  left: auto;
}
/* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback, body .input-group-sm &gt; .bootstrap-tagsinput + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .form-control-feedback, .input-sm + .parsley-errors-list + .form-control-feedback, .input-group-sm &gt; .form-control + .parsley-errors-list + .form-control-feedback, body .input-group-sm &gt; .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .parsley-errors-list + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .parsley-errors-list + .form-control-feedback,
div.ColVis .input-group-sm &gt; .input-group-btn &gt; .ColVis_Button + .parsley-errors-list + .form-control-feedback {
  top: 0;
}

/* line 298, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.input-md {
  width: 260px;
}

/* line 303, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.note-editor {
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}
/* line 316, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-elements.scss */
.note-editor.note-editor-margin {
  background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
  padding-left: 55px;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-validation.scss */
.parsley-error {
  border-color: #f05050 !important;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-validation.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-validation.scss */
.parsley-errors-list.filled {
  display: block;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-validation.scss */
.parsley-errors-list &gt; li {
  font-size: 12px;
  list-style: none;
  color: #f05050;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-tags.scss */
body .bootstrap-tagsinput {
  height: auto;
  min-height: 38px;
  margin-bottom: 0;
}
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-tags.scss */
body .bootstrap-tagsinput .tag {
  color: #fff;
}

/* ========================================================================
     Component: form-wizard
 ========================================================================== */
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard a, .tabcontrol a {
  outline: 0;
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard ul &gt; li, .tabcontrol ul &gt; li {
  display: block;
  padding: 0;
}

/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .current-info, .tabcontrol &gt; .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .title, .tabcontrol &gt; .content &gt; .title {
  position: absolute;
  left: -999em;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps {
  position: relative;
  display: block;
  width: 100%;
}
/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .number {
  font-size: 1.429em;
}
/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps &gt; ul &gt; li {
  width: 25%;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content {
  background: #fff;
  display: block;
  margin: 0.5em;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}
/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 95%;
  padding: 2.5% 0;
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body ul {
  list-style: disc !important;
}
/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body ul &gt; li {
  display: list-item;
}
/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body &gt; iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body input {
  display: block;
}
/* line 88, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body label.error {
  color: #f05050;
  margin-left: 1.5em;
  padding: 0;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .content &gt; .body .checkbox label.error {
  display: block !important;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
/* line 112, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .actions &gt; ul {
  display: inline-block;
  text-align: right;
}
/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .actions &gt; ul &gt; li {
  margin: 0 0.5em;
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard.vertical &gt; .steps {
  display: inline;
  float: left;
  width: 30%;
}
/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard.vertical &gt; .steps &gt; ul &gt; li {
  float: none;
  width: 100%;
}
/* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard.vertical &gt; .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard.vertical &gt; .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard.vertical &gt; .actions &gt; ul &gt; li {
  margin: 0 0 0 1em;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps &gt; ul &gt; li, .wizard &gt; .actions &gt; ul &gt; li {
  float: left;
}

/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps a, .wizard &gt; .steps a:hover, .wizard &gt; .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 0;
  font-weight: bold;
  color: #515253;
}
/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps a &gt; small, .wizard &gt; .steps a:hover &gt; small, .wizard &gt; .steps a:active &gt; small {
  font-weight: normal;
  color: #909FA7;
}

/* line 172, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .disabled a, .wizard &gt; .steps .disabled a:hover, .wizard &gt; .steps .disabled a:active {
  background: #fcfcfc;
  color: #515253;
  cursor: default;
}

/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .current a, .wizard &gt; .steps .current a:hover, .wizard &gt; .steps .current a:active {
  background: #5d9cec;
  color: #fff;
  cursor: default;
}
/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .current a &gt; small, .wizard &gt; .steps .current a:hover &gt; small, .wizard &gt; .steps .current a:active &gt; small {
  color: #fff;
}

/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .done a, .wizard &gt; .steps .done a:hover, .wizard &gt; .steps .done a:active {
  background: #fcfcfc;
  color: #515253;
}

/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .steps .error a, .wizard &gt; .steps .error a:hover, .wizard &gt; .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .actions a, .wizard &gt; .actions a:hover, .wizard &gt; .actions a:active {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a:focus, .wizard &gt; .actions a.focus,
.wizard &gt; .actions a:hover:focus,
.wizard &gt; .actions a:hover.focus,
.wizard &gt; .actions a:active:focus,
.wizard &gt; .actions a:active.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a:hover,
.wizard &gt; .actions a:hover:hover,
.wizard &gt; .actions a:active:hover {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a:active, .wizard &gt; .actions a.active, .open &gt; .wizard &gt; .actions a.dropdown-toggle,
.wizard &gt; .actions a:hover:active,
.wizard &gt; .actions a:hover.active, .open &gt;
.wizard &gt; .actions a:hover.dropdown-toggle,
.wizard &gt; .actions a:active:active,
.wizard &gt; .actions a:active.active, .open &gt;
.wizard &gt; .actions a:active.dropdown-toggle {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a:active:hover, .wizard &gt; .actions a:active:focus, .wizard &gt; .actions a:active.focus, .wizard &gt; .actions a.active:hover, .wizard &gt; .actions a.active:focus, .wizard &gt; .actions a.active.focus, .open &gt; .wizard &gt; .actions a.dropdown-toggle:hover, .open &gt; .wizard &gt; .actions a.dropdown-toggle:focus, .open &gt; .wizard &gt; .actions a.dropdown-toggle.focus,
.wizard &gt; .actions a:hover:active:hover,
.wizard &gt; .actions a:hover:active:focus,
.wizard &gt; .actions a:hover:active.focus,
.wizard &gt; .actions a:hover.active:hover,
.wizard &gt; .actions a:hover.active:focus,
.wizard &gt; .actions a:hover.active.focus, .open &gt;
.wizard &gt; .actions a:hover.dropdown-toggle:hover, .open &gt;
.wizard &gt; .actions a:hover.dropdown-toggle:focus, .open &gt;
.wizard &gt; .actions a:hover.dropdown-toggle.focus,
.wizard &gt; .actions a:active:active:hover,
.wizard &gt; .actions a:active:active:focus,
.wizard &gt; .actions a:active:active.focus,
.wizard &gt; .actions a:active.active:hover,
.wizard &gt; .actions a:active.active:focus,
.wizard &gt; .actions a:active.active.focus, .open &gt;
.wizard &gt; .actions a:active.dropdown-toggle:hover, .open &gt;
.wizard &gt; .actions a:active.dropdown-toggle:focus, .open &gt;
.wizard &gt; .actions a:active.dropdown-toggle.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a:active, .wizard &gt; .actions a.active, .open &gt; .wizard &gt; .actions a.dropdown-toggle,
.wizard &gt; .actions a:hover:active,
.wizard &gt; .actions a:hover.active, .open &gt;
.wizard &gt; .actions a:hover.dropdown-toggle,
.wizard &gt; .actions a:active:active,
.wizard &gt; .actions a:active.active, .open &gt;
.wizard &gt; .actions a:active.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a.disabled:hover, .wizard &gt; .actions a.disabled:focus, .wizard &gt; .actions a.disabled.focus, .wizard &gt; .actions a[disabled]:hover, .wizard &gt; .actions a[disabled]:focus, .wizard &gt; .actions a[disabled].focus, fieldset[disabled] .wizard &gt; .actions a:hover, fieldset[disabled] .wizard &gt; .actions a:focus, fieldset[disabled] .wizard &gt; .actions a.focus,
.wizard &gt; .actions a:hover.disabled:hover,
.wizard &gt; .actions a:hover.disabled:focus,
.wizard &gt; .actions a:hover.disabled.focus,
.wizard &gt; .actions a:hover[disabled]:hover,
.wizard &gt; .actions a:hover[disabled]:focus,
.wizard &gt; .actions a:hover[disabled].focus,
fieldset[disabled] .wizard &gt; .actions a:hover:hover,
fieldset[disabled] .wizard &gt; .actions a:hover:focus,
fieldset[disabled] .wizard &gt; .actions a:hover.focus,
.wizard &gt; .actions a:active.disabled:hover,
.wizard &gt; .actions a:active.disabled:focus,
.wizard &gt; .actions a:active.disabled.focus,
.wizard &gt; .actions a:active[disabled]:hover,
.wizard &gt; .actions a:active[disabled]:focus,
.wizard &gt; .actions a:active[disabled].focus,
fieldset[disabled] .wizard &gt; .actions a:active:hover,
fieldset[disabled] .wizard &gt; .actions a:active:focus,
fieldset[disabled] .wizard &gt; .actions a:active.focus {
  background-color: #5d9cec;
  border-color: #5d9cec;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard &gt; .actions a .badge, .wizard &gt; .actions a:hover .badge, .wizard &gt; .actions a:active .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 203, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.wizard &gt; .actions .disabled a, .wizard &gt; .actions .disabled a:hover, .wizard &gt; .actions .disabled a:active {
  color: #333;
  background: #fff;
  border: 1px solid #eaeaea;
}

/* line 209, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps {
  position: relative;
  display: block;
  width: 100%;
}
/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li &gt; a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
/* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
/* line 245, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
/* line 251, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .steps &gt; ul &gt; li.current &gt; a {
  padding: 15px 30px 10px 30px;
}
/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
/* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .content &gt; .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
/* line 271, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .content &gt; .body ul {
  list-style: disc !important;
}
/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-wizard.scss */
.tabcontrol &gt; .content &gt; .body ul &gt; li {
  display: list-item;
}

/* ========================================================================
     Component: form-imgcrop
 ========================================================================== */
/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.img-container {
  min-height: 200px;
  max-height: 340px;
  margin-bottom: 20px;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}

/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.img-preview &gt; img {
  max-width: 100%;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.preview-lg {
  width: 263px;
  height: 148px;
}

/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.preview-md {
  width: 139px;
  height: 78px;
}

/* line 43, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.preview-sm {
  width: 69px;
  height: 39px;
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/form-imgcrop.scss */
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}

@media only screen and (max-width: 992px) {
  /* line 6, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  .dataTables_filter {
    clear: both;
  }
}
/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.dataTables_filter input {
  margin-left: 10px;
}

/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.dataTables_length {
  float: left;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.dataTables_length select {
  margin-right: 10px;
}

/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
table.dataTable tfoot &gt; tr &gt; th {
  color: #a1a2a3;
  background: #f1f2f3;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.panel .dataTables_wrapper {
  overflow: auto;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.panel .dataTables_wrapper .row {
  margin: 10px 0;
}
/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.panel .dataTable {
  width: 100% !important;
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.html5buttons {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  .html5buttons {
    float: right;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  div.ColVis {
    float: none;
    text-align: center;
  }
  /* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  div.ColVis button.ColVis_Button, div.ColVis ul.ColVis_collection li {
    float: none;
  }
}
/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.ColVis .ColVis_Button {
  background-color: #fff;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  cursor: pointer;
  height: 31px;
}
/* line 76, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.ColVis .ColVis_Button &gt; span {
  color: #656565;
}

/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.ColVis_collectionBackground {
  display: none;
}

/* line 89, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection {
  background-color: #fff !important;
}
/* line 91, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection &gt; li {
  border: 0 !important;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  margin: 0;
}
/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection &gt; li &gt; label {
  margin: 0;
}
/* line 98, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection &gt; li &gt; label &gt; span {
  color: #888;
  vertical-align: top;
  font-weight: normal;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection &gt; li &gt; label &gt; span:hover {
  color: #555;
}
/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
ul.ColVis_collection &gt; li &gt; label input[type=checkbox]:checked + span,
ul.ColVis_collection &gt; li &gt; label input[type=radio]:checked + span {
  background-color: transparent;
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.ColVis_catcher {
  cursor: pointer;
}

/* line 119, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.table-responsive {
  border: 0;
}
/* line 122, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
.table-responsive .dataTables_wrapper .row {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  /* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  .dataTables_length {
    float: none;
  }

  /* line 133, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  div.dataTables_wrapper div.dataTables_length label,
  div.dataTables_filter label,
  div.dataTables_length label,
  div.dataTables_paginate {
    float: none;
    text-align: center !important;
    display: block;
  }
  /* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  div.dataTables_wrapper div.dataTables_length label select,
  div.dataTables_filter label select,
  div.dataTables_length label select,
  div.dataTables_paginate select {
    display: inline-block;
  }

  /* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
  .dataTables_wrapper &gt; .row &gt; div {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #dde6e9;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 2100;
}
/* line 168, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.dt-button-info h2:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #27c24c;
  margin-right: 8px;
}
/* line 182, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/datatable.scss */
div.dt-button-info &gt; div {
  padding: 1em;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table &gt; thead &gt; tr &gt; th {
  padding: 14px 8px;
  color: #888;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table &gt; tbody &gt; tr &gt; td &gt; .media img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table .checkbox {
  margin: 0 auto;
  width: 20px;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table .progress {
  margin-bottom: 0;
}
/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.table .radial-bar {
  margin-bottom: 0;
  margin: 0 auto;
}

/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
.jqstooltip {
  box-sizing: content-box;
}

/* line 46, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-1 th:nth-child(1) {
  width: 3%;
}
/* line 49, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-1 th:nth-child(2) {
  width: 5%;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-1 th:nth-child(7) {
  width: 5%;
}
/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-1 th:nth-child(9) {
  width: 5%;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-2 th:nth-child(1) {
  width: 5%;
}
/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/table-extras.scss */
#table-ext-2 th:nth-child(3) {
  width: 10%;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-widget {
  font-family: inherit;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid {
  border-radius: 4px;
  border-width: 3px 1px 1px 1px;
  border-color: #cfdbe2;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid * {
  max-width: 100%;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  padding: 8px 15px;
  border-bottom: 0;
  line-height: 1.528571429;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #444;
  height: auto;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-titlebar .ui-jqgrid-titlebar-close {
  margin-right: 10px;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager {
  position: relative;
  padding: 8px 14px !important;
  height: auto !important;
  max-width: 100%;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-table .navtable .ui-corner-all {
  border-radius: 0px;
}
/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-input,
.ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
  height: 24px;
  padding: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  position: relative;
}
/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button:hover {
  padding: 1px;
  border: 0px;
}
/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  background: #fafbfc;
  font-weight: bold;
  color: #888;
}
/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-widget-header .ui-state-default.ui-state-hover {
  background: #fafbfc;
}
/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-default .ui-state-default,
.ui-widget-content .ui-state-default .ui-state-default,
.ui-widget-header .ui-state-default .ui-state-default {
  border-top: 0 !important;
}

/* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-widget-header {
  background-image: none;
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.ui-row-ltr td {
  border-right: 0;
  text-align: left;
  border-color: #edf1f2;
  background-color: inherit;
}
/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}
/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.jqgrow td {
  padding: 8px;
}
/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-btable {
  border-collapse: separate;
}
/* line 147, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-htable {
  border-collapse: separate;
}
/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-htable th {
  padding: 14px 8px;
}
/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-bdiv,
.ui-jqgrid .ui-jqgrid-btable {
  width: auto !important;
}
/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.jqfoot td {
  min-height: 25px;
  padding: 5px 2px;
}
/* line 163, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.footrow td {
  height: 30px;
}
/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqgrid tr.footrow-ltr td {
  border: 0;
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #e4eaec;
  border-radius: 0px;
}

/* line 184, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #edf1f2;
  border-collapse: separate;
  color: #656565;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #edf1f2;
  color: #656565;
}

/* line 199, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-widget-content {
  color: #656565;
  font-size: 15px;
  background-image: none;
}

/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
tr.ui-widget-content {
  border: 0;
}

/* line 208, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #edf1f2;
  background: #fff;
  font-weight: normal;
  color: #888;
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}
/* line 221, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}
/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/jqgrid.scss */
.ui-jqdialog &gt; .ui-resizable-se {
  position: absolute;
}

/**
 * Bootstrap Slider
 */
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body {
  /**
   * Chosen
   */
  /**
   * Filestyle
   */
}
/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider-handle,
body .slider-track,
body .slider-selection {
  background-image: none;
  box-shadow: 0 0 0 #000;
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider-handle {
  background-color: #fff;
  border: 1px solid #5d9cec;
  opacity: 1;
}
/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider-track {
  background-color: #fff;
  border: 1px solid #5d9cec;
}
/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider-selection {
  background-color: #5d9cec;
}
/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider .tooltip.top .tooltip-arrow {
  border-top-color: #2c3037;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider .tooltip.right .tooltip-arrow {
  border-right-color: #2c3037;
}
/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider .tooltip-inner {
  background-color: #2c3037;
}
/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .slider-lg {
  width: 380px;
}
/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container {
  width: 100% !important;
  max-width: 100%;
}
/* line 113, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: 0 0 0 #000;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
body .chosen-container-multi .chosen-choices:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices:-ms-input-placeholder {
  color: #b7bac9;
}
/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices::-webkit-input-placeholder {
  color: #b7bac9;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-multi .chosen-choices[disabled], body .chosen-container-multi .chosen-choices[readonly], fieldset[disabled] body .chosen-container-multi .chosen-choices {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
/* line 118, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 0;
}
/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 3px 0;
  background-color: #f5f6f7;
  border: 1px solid #e7e9ec;
  background-image: none;
}
/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container .chosen-results li.highlighted {
  background-color: #a1a2a3;
  background-image: none;
}
/* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container .chosen-drop {
  border-color: #ddd;
}
/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container .chosen-results li.group-result {
  color: #747576;
  letter-spacing: 0.02em;
}
/* line 142, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-single .chosen-single, body .chosen-container-active.chosen-with-drop .chosen-single {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: 0 0 0 #000;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
body .chosen-container-single .chosen-single:focus,
body .chosen-container-active.chosen-with-drop .chosen-single:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single::-moz-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single:-ms-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single:-ms-input-placeholder {
  color: #b7bac9;
}
/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single::-webkit-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-webkit-input-placeholder {
  color: #b7bac9;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-single .chosen-single[disabled], body .chosen-container-single .chosen-single[readonly], fieldset[disabled] body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single[disabled],
body .chosen-container-active.chosen-with-drop .chosen-single[readonly],
fieldset[disabled] body .chosen-container-active.chosen-with-drop .chosen-single {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
/* line 148, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-active .chosen-single,
body .chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-single .chosen-drop {
  margin-top: -3px;
}
/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-single .chosen-single div {
  top: 6px;
  right: 5px;
}
/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #b7bac9;
}
/* line 170, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .bootstrap-filestyle {
  max-width: 380px;
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .select2-container {
  max-width: 100%;
}
/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .select2-container--bootstrap .select2-selection--single,
body .select2-container--bootstrap .select2-selection--multiple {
  border: 1px solid #dde6e9;
  box-shadow: 0 0 0 #000 !important;
}
/* line 186, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker-saturation {
  background-image: url("/assets/bootstrap-colorpicker/saturation-728786dd69d1f257d656e3719d9abe3f2e4473886f1e0ebc4c2d0a13f72cdb90.png");
}
/* line 190, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker-hue {
  background-image: url("/assets/bootstrap-colorpicker/hue-d135eb7fdb12eccff0a8ce57c093bf072246a6231a9bb394a08924fddf5bf92c.png");
}
/* line 194, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker-alpha {
  background-image: url("/assets/bootstrap-colorpicker/alpha-f4b432b1ad1c97b56a57f30563e6353b8f1de80791917f19fc1743f2107a071d.png");
}
/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker-color {
  background-image: url("/assets/bootstrap-colorpicker/alpha-f4b432b1ad1c97b56a57f30563e6353b8f1de80791917f19fc1743f2107a071d.png");
}
/* line 202, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("/assets/bootstrap-colorpicker/hue-horizontal-959be51dd9f53ad777b77c14aa297448ed8df12ac92a41c24494de69fc6c1538.png");
}
/* line 206, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plugins.scss */
body .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("/assets/bootstrap-colorpicker/alpha-horizontal-770c40ca9f4596e1f5798b7785b07a22ac8ab1b12334480c9f9b3f25ab7cda31.png");
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/slim-scroll.scss */
[data-scrollable] {
  display: block;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/slim-scroll.scss */
.slimScrollBar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border: 0 !important;
  border-radius: 1px !important;
}

/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/slim-scroll.scss */
.slimScrollRail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
.alerts {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 9090;
  width: 350px;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
.alerts:hover .alert .close {
  opacity: 1;
  visibility: visible;
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
.alerts-top-right, .alerts,
.alerts-bottom-right {
  left: auto;
  right: 60px;
}

/* line 38, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
.alerts-top-center,
.alerts-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
.alerts-bottom-left,
.alerts-bottom-right,
.alerts-bottom-center {
  top: auto;
  bottom: 60px;
}

@media (max-width: 480px) {
  /* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/alerts.scss */
  .alerts {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px;
}

/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 50px;
}

/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 86, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 50px;
}

@media (max-width: 480px) {
  /* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
  padding-right: 35px;
  cursor: pointer;
}
/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-message.alert.alert-normal {
  background: #444;
  color: #fff;
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-message &gt; .close {
  visibility: hidden;
}

/* line 143, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/notify.scss */
.uk-notify-message:hover &gt; .close {
  visibility: visible;
}

/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl {
  position: relative;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl:before {
  content: attr(data-spinner-text);
  display: block;
  background-color: #f0f0f0;
  opacity: 0.7;
}
/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.solid {
  opacity: 1;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl:after {
  border-top-color: #5d9cec;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.blade:after {
  border-bottom-color: #5d9cec;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.double-up:after {
  border-right-color: #5d9cec;
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 41, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.duo:after {
  border-right-color: #5d9cec;
  border-left-color: #5d9cec;
  border-top-color: #7266ba;
  border-bottom-color: #7266ba;
}
/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.helicopter:after {
  background-color: #5d9cec;
}
/* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.ringed:after {
  border-right-color: #23b7e5;
  border-top-color: #7266ba;
  border-left-color: #7266ba;
  border-bottom-color: #7266ba;
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.traditional:after {
  border-right-color: #23b7e5;
  border-top-color: #23b7e5;
  border-left-color: #7266ba;
  border-bottom-color: #fad732;
}
/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .whirl.line:after {
  box-shadow: inset -10px 0px 0px fade(#5d9cec, 50%);
}
/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
.no-cssanimations body .whirl:before {
  opacity: .9;
}
/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
.no-cssanimations body .whirl:after {
  content: "Loading...";
  width: 40px;
  height: 40px;
  margin: -20px 0 -20px;
  line-height: 40px;
  color: #000;
  opacity: 1;
  border: 0;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
  text-align: center;
}
/* line 94, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-pulse &gt; div,
body .ball-grid-pulse &gt; div,
body .square-spin &gt; div,
body .ball-pulse-rise &gt; div,
body .ball-rotate &gt; div,
body .ball-rotate &gt; div:before, body .ball-rotate &gt; div:after,
body .cube-transition &gt; div,
body .ball-zig-zag &gt; div,
body .ball-zig-zag-deflect &gt; div,
body .ball-triangle-path &gt; div,
body .ball-scale &gt; div,
body .line-scale &gt; div,
body .line-scale-party &gt; div,
body .ball-scale-multiple &gt; div,
body .ball-pulse-sync &gt; div,
body .ball-beat &gt; div,
body .line-scale-pulse-out &gt; div,
body .line-scale-pulse-out-rapid &gt; div,
body .ball-spin-fade-loader &gt; div,
body .line-spin-fade-loader &gt; div,
body .triangle-skew-spin &gt; div,
body .ball-grid-beat &gt; div,
body .semi-circle-spin &gt; div {
  background-color: #5d9cec;
}
/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate-multiple {
  width: 1px;
}
/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate-multiple &gt; div {
  border-color: #5d9cec transparent #5d9cec transparent;
}
/* line 125, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate-multiple &gt; div:last-child {
  border-color: transparent #5d9cec transparent #5d9cec;
}
/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate &gt; div {
  border-color: #5d9cec;
  border-bottom-color: transparent;
}
/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate-pulse &gt; div:first-child {
  background-color: #5d9cec;
  top: 5px;
  left: -8px;
}
/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .ball-clip-rotate-pulse &gt; div:last-child {
  border-color: #5d9cec transparent #5d9cec transparent;
}
/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .square-spin &gt; div,
body .ball-scale-ripple &gt; div,
body .ball-scale-ripple-multiple &gt; div {
  border-color: #5d9cec;
}
/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .pacman &gt; div:first-of-type {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 154, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .pacman &gt; div:nth-child(2) {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}
/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .pacman &gt; div:nth-child(3), body .pacman &gt; div:nth-child(4), body .pacman &gt; div:nth-child(5), body .pacman &gt; div:nth-child(6) {
  background-color: #5d9cec;
}
/* line 167, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .sk-rotating-plane.sk-spinner,
body .sk-double-bounce .sk-double-bounce1, body .sk-double-bounce .sk-double-bounce2,
body .sk-wave .sk-rect,
body .sk-wandering-cubes .sk-cube1, body .sk-wandering-cubes .sk-cube2,
body .sk-chasing-dots .sk-dot1, body .sk-chasing-dots .sk-dot2,
body .sk-three-bounce div,
body .sk-circle .sk-child:before,
body .sk-cube-grid .sk-cube,
body .sk-fading-circle .sk-circle:before,
body .sk-spinner-pulse.sk-spinner,
body .sk-rotating-plane {
  background-color: #5d9cec !important;
}
/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
body .sk-wordpress .sk-inner-circle {
  background-color: #fff;
}

/* just for loaders.css demo */
/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
.loader-demo {
  height: 150px;
  padding-top: 50px;
  text-align: center;
}
/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
.loader-demo &gt; div {
  display: inline-block;
}
/* line 196, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/spinner.scss */
.loader-demo.loader-demo-sk {
  padding-top: 0;
}

/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/gmap.scss */
.gmap {
  height: 300px;
}
/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/gmap.scss */
.gmap.gmap-sm {
  height: 150px;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/vector-map.scss */
body .jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #313232;
  border-radius: 2px;
  background: #313232;
  color: white;
  padding: 3px 6px;
  opacity: 0.9;
  z-index: 1100;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/vector-map.scss */
body .jvectormap-zoomin,
body .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #515253;
  padding: 5px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/vector-map.scss */
body .jvectormap-zoomin {
  top: 10px;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/vector-map.scss */
body .jvectormap-zoomout {
  top: 30px;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/portlets.scss */
[data-toggle="portlet"] {
  min-height: 30px;
}
/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/portlets.scss */
[data-toggle="portlet"].portlet-handler,
[data-toggle="portlet"] .portlet-handler {
  cursor: move;
}

/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/portlets.scss */
.portlets-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/portlets.scss */
.portlet.box-placeholder {
  padding: 0;
}

/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-boxes {
  overflow: hidden;
}
/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-boxes .nav &gt; li &gt; a {
  font-weight: 600;
  color: #3a3f51;
  margin: 5px 0;
  transition: background-color 0.3s ease;
}
/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-boxes .nav &gt; li &gt; a:hover, .mb-boxes .nav &gt; li &gt; a:focus {
  background-color: #C0D0D3;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-boxes .nav &gt; li.active &gt; a {
  background-color: #5d9cec !important;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  /* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
  .mb-boxes {
    height: auto !important;
    visibility: visible !important;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 44, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
  .mb-compose-button {
    display: block;
    width: 100%;
  }

  /* line 50, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
  .mb-toggle-button {
    display: none;
  }
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails &gt; tbody &gt; tr &gt; td {
  border-top-color: transparent;
  cursor: pointer;
}
/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-active {
  background-color: #f7f8f9 !important;
}
/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-date {
  display: block;
  float: right;
  color: #909FA7;
  font-size: 12px;
  font-weight: bold;
}
/* line 85, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-from {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-meta {
  overflow: hidden;
}
/* line 95, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 6px;
}
/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-mail-preview {
  clear: both;
  margin-top: 10px;
  color: #909FA7;
  margin-top: 2px;
}
/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-mails .mb-attachment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4eaec;
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-view &gt; tbody &gt; tr &gt; td {
  cursor: auto;
}
/* line 124, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-view .mb-mail-to-list {
  margin-top: 6px;
}
/* line 126, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/mailbox.scss */
.mb-view .mb-mail-to-list &gt; a {
  margin-right: 5px;
  color: #909FA7;
}

/* ========================================================================
   Component: Plan table
 ========================================================================== */
/* line 5, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan {
  background-color: #edf1f2;
  overflow: auto;
  border-radius: 4px;
  padding-bottom: 30px;
}
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-header {
  background-color: #23b7e5;
  color: #fff;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-price {
  background: #fff;
  padding: 16px 8px;
  text-align: center;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-price h2 {
  margin: 0;
}
/* line 31, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-period {
  font-size: 16px;
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan hr {
  display: block;
  margin: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 0;
}
/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-description {
  padding: 0 24px;
  text-align: center;
}
/* line 47, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-features {
  list-style-type: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}
/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-features &gt; li {
  padding: 8px 24px;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-features &gt; li &gt; em {
  color: #23b7e5;
  margin-right: 7px;
}
/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-features &gt; li:last-child {
  padding-bottom: 0;
}
/* line 70, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/plans.scss */
.plan .plan-feature-disable {
  color: #f05050 !important;
}

/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.m0 {
  margin: 0 !important;
}

/* line 9, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.ml0 {
  margin-left: 0 !important;
}

/* line 10, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mr0 {
  margin-right: 0 !important;
}

/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.m {
  margin: 10px !important;
}

/* line 15, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.ml, .mh {
  margin-left: 10px !important;
}

/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mr, .mh {
  margin-right: 10px !important;
}

/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mt, .mv {
  margin-top: 10px !important;
}

/* line 18, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mb, .mv {
  margin-bottom: 10px !important;
}

/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.m-sm {
  margin: 5px !important;
}

/* line 21, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.ml-sm, .mh-sm {
  margin-left: 5px !important;
}

/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mr-sm, .mh-sm {
  margin-right: 5px !important;
}

/* line 23, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mt-sm, .mv-sm {
  margin-top: 5px !important;
}

/* line 24, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mb-sm, .mv-sm {
  margin-bottom: 5px !important;
}

/* line 26, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.m-lg {
  margin: 15px !important;
}

/* line 27, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.ml-lg, .mh-lg {
  margin-left: 15px !important;
}

/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mr-lg, .mh-lg {
  margin-right: 15px !important;
}

/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mt-lg, .mv-lg {
  margin-top: 15px !important;
}

/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mb-lg, .mv-lg {
  margin-bottom: 15px !important;
}

/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.m-xl {
  margin: 30px !important;
}

/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.ml-xl {
  margin-left: 30px !important;
}

/* line 34, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mr-xl {
  margin-right: 30px !important;
}

/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mt-xl {
  margin-top: 30px !important;
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.mb-xl {
  margin-bottom: 30px !important;
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.p0 {
  padding: 0 !important;
}

/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pl0, .ph0 {
  padding-left: 0 !important;
}

/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pr0, .ph0 {
  padding-right: 0 !important;
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pt0, .pv0 {
  padding-top: 0 !important;
}

/* line 55, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pb0, .pv0 {
  padding-bottom: 0 !important;
}

/* line 59, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.p {
  padding: 10px !important;
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pl, .ph {
  padding-left: 10px !important;
}

/* line 61, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pr, .ph {
  padding-right: 10px !important;
}

/* line 62, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pt, .pv {
  padding-top: 10px !important;
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pb, .pv {
  padding-bottom: 10px !important;
}

/* line 65, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.p-sm {
  padding: 5px !important;
}

/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pl-sm, .ph-sm {
  padding-left: 5px !important;
}

/* line 67, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pr-sm, .ph-sm {
  padding-right: 5px !important;
}

/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pt-sm, .pv-sm {
  padding-top: 5px !important;
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pb-sm, .pv-sm {
  padding-bottom: 5px !important;
}

/* line 71, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.p-lg {
  padding: 15px !important;
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pl-lg, .ph-lg {
  padding-left: 15px !important;
}

/* line 73, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pr-lg, .ph-lg {
  padding-right: 15px !important;
}

/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pt-lg, .pv-lg {
  padding-top: 15px !important;
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pb-lg, .pv-lg {
  padding-bottom: 15px !important;
}

/* line 77, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.p-xl {
  padding: 30px !important;
}

/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pl-xl, .ph-xl {
  padding-left: 30px !important;
}

/* line 79, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pr-xl, .ph-xl {
  padding-right: 30px !important;
}

/* line 80, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pt-xl, .pv-xl {
  padding-top: 30px !important;
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.pb-xl, .pv-xl {
  padding-bottom: 30px !important;
}

/* line 101, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.b0 {
  border-width: 0 !important;
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bl0 {
  border-left-width: 0 !important;
}

/* line 103, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.br0 {
  border-right-width: 0 !important;
}

/* line 104, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bt0 {
  border-top-width: 0 !important;
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bb0 {
  border-bottom-width: 0 !important;
}

/* line 107, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.br, .b, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bl, .b, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 109, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bt, .b, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 110, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bb, .b, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 115, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.radius-clear {
  border-radius: 0 !important;
}

/* line 121, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

/* line 127, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-white {
  color: #fff;
}

/* line 128, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-inverse {
  color: #131e26;
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-pink {
  color: #f532e5;
}

/* line 131, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-purple {
  color: #7266ba;
}

/* line 132, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-dark {
  color: #3a3f51;
}

/* line 133, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

/* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-green {
  color: #37bc9b;
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-yellow {
  color: #fad732;
}

/* line 136, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-gray-darker {
  color: #232735;
}

/* line 137, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-gray-dark {
  color: #3a3f51;
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-gray {
  color: #dde6e9;
}

/* line 139, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-gray-light {
  color: #e4eaec;
}

/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-gray-lighter {
  color: #edf1f2;
}

/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-inherit {
  color: inherit;
}

/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-sm {
  font-size: 13.6px;
}

/* line 145, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-md {
  font-size: 30.4px;
}

/* line 146, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-lg {
  font-size: 48px;
}

/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 151, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-thin {
  font-weight: 100 !important;
}

/* line 152, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-normal {
  font-weight: normal !important;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.text-bold {
  font-weight: bold !important;
}

/* line 155, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.inline {
  display: inline-block !important;
}

/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.block-center {
  margin: 0 auto;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-primary small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-success small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-info small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-warning small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-danger small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-green small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-pink small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-purple small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-inverse small {
  color: inherit;
}

/* line 83, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}
/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}
/* line 92, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}
/* line 97, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils-definitions.scss */
.bg-yellow small {
  color: inherit;
}

/* line 176, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-white {
  background-color: #fff;
  color: inherit !important;
}

/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

/* line 178, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

/* line 179, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-gray {
  background-color: #dde6e9;
  color: #515253 !important;
}

/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-gray-light {
  background-color: #e4eaec;
  color: #515253 !important;
}

/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-gray-lighter {
  background-color: #edf1f2;
  color: #515253 !important;
}

/* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 185, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-cover {
  background-size: cover;
}

/* line 191, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 192, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

/* line 193, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

/* line 194, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

/* line 195, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

/* line 196, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

/* line 199, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.align-middle {
  vertical-align: middle;
}

/* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.align-top {
  vertical-align: top;
}

/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.align-bottom {
  vertical-align: bottom;
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.bg-center {
  background-position: center center;
  background-size: cover;
}

/* line 223, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  line-height: 30px;
}
/* line 233, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.list-icon div:hover em {
  transform: scale(3, 3);
}

/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-xxs {
  width: 60px;
}

/* line 241, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-xs {
  width: 90px;
}

/* line 242, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-sm {
  width: 150px;
}

/* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-sd {
  width: 200px;
}

/* line 244, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-md {
  width: 240px;
}

/* line 245, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-lg {
  width: 280px;
}

/* line 246, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-xl {
  width: 320px;
}

/* line 247, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-xxl {
  width: 360px;
}

/* line 248, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-wide {
  width: 100%;
}

/* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-auto {
  width: auto;
}

/* line 250, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.wd-zero {
  width: 0;
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.label-inverse {
  background-color: #131e26;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-inverse[href]:hover, .label-inverse[href]:focus {
  background-color: #020304;
}

/* line 258, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.label-green {
  background-color: #37bc9b;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-green[href]:hover, .label-green[href]:focus {
  background-color: #2b957a;
}

/* line 262, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.label-pink {
  background-color: #f532e5;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-pink[href]:hover, .label-pink[href]:focus {
  background-color: #e90bd6;
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.label-purple {
  background-color: #7266ba;
}
/* line 7, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_labels.scss */
.label-purple[href]:hover, .label-purple[href]:focus {
  background-color: #564aa3;
}

/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.alert-purple {
  background-color: #7266ba;
  border-color: #7266ba;
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-purple hr {
  border-top-color: #6254b2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-purple .alert-link {
  color: #e6e6e6;
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.alert-green {
  background-color: #37bc9b;
  border-color: #37bc9b;
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-green hr {
  border-top-color: #31a88b;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-green .alert-link {
  color: #e6e6e6;
}

/* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.alert-pink {
  background-color: #f532e5;
  border-color: #f532e5;
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-pink hr {
  border-top-color: #f41ae2;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-pink .alert-link {
  color: #e6e6e6;
}

/* line 282, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.alert-inverse {
  background-color: #131e26;
  border-color: #131e26;
  color: #fff;
}
/* line 8, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-inverse hr {
  border-top-color: #0b1115;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-inverse .alert-link {
  color: #e6e6e6;
}

/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.clickable {
  cursor: pointer;
}

/* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.abs-center-container {
  position: relative;
}

/* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}
/* line 310, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.abs-center.abs-right {
  left: auto;
  right: 20px;
  text-align: right;
}
/* line 315, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.abs-center.abs-left {
  right: auto;
  left: 20px;
  text-align: left;
}

@media (max-height: 720px) {
  /* line 322, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
  .abs-center {
    position: relative;
  }
}
/* line 328, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

/* line 333, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/** 
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   &lt;div class="hover-visible"&gt;
 *    &lt;div class="hover-hidden"&gt;&lt;/div&gt;
 *   &lt;/div&gt;
 */
/* line 349, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.hover-visible .hover-hidden {
  display: none;
}
/* line 353, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.hover-visible:hover .hover-hidden {
  display: block;
}
/* line 356, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.hover-visible:hover .hover-inline {
  display: inline-block;
}

/* line 378, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box,
.media-box-body {
  overflow: hidden;
  zoom: 1;
}

/* line 385, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box,
.media-box .media-box {
  margin-top: 15px;
}

/* line 389, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box:first-child {
  margin-top: 0;
}

/* line 394, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box-object {
  display: block;
}

/* line 399, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box-heading {
  margin: 0 0 5px;
}

/* line 408, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box &gt; .pull-left {
  margin-right: 10px;
}
/* line 411, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box &gt; .pull-right {
  margin-left: 10px;
}

/* line 421, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/utils.scss */
.media-box-list {
  padding-left: 0;
  list-style: none;
}

@media print {
  /* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/print.scss */
  .sidebar,
  .topnavbar,
  .offsidebar,
  .btn,
  div.ColVis .ColVis_Button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/print.scss */
  .wrapper,
  .wrapper &gt; section,
  .content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important;
  }

  /* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/print.scss */
  .content-wrapper {
    overflow: hidden !important;
  }
}
/* line 1, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color {
  padding: 0 5px;
}
/* line 4, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label {
  display: block;
  position: relative;
  margin: 0 10px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 13, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label:first-child {
  margin-left: 0;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label:last-child {
  margin-right: 0;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .color {
  display: block;
  height: 18px;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .split {
  display: block;
}
/* line 14, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.setting-color &gt; label &gt; .split:before, .setting-color &gt; label &gt; .split:after {
  content: " ";
  display: table;
}
/* line 19, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_clearfix.scss */
.setting-color &gt; label &gt; .split:after {
  clear: both;
}
/* line 25, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .split &gt; .color {
  display: block;
  height: 37.5px;
}
/* line 28, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .split &gt; .color:first-child {
  float: left;
  width: 70%;
}
/* line 32, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .split &gt; .color:last-child {
  float: right;
  width: 30%;
}
/* line 40, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; .icon-check {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px;
  text-align: center;
  font-size: 1.33333333em;
  vertical-align: -15%;
  color: #fff;
  opacity: 0;
}
/* line 56, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/settings.scss */
.setting-color &gt; label &gt; input[type="radio"]:checked + .icon-check {
  opacity: 1 !important;
}

/* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper {
  display: block;
  margin: -15px;
}
@media only screen and (min-width: 768px) {
  /* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
  .flatdoc-wrapper {
    margin: -20px;
  }
}
/* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 106, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
  .flatdoc-wrapper .flatdoc {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
  }
}
/* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu {
  border-right: 1px solid #e1e2e3;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 116, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
  .flatdoc-wrapper .flatdoc-menu {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 180px;
  }
  /* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
  .flatdoc-wrapper .flatdoc-menu &gt; ul {
    padding-top: 20px;
  }
}
/* line 132, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 20, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-1 &gt; li &gt; a {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e2e3;
  pointer-events: none;
}
/* line 30, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-2 &gt; li + li &gt; a, .flatdoc-wrapper .flatdoc-menu ul.level-2 &gt; li:first-child &gt; a {
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 35, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 30px;
}
/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a, .flatdoc-wrapper .flatdoc-menu ul a:visited {
  color: #3a3f51;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a:hover {
  color: #3a3f51;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
/* line 52, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1, .flatdoc-wrapper .flatdoc-menu ul a.level-1:visited {
  color: #3a3f51;
}
/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1:hover {
  color: #3a3f51;
}
/* line 64, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-2 {
  font-weight: 600;
}
/* line 68, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-3 {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 15px;
}
/* line 74, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active {
  font-weight: bold !important;
}
/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active, .flatdoc-wrapper .flatdoc-menu ul a.active:visited, .flatdoc-wrapper .flatdoc-menu ul a.active:hover {
  color: #505050 !important;
}
/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: #3a3f51;
}
/* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 140, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
  .flatdoc-wrapper .flatdoc-content {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre {
  background-color: #f3f6fb;
  border: 1px solid #dde6e9;
}
/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code {
  display: inline-block;
  white-space: pre;
}
/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .string, .flatdoc-wrapper .flatdoc-content pre code .number {
  color: #2b957a;
}
/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .init {
  color: #2b957a;
}
/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .keyword {
  color: #3a3f51;
  font-weight: bold;
}
/* line 169, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .comment {
  color: #909FA7;
}
/* line 175, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content &gt; h1 {
  padding: 11px 0;
  margin: 0;
  line-height: 1;
}
/* line 181, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .flatdoc-content &gt; h2, .flatdoc-wrapper .flatdoc-content &gt; h3 {
  padding: 20px;
  border-top: 1px solid #f1f2f3;
  margin: 0 -20px;
}
/* line 188, /Users/monthon/app/nextbiz/app/assets/stylesheets/app/docs.scss */
.flatdoc-wrapper .button {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
/* line 11, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:focus, .flatdoc-wrapper .button.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}
/* line 17, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:hover {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}
/* line 22, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active, .flatdoc-wrapper .button.active, .open &gt; .flatdoc-wrapper .button.dropdown-toggle {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}
/* line 29, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active:hover, .flatdoc-wrapper .button:active:focus, .flatdoc-wrapper .button:active.focus, .flatdoc-wrapper .button.active:hover, .flatdoc-wrapper .button.active:focus, .flatdoc-wrapper .button.active.focus, .open &gt; .flatdoc-wrapper .button.dropdown-toggle:hover, .open &gt; .flatdoc-wrapper .button.dropdown-toggle:focus, .open &gt; .flatdoc-wrapper .button.dropdown-toggle.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}
/* line 37, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active, .flatdoc-wrapper .button.active, .open &gt; .flatdoc-wrapper .button.dropdown-toggle {
  background-image: none;
}
/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button.disabled:hover, .flatdoc-wrapper .button.disabled:focus, .flatdoc-wrapper .button.disabled.focus, .flatdoc-wrapper .button[disabled]:hover, .flatdoc-wrapper .button[disabled]:focus, .flatdoc-wrapper .button[disabled].focus, fieldset[disabled] .flatdoc-wrapper .button:hover, fieldset[disabled] .flatdoc-wrapper .button:focus, fieldset[disabled] .flatdoc-wrapper .button.focus {
  background-color: #23b7e5;
  border-color: #23b7e5;
}
/* line 53, /Users/monthon/app/nextbiz/app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button .badge {
  color: #23b7e5;
  background-color: #fff;
}

@font-face {
  font-family: 'simple-line-icons';
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
/* line 12, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.typcn icon-default typcn-arrow-left-outline,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.typcn icon-default typcn-document-add,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user:before {
  content: "\e005";
}

/* line 215, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-people:before {
  content: "\e001";
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user-female:before {
  content: "\e000";
}

/* line 221, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user-follow:before {
  content: "\e002";
}

/* line 224, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user-following:before {
  content: "\e003";
}

/* line 227, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-login:before {
  content: "\e066";
}

/* line 233, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-logout:before {
  content: "\e065";
}

/* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-phone:before {
  content: "\e600";
}

/* line 242, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-call-end:before {
  content: "\e048";
}

/* line 245, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-call-in:before {
  content: "\e047";
}

/* line 248, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-call-out:before {
  content: "\e046";
}

/* line 251, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-map:before {
  content: "\e033";
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-location-pin:before {
  content: "\e096";
}

/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-direction:before {
  content: "\e042";
}

/* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-directions:before {
  content: "\e041";
}

/* line 263, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-compass:before {
  content: "\e045";
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-layers:before {
  content: "\e034";
}

/* line 269, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-menu:before {
  content: "\e601";
}

/* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-list:before {
  content: "\e067";
}

/* line 275, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 278, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-options:before {
  content: "\e603";
}

/* line 281, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 284, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 290, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 293, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 296, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.typcn icon-default typcn-arrow-left-outline:before {
  content: "\e07a";
}

/* line 299, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-check:before {
  content: "\e080";
}

/* line 308, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-clock:before {
  content: "\e081";
}

/* line 311, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.typcn icon-default typcn-document-add:before {
  content: "\e095";
}

/* line 314, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-minus:before {
  content: "\e615";
}

/* line 317, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-close:before {
  content: "\e082";
}

/* line 320, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-event:before {
  content: "\e619";
}

/* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-exclamation:before {
  content: "\e617";
}

/* line 326, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-organization:before {
  content: "\e616";
}

/* line 329, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-trophy:before {
  content: "\e006";
}

/* line 332, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 335, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 338, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-plane:before {
  content: "\e012";
}

/* line 341, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-notebook:before {
  content: "\e013";
}

/* line 344, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-mustache:before {
  content: "\e014";
}

/* line 347, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-mouse:before {
  content: "\e015";
}

/* line 350, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-magnet:before {
  content: "\e016";
}

/* line 353, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-energy:before {
  content: "\e020";
}

/* line 356, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-disc:before {
  content: "\e022";
}

/* line 359, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-cursor:before {
  content: "\e06e";
}

/* line 362, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 365, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-crop:before {
  content: "\e024";
}

/* line 368, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-chemistry:before {
  content: "\e026";
}

/* line 371, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-speedometer:before {
  content: "\e007";
}

/* line 374, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-shield:before {
  content: "\e00e";
}

/* line 377, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 380, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 383, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-hourglass:before {
  content: "\e018";
}

/* line 386, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-graduation:before {
  content: "\e019";
}

/* line 389, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-ghost:before {
  content: "\e01a";
}

/* line 392, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 395, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-fire:before {
  content: "\e01c";
}

/* line 398, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 401, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 404, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 407, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-bell:before {
  content: "\e027";
}

/* line 410, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-badge:before {
  content: "\e028";
}

/* line 413, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-anchor:before {
  content: "\e029";
}

/* line 416, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-wallet:before {
  content: "\e02a";
}

/* line 419, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-vector:before {
  content: "\e02b";
}

/* line 422, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-speech:before {
  content: "\e02c";
}

/* line 425, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 428, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-printer:before {
  content: "\e02e";
}

/* line 431, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-present:before {
  content: "\e02f";
}

/* line 434, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-playlist:before {
  content: "\e030";
}

/* line 437, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-pin:before {
  content: "\e031";
}

/* line 440, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-picture:before {
  content: "\e032";
}

/* line 443, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-handbag:before {
  content: "\e035";
}

/* line 446, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 449, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-globe:before {
  content: "\e037";
}

/* line 452, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 455, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-folder:before {
  content: "\e089";
}

/* line 458, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-film:before {
  content: "\e03a";
}

/* line 461, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-feed:before {
  content: "\e03b";
}

/* line 464, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-drop:before {
  content: "\e03e";
}

/* line 467, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-drawer:before {
  content: "\e03f";
}

/* line 470, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-docs:before {
  content: "\e040";
}

/* line 473, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-doc:before {
  content: "\e085";
}

/* line 476, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-diamond:before {
  content: "\e043";
}

/* line 479, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-cup:before {
  content: "\e044";
}

/* line 482, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-calculator:before {
  content: "\e049";
}

/* line 485, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 488, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 491, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-book-open:before {
  content: "\e04c";
}

/* line 494, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 497, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-basket:before {
  content: "\e04e";
}

/* line 500, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-bag:before {
  content: "\e04f";
}

/* line 503, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-action-undo:before {
  content: "\e050";
}

/* line 506, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-action-redo:before {
  content: "\e051";
}

/* line 509, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-wrench:before {
  content: "\e052";
}

/* line 512, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-umbrella:before {
  content: "\e053";
}

/* line 515, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-trash:before {
  content: "\e054";
}

/* line 518, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-tag:before {
  content: "\e055";
}

/* line 521, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-support:before {
  content: "\e056";
}

/* line 524, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-frame:before {
  content: "\e038";
}

/* line 527, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 530, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-size-actual:before {
  content: "\e058";
}

/* line 533, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-shuffle:before {
  content: "\e059";
}

/* line 536, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 539, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-share:before {
  content: "\e05b";
}

/* line 542, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-rocket:before {
  content: "\e05c";
}

/* line 545, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-question:before {
  content: "\e05d";
}

/* line 548, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 551, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-pencil:before {
  content: "\e05f";
}

/* line 554, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-note:before {
  content: "\e060";
}

/* line 557, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-loop:before {
  content: "\e064";
}

/* line 560, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-home:before {
  content: "\e069";
}

/* line 563, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-grid:before {
  content: "\e06a";
}

/* line 566, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-graph:before {
  content: "\e06b";
}

/* line 569, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-microphone:before {
  content: "\e063";
}

/* line 572, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 575, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-music-tone:before {
  content: "\e062";
}

/* line 578, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 581, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-earphones:before {
  content: "\e03d";
}

/* line 584, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 587, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-like:before {
  content: "\e068";
}

/* line 590, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-dislike:before {
  content: "\e06d";
}

/* line 593, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-start:before {
  content: "\e06f";
}

/* line 596, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 599, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-play:before {
  content: "\e071";
}

/* line 602, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-pause:before {
  content: "\e072";
}

/* line 605, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-forward:before {
  content: "\e073";
}

/* line 608, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-control-end:before {
  content: "\e074";
}

/* line 611, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 614, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 617, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 620, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-calendar:before {
  content: "\e075";
}

/* line 623, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-bulb:before {
  content: "\e076";
}

/* line 626, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-chart:before {
  content: "\e077";
}

/* line 629, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-ban:before {
  content: "\e07c";
}

/* line 632, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-bubble:before {
  content: "\e07d";
}

/* line 635, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 638, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-camera:before {
  content: "\e07f";
}

/* line 641, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 644, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 647, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-envelope:before {
  content: "\e086";
}

/* line 650, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-eye:before {
  content: "\e087";
}

/* line 653, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-flag:before {
  content: "\e088";
}

/* line 656, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-heart:before {
  content: "\e08a";
}

/* line 659, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-info:before {
  content: "\e08b";
}

/* line 662, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-key:before {
  content: "\e08c";
}

/* line 665, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-link:before {
  content: "\e08d";
}

/* line 668, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-lock:before {
  content: "\e08e";
}

/* line 671, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 674, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-magnifier:before {
  content: "\e090";
}

/* line 677, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 680, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 683, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 686, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 689, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-power:before {
  content: "\e097";
}

/* line 692, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-refresh:before {
  content: "\e098";
}

/* line 695, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-reload:before {
  content: "\e099";
}

/* line 698, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-settings:before {
  content: "\e09a";
}

/* line 701, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-star:before {
  content: "\e09b";
}

/* line 704, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-symbol-female:before {
  content: "\e09c";
}

/* line 707, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 710, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-target:before {
  content: "\e09e";
}

/* line 713, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-credit-card:before {
  content: "\e025";
}

/* line 716, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-paypal:before {
  content: "\e608";
}

/* line 719, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 722, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 725, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 728, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 731, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 734, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-pinterest:before {
  content: "\e60b";
}

/* line 737, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-github:before {
  content: "\e60c";
}

/* line 740, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-google:before {
  content: "\e60d";
}

/* line 743, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 746, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 749, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 752, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-behance:before {
  content: "\e610";
}

/* line 755, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 758, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 761, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 764, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 767, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 770, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 773, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-vkontakte:before {
  content: "\e618";
}

/* line 776, /Users/monthon/app/nextbiz/app/assets/stylesheets/simple-line-icons/css/simple-line-icons.css */
.icon-social-steam:before {
  content: "\e620";
}

/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url("typicons.eot");
  src: url("typicons.eot?#iefix") format("embedded-opentype"), url("typicons.woff") format("woff"), url("typicons.ttf") format("truetype"), url("typicons.svg#typicons") format("svg");
}
/* :before psuedo-selector inserts and styles icon */
/* line 16, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Code for individual icons */
/* line 33, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-adjust-brightness:before {
  content: '\e000';
  /* 'î€€' */
}

/* line 36, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-adjust-contrast:before {
  content: '\e001';
  /* 'î€' */
}

/* line 39, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-anchor-outline:before {
  content: '\e002';
  /* 'î€‚' */
}

/* line 42, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-anchor:before {
  content: '\e003';
  /* 'î€ƒ' */
}

/* line 45, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-archive:before {
  content: '\e004';
  /* 'î€„' */
}

/* line 48, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-back-outline:before {
  content: '\e005';
  /* 'î€…' */
}

/* line 51, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-back:before {
  content: '\e006';
  /* 'î€†' */
}

/* line 54, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-down-outline:before {
  content: '\e007';
  /* 'î€‡' */
}

/* line 57, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-down-thick:before {
  content: '\e008';
  /* 'î€ˆ' */
}

/* line 60, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-down:before {
  content: '\e009';
  /* 'î€‰' */
}

/* line 63, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-forward-outline:before {
  content: '\e00a';
  /* 'î€Š' */
}

/* line 66, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-forward:before {
  content: '\e00b';
  /* 'î€‹' */
}

/* line 69, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-left-outline:before {
  content: '\e00c';
  /* 'î€Œ' */
}

/* line 72, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-left-thick:before {
  content: '\e00d';
  /* 'î€' */
}

/* line 75, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-left:before {
  content: '\e00e';
  /* 'î€Ž' */
}

/* line 78, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-loop-outline:before {
  content: '\e00f';
  /* 'î€' */
}

/* line 81, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-loop:before {
  content: '\e010';
  /* 'î€' */
}

/* line 84, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-maximise-outline:before {
  content: '\e011';
  /* 'î€‘' */
}

/* line 87, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-maximise:before {
  content: '\e012';
  /* 'î€’' */
}

/* line 90, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-minimise-outline:before {
  content: '\e013';
  /* 'î€“' */
}

/* line 93, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-minimise:before {
  content: '\e014';
  /* 'î€”' */
}

/* line 96, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-move-outline:before {
  content: '\e015';
  /* 'î€•' */
}

/* line 99, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-move:before {
  content: '\e016';
  /* 'î€–' */
}

/* line 102, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-repeat-outline:before {
  content: '\e017';
  /* 'î€—' */
}

/* line 105, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-repeat:before {
  content: '\e018';
  /* 'î€˜' */
}

/* line 108, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-right-outline:before {
  content: '\e019';
  /* 'î€™' */
}

/* line 111, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-right-thick:before {
  content: '\e01a';
  /* 'î€š' */
}

/* line 114, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-right:before {
  content: '\e01b';
  /* 'î€›' */
}

/* line 117, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-shuffle:before {
  content: '\e01c';
  /* 'î€œ' */
}

/* line 120, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-sorted-down:before {
  content: '\e01d';
  /* 'î€' */
}

/* line 123, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-sorted-up:before {
  content: '\e01e';
  /* 'î€ž' */
}

/* line 126, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-sync-outline:before {
  content: '\e01f';
  /* 'î€Ÿ' */
}

/* line 129, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-sync:before {
  content: '\e020';
  /* 'î€&nbsp;' */
}

/* line 132, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-unsorted:before {
  content: '\e021';
  /* 'î€¡' */
}

/* line 135, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-up-outline:before {
  content: '\e022';
  /* 'î€¢' */
}

/* line 138, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-up-thick:before {
  content: '\e023';
  /* 'î€£' */
}

/* line 141, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-arrow-up:before {
  content: '\e024';
  /* 'î€¤' */
}

/* line 144, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-at:before {
  content: '\e025';
  /* 'î€¥' */
}

/* line 147, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-attachment-outline:before {
  content: '\e026';
  /* 'î€¦' */
}

/* line 150, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-attachment:before {
  content: '\e027';
  /* 'î€§' */
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-backspace-outline:before {
  content: '\e028';
  /* 'î€¨' */
}

/* line 156, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-backspace:before {
  content: '\e029';
  /* 'î€©' */
}

/* line 159, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-battery-charge:before {
  content: '\e02a';
  /* 'î€ª' */
}

/* line 162, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-battery-full:before {
  content: '\e02b';
  /* 'î€«' */
}

/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-battery-high:before {
  content: '\e02c';
  /* 'î€¬' */
}

/* line 168, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-battery-low:before {
  content: '\e02d';
  /* 'î€­' */
}

/* line 171, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-battery-mid:before {
  content: '\e02e';
  /* 'î€®' */
}

/* line 174, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-beaker:before {
  content: '\e02f';
  /* 'î€¯' */
}

/* line 177, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-beer:before {
  content: '\e030';
  /* 'î€°' */
}

/* line 180, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-bell:before {
  content: '\e031';
  /* 'î€±' */
}

/* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-book:before {
  content: '\e032';
  /* 'î€²' */
}

/* line 186, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-bookmark:before {
  content: '\e033';
  /* 'î€³' */
}

/* line 189, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-briefcase:before {
  content: '\e034';
  /* 'î€´' */
}

/* line 192, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-brush:before {
  content: '\e035';
  /* 'î€µ' */
}

/* line 195, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-business-card:before {
  content: '\e036';
  /* 'î€¶' */
}

/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-calculator:before {
  content: '\e037';
  /* 'î€·' */
}

/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-calendar-outline:before {
  content: '\e038';
  /* 'î€¸' */
}

/* line 204, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-calendar:before {
  content: '\e039';
  /* 'î€¹' */
}

/* line 207, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-camera-outline:before {
  content: '\e03a';
  /* 'î€º' */
}

/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-camera:before {
  content: '\e03b';
  /* 'î€»' */
}

/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cancel-outline:before {
  content: '\e03c';
  /* 'î€¼' */
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cancel:before {
  content: '\e03d';
  /* 'î€½' */
}

/* line 219, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-area-outline:before {
  content: '\e03e';
  /* 'î€¾' */
}

/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-area:before {
  content: '\e03f';
  /* 'î€¿' */
}

/* line 225, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-bar-outline:before {
  content: '\e040';
  /* 'î€' */
}

/* line 228, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-bar:before {
  content: '\e041';
  /* 'î' */
}

/* line 231, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-line-outline:before {
  content: '\e042';
  /* 'î‚' */
}

/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-line:before {
  content: '\e043';
  /* 'îƒ' */
}

/* line 237, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-pie-outline:before {
  content: '\e044';
  /* 'î„' */
}

/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chart-pie:before {
  content: '\e045';
  /* 'î…' */
}

/* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chevron-left-outline:before {
  content: '\e046';
  /* 'î†' */
}

/* line 246, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chevron-left:before {
  content: '\e047';
  /* 'î‡' */
}

/* line 249, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chevron-right-outline:before {
  content: '\e048';
  /* 'îˆ' */
}

/* line 252, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-chevron-right:before {
  content: '\e049';
  /* 'î‰' */
}

/* line 255, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-clipboard:before {
  content: '\e04a';
  /* 'îŠ' */
}

/* line 258, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cloud-storage:before {
  content: '\e04b';
  /* 'î‹' */
}

/* line 261, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cloud-storage-outline:before {
  content: '\e054';
  /* 'î”' */
}

/* line 264, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-code-outline:before {
  content: '\e04c';
  /* 'îŒ' */
}

/* line 267, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-code:before {
  content: '\e04d';
  /* 'î' */
}

/* line 270, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-coffee:before {
  content: '\e04e';
  /* 'îŽ' */
}

/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cog-outline:before {
  content: '\e04f';
  /* 'î' */
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-cog:before {
  content: '\e050';
  /* 'î' */
}

/* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-compass:before {
  content: '\e051';
  /* 'î‘' */
}

/* line 282, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-contacts:before {
  content: '\e052';
  /* 'î’' */
}

/* line 285, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-credit-card:before {
  content: '\e053';
  /* 'î“' */
}

/* line 288, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-css3:before {
  content: '\e055';
  /* 'î•' */
}

/* line 291, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-database:before {
  content: '\e056';
  /* 'î–' */
}

/* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-delete-outline:before {
  content: '\e057';
  /* 'î—' */
}

/* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-delete:before {
  content: '\e058';
  /* 'î˜' */
}

/* line 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-device-desktop:before {
  content: '\e059';
  /* 'î™' */
}

/* line 303, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-device-laptop:before {
  content: '\e05a';
  /* 'îš' */
}

/* line 306, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-device-phone:before {
  content: '\e05b';
  /* 'î›' */
}

/* line 309, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-device-tablet:before {
  content: '\e05c';
  /* 'îœ' */
}

/* line 312, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-directions:before {
  content: '\e05d';
  /* 'î' */
}

/* line 315, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-divide-outline:before {
  content: '\e05e';
  /* 'îž' */
}

/* line 318, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-divide:before {
  content: '\e05f';
  /* 'îŸ' */
}

/* line 321, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-document-add:before {
  content: '\e060';
  /* 'î&nbsp;' */
}

/* line 324, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-document-delete:before {
  content: '\e061';
  /* 'î¡' */
}

/* line 327, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-document-text:before {
  content: '\e062';
  /* 'î¢' */
}

/* line 330, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-document:before {
  content: '\e063';
  /* 'î£' */
}

/* line 333, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-download-outline:before {
  content: '\e064';
  /* 'î¤' */
}

/* line 336, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-download:before {
  content: '\e065';
  /* 'î¥' */
}

/* line 339, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-dropbox:before {
  content: '\e066';
  /* 'î¦' */
}

/* line 342, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-edit:before {
  content: '\e067';
  /* 'î§' */
}

/* line 345, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-eject-outline:before {
  content: '\e068';
  /* 'î¨' */
}

/* line 348, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-eject:before {
  content: '\e069';
  /* 'î©' */
}

/* line 351, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-equals-outline:before {
  content: '\e06a';
  /* 'îª' */
}

/* line 354, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-equals:before {
  content: '\e06b';
  /* 'î«' */
}

/* line 357, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-export-outline:before {
  content: '\e06c';
  /* 'î¬' */
}

/* line 360, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-export:before {
  content: '\e06d';
  /* 'î­' */
}

/* line 363, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-eye-outline:before {
  content: '\e06e';
  /* 'î®' */
}

/* line 366, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-eye:before {
  content: '\e06f';
  /* 'î¯' */
}

/* line 369, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-feather:before {
  content: '\e070';
  /* 'î°' */
}

/* line 372, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-film:before {
  content: '\e071';
  /* 'î±' */
}

/* line 375, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-filter:before {
  content: '\e072';
  /* 'î²' */
}

/* line 378, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flag-outline:before {
  content: '\e073';
  /* 'î³' */
}

/* line 381, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flag:before {
  content: '\e074';
  /* 'î´' */
}

/* line 384, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flash-outline:before {
  content: '\e075';
  /* 'îµ' */
}

/* line 387, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flash:before {
  content: '\e076';
  /* 'î¶' */
}

/* line 390, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flow-children:before {
  content: '\e077';
  /* 'î·' */
}

/* line 393, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flow-merge:before {
  content: '\e078';
  /* 'î¸' */
}

/* line 396, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flow-parallel:before {
  content: '\e079';
  /* 'î¹' */
}

/* line 399, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-flow-switch:before {
  content: '\e07a';
  /* 'îº' */
}

/* line 402, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-folder-add:before {
  content: '\e07b';
  /* 'î»' */
}

/* line 405, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-folder-delete:before {
  content: '\e07c';
  /* 'î¼' */
}

/* line 408, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-folder-open:before {
  content: '\e07d';
  /* 'î½' */
}

/* line 411, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-folder:before {
  content: '\e07e';
  /* 'î¾' */
}

/* line 414, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-gift:before {
  content: '\e07f';
  /* 'î¿' */
}

/* line 417, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-globe-outline:before {
  content: '\e080';
  /* 'î‚€' */
}

/* line 420, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-globe:before {
  content: '\e081';
  /* 'î‚' */
}

/* line 423, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-group-outline:before {
  content: '\e082';
  /* 'î‚‚' */
}

/* line 426, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-group:before {
  content: '\e083';
  /* 'î‚ƒ' */
}

/* line 429, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-headphones:before {
  content: '\e084';
  /* 'î‚„' */
}

/* line 432, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-heart-full-outline:before {
  content: '\e085';
  /* 'î‚…' */
}

/* line 435, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-heart-half-outline:before {
  content: '\e086';
  /* 'î‚†' */
}

/* line 438, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-heart-outline:before {
  content: '\e087';
  /* 'î‚‡' */
}

/* line 441, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-heart:before {
  content: '\e088';
  /* 'î‚ˆ' */
}

/* line 444, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-home-outline:before {
  content: '\e089';
  /* 'î‚‰' */
}

/* line 447, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-home:before {
  content: '\e08a';
  /* 'î‚Š' */
}

/* line 450, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-html5:before {
  content: '\e08b';
  /* 'î‚‹' */
}

/* line 453, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-image-outline:before {
  content: '\e08c';
  /* 'î‚Œ' */
}

/* line 456, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-image:before {
  content: '\e08d';
  /* 'î‚' */
}

/* line 459, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-infinity-outline:before {
  content: '\e08e';
  /* 'î‚Ž' */
}

/* line 462, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-infinity:before {
  content: '\e08f';
  /* 'î‚' */
}

/* line 465, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-info-large-outline:before {
  content: '\e090';
  /* 'î‚' */
}

/* line 468, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-info-large:before {
  content: '\e091';
  /* 'î‚‘' */
}

/* line 471, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-info-outline:before {
  content: '\e092';
  /* 'î‚’' */
}

/* line 474, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-info:before {
  content: '\e093';
  /* 'î‚“' */
}

/* line 477, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-input-checked-outline:before {
  content: '\e094';
  /* 'î‚”' */
}

/* line 480, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-input-checked:before {
  content: '\e095';
  /* 'î‚•' */
}

/* line 483, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-key-outline:before {
  content: '\e096';
  /* 'î‚–' */
}

/* line 486, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-key:before {
  content: '\e097';
  /* 'î‚—' */
}

/* line 489, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-keyboard:before {
  content: '\e098';
  /* 'î‚˜' */
}

/* line 492, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-leaf:before {
  content: '\e099';
  /* 'î‚™' */
}

/* line 495, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-lightbulb:before {
  content: '\e09a';
  /* 'î‚š' */
}

/* line 498, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-link-outline:before {
  content: '\e09b';
  /* 'î‚›' */
}

/* line 501, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-link:before {
  content: '\e09c';
  /* 'î‚œ' */
}

/* line 504, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-location-arrow-outline:before {
  content: '\e09d';
  /* 'î‚' */
}

/* line 507, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-location-arrow:before {
  content: '\e09e';
  /* 'î‚ž' */
}

/* line 510, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-location-outline:before {
  content: '\e09f';
  /* 'î‚Ÿ' */
}

/* line 513, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-location:before {
  content: '\e0a0';
  /* 'î‚&nbsp;' */
}

/* line 516, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-lock-closed-outline:before {
  content: '\e0a1';
  /* 'î‚¡' */
}

/* line 519, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-lock-closed:before {
  content: '\e0a2';
  /* 'î‚¢' */
}

/* line 522, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-lock-open-outline:before {
  content: '\e0a3';
  /* 'î‚£' */
}

/* line 525, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-lock-open:before {
  content: '\e0a4';
  /* 'î‚¤' */
}

/* line 528, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-mail:before {
  content: '\e0a5';
  /* 'î‚¥' */
}

/* line 531, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-map:before {
  content: '\e0a6';
  /* 'î‚¦' */
}

/* line 534, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-eject-outline:before {
  content: '\e0a7';
  /* 'î‚§' */
}

/* line 537, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-eject:before {
  content: '\e0a8';
  /* 'î‚¨' */
}

/* line 540, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
  /* 'î‚©' */
}

/* line 543, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-fast-forward:before {
  content: '\e0aa';
  /* 'î‚ª' */
}

/* line 546, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-pause-outline:before {
  content: '\e0ab';
  /* 'î‚«' */
}

/* line 549, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-pause:before {
  content: '\e0ac';
  /* 'î‚¬' */
}

/* line 552, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-play-outline:before {
  content: '\e0ad';
  /* 'î‚­' */
}

/* line 555, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
  /* 'î‚®' */
}

/* line 558, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-play-reverse:before {
  content: '\e0af';
  /* 'î‚¯' */
}

/* line 561, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-play:before {
  content: '\e0b0';
  /* 'î‚°' */
}

/* line 564, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-record-outline:before {
  content: '\e0b1';
  /* 'î‚±' */
}

/* line 567, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-record:before {
  content: '\e0b2';
  /* 'î‚²' */
}

/* line 570, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-rewind-outline:before {
  content: '\e0b3';
  /* 'î‚³' */
}

/* line 573, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-rewind:before {
  content: '\e0b4';
  /* 'î‚´' */
}

/* line 576, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-stop-outline:before {
  content: '\e0b5';
  /* 'î‚µ' */
}

/* line 579, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-media-stop:before {
  content: '\e0b6';
  /* 'î‚¶' */
}

/* line 582, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-message-typing:before {
  content: '\e0b7';
  /* 'î‚·' */
}

/* line 585, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-message:before {
  content: '\e0b8';
  /* 'î‚¸' */
}

/* line 588, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-messages:before {
  content: '\e0b9';
  /* 'î‚¹' */
}

/* line 591, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-microphone-outline:before {
  content: '\e0ba';
  /* 'î‚º' */
}

/* line 594, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-microphone:before {
  content: '\e0bb';
  /* 'î‚»' */
}

/* line 597, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-minus-outline:before {
  content: '\e0bc';
  /* 'î‚¼' */
}

/* line 600, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-minus:before {
  content: '\e0bd';
  /* 'î‚½' */
}

/* line 603, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-mortar-board:before {
  content: '\e0be';
  /* 'î‚¾' */
}

/* line 606, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-news:before {
  content: '\e0bf';
  /* 'î‚¿' */
}

/* line 609, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-notes-outline:before {
  content: '\e0c0';
  /* 'îƒ€' */
}

/* line 612, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-notes:before {
  content: '\e0c1';
  /* 'îƒ' */
}

/* line 615, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pen:before {
  content: '\e0c2';
  /* 'îƒ‚' */
}

/* line 618, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pencil:before {
  content: '\e0c3';
  /* 'îƒƒ' */
}

/* line 621, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-phone-outline:before {
  content: '\e0c4';
  /* 'îƒ„' */
}

/* line 624, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-phone:before {
  content: '\e0c5';
  /* 'îƒ…' */
}

/* line 627, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pi-outline:before {
  content: '\e0c6';
  /* 'îƒ†' */
}

/* line 630, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pi:before {
  content: '\e0c7';
  /* 'îƒ‡' */
}

/* line 633, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pin-outline:before {
  content: '\e0c8';
  /* 'îƒˆ' */
}

/* line 636, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pin:before {
  content: '\e0c9';
  /* 'îƒ‰' */
}

/* line 639, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-pipette:before {
  content: '\e0ca';
  /* 'îƒŠ' */
}

/* line 642, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-plane-outline:before {
  content: '\e0cb';
  /* 'îƒ‹' */
}

/* line 645, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-plane:before {
  content: '\e0cc';
  /* 'îƒŒ' */
}

/* line 648, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-plug:before {
  content: '\e0cd';
  /* 'îƒ' */
}

/* line 651, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-plus-outline:before {
  content: '\e0ce';
  /* 'îƒŽ' */
}

/* line 654, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-plus:before {
  content: '\e0cf';
  /* 'îƒ' */
}

/* line 657, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-point-of-interest-outline:before {
  content: '\e0d0';
  /* 'îƒ' */
}

/* line 660, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-point-of-interest:before {
  content: '\e0d1';
  /* 'îƒ‘' */
}

/* line 663, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-power-outline:before {
  content: '\e0d2';
  /* 'îƒ’' */
}

/* line 666, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-power:before {
  content: '\e0d3';
  /* 'îƒ“' */
}

/* line 669, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-printer:before {
  content: '\e0d4';
  /* 'îƒ”' */
}

/* line 672, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-puzzle-outline:before {
  content: '\e0d5';
  /* 'îƒ•' */
}

/* line 675, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-puzzle:before {
  content: '\e0d6';
  /* 'îƒ–' */
}

/* line 678, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-radar-outline:before {
  content: '\e0d7';
  /* 'îƒ—' */
}

/* line 681, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-radar:before {
  content: '\e0d8';
  /* 'îƒ˜' */
}

/* line 684, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-refresh-outline:before {
  content: '\e0d9';
  /* 'îƒ™' */
}

/* line 687, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-refresh:before {
  content: '\e0da';
  /* 'îƒš' */
}

/* line 690, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-rss-outline:before {
  content: '\e0db';
  /* 'îƒ›' */
}

/* line 693, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-rss:before {
  content: '\e0dc';
  /* 'îƒœ' */
}

/* line 696, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-scissors-outline:before {
  content: '\e0dd';
  /* 'îƒ' */
}

/* line 699, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-scissors:before {
  content: '\e0de';
  /* 'îƒž' */
}

/* line 702, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-shopping-bag:before {
  content: '\e0df';
  /* 'îƒŸ' */
}

/* line 705, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-shopping-cart:before {
  content: '\e0e0';
  /* 'îƒ&nbsp;' */
}

/* line 708, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-at-circular:before {
  content: '\e0e1';
  /* 'îƒ¡' */
}

/* line 711, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-dribbble-circular:before {
  content: '\e0e2';
  /* 'îƒ¢' */
}

/* line 714, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-dribbble:before {
  content: '\e0e3';
  /* 'îƒ£' */
}

/* line 717, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-facebook-circular:before {
  content: '\e0e4';
  /* 'îƒ¤' */
}

/* line 720, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-facebook:before {
  content: '\e0e5';
  /* 'îƒ¥' */
}

/* line 723, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-flickr-circular:before {
  content: '\e0e6';
  /* 'îƒ¦' */
}

/* line 726, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-flickr:before {
  content: '\e0e7';
  /* 'îƒ§' */
}

/* line 729, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-github-circular:before {
  content: '\e0e8';
  /* 'îƒ¨' */
}

/* line 732, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-github:before {
  content: '\e0e9';
  /* 'îƒ©' */
}

/* line 735, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-google-plus-circular:before {
  content: '\e0ea';
  /* 'îƒª' */
}

/* line 738, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-google-plus:before {
  content: '\e0eb';
  /* 'îƒ«' */
}

/* line 741, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-instagram-circular:before {
  content: '\e0ec';
  /* 'îƒ¬' */
}

/* line 744, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-instagram:before {
  content: '\e0ed';
  /* 'îƒ­' */
}

/* line 747, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-last-fm-circular:before {
  content: '\e0ee';
  /* 'îƒ®' */
}

/* line 750, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-last-fm:before {
  content: '\e0ef';
  /* 'îƒ¯' */
}

/* line 753, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-linkedin-circular:before {
  content: '\e0f0';
  /* 'îƒ°' */
}

/* line 756, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-linkedin:before {
  content: '\e0f1';
  /* 'îƒ±' */
}

/* line 759, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-pinterest-circular:before {
  content: '\e0f2';
  /* 'îƒ²' */
}

/* line 762, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-pinterest:before {
  content: '\e0f3';
  /* 'îƒ³' */
}

/* line 765, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-skype-outline:before {
  content: '\e0f4';
  /* 'îƒ´' */
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-skype:before {
  content: '\e0f5';
  /* 'îƒµ' */
}

/* line 771, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-tumbler-circular:before {
  content: '\e0f6';
  /* 'îƒ¶' */
}

/* line 774, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-tumbler:before {
  content: '\e0f7';
  /* 'îƒ·' */
}

/* line 777, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-twitter-circular:before {
  content: '\e0f8';
  /* 'îƒ¸' */
}

/* line 780, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-twitter:before {
  content: '\e0f9';
  /* 'îƒ¹' */
}

/* line 783, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-vimeo-circular:before {
  content: '\e0fa';
  /* 'îƒº' */
}

/* line 786, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-vimeo:before {
  content: '\e0fb';
  /* 'îƒ»' */
}

/* line 789, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-youtube-circular:before {
  content: '\e0fc';
  /* 'îƒ¼' */
}

/* line 792, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-social-youtube:before {
  content: '\e0fd';
  /* 'îƒ½' */
}

/* line 795, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
  /* 'îƒ¾' */
}

/* line 798, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-sort-alphabetically:before {
  content: '\e0ff';
  /* 'îƒ¿' */
}

/* line 801, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-sort-numerically-outline:before {
  content: '\e100';
  /* 'î„€' */
}

/* line 804, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-sort-numerically:before {
  content: '\e101';
  /* 'î„' */
}

/* line 807, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-spanner-outline:before {
  content: '\e102';
  /* 'î„‚' */
}

/* line 810, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-spanner:before {
  content: '\e103';
  /* 'î„ƒ' */
}

/* line 813, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-spiral:before {
  content: '\e104';
  /* 'î„„' */
}

/* line 816, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-star-full-outline:before {
  content: '\e105';
  /* 'î„…' */
}

/* line 819, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-star-half-outline:before {
  content: '\e106';
  /* 'î„†' */
}

/* line 822, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-star-half:before {
  content: '\e107';
  /* 'î„‡' */
}

/* line 825, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-star-outline:before {
  content: '\e108';
  /* 'î„ˆ' */
}

/* line 828, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-star:before {
  content: '\e109';
  /* 'î„‰' */
}

/* line 831, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-starburst-outline:before {
  content: '\e10a';
  /* 'î„Š' */
}

/* line 834, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-starburst:before {
  content: '\e10b';
  /* 'î„‹' */
}

/* line 837, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-stopwatch:before {
  content: '\e10c';
  /* 'î„Œ' */
}

/* line 840, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-support:before {
  content: '\e10d';
  /* 'î„' */
}

/* line 843, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tabs-outline:before {
  content: '\e10e';
  /* 'î„Ž' */
}

/* line 846, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tag:before {
  content: '\e10f';
  /* 'î„' */
}

/* line 849, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tags:before {
  content: '\e110';
  /* 'î„' */
}

/* line 852, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-large-outline:before {
  content: '\e111';
  /* 'î„‘' */
}

/* line 855, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-large:before {
  content: '\e112';
  /* 'î„’' */
}

/* line 858, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-list-outline:before {
  content: '\e113';
  /* 'î„“' */
}

/* line 861, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-list:before {
  content: '\e114';
  /* 'î„”' */
}

/* line 864, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-menu-outline:before {
  content: '\e115';
  /* 'î„•' */
}

/* line 867, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-menu:before {
  content: '\e116';
  /* 'î„–' */
}

/* line 870, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-small-outline:before {
  content: '\e117';
  /* 'î„—' */
}

/* line 873, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-th-small:before {
  content: '\e118';
  /* 'î„˜' */
}

/* line 876, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-thermometer:before {
  content: '\e119';
  /* 'î„™' */
}

/* line 879, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-thumbs-down:before {
  content: '\e11a';
  /* 'î„š' */
}

/* line 882, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-thumbs-ok:before {
  content: '\e11b';
  /* 'î„›' */
}

/* line 885, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-thumbs-up:before {
  content: '\e11c';
  /* 'î„œ' */
}

/* line 888, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tick-outline:before {
  content: '\e11d';
  /* 'î„' */
}

/* line 891, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tick:before {
  content: '\e11e';
  /* 'î„ž' */
}

/* line 894, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-ticket:before {
  content: '\e11f';
  /* 'î„Ÿ' */
}

/* line 897, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-time:before {
  content: '\e120';
  /* 'î„&nbsp;' */
}

/* line 900, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-times-outline:before {
  content: '\e121';
  /* 'î„¡' */
}

/* line 903, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-times:before {
  content: '\e122';
  /* 'î„¢' */
}

/* line 906, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-trash:before {
  content: '\e123';
  /* 'î„£' */
}

/* line 909, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-tree:before {
  content: '\e124';
  /* 'î„¤' */
}

/* line 912, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-upload-outline:before {
  content: '\e125';
  /* 'î„¥' */
}

/* line 915, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-upload:before {
  content: '\e126';
  /* 'î„¦' */
}

/* line 918, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user-add-outline:before {
  content: '\e127';
  /* 'î„§' */
}

/* line 921, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user-add:before {
  content: '\e128';
  /* 'î„¨' */
}

/* line 924, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user-delete-outline:before {
  content: '\e129';
  /* 'î„©' */
}

/* line 927, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user-delete:before {
  content: '\e12a';
  /* 'î„ª' */
}

/* line 930, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user-outline:before {
  content: '\e12b';
  /* 'î„«' */
}

/* line 933, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-user:before {
  content: '\e12c';
  /* 'î„¬' */
}

/* line 936, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-vendor-android:before {
  content: '\e12d';
  /* 'î„­' */
}

/* line 939, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-vendor-apple:before {
  content: '\e12e';
  /* 'î„®' */
}

/* line 942, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-vendor-microsoft:before {
  content: '\e12f';
  /* 'î„¯' */
}

/* line 945, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-video-outline:before {
  content: '\e130';
  /* 'î„°' */
}

/* line 948, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-video:before {
  content: '\e131';
  /* 'î„±' */
}

/* line 951, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-volume-down:before {
  content: '\e132';
  /* 'î„²' */
}

/* line 954, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-volume-mute:before {
  content: '\e133';
  /* 'î„³' */
}

/* line 957, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-volume-up:before {
  content: '\e134';
  /* 'î„´' */
}

/* line 960, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-volume:before {
  content: '\e135';
  /* 'î„µ' */
}

/* line 963, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-warning-outline:before {
  content: '\e136';
  /* 'î„¶' */
}

/* line 966, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-warning:before {
  content: '\e137';
  /* 'î„·' */
}

/* line 969, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-watch:before {
  content: '\e138';
  /* 'î„¸' */
}

/* line 972, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-waves-outline:before {
  content: '\e139';
  /* 'î„¹' */
}

/* line 975, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-waves:before {
  content: '\e13a';
  /* 'î„º' */
}

/* line 978, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-cloudy:before {
  content: '\e13b';
  /* 'î„»' */
}

/* line 981, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-downpour:before {
  content: '\e13c';
  /* 'î„¼' */
}

/* line 984, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-night:before {
  content: '\e13d';
  /* 'î„½' */
}

/* line 987, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-partly-sunny:before {
  content: '\e13e';
  /* 'î„¾' */
}

/* line 990, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-shower:before {
  content: '\e13f';
  /* 'î„¿' */
}

/* line 993, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-snow:before {
  content: '\e140';
  /* 'î…€' */
}

/* line 996, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-stormy:before {
  content: '\e141';
  /* 'î…' */
}

/* line 999, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-sunny:before {
  content: '\e142';
  /* 'î…‚' */
}

/* line 1002, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-windy-cloudy:before {
  content: '\e143';
  /* 'î…ƒ' */
}

/* line 1005, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-weather-windy:before {
  content: '\e144';
  /* 'î…„' */
}

/* line 1008, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-wi-fi-outline:before {
  content: '\e145';
  /* 'î……' */
}

/* line 1011, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-wi-fi:before {
  content: '\e146';
  /* 'î…†' */
}

/* line 1014, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-wine:before {
  content: '\e147';
  /* 'î…‡' */
}

/* line 1017, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-world-outline:before {
  content: '\e148';
  /* 'î…ˆ' */
}

/* line 1020, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-world:before {
  content: '\e149';
  /* 'î…‰' */
}

/* line 1023, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom-in-outline:before {
  content: '\e14a';
  /* 'î…Š' */
}

/* line 1026, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom-in:before {
  content: '\e14b';
  /* 'î…‹' */
}

/* line 1029, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom-out-outline:before {
  content: '\e14c';
  /* 'î…Œ' */
}

/* line 1032, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom-out:before {
  content: '\e14d';
  /* 'î…' */
}

/* line 1035, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom-outline:before {
  content: '\e14e';
  /* 'î…Ž' */
}

/* line 1038, /Users/monthon/app/nextbiz/app/assets/stylesheets/fonts/typicons.css */
.typcn-zoom:before {
  content: '\e14f';
  /* 'î…' */
}

/* Chosen v1.2.0 | (c) 2011-2014 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container * {
  box-sizing: border-box;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container a {
  cursor: pointer;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl {
  text-align: right;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 3, /Users/monthon/app/nextbiz/app/assets/stylesheets/chosen-js/chosen.min.css */
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* line 130, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.image-preview {
  margin-bottom: 20px;
  position: relative;
}

/* line 134, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.image-preview a.btn_clear_image {
  border-radius: 50%;
  background-color: #999;
  width: 28px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  color: #fff;
  right: -14px;
  top: -14px;
  text-align: center;
  opacity: 0.7;
}

/* line 149, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.image-preview a.btn_clear_image:hover {
  opacity: 1;
}

/* line 153, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.file-upload-preview[src=""] {
  visibility: hidden;
}

/* line 157, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.file-upload-list li {
  margin-bottom: 20px;
}

/* line 161, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.image-preview {
  margin-top: 10px;
  display: inline-block;
}

/* line 165, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.form-horizontal .media .form-group {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 183, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.fc-day-grid-event .fc-content {
  white-space: normal;
}

/*************************
Basic margin padding
*************************/
/* line 196, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

/* line 197, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/* line 198, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.float-right {
  float: right;
}

/* line 201, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.float-left {
  float: left;
}

/*************************
Margin top
*************************/
/*.mt-0 { margin-top: 0 !important; }*/
/* line 208, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 209, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 210, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 211, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 212, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 213, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 214, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 215, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 216, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 217, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 218, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 219, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 220, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 221, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 222, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 223, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mt-150 {
  margin-top: 150px !important;
}

/*************************
Margin right
*************************/
/*.mr-0 { margin-right: 0!important }*/
/* line 229, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 230, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 231, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 232, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 233, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-40 {
  margin-right: 40px !important;
}

/* line 234, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-50 {
  margin-right: 50px !important;
}

/* line 235, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-60 {
  margin-right: 60px !important;
}

/* line 236, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-70 {
  margin-right: 70px !important;
}

/* line 237, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-80 {
  margin-right: 80px !important;
}

/* line 238, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-90 {
  margin-right: 90px !important;
}

/* line 239, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-100 {
  margin-right: 100px !important;
}

/* line 240, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-110 {
  margin-right: 110px !important;
}

/* line 241, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-120 {
  margin-right: 120px !important;
}

/* line 242, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-130 {
  margin-right: 130px !important;
}

/* line 243, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-140 {
  margin-right: 140px !important;
}

/* line 244, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mr-150 {
  margin-right: 150px !important;
}

/*************************
Margin bottom
*************************/
/*.mb-0 { margin-bottom: 0!important }*/
/* line 250, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 251, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 252, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 253, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 254, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 255, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 256, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 257, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 258, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 259, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 260, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 261, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 262, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 263, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 264, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 265, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 266, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/*************************
Margin left
*************************/
/*.ml-0 { margin-left: 0!important }*/
/* line 272, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 273, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 274, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 275, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 276, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 277, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-50 {
  margin-left: 50px !important;
}

/* line 278, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-60 {
  margin-left: 60px !important;
}

/* line 279, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-70 {
  margin-left: 70px !important;
}

/* line 280, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-80 {
  margin-left: 80px !important;
}

/* line 281, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-90 {
  margin-left: 90px !important;
}

/* line 282, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-100 {
  margin-left: 100px !important;
}

/* line 283, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-110 {
  margin-left: 110px !important;
}

/* line 284, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-120 {
  margin-left: 120px !important;
}

/* line 285, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-130 {
  margin-left: 130px !important;
}

/* line 286, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-140 {
  margin-left: 140px !important;
}

/* line 287, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.ml-150 {
  margin-left: 150px !important;
}

/*************************
Padding top
*************************/
/*.pt-0 { padding-top: 0!important }*/
/* line 293, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 294, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 295, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 296, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 297, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 298, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 299, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 300, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 301, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 302, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 303, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 304, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 305, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 306, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 307, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 308, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 309, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pt-150 {
  padding-top: 150px !important;
}

/*************************
Padding right
*************************/
/*.pr-0 { padding-right: 0!important }*/
/* line 315, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 316, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 317, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 318, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 319, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 320, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 321, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 322, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 323, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 324, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 325, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 326, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 327, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-110 {
  padding-right: 110px !important;
}

/* line 328, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 329, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-130 {
  padding-right: 130px !important;
}

/* line 330, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pr-140 {
  padding-right: 140px !important;
}

/*************************
Padding bottom
*************************/
/*.pb-0 { padding-bottom: 0!important }*/
/* line 336, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 337, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 338, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 339, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 340, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 341, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 342, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 343, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 344, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 345, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 346, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 347, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 348, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 349, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 350, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 351, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 352, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/*************************
Padding left
*************************/
/*.pl-0 { padding-left: 0!important }*/
/* line 358, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 359, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 360, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 361, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 362, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 363, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 364, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 365, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 366, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 367, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 368, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 369, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 370, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-110 {
  padding-left: 110px !important;
}

/* line 371, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 372, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-130 {
  padding-left: 130px !important;
}

/* line 373, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 374, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pl-150 {
  padding-left: 150px !important;
}

/* line 376, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 377, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.py-3em {
  margin: 3em !important;
}

/* line 378, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pp-10 {
  padding: 10px !important;
}

/* line 379, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pp-20 {
  padding: 20px !important;
}

/* line 380, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mm-10 {
  margin: 10px;
}

/* line 381, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.mm-20 {
  margin: 20px;
}

/*min height*/
/* line 384, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-200 {
  min-height: 200px;
}

/* line 385, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-230 {
  min-height: 230px;
}

/* line 386, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-260 {
  min-height: 260px;
}

/* line 387, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-290 {
  min-height: 290px;
}

/* line 388, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-320 {
  min-height: 320px;
}

/* line 389, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-350 {
  min-height: 350px;
}

/* line 390, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-380 {
  min-height: 380px;
}

/* line 391, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-410 {
  min-height: 410px;
}

/* line 392, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-440 {
  min-height: 440px;
}

/* line 393, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-470 {
  min-height: 470px;
}

/* line 394, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-500 {
  min-height: 500px;
}

/* line 395, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.min-h-550 {
  min-height: 550px;
}

/*max height*/
/* line 398, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-200 {
  max-height: 200px;
}

/* line 399, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-230 {
  max-height: 230px;
}

/* line 400, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-260 {
  max-height: 260px;
}

/* line 401, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-290 {
  max-height: 290px;
}

/* line 402, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-320 {
  max-height: 320px;
}

/* line 403, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-350 {
  max-height: 350px;
}

/* line 404, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-380 {
  max-height: 380px;
}

/* line 405, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-410 {
  max-height: 410px;
}

/* line 406, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-440 {
  max-height: 440px;
}

/* line 407, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-470 {
  max-height: 470px;
}

/* line 408, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-500 {
  max-height: 500px;
}

/* line 409, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.max-h-550 {
  max-height: 550px;
}

/* width */
/* line 412, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w-30 {
  width: 30%;
}

/* line 413, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w-50 {
  width: 50%;
}

/* line 414, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w-60 {
  width: 60%;
}

/* line 415, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w-80 {
  width: 80%;
}

/* line 416, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w-100 {
  width: 100%;
}

/* height */
/* line 420, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-50px {
  width: auto;
  height: 50px;
}

/* line 421, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-75px {
  width: auto;
  height: 75px;
}

/* line 422, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-100px {
  width: auto;
  height: 100px;
}

/* line 423, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-125px {
  width: auto;
  height: 125px;
}

/* line 424, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-150px {
  width: auto;
  height: 150px;
}

/* line 426, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.h-100 {
  height: 100%;
}

/* border */
/* line 429, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bb, .b, .ba {
  border-bottom: 1px solid #eee;
}

/* line 430, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bt, .b, .ba {
  border-top: 1px solid #eee;
}

/* line 431, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bl, .b, .ba {
  border-left: 1px solid #eee;
}

/* line 432, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.br, .b, .ba {
  border-right: 1px solid #eee;
}

/* line 434, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.b-none {
  border: none !important;
}

/* line 438, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-none {
  background: none !important;
}

/* line 442, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.table &gt; tbody &gt; tr.bb-none &gt; td {
  border-bottom: 1px solid #fff !important;
}

/* line 444, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bt, .b, .ba {
  border-top: 2px solid #eee;
}

/* line 447, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 454, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-1 {
  background-color: #eca65d;
}

/* line 457, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-2 {
  background-color: #949494;
}

/* line 460, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-3 {
  background-color: #5db1ec;
}

/* line 463, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-4 {
  background-color: #68c162;
}

/* line 466, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-5 {
  background-color: #d45151;
}

@media print {
  /* line 473, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .hidden-print, .hidden-print * {
    display: none !important;
  }
}
/* line 483, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print {
  font-weight: 300;
  color: #333;
  font-size: 12px;
  line-height: 1.2em;
  background: #ededed;
}

/* line 490, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print hr {
  margin: 10px 0;
}

/* line 493, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print h1, .page-print h2, .page-print h3, .page-print h4, .page-print h5, .page-print h6 {
  margin: 3px 0 !important;
  padding: 0 !important;
  line-height: 1.4em !important;
  font-weight: 500;
}

/* line 499, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header,
.page-print .sub-header {
  font-size: 0.8em;
  line-height: 1.1em;
  font-family: 'Kanit';
}

/* line 506, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header h5 {
  font-size: 15px;
}

/* line 509, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header h3 {
  font-size: 19px;
}

/* line 512, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header p {
  margin: 1px 0 !important;
  padding: 0 !important;
}

/* line 516, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print hr {
  margin: 10px 0;
}

/* line 519, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .noborder th, .page-print .noborder td {
  border: none !important;
}

/* line 522, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .sub-header td {
  padding: 1px 0 !important;
}

/* line 525, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .table &gt; thead &gt; tr &gt; th {
  border-bottom-width: 3px;
}

/* line 528, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .panel table.bt, .page-print .panel table.b, .page-print .panel table.ba {
  border-top: 3px solid #eee;
}

/* line 531, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .table &gt; thead &gt; tr &gt; th {
  padding: 10px 8px;
}

/* line 536, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-1 .border-color {
  border-right: 10px solid #37bc9b;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #bcffef;
}

/* line 542, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-1 .border-color:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 65px solid #bcffef;
}

/* line 552, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-1 .table thead tr {
  border-top: 5px solid #37bc9b;
}

/* line 556, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-2 .border-color {
  border-right: 10px solid #23b7e5;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #a7eaff;
}

/* line 562, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-2 .border-color:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 65px solid #a7eaff;
}

/* line 572, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-2 .table thead tr {
  border-top: 5px solid #23b7e5;
}

/* line 576, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-3 .border-color {
  border-right: 10px solid #9a23e5;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #d9a7ff;
}

/* line 582, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-3 .border-color:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 65px solid #d9a7ff;
}

/* line 592, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-3 .table thead tr {
  border-top: 5px solid #9a23e5;
}

/* line 596, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-4 .border-color {
  border-right: 10px solid #e5df23;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #fffca7;
}

/* line 602, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-4 .border-color:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 65px solid #fffca7;
}

/* line 612, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-4 .table thead tr {
  border-top: 5px solid #e5df23;
}

/* line 616, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-5 .border-color {
  border-right: 10px solid #e523cd;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ffa7e0;
}

/* line 622, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-5 .border-color:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 65px solid #ffa7e0;
}

/* line 632, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print.print-color-5 .table thead tr {
  border-top: 5px solid #e523cd;
}

/* line 635, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print strong {
  font-weight: 400;
  color: #394498;
}

/* line 639, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .table tbody tr td {
  padding: 3px 8px;
  vertical-align: top;
}

/* line 643, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print p {
  margin: 0 0 5px;
}

/* line 646, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .footer .row {
  background: none !important;
}

/* line 649, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .stamp, .page-print .signature {
  text-align: center;
}

/* line 652, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .stamp {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 70px;
  overflow: hidden;
}

/* line 660, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .signature img {
  width: auto;
  height: 50px;
}

/* line 664, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .block-btn-print {
  position: fixed;
  top: 60px;
  left: 20px;
  width: 100px;
  height: 100px;
  z-index: 100;
}

/* line 670, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .page-print-wrapper {
  margin: 0 auto;
  background: #ffffff;
  position: relative;
}

/* line 674, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .row,
.page-print .page-print-wrapper,
.page-print .header, .page-print .footer {
  width: 720px !important;
  background: #ffffff;
}

/* line 680, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .row .row {
  width: 100% !important;
}

/* line 683, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header, .page-print .footer, .page-print table {
  padding: 0px;
}

/* line 687, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .header, .page-print .header-space {
  height: 123px;
}

/* line 690, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .footer, .page-print .footer-space {
  height: 200px;
}

/* line 701, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.page-print .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media all {
  /* line 709, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .page-break {
    display: none;
  }
}
@media print {
  /* line 713, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .page-break {
    display: block;
    page-break-before: always;
  }
}
/* line 718, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.img-thumbnail {
  padding: 0px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 0px solid #e1e2e3;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 731, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar ul.nav li em, .sidebar ul.nav li span {
  display: table-cell;
}

/* line 734, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.table-bordered th, .table-bordered td {
  border: 1px solid #eee;
}

/* line 737, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.info_header fieldset {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: none;
}

/* line 742, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel_task {
  border-left: 7px #43d967 solid;
}

/* line 745, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel_task small {
  font-size: .8em;
}

/* line 748, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel_task h4 a {
  font-size: .8em;
  line-height: .8em;
}

/* line 752, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bl_blue {
  border-left-color: #00bfff;
}

/* line 755, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label-default {
  background-color: #999999;
}

/* line 760, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel-title {
  color: #666666;
}

/* line 763, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
fieldset {
  border-bottom: none;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge:empty {
  display: none;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn .badge, div.ColVis .ColVis_Button .badge {
  position: relative;
  top: -1px;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-primary {
  color: #fff;
  background-color: #5d9cec;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2f80e7;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 156, 236, 0.5);
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-secondary {
  color: #212529;
  background-color: #fff;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #e6e6e6;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-success {
  color: #fff;
  background-color: #27c24c;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e983b;
}

/* line 768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 194, 76, 0.5);
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-info {
  color: #fff;
  background-color: #23b7e5;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1797be;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 183, 229, 0.5);
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-warning {
  color: #ffffff;
  background-color: #ff902b;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f77600;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 43, 0.5);
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-danger {
  color: #fff;
  background-color: #f05050;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ec2121;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 80, 80, 0.5);
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-dark {
  color: #fff;
  background-color: #3a3f51;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #252833;
}

/* line 769, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
}

/* line 770, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-grey {
  background-color: #9aa4a7;
}

/* line 773, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.badge-red {
  background-color: #ea7a7a;
}

/* Colors */
/* line 779, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-amber, .w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

/* line 780, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-aqua, .w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

/* line 781, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

/* line 782, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-blue, .w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

/* line 783, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-brown, .w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

/* line 784, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-cyan, .w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

/* line 785, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

/* line 786, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-green, .w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

/* line 787, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-green, .w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

/* line 788, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-indigo, .w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

/* line 789, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-khaki, .w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

/* line 790, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-lime, .w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

/* line 791, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

/* line 792, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

/* line 793, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-pink, .w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

/* line 794, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-purple, .w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

/* line 795, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

/* line 796, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-red, .w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

/* line 797, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-sand, .w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

/* line 798, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-teal, .w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}

/* line 799, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-yellow, .w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

/* line 800, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

/* line 801, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/* line 802, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

/* line 803, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

/* line 804, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

/* line 805, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-pale-red, .w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important;
}

/* line 806, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-pale-green, .w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important;
}

/* line 807, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important;
}

/* line 808, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important;
}

/* line 809, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important;
}

/* line 810, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: #00ffff !important;
}

/* line 811, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

/* line 812, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: #87CEEB !important;
}

/* line 813, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important;
}

/* line 814, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}

/* line 815, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
  color: #607d8b !important;
}

/* line 816, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-green, .w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

/* line 817, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}

/* line 818, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}

/* line 819, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}

/* line 820, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important;
}

/* line 821, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important;
}

/* line 822, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}

/* line 823, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important;
}

/* line 824, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}

/* line 825, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}

/* line 826, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important;
}

/* line 827, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-sand, .w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}

/* line 828, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important;
}

/* line 829, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}

/* line 830, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-white, .w3-hover-text-white:hover {
  color: #fff !important;
}

/* line 831, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-black, .w3-hover-text-black:hover {
  color: #000 !important;
}

/* line 832, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
  color: #757575 !important;
}

/* line 833, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}

/* line 834, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}

/* line 835, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}

/* line 836, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}

/* line 837, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

/* line 838, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: #87CEEB !important;
}

/* line 839, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important;
}

/* line 840, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}

/* line 841, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important;
}

/* line 842, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

/* line 843, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}

/* line 844, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}

/* line 845, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}

/* line 846, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}

/* line 847, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}

/* line 848, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}

/* line 849, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}

/* line 850, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}

/* line 851, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}

/* line 852, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

/* line 853, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}

/* line 854, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important;
}

/* line 855, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

/* line 856, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-white, .w3-hover-border-white:hover {
  border-color: #fff !important;
}

/* line 857, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-black, .w3-hover-border-black:hover {
  border-color: #000 !important;
}

/* line 858, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
  border-color: #9e9e9e !important;
}

/* line 859, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important;
}

/* line 860, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
  border-color: #616161 !important;
}

/* line 861, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}

/* line 861, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}

/* line 862, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffcc !important;
}

/* line 862, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

/* line 864, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-red {
  background-color: #e5e8ff !important;
}

/* line 867, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-green {
  background-color: #d7ffe9 !important;
}

/* line 870, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-red2 {
  background-color: #384396 !important;
  color: #ffffff !important;
}

/* line 874, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-green2 {
  background-color: #49c78a !important;
  color: #ffffff !important;
}

/* line 878, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-light-blue {
  background-color: #4a92dc !important;
  color: #ffffff !important;
}

/* line 882, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.w3-grey {
  background-color: #adb8c3 !important;
  color: #ffffff !important;
}

/* line 886, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-light-red-2 {
  background-color: #fff0f0 !important;
}

/* line 893, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
span.badge-2pt.badge {
  min-width: 30px;
}

/* line 898, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pieLabelBackground {
  border-radius: 3px;
}

/* line 903, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.flot-pie-label {
  font-size: 14px;
}

/* line 907, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
html {
  height: 100%;
}

/* line 910, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 913, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.shadow-xs {
  box-shadow: 0 0.05rem 0.5rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* display */
/* line 918, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.d-flex {
  display: flex;
}

/* line 921, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.d-line-block {
  display: inline-block !important;
}

/* line 924, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.d-block {
  display: block !important;
}

/* line 929, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .bb, .sidebar .b, .sidebar .ba {
  border-bottom: 1px solid #303546;
}

/* line 932, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar &gt; .nav .label {
  display: inline-block;
}

/* line 935, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar ul li.nav-heading {
  font-size: 1.1em;
  color: #dbdeea;
}

/* line 939, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar ul .nav-heading.mb span, .sidebar ul .nav-heading.mv span {
  line-height: 1.1em;
}

/* line 942, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.aside-inner {
  position: fixed;
  top: 60px;
  left: 0;
}

/* line 947, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav.sidebar-subnav li a,
.sidebar .nav.sidebar-subnav li.active a {
  padding: 7px 10px !important;
  line-height: 1.1em;
}

/* line 952, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav.sidebar-subnav li a .badge {
  font-size: 10px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 958, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .wrapper &gt; .aside .aside-inner {
    padding-top: 0px;
  }
}
/* line 964, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.right-zone, .left-zone {
  background-color: #ffffff;
  color: #999999;
  width: 100%;
}

/* line 969, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.right-zone &gt; li, .left-zone &gt; li {
  width: 100%;
  padding: 0px 0px;
}

@media (min-width: 768px) {
  /* line 975, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .right-zone, .left-zone {
    width: auto;
  }

  /* line 978, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .navbar-nav {
    color: #ffffff;
    background: none;
  }

  /* line 982, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .navbar-nav &gt; li {
    height: 60px;
    text-align: left;
    width: auto;
    padding: 10px 0px;
  }

  /* line 988, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .navbar-nav &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 999, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  ul.left-zone.nav.navbar-nav.navbar-left.col-xs-4 {
    width: 70px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 100;
    background: none;
  }

  /* line 1007, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  em.icon-bell {
    color: #ffffff;
  }

  /* line 1010, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .pull-right {
    float: none !important;
    margin-bottom: 1em;
  }
}
/*blank_page */
/* line 1030, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.blank_page .wrapper .aside {
  width: 50%;
  height: 100%;
  /*background:url('../assets/brands/intro_v2_bg.svg') no-repeat #396cd8 center center; */
  background-color: #384497;
  background-size: cover;
  display: inline-flex;
}

/* line 1038, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.blank_page .wrapper .aside .intro_ob {
  width: 80%;
}

/* line 1041, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.blank_page .wrapper section {
  margin-left: 50%;
  height: 100%;
}

/* line 1045, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.blank_page footer {
  padding-left: 30px;
}

@media (max-width: 767px) {
  /* line 1050, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .blank_page .wrapper .aside {
    display: none;
  }

  /* line 1053, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .blank_page .wrapper .aside-2 {
    text-align: center;
  }

  /* line 1056, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .blank_page .wrapper .aside-2 img {
    width: 60%;
    padding: 2em 0;
  }

  /* line 1060, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .blank_page .wrapper section {
    margin-left: 0px;
  }

  /* line 1063, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .blank_page footer {
    margin-left: 0px;
    text-align: center;
  }
}
/* line 1072, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.text-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

/* line 1084, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-primary {
  background-color: #3dad88 !important;
}

/* line 1087, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-primary-light {
  background-color: #4abe97 !important;
}

/* line 1090, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary {
  background-color: #2d367d !important;
}

/* line 1093, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-light {
  background-color: #394498 !important;
}

/* line 1096, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-1 {
  background-color: #394498 !important;
}

/* line 1099, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-2 {
  background-color: #4db391 !important;
}

/* line 1102, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-3 {
  background-color: #515ab4 !important;
}

/* line 1105, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-4 {
  background-color: #2c3697 !important;
}

/* line 1108, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-5 {
  background-color: #51b4b3 !important;
}

/* line 1111, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-6 {
  background-color: #238483 !important;
}

/* line 1114, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-secondary-dark {
  background-color: #12d989 !important;
}

/* line 1117, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-third {
  background-color: #eb7f1e !important;
}

/* line 1120, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bg-third-light {
  background-color: #f19442 !important;
}

/* line 1123, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-primary {
  color: #ffffff;
  background-color: #3dad88 !important;
}

/* line 1127, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #394498 !important;
}

/* line 1131, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #838bc5 !important;
}

/* line 1135, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-third {
  color: #ffffff;
  background-color: #eb7f1e !important;
}

/* line 1140, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a {
  color: #727ebf;
}

/* line 1143, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
a:hover {
  color: #0fbb76;
}

/* line 1146, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
body,
.wrapper &gt; section {
  background-color: #ffffff !important;
}

/* line 1150, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar,
.wrapper &gt; .aside {
  background-color: #f0f1f3;
}

/* line 1154, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li.active &gt; a,
.sidebar .nav &gt; li.active .nav {
  background-color: #e3e6ea !important;
}

/* line 1158, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li &gt; a,
.sidebar ul li.nav-heading {
  color: #7077a2 !important;
  padding: 13px 20px;
}

/* line 1163, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li &gt; a &gt; em {
  font-size: 24px;
  width: 30px;
}

/* line 1167, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav .bt, .sidebar .nav .b, .sidebar .nav .ba {
  border-top: 1px solid #d8dee4;
}

/* line 1170, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .bb, .sidebar .b, .sidebar .ba, .sidebar .b, .sidebar .ba {
  border-bottom: 1px solid #f0f1f3;
}

/* line 1173, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li {
  border-left: 5px solid transparent;
}

/* line 1176, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li &gt; a:hover,
.sidebar .nav &gt; li.active &gt; a,
.sidebar .nav &gt; li.active &gt; a &gt; em {
  color: #394498 !important;
}

/* line 1181, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar .nav &gt; li.active,
.sidebar .nav &gt; li.active .nav {
  border-left-color: #394498 !important;
}

/* line 1185, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar-subnav &gt; li.active &gt; a {
  padding: 6px 20px !important;
}

/* line 1188, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar:after {
  content: none;
}

/* line 1192, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.topnavbar .nav-wrapper,
.badge-dark {
  background: #394498 !important;
  color: #ffffff;
}

/* line 1197, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.topnavbar .navbar-nav &gt; li &gt; a:hover {
  color: #9ae4ac !important;
}

/* line 1200, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.wrapper &gt; section {
  background-color: #ffffff;
}

/* line 1203, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
  background-color: #727ebf;
  border-color: #727ebf;
}

/* line 1210, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.sidebar-subnav {
  padding: 0 10px 20px 40px !important;
}

/* line 1213, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.table &gt; thead &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td {
  border-top: 1px solid #dae0ec;
  vertical-align: top;
  line-height: 1.25em;
}

/* line 1218, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.table &gt; thead &gt; tr &gt; th {
  border-top: 2px solid #dae0ec !important;
  border-bottom: 2px solid #dae0ec;
}

/* line 1222, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dataTables_info {
  font-size: 0.85em;
  color: #888;
  padding-bottom: 10px;
}

/* line 1227, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.uppy-FileInput-btn {
  background: #727ebf !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

@media (max-width: 767px) {
  /* line 1235, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .topnavbar .navbar-header {
    background: #394498 !important;
  }

  /* line 1238, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .topnavbar .navbar-nav &gt; li &gt; a, .topnavbar .navbar-nav &gt; .open &gt; a {
    color: #394498 !important;
  }
}
/* line 1248, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.nav-tabs &gt; li &gt; a,
.content-heading,
label,
.btn,
div.ColVis .ColVis_Button,
th,
.badge {
  font-family: 'Kanit';
  font-weight: 300 !important;
}

/* line 1257, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
th {
  font-weight: 500 !important;
}

/* line 1260, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .text-uppercase.font-modern.l-height-xs, .dashboards .font-modern.l-height-xs.initialism {
  line-height: 1em;
}

/* line 1263, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.l-height-xs {
  line-height: 1.1em;
}

/* line 1266, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .h2.mt0 {
  font-size: 36px;
  margin-bottom: 0;
}

/* line 1270, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .col-xs-8.pv-lg {
  padding: 10px !important;
}

/* line 1273, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.wrapper &gt; section {
  z-index: 120;
}

/* line 1276, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: none;
}

/* line 1279, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.editable-container.editable-popup {
  padding: 5px;
}

/* line 1282, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
label.c-radio {
  margin-right: 30px;
}

/* line 1285, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio span {
  margin-left: 0px;
}

/* line 1288, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio {
  margin-right: 5px;
}

/* line 1291, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio span {
  margin: 0 !important;
  width: 30px;
  height: 30px;
  border: 0px solid #ffffff;
}

/* line 1297, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span {
  background-color: #999999 !important;
  border: 5px solid #ccc;
}

/* line 1301, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-danger {
  background-color: #f05050 !important;
}

/* line 1304, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-primary {
  background-color: #5d9cec !important;
}

/* line 1307, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-info {
  background-color: #23b7e5 !important;
}

/* line 1310, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-success {
  background-color: #27c24c !important;
}

/* line 1313, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-warning {
  background-color: #ff902b !important;
}

/* line 1316, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-green {
  background-color: #37bc9b !important;
}

/* line 1319, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-pink {
  background-color: #f532e5 !important;
}

/* line 1322, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.c-radio-color .c-radio input[type=radio]:checked + span.bg-purple {
  background-color: #7266ba !important;
}

/* line 1325, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-info {
  background-color: #0fbb76 !important;
}

/* line 1328, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.fc-time {
  display: none;
}

/* line 1331, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
select.chosen-select:invalid {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}

/* line 1338, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
select.chosen-select:invalid[multiple] {
  margin-top: 15px !important;
}

/* line 1341, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel-default {
  border-color: #cfdbe263;
}

/* line 1344, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.panel.panel-default {
  border-top-width: 1px;
}

/* line 1347, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.widget-subject h5 {
  min-height: 40px;
}

/* Dashboard */
/* line 1352, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards {
  font-family: 'Kanit';
}

/* line 1355, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .small, .small {
  font-size: 80%;
  font-weight: 200 !important;
}

/* line 1359, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .list-group-item small {
  font-size: 12px;
}

/* line 1362, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.dashboards .list-group-item h5 {
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.2em;
}

/* line 1367, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.uppy-FileInput-btn:before {
  content: "\f03e";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 16px;
  padding-right: 5px;
}

/* line 1374, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.uppy-FileInput-btn {
  background: #e1e5ef !important;
  color: #394498 !important;
  border: 1px solid #ffffff !important;
  border-radius: 5px !important;
}

/* line 1380, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.rounded {
  border-radius: 5px;
}

/* line 1383, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-quick-link {
  padding: 10px;
  margin: 5px 0;
  border-radius: 10px;
  border: none;
  border-bottom: 5px solid #ddd;
  width: 100%;
  display: inline-block;
  color: #fff;
  min-height: 145px;
}

/* line 1394, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-quick-link:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.35) !important;
  color: #ffffff;
  text-decoration: none;
}

/* line 1400, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-quick-link span.h5.font-modern.d-block.text-center {
  white-space: unset !important;
  font-size: 1.4rem !important;
}

/* line 1407, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
select.typcn, select.typcn option {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

/* line 1416, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
select.typcn option {
  font-family: "Kanit" !important;
}

/* line 1423, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table thead tr th {
  padding: 10px 0;
  border: 1px solid #e0e0e0;
}

/* line 1427, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table thead tr th .bb, .classschedule_studyperiods table thead tr th .b, .classschedule_studyperiods table thead tr th .ba {
  border-bottom: 1px solid #e0e0e0;
}

/* line 1430, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table tbody tr td {
  padding: 10px 5px;
  height: 100px;
}

/* line 1434, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table h6 {
  font-size: 0.7em;
}

/* line 1437, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods .widget-subject h6 {
  font-size: 0.8em;
}

/* line 1440, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
td.active {
  background-color: #12d989 !important;
}

/* line 1443, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table tbody tr td span.text-h {
  font-size: 0.95em;
  line-height: 1.4em;
  margin-bottom: 2px;
  display: block;
}

/* line 1449, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.classschedule_studyperiods table tbody tr td span.text-sub {
  font-size: 0.8em;
  color: #999999;
  display: block;
  line-height: 1.2em;
  margin-top: 5px;
}

/* line 1458, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.form-list input.form-control, .form-list body input.bootstrap-tagsinput, body .form-list input.bootstrap-tagsinput {
  padding: 3px 5px !important;
}

/* line 1464, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn, div.ColVis .ColVis_Button {
  font-size: 0.9em;
  padding: 6px 10px;
}

/* line 1468, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-xxl {
  padding: 20px;
  font-size: 2em;
  width: 100%;
}

/* line 1473, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn-lg, .btn-group-lg &gt; .btn, div.ColVis .btn-group-lg &gt; .ColVis_Button {
  font-size: 16px;
}

/* line 1478, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.icon-md {
  font-size: 1.4em;
}

/* line 1481, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.icon-default {
  font-size: 19px !important;
  line-height: 19px !important;
}

/* line 1485, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.btn .icon-default.far, div.ColVis .ColVis_Button .icon-default.far {
  font-size: 15px !important;
  padding: 0px 3px !important;
}

/* line 1491, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-editor {
  border: 1px solid #dde6e9 !important;
  background-color: #ffffff !important;
}

/* line 1495, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-editor.form-control.trix-content, body trix-editor.trix-content.bootstrap-tagsinput {
  height: auto;
}

/* line 1500, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
#block_notice {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 100;
}

/* line 1511, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.label_status a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* -- card ------ */
/* line 1525, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card {
  background-color: #fff;
  border: 1px solid #e3e6f0;
  border-radius: 1rem;
  overflow: hidden;
}

/* line 1531, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card &gt; .card-link {
  color: #333;
}

/* line 1532, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card &gt; .card-link:hover {
  text-decoration: none;
}

/* line 1533, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card &gt; .card-link .card-img img {
  border-radius: 6px 6px 0 0;
}

/* line 1534, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-img {
  position: relative;
  padding: 0;
  display: table;
}

/* line 1535, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-img .card-caption {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}

/* line 1541, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-body {
  /* display: table;  */
  width: 100%;
  padding: 12px;
}

/* line 1546, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-footer {
  border-radius: 0 0 6px 6px;
  padding: 8px;
}

/* line 1548, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 1555, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-left {
  position: relative;
  float: left;
  padding: 0 0 8px 0;
}

/* line 1556, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-right {
  position: relative;
  float: left;
  padding: 8px 0 0 0;
}

/* line 1557, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
  margin-top: 0;
}

/* line 1565, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-body .heading {
  display: block;
}

/* line 1566, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-body .heading:last-child {
  margin-bottom: 0;
}

/* line 1568, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card .card-body .lead {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1571, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-left {
    float: left;
    padding: 0 8px 0 0;
  }

  /* line 1572, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-right {
    float: left;
    padding: 0 0 0 8px;
  }

  /* line 1574, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-4-8 .card-left {
    width: 33.33333333%;
  }

  /* line 1575, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-4-8 .card-right {
    width: 66.66666667%;
  }

  /* line 1577, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-5-7 .card-left {
    width: 41.66666667%;
  }

  /* line 1578, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-5-7 .card-right {
    width: 58.33333333%;
  }

  /* line 1580, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-6-6 .card-left {
    width: 50%;
  }

  /* line 1581, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-6-6 .card-right {
    width: 50%;
  }

  /* line 1583, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-7-5 .card-left {
    width: 58.33333333%;
  }

  /* line 1584, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-7-5 .card-right {
    width: 41.66666667%;
  }

  /* line 1586, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-8-4 .card-left {
    width: 66.66666667%;
  }

  /* line 1587, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  .card .card-8-4 .card-right {
    width: 33.33333333%;
  }
}
/* -- default theme ------ */
/* line 1591, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-scoll {
  margin: 10px;
  border: 1px solid #e3e6f0;
  border-radius: 5px;
}

/* line 1597, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default {
  border-color: #ddd;
  background-color: #fff;
  margin-bottom: 24px;
}

/* line 1602, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-header,
.card-default &gt; .card-footer {
  color: #333;
  background-color: #efefef;
}

/* theme dark */
/* line 1607, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-dark &gt; .card-header, .card-dark &gt; .card-footer {
  color: #fafbfc;
  background-color: #3a3f51;
}

/* line 1611, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary {
  color: #ffffff;
  background-color: #1567cb;
}

/* line 1615, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary &gt; .card-header {
  color: #ffffff;
  background-color: #2d80e7;
}

/* line 1619, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary,
.card-primary &gt; .card-header,
.card-primary .list-group-item {
  border: none !important;
}

/* line 1624, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .list-group-item {
  border-bottom: 1px solid #2c80e7 !important;
  padding: 5px 0;
}

/* line 1628, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .list-group {
  margin: 0px !important;
}

/* line 1631, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .media-body {
  font-size: 0.9em !important;
}

/* line 1634, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .ml-auto {
  min-width: 80px;
}

/* line 1637, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .ml-auto div {
  color: #65e7b2 !important;
}

/* line 1640, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .list-group-item {
  background: none !important;
  min-height: 50px;
}

/* line 1644, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .media-yellow-light .text-success {
  color: #65e7b2 !important;
}

/* line 1647, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .media-yellow-light .fa-inverse {
  color: #1567cb;
}

/* line 1650, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-primary .align-self-start {
  font-size: 11px;
}

/* line 1654, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-secondary {
  background-color: #fff;
}

/* line 1657, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-secondary &gt; .card-header {
  color: #ffffff;
  background-color: #16b373;
}

/* line 1661, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-secondary,
.card-secondary &gt; .card-header,
.card-secondary .list-group-item {
  border: none !important;
}

/* line 1667, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-warning {
  background-color: #fff;
}

/* line 1670, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-warning &gt; .card-header {
  color: #ffffff;
  background-color: #eb7704;
}

/* line 1674, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-warning,
.card-warning &gt; .card-header,
.card-warning .list-group-item {
  border: none !important;
}

/* line 1679, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-warning .list-group-item {
  border-top: 1px solid #eee !important;
}

/* line 1684, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-header {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

/* line 1685, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}

/* line 1687, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-img:first-child img {
  border-radius: 6px 6px 0 0;
}

/* line 1688, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-left {
  padding-right: 4px;
}

/* line 1689, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default &gt; .card-right {
  padding-left: 4px;
}

/* line 1690, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default p:last-child {
  margin-bottom: 0;
}

/* line 1691, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-default .card-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* -- price theme ------ */
/* line 1695, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price {
  border-color: #999;
  background-color: #ededed;
  margin-bottom: 24px;
}

/* line 1696, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-heading,
.card-price &gt; .card-footer {
  color: #333;
  background-color: #fdfdfd;
}

/* line 1698, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-heading {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

/* line 1699, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}

/* line 1700, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-img:first-child img {
  border-radius: 6px 6px 0 0;
}

/* line 1701, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-left {
  padding-right: 4px;
}

/* line 1702, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price &gt; .card-right {
  padding-left: 4px;
}

/* line 1703, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .card-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* line 1704, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price p:last-child {
  margin-bottom: 0;
}

/* line 1706, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .price {
  text-align: center;
  color: #337ab7;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 0.7em;
  margin: 24px 0 16px;
}

/* line 1714, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .price small {
  font-size: 0.4em;
  color: #66a5da;
}

/* line 1715, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .details {
  list-style: none;
  margin-bottom: 24px;
  padding: 0 18px;
}

/* line 1716, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .details li {
  text-align: center;
  margin-bottom: 8px;
}

/* line 1717, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price .buy-now {
  text-transform: uppercase;
}

/* line 1718, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price table .price {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
}

/* line 1719, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.card-price table .note {
  color: #666;
  font-size: 0.8em;
}

/* datatable */
/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead &gt; tr &gt; th.sorting_asc, table.dataTable thead &gt; tr &gt; th.sorting_desc, table.dataTable thead &gt; tr &gt; th.sorting, table.dataTable thead &gt; tr &gt; td.sorting_asc, table.dataTable thead &gt; tr &gt; td.sorting_desc, table.dataTable thead &gt; tr &gt; td.sorting {
  padding-right: 30px;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead &gt; tr &gt; th:active, table.dataTable thead &gt; tr &gt; td:active {
  outline: none;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollFoot &gt; .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollFoot &gt; .dataTables_scrollFootInner &gt; table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable.table-sm &gt; thead &gt; tr &gt; th {
  padding-right: 20px;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row {
  margin: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row &gt; div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 1725, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row &gt; div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 1727, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.cycle {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

/*
.trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItdXBsb2FkLWNsb3VkIj48cG9seWxpbmUgcG9pbnRzPSIxNiAxNiAxMiAxMiA4IDE2Ij48L3BvbHlsaW5lPjxsaW5lIHgxPSIxMiIgeTE9IjEyIiB4Mj0iMTIiIHkyPSIyMSI+PC9saW5lPjxwYXRoIGQ9Ik0yMC4zOSAxOC4zOUE1IDUgMCAwIDAgMTggOWgtMS4yNkE4IDggMCAxIDAgMyAxNi4zIj48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMTYgMTYgMTIgMTIgOCAxNiI+PC9wb2x5bGluZT48L3N2Zz4=);
}
*/
/* line 1749, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
.trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiPjxwYXRoIGQ9Ik0yNiwyN0g2YTMsMywwLDAsMS0zLTNWOEEzLDMsMCwwLDEsNiw1SDI2YTMsMywwLDAsMSwzLDNWMjRBMywzLDAsMCwxLDI2LDI3Wk02LDdBMSwxLDAsMCwwLDUsOFYyNGExLDEsMCwwLDAsMSwxSDI2YTEsMSwwLDAsMCwxLTFWOGExLDEsMCwwLDAtMS0xWiIvPjxwYXRoIGQ9Ik0yMSwxNWEzLDMsMCwxLDEsMy0zQTMsMywwLDAsMSwyMSwxNVptMC00YTEsMSwwLDEsMCwxLDFBMSwxLDAsMCwwLDIxLDExWiIvPjxwYXRoIGQ9Ik0yNiwyN2ExLDEsMCwwLDEtLjgzLS40NWwtNC4zNC02LjVhMSwxLDAsMCwwLTEuNjYsMGwtLjM0LjVhMSwxLDAsMCwxLTEuNjYtMS4xbC4zMy0uNTFhMywzLDAsMCwxLDUsMGw0LjMzLDYuNTFhMSwxLDAsMCwxLS4yOCwxLjM4QS45NC45NCwwLDAsMSwyNiwyN1oiLz48cGF0aCBkPSJNNiwyN2ExLDEsMCwwLDEtLjU0LS4xNiwxLDEsMCwwLDEtLjMtMS4zOGw2LjIzLTkuNjJhMywzLDAsMCwxLDIuNS0xLjM3aDBhMywzLDAsMCwxLDIuNSwxLjM0bDYuNDIsOS42NGExLDEsMCwwLDEtMS42NiwxLjFsLTYuNDMtOS42M2ExLDEsMCwwLDAtLjgzLS40NWgwYTEsMSwwLDAsMC0uODMuNDZMNi44NCwyNi41NEExLDEsMCwwLDEsNiwyN1oiLz48L2c+PGcgaWQ9ImZyYW1lIj48cmVjdCBjbGFzcz0iY2xzLTEiIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIvPjwvZz48L3N2Zz4=);
}

/* line 1755, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-toolbar .trix-dialog--attach {
  max-width: 600px;
}

/* line 1759, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-toolbar .trix-dialog__attach-fields {
  display: flex;
  align-items: baseline;
}

/* line 1764, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-toolbar .trix-dialog__attach-fields .trix-input {
  flex: 1;
}

/* line 1768, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
trix-toolbar .trix-dialog__attach-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 1772, /Users/monthon/app/nextbiz/app/assets/stylesheets/application.css.scss */
figure.attachment.attachment--preview img {
  max-width: 100%;
  height: auto;
}
</pre></body></html>