@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i");
/*! jQuery UI - v1.12.1 - 2016-12-25
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
/* line 13, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 16, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 26, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 36, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 42, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 55, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 70, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 90, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 100, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 107, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 118, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 125, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 139, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 146, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 153, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 160, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 167, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 171, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 176, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 180, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 188, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 193, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 199, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 206, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 209, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 215, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 226, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 232, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 235, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 240, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 249, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 253, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 271, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 280, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 288, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 293, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 301, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 310, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 320, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 329, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 334, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 338, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 346, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 349, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 352, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 355, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 358, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 361, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 364, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 369, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

/* line 375, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 379, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 384, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 391, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 399, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 402, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 407, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 418, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 422, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 425, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 428, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 431, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 434, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 443, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 448, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 452, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 456, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 462, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 468, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 472, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 479, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 487, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 495, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 500, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 503, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 506, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 510, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 513, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 516, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 519, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 523, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 526, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 533, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 536, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 540, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 544, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 548, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 552, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 555, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 558, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 562, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 569, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 577, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 584, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 588, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 596, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 605, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 612, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 619, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 622, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 626, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 630, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 634, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 638, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 642, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 649, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 653, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 657, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 661, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 665, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 668, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 673, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 677, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 683, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 686, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 694, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 699, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 708, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 711, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 717, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 722, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 726, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 730, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 739, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 749, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 754, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 757, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 761, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 765, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 768, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 772, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 776, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 781, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 785, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 788, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 791, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 798, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 808, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 822, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 827, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 830, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 833, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 837, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 841, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 851, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 856, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 860, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 865, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 868, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 874, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 880, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 886, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 890, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 893, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 900, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 903, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 908, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 911, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 917, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 923, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 937, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 947, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 960, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 974, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 977, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 988, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 993, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 1002, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 1009, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 1013, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 1018, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 1025, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 1030, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 1035, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 1040, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 1047, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 1054, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 1062, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1066, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-97eeaa84e1dc92b7ada0f86c3d690e0a9735730dbcaa3de49e76b829029d5a37.png);
}

/* line 1070, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-97eeaa84e1dc92b7ada0f86c3d690e0a9735730dbcaa3de49e76b829029d5a37.png);
}

/* line 1073, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png);
}

/* line 1079, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png);
}

/* line 1083, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png);
}

/* line 1087, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png);
}

/* line 1091, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png);
}

/* positioning */
/* line 1096, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1097, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1098, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1099, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1100, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1101, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1102, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1103, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1104, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1105, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1106, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1107, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1108, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1109, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1110, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1111, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1112, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1113, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1114, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1115, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1116, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1117, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1118, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1119, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1120, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1121, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1122, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1123, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1124, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1125, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1126, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1127, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1128, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1129, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1130, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1131, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1132, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1133, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1134, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1135, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1136, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1137, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1138, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1139, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1140, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1141, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1142, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1143, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1144, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1145, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1146, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1147, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1148, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1149, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1150, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1151, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1152, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1153, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1154, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1155, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1156, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1157, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1158, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1159, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1160, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1161, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1162, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1163, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1164, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1165, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1166, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1167, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1168, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1169, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1170, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1171, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1172, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1173, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1174, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1175, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1176, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1177, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1178, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1179, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1180, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1181, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1182, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1183, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1184, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1185, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1186, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1187, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1188, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1189, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1190, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1191, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1192, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1193, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1194, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1195, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1196, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1197, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1198, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1199, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1200, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1201, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1202, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1203, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1204, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1205, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1206, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1207, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1208, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1209, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1210, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1211, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1212, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1213, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1214, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1215, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1216, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1217, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1218, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1219, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1220, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1221, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1222, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1223, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1224, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1225, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1226, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1227, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1228, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1229, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1230, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1231, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1232, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1234, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1235, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1236, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1237, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1238, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1239, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1240, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1241, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1242, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1243, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1244, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1245, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1246, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1247, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1248, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1249, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1250, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1251, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1252, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1253, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1254, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1255, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1256, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1257, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1258, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1259, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1260, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1261, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1262, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1263, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1264, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1265, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1266, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1267, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1268, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1269, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1270, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1271, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1278, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 1284, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 1290, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 1296, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 1304, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1309, /home/app/aumatio/app/assets/stylesheets/sp_app/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * 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 7, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
body {
  margin: 0;
}

/* line 15, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 45, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a {
  background-color: transparent;
}

/* line 48, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 73, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
sup {
  top: -.5em;
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 86, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
img {
  border: 0;
}

/* line 89, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
pre {
  overflow: auto;
}

/* line 104, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button {
  overflow: visible;
}

/* line 123, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 127, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input {
  line-height: normal;
}

/* line 146, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 153, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 182, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
td,
th {
  padding: 0;
}

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

  /* line 201, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 205, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 221, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 224, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 228, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  /* line 231, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 237, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 241, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 244, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 251, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 254, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 258, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}
/* line 269, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 281, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1084, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
figure {
  margin: 0;
}

/* line 1115, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1118, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1127, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1130, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1143, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1146, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1152, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1162, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1171, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1174, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 1191, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1219, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1242, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1265, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1292, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1303, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1307, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1312, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1315, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1318, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1321, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1324, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1339, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1342, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1346, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 1349, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1353, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1356, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1360, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1363, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1367, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1370, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1374, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1378, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1382, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1385, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1389, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1392, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1396, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1399, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1403, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1410, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1415, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1451, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1455, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1464, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1468, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1473, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1477, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1483, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1488, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1496, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1501, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1509, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1517, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1525, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1530, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1536, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1543, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1552, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1572, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1596, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1601, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 1605, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1615, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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-right: 15px;
  padding-left: 15px;
}

/* line 1621, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 1624, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1627, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1636, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1645, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1654, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 1781, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1784, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1787, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1790, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1793, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1796, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1799, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1802, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1805, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1808, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1811, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1814, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1817, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1820, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1823, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1826, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1829, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1832, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1835, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1838, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1841, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1844, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1847, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1850, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1853, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1856, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1859, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1862, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1865, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1868, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1871, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1874, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1877, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1880, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1883, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1886, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1889, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1892, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1895, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1898, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1901, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1904, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1907, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1910, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1913, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1916, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1919, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1922, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1925, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1928, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1931, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1936, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 1939, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1942, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1945, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1948, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1951, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1954, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1957, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1960, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1963, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1966, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1969, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1972, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1975, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1978, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1981, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1984, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1987, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1990, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1993, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1996, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1999, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2002, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2005, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2008, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2011, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2014, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2017, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2020, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2023, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2026, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2029, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2032, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2035, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2038, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2041, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2044, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2047, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2050, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2053, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2056, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2059, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2062, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2065, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2068, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2071, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2074, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2077, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2080, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2083, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2086, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2089, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2094, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 2097, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2100, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2103, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2106, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2109, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2112, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2115, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2118, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2121, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2124, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2127, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2130, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2133, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2136, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2139, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2142, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2145, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2148, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2151, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2154, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2157, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2160, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2163, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2166, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2169, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2172, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2175, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2178, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2181, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2184, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2187, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2190, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2193, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2196, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2199, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2202, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2205, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2208, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2211, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2214, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2217, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2220, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2223, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2226, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2229, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2232, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2235, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2238, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2241, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2244, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2247, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2251, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2254, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
th {
  text-align: left;
}

/* line 2263, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2279, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2291, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2297, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2305, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2316, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2320, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2323, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2326, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2331, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2337, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2351, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2358, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2372, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2379, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2393, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2400, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2414, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2421, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2435, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2442, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2447, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 2454, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2457, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2465, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2468, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2476, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2484, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2491, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2508, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2519, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2525, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2528, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2542, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2549, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2567, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2573, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2600, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2604, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 2610, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2620, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2631, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2641, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2649, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2684, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2707, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2714, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2722, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2729, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2737, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2744, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2751, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2759, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2766, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2774, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2784, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2799, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2806, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2813, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2825, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2830, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2835, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2840, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2843, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2855, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2860, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2865, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2870, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2873, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2885, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2890, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2895, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2900, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2903, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2916, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2921, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2926, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2929, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2933, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2938, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2941, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2945, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2952, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2956, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2961, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2965, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2973, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2977, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2982, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2988, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2992, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2998, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3003, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3024, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3033, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3039, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3046, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3055, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3059, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3064, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3070, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3075, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3082, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3095, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3100, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3112, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3116, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3121, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3127, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3132, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3139, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3152, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3157, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3169, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3173, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3178, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3184, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3189, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3196, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3209, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3214, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3226, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3230, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3235, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3241, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3246, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3253, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3266, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3271, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3283, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3287, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3292, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3298, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3303, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3310, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3323, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3328, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3340, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3344, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3349, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3355, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3360, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3367, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3380, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3385, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3397, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3401, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3406, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3415, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3421, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3427, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3434, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3441, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3448, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3455, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3459, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3462, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3467, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3473, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3476, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.collapse {
  display: none;
}

/* line 3479, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3482, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3485, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3488, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3502, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 3513, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3517, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3520, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3542, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3546, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3552, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3561, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3567, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3575, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3580, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3588, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
  z-index: 999;
}

/* line 3592, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3595, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3599, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3603, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3611, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3619, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3623, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3630, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3637, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3641, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3646, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3652, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3667, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3673, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3676, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3681, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3686, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3689, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3692, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3696, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3701, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3704, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3707, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3712, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3716, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3720, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3724, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3728, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3732, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3736, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3739, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3743, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3746, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3754, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3757, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3764, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3767, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3773, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3779, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3782, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3787, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3791, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3797, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3803, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3806, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3809, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3817, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3822, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3827, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3834, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3837, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3846, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3852, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3860, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3869, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3875, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3883, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3888, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3893, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3899, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3910, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3915, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3920, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3924, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3934, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3937, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3947, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3950, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3955, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3958, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3961, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3966, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3970, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3975, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3980, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3984, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3989, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3994, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 3997, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4004, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4010, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4016, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4019, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4022, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4026, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4032, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4035, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4044, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4048, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4051, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4055, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4060, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4064, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4068, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4072, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4078, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4082, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4088, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4091, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4094, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4097, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4103, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4106, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4110, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4113, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4116, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4120, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4125, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4129, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4133, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4136, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4140, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4146, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4150, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4156, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4159, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4162, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4167, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4174, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4179, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4183, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4192, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4196, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4202, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4208, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4211, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4218, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4223, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4228, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4236, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4244, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4249, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4253, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4261, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4266, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4270, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4275, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4282, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4286, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4290, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4295, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4307, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4310, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4316, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4320, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4324, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4327, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4333, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4343, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4347, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4350, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4356, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4360, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4363, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4368, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4380, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4385, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4390, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4393, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4397, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4402, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4405, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4409, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4416, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4420, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4425, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4430, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4433, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4438, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4449, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4454, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4461, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4465, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4469, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4473, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4478, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4485, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4488, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4492, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4496, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4500, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4503, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4508, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4511, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4514, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4519, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4525, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4531, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4534, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4538, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4541, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4545, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4552, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4555, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 4560, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 4566, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 4573, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4576, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4579, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4582, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4586, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4592, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4596, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4599, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4604, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4607, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4610, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4615, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4621, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4627, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4630, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4634, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4637, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4641, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4648, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4651, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4654, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 4662, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 4668, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 4675, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4678, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4681, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4684, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4688, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4694, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4701, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4704, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4709, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4712, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4718, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4721, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4733, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4739, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4744, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4753, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4765, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4776, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4782, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4787, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4792, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4798, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4803, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4808, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4814, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4817, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4825, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4830, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4834, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4838, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4846, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 4858, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4864, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4867, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4871, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4874, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4878, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4881, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4885, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4888, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4892, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4895, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4899, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4902, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4906, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4909, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4913, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4927, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4930, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4934, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4939, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4945, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4950, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4953, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4956, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4959, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4966, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4970, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4975, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4978, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4984, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4988, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4992, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4997, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5002, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5014, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5019, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5024, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5028, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5034, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5038, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5041, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5045, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5048, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5052, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5059, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5064, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5067, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5070, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5075, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5078, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5081, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5086, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5089, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5092, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5097, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5100, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 5127, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5136, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5151, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5159, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5165, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5168, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5173, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5176, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5181, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5184, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5189, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5192, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5197, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 5200, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5203, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5208, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 5211, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5214, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5217, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5221, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5225, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5231, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5234, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5237, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5241, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5245, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5249, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5257, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5261, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5266, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5270, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5274, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5282, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5286, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5293, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 5298, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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: #777;
}

/* line 5303, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5311, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5322, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5327, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5331, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5335, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5339, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5346, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5356, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5360, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5364, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5368, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5375, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5385, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5389, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5393, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5397, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5404, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5414, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5418, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5422, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5426, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5433, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5443, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5447, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5451, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5459, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 5462, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5468, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5471, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5477, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5484, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5491, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5495, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5500, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5506, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5512, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5516, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5519, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5522, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5527, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5533, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5538, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5545, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5555, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5565, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5570, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5577, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5587, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5597, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5603, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5607, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5611, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5625, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5639, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5649, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5659, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5663, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5666, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5670, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5673, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5676, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5680, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5683, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5686, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5689, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5694, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5697, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5701, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5704, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5707, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5712, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5715, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5719, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5722, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5725, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5730, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5733, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5737, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5740, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5743, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5748, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5751, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5755, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5758, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5761, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5766, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5769, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5773, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5776, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5779, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5784, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5787, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5791, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5794, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5801, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5814, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5817, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5820, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5830, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5834, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5838, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5842, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5852, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5860, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5867, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5870, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5882, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5891, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5897, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5901, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5906, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5918, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5927, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5931, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5935, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5939, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5942, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5946, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5950, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5955, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5959, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5962, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5965, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5973, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5977, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5981, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5986, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5990, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6014, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6018, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6022, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6026, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6030, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6034, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6042, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6049, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6056, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6063, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6070, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6077, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6084, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6091, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6098, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6105, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6139, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6142, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6145, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6148, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6151, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6159, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6162, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6171, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6174, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6178, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6186, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6193, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6201, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6208, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6216, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6223, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6231, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6238, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6241, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6246, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6253, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6258, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6268, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6274, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6280, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6288, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6293, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6296, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6302, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6305, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6308, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6312, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6315, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6318, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6332, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6340, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6350, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6358, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6368, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6373, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6378, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6385, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6388, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6391, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6402, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6414, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6420, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 6432, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6436, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 6445, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6449, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6453, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6458, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6462, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6497, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6515, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6520, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6523, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6526, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6529, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.show {
  display: block !important;
}

/* line 6532, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6535, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6542, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6545, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6551, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6557, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.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 6572, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6575, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6578, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6581, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6587, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6592, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6597, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6602, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6605, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6608, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6611, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6617, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6622, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6627, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6632, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6635, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6638, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6641, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6647, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6652, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6657, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6662, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6665, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6668, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6671, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6677, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6682, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6687, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6692, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6697, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6702, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6707, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6711, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6715, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6718, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6721, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6724, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6729, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6733, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6737, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6741, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6745, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6749, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6754, /home/app/aumatio/app/assets/stylesheets/sp_app/bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/static_assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static_assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/static_assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/static_assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/static_assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/static_assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-2x {
  font-size: 2em;
}

/* line 31, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-3x {
  font-size: 3em;
}

/* line 34, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-4x {
  font-size: 4em;
}

/* line 37, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-5x {
  font-size: 5em;
}

/* line 40, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ul > li {
  position: relative;
}

/* line 52, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pull-left {
  float: left;
}

/* line 70, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pull-right {
  float: right;
}

/* line 73, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.pull-right {
  float: right;
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.pull-left {
  float: left;
}

/* line 86, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 120, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-glass:before {
  content: "\f000";
}

/* line 186, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-music:before {
  content: "\f001";
}

/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-search:before {
  content: "\f002";
}

/* line 192, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-heart:before {
  content: "\f004";
}

/* line 198, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-star:before {
  content: "\f005";
}

/* line 201, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user:before {
  content: "\f007";
}

/* line 207, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-film:before {
  content: "\f008";
}

/* line 210, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-th:before {
  content: "\f00a";
}

/* line 216, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-check:before {
  content: "\f00c";
}

/* line 222, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-signal:before {
  content: "\f012";
}

/* line 239, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-home:before {
  content: "\f015";
}

/* line 249, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-road:before {
  content: "\f018";
}

/* line 258, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-download:before {
  content: "\f019";
}

/* line 261, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lock:before {
  content: "\f023";
}

/* line 286, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flag:before {
  content: "\f024";
}

/* line 289, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-book:before {
  content: "\f02d";
}

/* line 316, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-print:before {
  content: "\f02f";
}

/* line 322, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-camera:before {
  content: "\f030";
}

/* line 325, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-font:before {
  content: "\f031";
}

/* line 328, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bold:before {
  content: "\f032";
}

/* line 331, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-italic:before {
  content: "\f033";
}

/* line 334, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-list:before {
  content: "\f03a";
}

/* line 355, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tint:before {
  content: "\f043";
}

/* line 382, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-play:before {
  content: "\f04b";
}

/* line 407, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eject:before {
  content: "\f052";
}

/* line 425, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-expand:before {
  content: "\f065";
}

/* line 480, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-compress:before {
  content: "\f066";
}

/* line 483, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plus:before {
  content: "\f067";
}

/* line 486, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-minus:before {
  content: "\f068";
}

/* line 489, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plane:before {
  content: "\f072";
}

/* line 517, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-random:before {
  content: "\f074";
}

/* line 523, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-comment:before {
  content: "\f075";
}

/* line 526, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-key:before {
  content: "\f084";
}

/* line 569, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-comments:before {
  content: "\f086";
}

/* line 576, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-upload:before {
  content: "\f093";
}

/* line 612, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-phone:before {
  content: "\f095";
}

/* line 618, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-github:before {
  content: "\f09b";
}

/* line 637, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-circle:before {
  content: "\f111";
}

/* line 948, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-code:before {
  content: "\f121";
}

/* line 988, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-question:before {
  content: "\f128";
}

/* line 1013, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-info:before {
  content: "\f129";
}

/* line 1016, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-female:before {
  content: "\f182";
}

/* line 1278, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-male:before {
  content: "\f183";
}

/* line 1281, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-server:before {
  content: "\f233";
}

/* line 1799, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-train:before {
  content: "\f238";
}

/* line 1815, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1839, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1843, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1847, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1851, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1855, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1858, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1861, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 1864, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1867, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1870, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1873, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1876, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1879, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 1882, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1885, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1888, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1892, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1896, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1900, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1903, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1907, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1911, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1914, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1917, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1920, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1923, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1926, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1929, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 1932, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1935, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gg:before {
  content: "\f260";
}

/* line 1938, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1941, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1944, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1947, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1950, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1953, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1956, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-safari:before {
  content: "\f267";
}

/* line 1959, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 1962, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 1965, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 1968, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1971, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1975, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 1978, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 1981, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 1984, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1987, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1990, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1993, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1996, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-industry:before {
  content: "\f275";
}

/* line 1999, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2002, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2005, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-map-o:before {
  content: "\f278";
}

/* line 2008, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-map:before {
  content: "\f279";
}

/* line 2011, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2014, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2017, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2020, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2023, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2026, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2029, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2032, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-edge:before {
  content: "\f282";
}

/* line 2035, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2038, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2041, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-modx:before {
  content: "\f285";
}

/* line 2044, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2047, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-usb:before {
  content: "\f287";
}

/* line 2050, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2053, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2056, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2059, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2062, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2065, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2068, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2071, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2074, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2077, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2080, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2083, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2086, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-percent:before {
  content: "\f295";
}

/* line 2089, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2092, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2095, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2098, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envira:before {
  content: "\f299";
}

/* line 2101, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2104, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2107, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2110, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-blind:before {
  content: "\f29d";
}

/* line 2113, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2116, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2119, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2122, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2125, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2129, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2134, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2137, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2140, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2144, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2147, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2150, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2153, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2156, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2159, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2162, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2165, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2168, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2171, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2174, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2178, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2182, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2185, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2188, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2191, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2194, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2197, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2200, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2204, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2208, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2211, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2214, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2217, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2220, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2224, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2228, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2231, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2234, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2237, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2242, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2246, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2250, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2254, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2258, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2261, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2266, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2269, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2272, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2275, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2278, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2282, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2286, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2289, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2292, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2295, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2298, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2301, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2304, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2307, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2310, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2313, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2316, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2319, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2329, /home/app/aumatio/app/assets/stylesheets/sp_app/font-awesome.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * metismenu - v2.7.0
 * A jQuery menu plugin
 * https://github.com/onokumus/metismenu#readme
 *
 * Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
 * Under MIT License
 */
/* line 10, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

/* line 14, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
*[dir="rtl"] .metismenu .arrow {
  float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
/* line 23, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

/* line 26, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
/* line 35, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .fa.arrow:before {
  content: "\f104";
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/
/* line 47, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .ion.arrow:before {
  content: "";
}

/* line 50, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}

/* line 53, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .plus-times {
  float: right;
}

/* line 56, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
*[dir="rtl"] .metismenu .plus-times {
  float: left;
}

/* line 59, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .fa.plus-times:before {
  content: "\f067";
}

/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 68, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .plus-minus {
  float: right;
}

/* line 71, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}

/* line 74, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .fa.plus-minus:before {
  content: "\f067";
}

/* line 77, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}

/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .collapse {
  display: none;
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .collapse.in {
  display: block;
}

/* line 86, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 101, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .has-arrow {
  position: relative;
}

/* line 105, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 128, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}

/* line 137, /home/app/aumatio/app/assets/stylesheets/sp_app/metisMenu.css */
.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
/* line 8, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
/* line 19, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
/* line 27, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

/* line 40, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 99, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 125, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 155, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* line 253, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 283, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
/* line 317, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 347, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
/* line 381, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
/* line 445, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 475, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
/* line 509, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 539, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 603, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
/* line 637, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 667, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
/* line 701, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 731, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
/* line 765, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 795, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
/* line 829, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 859, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
/* line 893, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
/* line 933, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
/* line 975, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
/* line 1013, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
/* line 1055, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
/* line 1093, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
/* line 1135, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1167, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1203, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1235, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1271, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1303, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1339, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1371, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1407, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1439, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1475, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1507, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1543, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1573, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 1613, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1639, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 1679, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1705, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 1745, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* line 1769, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* line 1797, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* line 1821, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* line 1849, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/* line 1873, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* line 1900, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/* line 1924, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* line 1952, /home/app/aumatio/app/assets/stylesheets/sp_app/animsition.css */
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/* line 1, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 9, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 100px;
}

/* line 17, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 2.75s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 2.75s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 2.75s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 2.75s infinite;
  transform: rotate(225deg);
  animation: orbit 2.75s infinite;
}

/* line 33, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall .wInnerBall {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000000;
  left: 0px;
  top: 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 2;
}

/* line 47, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall:first-child {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 54, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall:nth-child(2) {
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

/* line 61, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall:nth-child(3) {
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

/* line 68, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall:nth-child(4) {
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

/* line 75, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.spinner-windows8 .wBall:nth-child(5) {
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/* line 312, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.tooltip {
  z-index: 20000;
}

/* line 315, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
body.lobipanel-minimized {
  padding-bottom: 36px;
}

/* line 318, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel {
  position: relative;
  margin-bottom: 15px;
}

/* line 322, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading {
  padding: 5px;
  position: relative;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 328, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading > .panel-title {
  float: left;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 30px;
  padding-left: 15px;
}

/* line 338, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading > .panel-title h1,
.lobipanel > .panel-heading > .panel-title h2,
.lobipanel > .panel-heading > .panel-title h3,
.lobipanel > .panel-heading > .panel-title h4,
.lobipanel > .panel-heading > .panel-title h5,
.lobipanel > .panel-heading > .panel-title h6 {
  margin: 0;
  line-height: 30px;
  letter-spacing: 0.5px;
}

/* line 348, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading > .panel-title input {
  color: inherit;
  line-height: 30px;
  border-radius: 2px;
  padding: 0 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #337ab7;
  outline: 0;
}

/* line 358, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading > .panel-title input:focus {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 361, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown {
  display: inline-block;
  float: right;
  position: relative;
}

/* line 366, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown .dropdown-menu {
  left: auto;
  right: 0;
  min-width: initial;
  margin-top: 0;
  border-radius: 0;
}

/* line 373, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
  display: inline-block;
  margin-left: 15px;
}

/* line 377, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown .dropdown-toggle {
  border: none;
  outline: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
  width: 30px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 389, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
  top: 0;
  line-height: 30px;
}

/* line 393, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover,
.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover:focus {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 398, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading .dropdown.open .dropdown-toggle {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 402, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading:before,
.lobipanel > .panel-heading:after {
  content: " ";
  display: table;
}

/* line 407, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-heading:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .panel-title {
    max-width: calc(100% - 180px);
  }

  /* line 414, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu {
    position: static;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    min-width: initial;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }

  /* line 426, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li {
    display: inline-block;
  }

  /* line 429, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
    cursor: pointer;
    color: inherit;
    padding: 0;
    outline: 0;
    text-align: center;
    width: 30px;
    font-size: 13px;
    color: #374767;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  /* line 442, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
    top: 0;
    line-height: 30px;
  }

  /* line 446, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .control-title {
    display: none;
  }

  /* line 449, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover,
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
  }

  /* line 454, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
    text-shadow: none;
    background-color: transparent;
  }

  /* line 458, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
  .lobipanel .panel-heading .dropdown .dropdown-toggle {
    display: none;
  }
}
/* line 462, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel > .panel-body {
  /*    overflow: auto;*/
  position: relative;
}

/* line 466, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel .panel-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

/* line 475, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-collapsed > .panel-heading {
  border-bottom: none;
}

/* line 478, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="reload"],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
  display: none;
}

/* line 483, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-expanded,
.lobipanel.panel-unpin,
.lobipanel.panel-minimized.panel-unpin {
  margin-bottom: 0;
}

/* line 488, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin {
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
  box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
}

/* line 495, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin > .panel-heading {
  cursor: move;
}

/* line 498, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized {
  float: left;
  position: initial;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 170px;
  margin-right: 5px;
}

/* line 507, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading {
  padding: 0;
  cursor: pointer;
  border-bottom: none;
}

/* line 512, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title {
  max-width: calc(100% - 60px);
}

/* line 515, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h1,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h2,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h3,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h4,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h5,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h6 {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 524, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu {
  position: static;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  min-width: initial;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

/* line 536, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li {
  display: inline-block;
}

/* line 539, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
  cursor: pointer;
  color: inherit;
  padding: 0;
  outline: 0;
  text-align: center;
  width: 30px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 551, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
  top: 0;
  line-height: 30px;
}

/* line 555, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
  display: none;
}

/* line 558, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:hover,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 563, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus {
  text-shadow: none;
  background-color: transparent;
}

/* line 567, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-toggle {
  display: none;
}

/* line 570, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
  display: none;
}

/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="close"],
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
  display: inline-block;
}

/* line 577, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-unpin.panel-minimized > .panel-body,
.lobipanel.panel-unpin.panel-minimized > .panel-footer {
  display: none !important;
}

/* line 581, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-expanded > .panel-heading {
  cursor: initial;
}

/* line 584, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="minimize"] {
  display: none;
}

/* line 588, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel.panel-expanded.panel-unpin > .panel-heading .panel-control[data-func="minimize"] {
  display: block;
}

/* line 591, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel-minimized-toolbar {
  position: fixed;
  height: 36px;
  padding: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background: rgba(34, 115, 182, 0.51);
}

/* line 601, /home/app/aumatio/app/assets/stylesheets/sp_app/lobipanel.css */
.lobipanel-placeholder {
  background-color: #f9f5d1;
  border: 1px dashed #919191;
  margin-bottom: 15px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}
/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/materia_icons.css */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'themify';
  src: url("/static_assets/fonts/themify.eot?-fvbane");
  src: url("/static_assets/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/static_assets/fonts/themify.woff?-fvbane") format("woff"), url("/static_assets/fonts/themify.ttf?-fvbane") format("truetype"), url("/static_assets/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  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 26, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-wand:before {
  content: "\e600";
}

/* line 29, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-volume:before {
  content: "\e601";
}

/* line 32, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-user:before {
  content: "\e602";
}

/* line 35, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-unlock:before {
  content: "\e603";
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-unlink:before {
  content: "\e604";
}

/* line 41, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-trash:before {
  content: "\e605";
}

/* line 44, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-thought:before {
  content: "\e606";
}

/* line 47, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-target:before {
  content: "\e607";
}

/* line 50, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-tag:before {
  content: "\e608";
}

/* line 53, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-tablet:before {
  content: "\e609";
}

/* line 56, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-star:before {
  content: "\e60a";
}

/* line 59, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-spray:before {
  content: "\e60b";
}

/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-signal:before {
  content: "\e60c";
}

/* line 65, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 68, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 71, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-settings:before {
  content: "\e60f";
}

/* line 74, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-search:before {
  content: "\e610";
}

/* line 77, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-cut:before {
  content: "\e613";
}

/* line 86, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ruler:before {
  content: "\e614";
}

/* line 89, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 92, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 95, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bookmark:before {
  content: "\e617";
}

/* line 98, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 101, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-reload:before {
  content: "\e619";
}

/* line 104, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-plus:before {
  content: "\e61a";
}

/* line 107, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pin:before {
  content: "\e61b";
}

/* line 110, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pencil:before {
  content: "\e61c";
}

/* line 113, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 116, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 119, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 122, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-na:before {
  content: "\e620";
}

/* line 125, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-mobile:before {
  content: "\e621";
}

/* line 128, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-minus:before {
  content: "\e622";
}

/* line 131, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-medall:before {
  content: "\e623";
}

/* line 134, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 137, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-marker:before {
  content: "\e625";
}

/* line 140, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 143, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 146, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 149, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 152, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 155, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-lock:before {
  content: "\e62b";
}

/* line 158, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 161, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-link:before {
  content: "\e62d";
}

/* line 164, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout:before {
  content: "\e62e";
}

/* line 167, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layers:before {
  content: "\e62f";
}

/* line 170, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 173, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-key:before {
  content: "\e631";
}

/* line 176, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-import:before {
  content: "\e632";
}

/* line 179, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-image:before {
  content: "\e633";
}

/* line 182, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-heart:before {
  content: "\e634";
}

/* line 185, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 188, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 191, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-open:before {
  content: "\e637";
}

/* line 194, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 197, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-folder:before {
  content: "\e639";
}

/* line 200, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-flag:before {
  content: "\e63a";
}

/* line 203, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 206, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 209, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-eye:before {
  content: "\e63d";
}

/* line 212, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-export:before {
  content: "\e63e";
}

/* line 215, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 218, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-desktop:before {
  content: "\e640";
}

/* line 221, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-cup:before {
  content: "\e641";
}

/* line 224, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-crown:before {
  content: "\e642";
}

/* line 227, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-comments:before {
  content: "\e643";
}

/* line 230, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-comment:before {
  content: "\e644";
}

/* line 233, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 236, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-close:before {
  content: "\e646";
}

/* line 239, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-clip:before {
  content: "\e647";
}

/* line 242, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-up:before {
  content: "\e648";
}

/* line 245, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-right:before {
  content: "\e649";
}

/* line 248, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 251, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 254, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-check:before {
  content: "\e64c";
}

/* line 257, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-check-box:before {
  content: "\e64d";
}

/* line 260, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-camera:before {
  content: "\e64e";
}

/* line 263, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-announcement:before {
  content: "\e64f";
}

/* line 266, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-brush:before {
  content: "\e650";
}

/* line 269, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-briefcase:before {
  content: "\e651";
}

/* line 272, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bolt:before {
  content: "\e652";
}

/* line 275, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 278, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-blackboard:before {
  content: "\e654";
}

/* line 281, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bag:before {
  content: "\e655";
}

/* line 284, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-move:before {
  content: "\e656";
}

/* line 287, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 290, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 293, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 296, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 299, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 302, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 305, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 308, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 311, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 314, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 317, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 320, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 323, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 326, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-zip:before {
  content: "\e664";
}

/* line 329, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-world:before {
  content: "\e665";
}

/* line 332, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 335, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-view-list:before {
  content: "\e667";
}

/* line 338, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 341, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-view-grid:before {
  content: "\e669";
}

/* line 344, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 347, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-upload:before {
  content: "\e66b";
}

/* line 350, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-underline:before {
  content: "\e66c";
}

/* line 353, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-truck:before {
  content: "\e66d";
}

/* line 356, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-timer:before {
  content: "\e66e";
}

/* line 359, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ticket:before {
  content: "\e66f";
}

/* line 362, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 365, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 368, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-text:before {
  content: "\e672";
}

/* line 371, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-stats-up:before {
  content: "\e673";
}

/* line 374, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-stats-down:before {
  content: "\e674";
}

/* line 377, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-split-v:before {
  content: "\e675";
}

/* line 380, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-split-h:before {
  content: "\e676";
}

/* line 383, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-smallcap:before {
  content: "\e677";
}

/* line 386, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shine:before {
  content: "\e678";
}

/* line 389, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shift-right:before {
  content: "\e679";
}

/* line 392, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 395, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shield:before {
  content: "\e67b";
}

/* line 398, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-notepad:before {
  content: "\e67c";
}

/* line 401, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-server:before {
  content: "\e67d";
}

/* line 404, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 407, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 410, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pulse:before {
  content: "\e680";
}

/* line 413, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-printer:before {
  content: "\e681";
}

/* line 416, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-power-off:before {
  content: "\e682";
}

/* line 419, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-plug:before {
  content: "\e683";
}

/* line 422, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 425, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-paragraph:before {
  content: "\e685";
}

/* line 428, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-panel:before {
  content: "\e686";
}

/* line 431, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-package:before {
  content: "\e687";
}

/* line 434, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-music:before {
  content: "\e688";
}

/* line 437, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-music-alt:before {
  content: "\e689";
}

/* line 440, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-mouse:before {
  content: "\e68a";
}

/* line 443, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 446, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-money:before {
  content: "\e68c";
}

/* line 449, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-microphone:before {
  content: "\e68d";
}

/* line 452, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-menu:before {
  content: "\e68e";
}

/* line 455, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 458, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-map:before {
  content: "\e690";
}

/* line 461, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-map-alt:before {
  content: "\e691";
}

/* line 464, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-loop:before {
  content: "\e692";
}

/* line 467, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-location-pin:before {
  content: "\e693";
}

/* line 470, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-list:before {
  content: "\e694";
}

/* line 473, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 476, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-Italic:before {
  content: "\e696";
}

/* line 479, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-info:before {
  content: "\e697";
}

/* line 482, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-infinite:before {
  content: "\e698";
}

/* line 485, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-id-badge:before {
  content: "\e699";
}

/* line 488, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hummer:before {
  content: "\e69a";
}

/* line 491, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-home:before {
  content: "\e69b";
}

/* line 494, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-help:before {
  content: "\e69c";
}

/* line 497, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-headphone:before {
  content: "\e69d";
}

/* line 500, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 503, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 506, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-gift:before {
  content: "\e6a0";
}

/* line 509, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-game:before {
  content: "\e6a1";
}

/* line 512, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-filter:before {
  content: "\e6a2";
}

/* line 515, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-files:before {
  content: "\e6a3";
}

/* line 518, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-file:before {
  content: "\e6a4";
}

/* line 521, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 524, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 527, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-download:before {
  content: "\e6a7";
}

/* line 530, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-direction:before {
  content: "\e6a8";
}

/* line 533, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 536, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 539, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 542, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 545, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 548, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 551, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 554, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 557, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 560, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 563, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 566, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 569, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-car:before {
  content: "\e6b5";
}

/* line 572, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 575, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-book:before {
  content: "\e6b7";
}

/* line 578, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bell:before {
  content: "\e6b8";
}

/* line 581, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 584, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 587, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 590, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 593, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 596, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 599, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-archive:before {
  content: "\e6bf";
}

/* line 602, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 605, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 608, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 611, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 614, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 617, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-alert:before {
  content: "\e6c5";
}

/* line 620, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 623, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 626, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-write:before {
  content: "\e6c8";
}

/* line 629, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-window:before {
  content: "\e6c9";
}

/* line 632, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 635, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-widget:before {
  content: "\e6cb";
}

/* line 638, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 641, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 644, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 647, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 650, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-vector:before {
  content: "\e6d0";
}

/* line 653, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 656, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 659, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 662, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-support:before {
  content: "\e6d4";
}

/* line 665, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 668, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 671, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-slice:before {
  content: "\e6d7";
}

/* line 674, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 677, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 680, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 683, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 686, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 689, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 692, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 695, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 698, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-palette:before {
  content: "\e6e0";
}

/* line 701, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-more:before {
  content: "\e6e1";
}

/* line 704, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 707, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 710, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 713, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 716, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 719, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 722, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 725, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 728, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 731, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 734, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 737, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 740, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 743, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 746, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 749, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 752, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 755, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 758, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 761, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 764, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 767, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 770, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 773, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 776, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 779, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 782, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 785, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 788, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 791, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 794, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 797, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 800, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 803, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 806, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 809, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 812, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 815, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 818, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 821, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 824, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 827, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 830, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 833, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 836, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 839, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 842, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 845, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 848, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 851, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 854, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 857, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 860, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 863, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-info-alt:before {
  content: "\e717";
}

/* line 866, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-help-alt:before {
  content: "\e718";
}

/* line 869, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 872, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 875, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 878, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 881, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 884, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-gallery:before {
  content: "\e71e";
}

/* line 887, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 890, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-face-sad:before {
  content: "\e720";
}

/* line 893, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-credit-card:before {
  content: "\e721";
}

/* line 896, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 899, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 902, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-record:before {
  content: "\e724";
}

/* line 905, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-control-eject:before {
  content: "\e725";
}

/* line 908, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 911, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 914, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-youtube:before {
  content: "\e728";
}

/* line 917, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-vimeo:before {
  content: "\e729";
}

/* line 920, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-twitter:before {
  content: "\e72a";
}

/* line 923, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-time:before {
  content: "\e72b";
}

/* line 926, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 929, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-skype:before {
  content: "\e72d";
}

/* line 932, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-share:before {
  content: "\e72e";
}

/* line 935, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 938, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-rocket:before {
  content: "\e730";
}

/* line 941, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pinterest:before {
  content: "\e731";
}

/* line 944, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-new-window:before {
  content: "\e732";
}

/* line 947, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-microsoft:before {
  content: "\e733";
}

/* line 950, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-list-ol:before {
  content: "\e734";
}

/* line 953, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-linkedin:before {
  content: "\e735";
}

/* line 956, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 959, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 962, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 965, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 968, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 971, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 974, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 977, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-instagram:before {
  content: "\e73d";
}

/* line 980, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-google:before {
  content: "\e73e";
}

/* line 983, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-github:before {
  content: "\e73f";
}

/* line 986, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-flickr:before {
  content: "\e740";
}

/* line 989, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-facebook:before {
  content: "\e741";
}

/* line 992, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-dropbox:before {
  content: "\e742";
}

/* line 995, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-dribbble:before {
  content: "\e743";
}

/* line 998, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-apple:before {
  content: "\e744";
}

/* line 1001, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-android:before {
  content: "\e745";
}

/* line 1004, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-save:before {
  content: "\e746";
}

/* line 1007, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1010, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1013, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1016, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1019, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1022, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1025, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-trello:before {
  content: "\e74d";
}

/* line 1028, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1031, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1034, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1037, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1040, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-reddit:before {
  content: "\e752";
}

/* line 1043, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1046, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1049, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-linux:before {
  content: "\e755";
}

/* line 1052, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1055, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-joomla:before {
  content: "\e757";
}

/* line 1058, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-html5:before {
  content: "\e758";
}

/* line 1061, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1064, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-email:before {
  content: "\e75a";
}

/* line 1067, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1070, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1073, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-css3:before {
  content: "\e75d";
}

/* line 1076, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-rss:before {
  content: "\e75e";
}

/* line 1079, /home/app/aumatio/app/assets/stylesheets/sp_app/themify-icons.css */
.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("/static_assets/fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("/static_assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("/static_assets/fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("/static_assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/static_assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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 27, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-album:before {
  content: "\e6aa";
}

/* line 30, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-arc:before {
  content: "\e6ab";
}

/* line 33, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-back-2:before {
  content: "\e6ac";
}

/* line 36, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bandaid:before {
  content: "\e6ad";
}

/* line 39, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-car:before {
  content: "\e6ae";
}

/* line 42, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-diamond:before {
  content: "\e6af";
}

/* line 45, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-door-lock:before {
  content: "\e6b0";
}

/* line 48, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-eyedropper:before {
  content: "\e6b1";
}

/* line 51, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-female:before {
  content: "\e6b2";
}

/* line 54, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-gym:before {
  content: "\e6b3";
}

/* line 57, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-hammer:before {
  content: "\e6b4";
}

/* line 60, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-headphones:before {
  content: "\e6b5";
}

/* line 63, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-helm:before {
  content: "\e6b6";
}

/* line 66, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-hourglass:before {
  content: "\e6b7";
}

/* line 69, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-leaf:before {
  content: "\e6b8";
}

/* line 72, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-magic-wand:before {
  content: "\e6b9";
}

/* line 75, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-male:before {
  content: "\e6ba";
}

/* line 78, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-map-2:before {
  content: "\e6bb";
}

/* line 81, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-next-2:before {
  content: "\e6bc";
}

/* line 84, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

/* line 87, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-pendrive:before {
  content: "\e6be";
}

/* line 90, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-photo:before {
  content: "\e6bf";
}

/* line 93, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-piggy:before {
  content: "\e6c0";
}

/* line 96, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-plugin:before {
  content: "\e6c1";
}

/* line 99, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-refresh-2:before {
  content: "\e6c2";
}

/* line 102, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-rocket:before {
  content: "\e6c3";
}

/* line 105, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-settings:before {
  content: "\e6c4";
}

/* line 108, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-shield:before {
  content: "\e6c5";
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-smile:before {
  content: "\e6c6";
}

/* line 114, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-usb:before {
  content: "\e6c7";
}

/* line 117, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-vector:before {
  content: "\e6c8";
}

/* line 120, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-wine:before {
  content: "\e6c9";
}

/* line 123, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cloud-upload:before {
  content: "\e68a";
}

/* line 126, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cash:before {
  content: "\e68c";
}

/* line 129, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-close:before {
  content: "\e680";
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bluetooth:before {
  content: "\e68d";
}

/* line 135, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cloud-download:before {
  content: "\e68b";
}

/* line 138, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-way:before {
  content: "\e68e";
}

/* line 141, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-close-circle:before {
  content: "\e681";
}

/* line 144, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-id:before {
  content: "\e68f";
}

/* line 147, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-up:before {
  content: "\e682";
}

/* line 150, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-wristwatch:before {
  content: "\e690";
}

/* line 153, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-up-circle:before {
  content: "\e683";
}

/* line 156, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-world:before {
  content: "\e691";
}

/* line 159, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-right:before {
  content: "\e684";
}

/* line 162, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-volume:before {
  content: "\e692";
}

/* line 165, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-right-circle:before {
  content: "\e685";
}

/* line 168, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-users:before {
  content: "\e693";
}

/* line 171, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-left:before {
  content: "\e686";
}

/* line 174, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-user-female:before {
  content: "\e694";
}

/* line 177, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-left-circle:before {
  content: "\e687";
}

/* line 180, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-up-arrow:before {
  content: "\e695";
}

/* line 183, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-down:before {
  content: "\e688";
}

/* line 186, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-switch:before {
  content: "\e696";
}

/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-angle-down-circle:before {
  content: "\e689";
}

/* line 192, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-scissors:before {
  content: "\e697";
}

/* line 195, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-wallet:before {
  content: "\e600";
}

/* line 198, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-safe:before {
  content: "\e698";
}

/* line 201, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-volume2:before {
  content: "\e601";
}

/* line 204, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-volume1:before {
  content: "\e602";
}

/* line 207, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-voicemail:before {
  content: "\e603";
}

/* line 210, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-video:before {
  content: "\e604";
}

/* line 213, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-user:before {
  content: "\e605";
}

/* line 216, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-upload:before {
  content: "\e606";
}

/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-unlock:before {
  content: "\e607";
}

/* line 222, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-umbrella:before {
  content: "\e608";
}

/* line 225, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-trash:before {
  content: "\e609";
}

/* line 228, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-tools:before {
  content: "\e60a";
}

/* line 231, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-timer:before {
  content: "\e60b";
}

/* line 234, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-ticket:before {
  content: "\e60c";
}

/* line 237, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-target:before {
  content: "\e60d";
}

/* line 240, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-sun:before {
  content: "\e60e";
}

/* line 243, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-study:before {
  content: "\e60f";
}

/* line 246, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-stopwatch:before {
  content: "\e610";
}

/* line 249, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-star:before {
  content: "\e611";
}

/* line 252, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-speaker:before {
  content: "\e612";
}

/* line 255, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-signal:before {
  content: "\e613";
}

/* line 258, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-shuffle:before {
  content: "\e614";
}

/* line 261, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-shopbag:before {
  content: "\e615";
}

/* line 264, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-share:before {
  content: "\e616";
}

/* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-server:before {
  content: "\e617";
}

/* line 270, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-search:before {
  content: "\e618";
}

/* line 273, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-film:before {
  content: "\e6a5";
}

/* line 276, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-science:before {
  content: "\e619";
}

/* line 279, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-disk:before {
  content: "\e6a6";
}

/* line 282, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-ribbon:before {
  content: "\e61a";
}

/* line 285, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-repeat:before {
  content: "\e61b";
}

/* line 288, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-refresh:before {
  content: "\e61c";
}

/* line 291, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-add-user:before {
  content: "\e6a9";
}

/* line 294, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

/* line 297, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-paperclip:before {
  content: "\e69c";
}

/* line 300, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-radio:before {
  content: "\e61e";
}

/* line 303, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-note2:before {
  content: "\e69d";
}

/* line 306, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-print:before {
  content: "\e61f";
}

/* line 309, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-network:before {
  content: "\e69e";
}

/* line 312, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-prev:before {
  content: "\e620";
}

/* line 315, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-mute:before {
  content: "\e69f";
}

/* line 318, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-power:before {
  content: "\e621";
}

/* line 321, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-medal:before {
  content: "\e6a0";
}

/* line 324, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-portfolio:before {
  content: "\e622";
}

/* line 327, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-like2:before {
  content: "\e6a1";
}

/* line 330, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-plus:before {
  content: "\e623";
}

/* line 333, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-left-arrow:before {
  content: "\e6a2";
}

/* line 336, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-play:before {
  content: "\e624";
}

/* line 339, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-key:before {
  content: "\e6a3";
}

/* line 342, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-plane:before {
  content: "\e625";
}

/* line 345, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-joy:before {
  content: "\e6a4";
}

/* line 348, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-photo-gallery:before {
  content: "\e626";
}

/* line 351, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-pin:before {
  content: "\e69b";
}

/* line 354, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-phone:before {
  content: "\e627";
}

/* line 357, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-plug:before {
  content: "\e69a";
}

/* line 360, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-pen:before {
  content: "\e628";
}

/* line 363, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-right-arrow:before {
  content: "\e699";
}

/* line 366, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-paper-plane:before {
  content: "\e629";
}

/* line 369, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-delete-user:before {
  content: "\e6a7";
}

/* line 372, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-paint:before {
  content: "\e62a";
}

/* line 375, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

/* line 378, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-notebook:before {
  content: "\e62b";
}

/* line 381, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-note:before {
  content: "\e62c";
}

/* line 384, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-next:before {
  content: "\e62d";
}

/* line 387, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-news-paper:before {
  content: "\e62e";
}

/* line 390, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-musiclist:before {
  content: "\e62f";
}

/* line 393, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-music:before {
  content: "\e630";
}

/* line 396, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-mouse:before {
  content: "\e631";
}

/* line 399, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-more:before {
  content: "\e632";
}

/* line 402, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-moon:before {
  content: "\e633";
}

/* line 405, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-monitor:before {
  content: "\e634";
}

/* line 408, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-micro:before {
  content: "\e635";
}

/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-menu:before {
  content: "\e636";
}

/* line 414, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-map:before {
  content: "\e637";
}

/* line 417, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-map-marker:before {
  content: "\e638";
}

/* line 420, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-mail:before {
  content: "\e639";
}

/* line 423, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-mail-open:before {
  content: "\e63a";
}

/* line 426, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-mail-open-file:before {
  content: "\e63b";
}

/* line 429, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-magnet:before {
  content: "\e63c";
}

/* line 432, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-loop:before {
  content: "\e63d";
}

/* line 435, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-look:before {
  content: "\e63e";
}

/* line 438, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-lock:before {
  content: "\e63f";
}

/* line 441, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-lintern:before {
  content: "\e640";
}

/* line 444, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-link:before {
  content: "\e641";
}

/* line 447, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-like:before {
  content: "\e642";
}

/* line 450, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-light:before {
  content: "\e643";
}

/* line 453, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-less:before {
  content: "\e644";
}

/* line 456, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-keypad:before {
  content: "\e645";
}

/* line 459, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-junk:before {
  content: "\e646";
}

/* line 462, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-info:before {
  content: "\e647";
}

/* line 465, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-home:before {
  content: "\e648";
}

/* line 468, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-help2:before {
  content: "\e649";
}

/* line 471, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-help1:before {
  content: "\e64a";
}

/* line 474, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-graph3:before {
  content: "\e64b";
}

/* line 477, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-graph2:before {
  content: "\e64c";
}

/* line 480, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-graph1:before {
  content: "\e64d";
}

/* line 483, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-graph:before {
  content: "\e64e";
}

/* line 486, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-global:before {
  content: "\e64f";
}

/* line 489, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-gleam:before {
  content: "\e650";
}

/* line 492, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-glasses:before {
  content: "\e651";
}

/* line 495, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-gift:before {
  content: "\e652";
}

/* line 498, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-folder:before {
  content: "\e653";
}

/* line 501, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-flag:before {
  content: "\e654";
}

/* line 504, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-filter:before {
  content: "\e655";
}

/* line 507, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-file:before {
  content: "\e656";
}

/* line 510, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-expand1:before {
  content: "\e657";
}

/* line 513, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-exapnd2:before {
  content: "\e658";
}

/* line 516, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-edit:before {
  content: "\e659";
}

/* line 519, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-drop:before {
  content: "\e65a";
}

/* line 522, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-drawer:before {
  content: "\e65b";
}

/* line 525, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-download:before {
  content: "\e65c";
}

/* line 528, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-display2:before {
  content: "\e65d";
}

/* line 531, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-display1:before {
  content: "\e65e";
}

/* line 534, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-diskette:before {
  content: "\e65f";
}

/* line 537, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-date:before {
  content: "\e660";
}

/* line 540, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cup:before {
  content: "\e661";
}

/* line 543, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-culture:before {
  content: "\e662";
}

/* line 546, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-crop:before {
  content: "\e663";
}

/* line 549, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-credit:before {
  content: "\e664";
}

/* line 552, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-copy-file:before {
  content: "\e665";
}

/* line 555, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-config:before {
  content: "\e666";
}

/* line 558, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-compass:before {
  content: "\e667";
}

/* line 561, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-comment:before {
  content: "\e668";
}

/* line 564, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-coffee:before {
  content: "\e669";
}

/* line 567, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cloud:before {
  content: "\e66a";
}

/* line 570, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-clock:before {
  content: "\e66b";
}

/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-check:before {
  content: "\e66c";
}

/* line 576, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-chat:before {
  content: "\e66d";
}

/* line 579, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-cart:before {
  content: "\e66e";
}

/* line 582, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-camera:before {
  content: "\e66f";
}

/* line 585, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-call:before {
  content: "\e670";
}

/* line 588, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-calculator:before {
  content: "\e671";
}

/* line 591, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-browser:before {
  content: "\e672";
}

/* line 594, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-box2:before {
  content: "\e673";
}

/* line 597, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-box1:before {
  content: "\e674";
}

/* line 600, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bookmarks:before {
  content: "\e675";
}

/* line 603, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bicycle:before {
  content: "\e676";
}

/* line 606, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-bell:before {
  content: "\e677";
}

/* line 609, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-battery:before {
  content: "\e678";
}

/* line 612, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-ball:before {
  content: "\e679";
}

/* line 615, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-back:before {
  content: "\e67a";
}

/* line 618, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-attention:before {
  content: "\e67b";
}

/* line 621, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-anchor:before {
  content: "\e67c";
}

/* line 624, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-albums:before {
  content: "\e67d";
}

/* line 627, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-alarm:before {
  content: "\e67e";
}

/* line 630, /home/app/aumatio/app/assets/stylesheets/sp_app/pe-icon-7-stroke.css */
.pe-7s-airplay:before {
  content: "\e67f";
}

/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
}

@media (min-width: 768px) {
  /* line 8, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  #page-wrapper {
    position: inherit;
    margin: 70px 0 0 250px;
    padding: 0 30px 30px;
  }
}
/* line 15, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar {
  border: 0;
  font-weight: 500;
  min-height: 70px;
  margin-bottom: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  /* line 29, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
  }
}
@media (min-width: 768px) {
  /* line 36, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .nav-container {
    padding: 0 1rem;
    height: 70px;
    background: inherit;
    margin-left: 250px;
    position: relative;
  }
}
/* line 45, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > a {
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  /* line 50, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* line 56, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > a {
  color: #374767;
}

/*dropdown menu*/
/* line 63, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-menu {
  z-index: 0;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
}

/* line 71, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-menu .divider {
  margin: 0;
  background-color: #e7ecf5;
}

/* line 76, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu {
  margin: 20px 0px 0;
}

/* line 80, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-menu li a {
  padding: 8px 10px;
  min-height: 0;
  color: #374767;
  font-weight: 500;
}

/* line 87, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu {
  position: relative;
}

/* line 91, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border: 0;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
}

/* line 102, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu > a::before {
  font-family: FontAwesome;
  float: right;
  content: "\f105";
  margin-top: 0;
}

/* line 109, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

/* line 113, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 117, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*mega menu*/
/* line 128, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown {
  position: static !important;
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu {
  padding: 0;
  margin-left: 30px !important;
  margin-right: 30px !important;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}

/* line 141, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu:before,
.navbar-top-links .dropdown-menu:before {
  content: "";
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -9px;
  left: 220px;
  z-index: 10;
}

/* line 153, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu:after,
.navbar-top-links .dropdown-menu:after {
  content: "";
  border-bottom: 10px solid rgba(39, 44, 48, 0.16);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 219px;
  z-index: 8;
}

/* line 165, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-user:before {
  left: 131px;
}

/* line 169, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-user:after {
  left: 130px;
}

/* line 173, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu:before {
  left: 20px;
}

/* line 177, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu:after {
  left: 19px;
}

/* line 181, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu:before {
  left: 294px;
}

/* line 185, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu::after {
  left: 293px;
}

/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li {
  margin: 0;
}

/* line 193, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu {
  padding: 0;
  border-right: solid 1px #e7ecf5;
  width: 20%;
  margin: 0;
}

/* line 200, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu:last-child {
  border-right: 0;
}

/* line 204, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 210, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu ul.menu-col li {
  border-top: solid 1px #e7ecf5;
  position: relative;
}

/* line 215, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu ul.menu-col li:first-child {
  border-top: 0;
}

/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu ul.menu-col li a {
  position: relative;
  color: #374767;
  display: block;
  text-decoration: none;
  padding: 10px 15px 10px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* line 230, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.mega-dropdown-menu li .col-menu ul.menu-col li a i {
  margin-right: 10px;
}

/*navber header*/
/* line 237, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-brand {
  height: 70px;
  padding: 10px 15px;
  line-height: 50px;
  font-family: 'Alegreya Sans', sans-serif;
  text-align: center;
  display: block;
  float: none;
}

@media (min-width: 768px) {
  /* line 248, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-header {
    height: 100%;
    padding: 0 15px;
    width: 250px;
    min-width: 250px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 257, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-brand {
    font-weight: 700;
    font-size: 26px;
  }

  /* line 261, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-brand > img {
    height: 45px;
  }
}
@media (max-width: 767px) {
  /* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-brand {
    height: 60px;
    padding: 8px 0;
    margin-left: 15px;
  }

  /* line 272, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-brand > img {
    height: 40px;
  }
}
/* line 277, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links {
  margin-right: 0;
}

/* line 281, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li {
  display: inline-block;
}

/* line 285, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li:last-child {
  margin-right: 10px;
}

/* line 290, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.nav > li > a.btn-buy {
  border-radius: 2em;
  padding: 7px 14px;
  margin: 16px 15px;
  font-size: 13px;
  font-weight: 600;
}

/* line 298, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li a.dropdown-toggle,
.navbar-nav li a.menu-toggle,
.navbar-nav li a.search-trigger,
.navbar-nav li a#fullscreen,
.navbar-nav li a#menu-toggle,
.navbar-top-links > li.log_out a {
  padding: 22px 10px;
  font-size: 25px;
  line-height: 20px;
}

/* line 309, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li a.dropdown-toggle:hover,
.navbar-top-links li a.dropdown-toggle:active,
.navbar-top-links li a.dropdown-toggle:focus,
.navbar-nav li a.menu-toggle:hover,
.navbar-nav li a.menu-toggle:active,
.navbar-nav li a.menu-toggle:focus,
.navbar-nav li a.search-trigger:hover,
.navbar-nav li a.search-trigger:active,
.navbar-nav li a.search-trigger:focus {
  color: #fff;
  background-color: transparent;
}

/* line 322, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li a .label {
  position: absolute;
  top: 13px;
  right: 0px;
  line-height: 11px;
  padding: 0px;
  border-radius: 50em;
  height: 18px;
  width: 19px;
  font-size: 12px;
}

/*Notify*/
/* line 337, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.notify {
  position: relative;
  top: -22px;
  right: -4px;
}

/* line 343, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #fc4b6c;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 361, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fc4b6c;
  position: absolute;
  right: 6px;
  top: -10px;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
/* line 419, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 423, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 427, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 431, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu {
  padding: 0;
  opacity: 0;
  display: block;
  margin: 20px 0px 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*-webkit-transform: scale(1, 0);*/
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

/* line 448, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 455, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 250px;
  min-width: 0;
}

/* line 462, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-messages {
  margin-left: 15px;
}

/* line 466, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-tasks {
  margin-left: -34px;
}

/* line 470, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-alerts {
  margin-left: -82px;
}

/* line 474, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
  padding: 5px 0;
}

/* line 480, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

/* line 485, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu li.rad-dropmenu-footer,
.navbar-top-links .dropdown-menu li.rad-dropmenu-header {
  display: block !important;
  font-size: 13px;
  margin: 0 !important;
  text-align: center;
  /*background-color: #f1f3f6;*/
}

/* line 494, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.rad-dropmenu-header {
  border-bottom: 1px solid #EEEEEE;
}

/* line 498, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.rad-dropmenu-footer {
  border-top: 1px solid #EEEEEE;
}

/* line 502, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links .dropdown-menu li.rad-dropmenu-footer > a,
.navbar-top-links .dropdown-menu li.rad-dropmenu-header > a {
  line-height: 12px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 10px;
}

/*.sidebar .sidebar-search {
    padding: 15px;
}*/
/* line 515, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links li.log_out {
  margin-right: -10px;
}

/* line 519, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.navbar-top-links > li.log_out a {
  padding: 22px 20px;
}

@media (max-width: 767px) {
  /* line 524, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-header {
    background-color: #1c2260;
  }

  /* line 527, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-toggle {
    border: 0;
    color: #fff;
    font-size: 28px;
    padding: 6px 10px;
    line-height: 1;
  }

  /* line 534, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-toggle:hover {
    background-color: transparent;
  }

  /* line 537, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-nav {
    margin: 0;
  }

  /* line 540, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links {
    /*float: right;*/
  }

  /* line 543, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links li a.dropdown-toggle,
  .navbar-nav li a.menu-toggle,
  .navbar-nav li a.search-trigger,
  .navbar-nav li a#fullscreen,
  .navbar-nav li a#menu-toggle,
  .navbar-top-links > li.log_out a {
    padding: 18px 10px;
  }

  /* line 551, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links > li.log_out a {
    padding: 18px 18px;
  }

  /* line 554, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links li.log_out {
    margin-right: 0px;
    float: right;
  }

  /* line 558, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-messages::before {
    left: 15px;
  }

  /* line 561, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-messages::after {
    left: 14px;
  }

  /* line 564, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-tasks::before {
    left: 47px;
  }

  /* line 567, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-tasks::after {
    left: 46px;
  }

  /* line 570, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-alerts::before {
    left: 95px;
  }

  /* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-alerts::after {
    left: 94px;
  }
}
/*Sidebar menu*/
/* line 581, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li {
  display: block;
  border-left: 3px solid transparent;
  transition: 0.3s;
  line-height: 24px;
  font-size: 15px;
}

/* line 589, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li.active,
.sidebar ul li:hover {
  color: #fff;
  border-color: #f91942;
  background-color: rgba(255, 255, 255, 0.09);
}

/* line 596, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li.active,
.sidebar ul li.active:hover {
  border-color: #f91942;
}

/* line 601, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li span.nav-tag {
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Open Sans";
  font-weight: 600;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 0;
  padding: 0 7px;
  box-sizing: border-box;
  text-align: center;
  min-width: 20px;
  height: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 50px;
  margin-left: 4px;
}

/* line 621, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li span.nav-tag.green {
  background-color: #64bc36;
}

/* line 625, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li span.nav-tag.yellow {
  background-color: #b9be1c;
}

/* line 629, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li span.nav-tag.red {
  background-color: #ee3535;
}

/* line 633, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .nav-heading {
  padding: 12px 15px;
  font-size: 13px;
  pointer-events: none;
  cursor: default;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 642, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li a {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

/* line 648, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li a i {
  color: #98a7b7;
  font-size: 21px;
  margin-right: 7px;
  vertical-align: middle;
}

/* line 655, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(2) a i {
  color: #558B2F;
}

/* line 659, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(3) a i {
  color: #cd6724;
}

/* line 663, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(4) a i {
  color: #f29824;
}

/* line 667, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(5) a i {
  color: #adb7be;
}

/* line 671, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(6) a i {
  color: #b348ae;
}

/* line 675, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(8) a i {
  color: #cd6724;
}

/* line 679, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(9) a i {
  color: #21a788;
}

/* line 683, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(10) a i {
  color: #E5343D;
}

/* line 687, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(11) a i {
  color: #EF6C00;
}

/* line 691, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(12) a i {
  color: #FFB61E;
}

/* line 695, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(14) a i {
  color: #428bca;
}

/* line 699, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(15) a i {
  color: #D4E157;
}

/* line 703, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(16) a i {
  color: #00B8D4;
}

/* line 707, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar ul li:nth-child(17) a i {
  color: #64bc36;
}

/* line 711, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .arrow {
  float: right;
}

/* line 715, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .fa.arrow:before {
  content: "\f104";
}

/* line 719, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 723, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

/* line 728, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .nav-second-level li a {
  padding-left: 46px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 734, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .nav-second-level li {
  /*padding-left: 4px;*/
  background-color: transparent;
  border: 0;
}

/* line 740, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  /* line 745, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .sidebar {
    z-index: 1;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    /*padding-top: 71px;*/
    min-height: 100%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }

  /* line 755, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
/* line 762, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 768, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-primary.btn-outline {
  color: #428bca;
}

/* line 772, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 776, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 780, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 784, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 788, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

/* line 796, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 802, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

/* line 808, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 812, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 816, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat li .chat-body p {
  margin: 0;
}

/* line 820, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 825, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* line 830, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.login-panel {
  margin-top: 25%;
}

/* line 834, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.flot-chart {
  display: block;
  height: 400px;
}

/* line 839, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 844, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
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 {
  background: transparent;
}

/* line 852, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

/* line 858, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

/* line 864, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* line 871, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 881, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 890, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 899, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.huge {
  font-size: 40px;
}

/* line 903, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-green {
  border-color: #5cb85c;
}

/* line 907, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

/* line 913, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-green > a {
  color: #5cb85c;
}

/* line 917, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-green > a:hover {
  color: #3d8b3d;
}

/* line 921, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-red {
  border-color: #d9534f;
}

/* line 925, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

/* line 931, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-red > a {
  color: #d9534f;
}

/* line 935, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-red > a:hover {
  color: #b52b27;
}

/* line 939, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-yellow {
  border-color: #f0ad4e;
}

/* line 943, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

/* line 949, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-yellow > a {
  color: #f0ad4e;
}

/* line 953, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.panel-yellow > a:hover {
  color: #df8a13;
}

/* line 957, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

/* line 963, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

/* line 974, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

/* line 979, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 985, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li:after {
  clear: both;
}

/* line 989, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 995, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li:after {
  clear: both;
}

/* line 999, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 1010, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

/* line 1022, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

/* line 1034, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

/* line 1050, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 1054, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

/* line 1061, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

/* line 1068, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 1072, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 1076, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 1080, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 1084, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 1088, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 1093, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 1098, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 1103, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline:before {
    left: 40px;
  }

  /* line 1106, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  /* line 1111, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  /* line 1116, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline > li > .timeline-panel {
    float: right;
  }

  /* line 1119, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  /* line 1125, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
/* Search Overlay */
/* line 1135, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}

/* line 1145, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#fullscreen-searchform:focus {
  outline: none;
  border: none;
}

/* line 1150, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 20px;
  width: 25px;
  top: 33px;
  color: #1c2260;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 1164, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  color: #1c2260 !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg);
}

/* line 1177, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#fullscreen-searchform {
  position: relative;
  verticle-align: top;
}

/* line 1182, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 0 0 rgba(28, 34, 96, 0.1);
  -moz-box-shadow: 0 2px 0 0 rgba(28, 34, 96, 0.1);
  box-shadow: 0 2px 0 0 rgba(28, 34, 96, 0.1);
  border: 0;
  font-size: 35px;
  padding: 20px;
  color: #1c2260;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1199, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input:focus {
  boder: none;
  outline: none;
}

/* line 1204, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay.fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

/* line 1209, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  /*background-color: rgba(255, 255, 255, .94);*/
  background-color: white;
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

/* line 1227, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.animate-element,
.effect-bg-layer,
.fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 1235, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay {
  z-index: 999;
}

/* line 1239, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay .fullscreen-close:link,
.fullscreen-search-overlay .fullscreen-close:visited {
  color: #1c2260;
}

/* line 1244, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay .fullscreen-close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

/* line 1257, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay.fullscreen-search-overlay-show #fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

/* line 1268, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.fullscreen-search-overlay #fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

/* line 1289, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

/* Search Button */
/* line 1301, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#search-button i {
  color: #fff !important;
}

/* line 1305, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#search-button:hover,
.fullscreen-close:hover {
  opacity: 0.6;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

/* line 1319, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#fullscreen-search-input:focus {
  box-shadow: 0px 3px 0px 0px rgba(0, 86, 210, 0.54) !important;
}

/* Material Ripple effect */
/* line 1326, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.material-ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

/* line 1333, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.material-ink {
  position: absolute;
  background: #bdc3c7;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0.4;
}

/* line 1341, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.blue-ripple > .material-ink {
  background-color: #5c6ac4;
}

/* animation effect */
/* line 1348, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.material-ink.animate {
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/* line 1359, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.control-sidebar-bg, .side-bar {
  right: -240px;
  width: 240px;
  overflow-y: auto;
  height: 100%;
  background-color: #2c3136;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}

/* line 1370, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.side-bar {
  display: block;
  position: fixed;
  z-index: 11;
}

/* line 1376, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.side-bar.right-bar {
  right: -240px;
  /*top: 70px;*/
}

/* line 1381, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#wrapper.toggled .control-sidebar-bg {
  box-shadow: 0 0 70px 10px rgba(57, 55, 73, 0.5);
}

/* line 1384, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#wrapper.toggled .control-sidebar-bg,
#wrapper.toggled .right-bar {
  right: 0;
}

/* line 1389, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.control-sidebar-bg {
  top: 0;
}

/* line 1393, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.control-sidebar-bg {
  position: fixed;
  z-index: 10;
  bottom: 0;
}

/* line 1399, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

/* line 1405, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/*Right Sidebar tab*/
/* line 1412, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.right-sidebar-tabs {
  width: 100%;
}

/* line 1416, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.right-sidebar-tabs.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 33.33%;
  text-align: center;
}

/* line 1423, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.right-sidebar-tabs.nav-tabs > li > a {
  color: #c0c0c0;
  font-weight: 600;
  background-color: #1b1f23;
  border-radius: 0;
  font-size: 18px;
  border: 0;
  padding: 8px 15px;
  margin: 0;
}

/* line 1434, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.right-sidebar-tabs.nav-tabs > li.active > a,
.right-sidebar-tabs.nav-tabs > li.active > a:focus,
.right-sidebar-tabs.nav-tabs > li.active > a:hover {
  border: 0;
  background-color: #2c3136;
  color: #fff;
}

/* line 1441, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
.side-bar .tab-content {
  padding: 15px;
}

/* line 1445, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#styleOptions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1451, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#styleOptions li:nth-child(1),
#styleOptions li:nth-child(5),
#styleOptions li:nth-child(9) {
  display: block;
}

/* line 1457, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#styleOptions li {
  color: #fff;
  padding: 5px 0;
  list-style: none;
  display: inline-block;
}

/* line 1464, /home/app/aumatio/app/assets/stylesheets/sp_app/app.css */
#styleOptions li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: #000;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/* Common, default styles for the notification box */
/* line 3, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box {
  position: fixed;
  background: #222;
  padding: 22px;
  line-height: 1.4;
  z-index: 9999999 !important;
  /*1031;*/
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 100%;
}

/* line 14, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box.ns-show {
  pointer-events: auto;
}

/* line 18, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

/* line 24, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}

/* line 29, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box p {
  margin: 0;
  color: #fff;
}

/* line 34, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}

/* line 39, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 52, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close:hover,
.ns-close:focus {
  outline: none;
}

/* line 57, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e;
}

/* line 68, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}

/* line 73, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 78, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-default.css */
.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Growl-style notifications */
/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-attached {
  left: 340px;
  max-width: 300px;
  z-index: 10000;
}

/* line 8, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
[class^="ns-effect-"].ns-attached.ns-hide,
[class*=" ns-effect-"].ns-attached.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual effects */
/* Flip */
/* line 17, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-flip {
  background: #3b3e47;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  bottom: 0px;
  font-size: 1.15em;
  padding: 1.5em;
  max-width: 280px;
  backface-visibility: hidden;
}

/* line 28, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-flip .ns-close::before,
.ns-effect-flip .ns-close::after {
  background: #fff;
}

/* line 33, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-flip .ns-close:hover::before,
.ns-effect-flip .ns-close:hover::after {
  background: #4e8455;
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-flip.ns-show,
.ns-effect-flip.ns-hide {
  -webkit-animation-name: animFlipFront;
  animation-name: animFlipFront;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 46, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-flip.ns-hide {
  -webkit-animation-name: animFlipBack;
  animation-name: animFlipBack;
}

@-webkit-keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
@-webkit-keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
/* Bouncy Flip adapted from animate.css by Dan Eden: http://daneden.github.io/animate.css/ */
/* line 72, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  background: #fff;
  color: #484860;
  top: 0;
  box-shadow: 0 13px 10px -5px rgba(0, 0, 0, 0.2);
}

/* line 81, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip .icon {
  position: absolute;
  display: block;
  top: 2em;
  left: 2em;
}

/* line 88, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip p {
  padding: 0.5em 0.8em 0.8em 3.5em;
  color: #7a7a7a;
}

/* line 93, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip .ns-close::after,
.ns-effect-bouncyflip .ns-close::before {
  background: #484860;
}

/* line 98, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip .ns-close:hover::after,
.ns-effect-bouncyflip .ns-close:hover::before {
  background: #545484;
}

/* line 103, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip.ns-show,
.ns-effect-bouncyflip.ns-hide {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 174, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
.ns-effect-bouncyflip.ns-hide {
  -webkit-animation-name: flipInXSimple;
  animation-name: flipInXSimple;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media screen and (max-width: 25em) {
  /* line 205, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-attached.css */
  .ns-attached {
    left: 30px;
    max-width: none;
    right: 30px;
  }
}
/* To bar notifications */
/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-box.ns-bar {
  top: 0;
  left: 0;
  width: 100%;
}

/* line 8, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-bar .ns-close {
  background: transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 16, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
  background: #b7b5b3;
}

/* line 21, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual Effects */
/* Slide on top */
/* line 30, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop {
  box-shadow: inset 4.5em 0 rgba(0, 0, 0, 0.6);
}

/* line 34, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop .icon {
  position: absolute;
  display: block;
  font-size: 109%;
  top: 50%;
  left: 1em;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 44, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop p {
  padding: 0 3.2em;
  font-size: 1.2em;
  display: inline-block;
}

/* line 50, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
  width: 2px;
  background: #fff;
}

/* line 56, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
  background: #fff;
}

/* line 61, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 73, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
}
@keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
}
/* line 88, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Expanding Loader */
/* line 107, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader {
  background: #fff;
  color: #7a7264;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 114, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader .icon {
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 122, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader .ns-box-inner {
  position: relative;
}

/* line 126, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader p {
  padding: 0.25em 2em 0.25em 3em;
  color: #7a7a7a;
}

/* line 131, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
  background: #98815a;
}

/* line 136, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader.ns-show {
  -webkit-animation-name: animLoad;
  animation-name: animLoad;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.3, 1);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.3, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.3, 1);
  }
  80%, 85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.3, 1);
    transform: scale3d(0, 0.3, 1);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.3, 1);
    transform: scale3d(0.5, 0.3, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.3, 1);
    transform: scale3d(0.6, 0.3, 1);
  }
  80%, 85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1);
    transform: scale3d(1, 0.3, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 159, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 166, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

/* line 176, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

/* line 181, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-bar.css */
.ns-effect-exploader.ns-show .ns-box-inner {
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Growl-style notifications */
/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-growl {
  top: 85px;
  left: 30px;
  max-width: 300px;
  border-radius: 5px;
  z-index: 9999999 !important;
}

/* line 10, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-growl p {
  margin: 0;
  color: #fff;
}

/* line 15, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual effects */
/* Scale */
/* line 24, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale {
  background: #B350FF;
  z-index: 10000;
}

/* line 29, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale a {
  color: #5F1598;
}

/* line 33, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale a:hover,
.ns-effect-scale a:focus {
  color: #fff;
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale .ns-close::before,
.ns-effect-scale .ns-close::after {
  background: #fff;
}

/* line 43, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale .ns-close:hover::before,
.ns-effect-scale .ns-close:hover::after {
  background: #fff;
}

/* line 48, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
/* Jelly */
/* line 67, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly {
  z-index: 10000;
  background: #62d0f1;
  /*    max-width: 280px;*/
  top: 145px;
}

/* line 74, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly a {
  color: #5699bc;
}

/* line 78, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly a:hover,
.ns-effect-jelly a:focus {
  color: #fff;
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly .ns-close::before,
.ns-effect-jelly .ns-close::after {
  background: #fff;
}

/* line 88, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly .ns-close:hover::before,
.ns-effect-jelly .ns-close:hover::after {
  background: #fff;
}

/* line 93, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly.ns-show {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 102, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-jelly.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Slide */
/* line 226, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-slide {
  background: #428bca;
  top: auto;
  bottom: 30px;
}

/* line 232, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-slide .ns-close::before,
.ns-effect-slide .ns-close::after {
  background: #333;
}

/* line 237, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-slide .ns-close:hover::before,
.ns-effect-slide .ns-close:hover::after {
  background: #fff;
}

/* line 242, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-slide.ns-show {
  -webkit-animation-name: animSlideElastic;
  animation-name: animSlideElastic;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */
@-webkit-keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* line 381, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-slide.ns-hide {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
    transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Fly up */
/* line 399, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-genie {
  top: auto;
  bottom: 120px;
  background: #5b69bc;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2), 2px 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 406, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-genie .ns-close::after,
.ns-effect-genie .ns-close::before {
  background: #0eada0;
}

/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-genie .ns-close:hover::after,
.ns-effect-genie .ns-close:hover::before {
  background: #fff;
}

/* line 416, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
.ns-effect-genie.ns-show,
.ns-effect-genie.ns-hide {
  -webkit-animation-name: animGenie;
  animation-name: animGenie;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 25em) {
  /* line 440, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
  .ns-growl {
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
  }

  /* line 447, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-growl.css */
  .ns-effect-slide,
  .ns-effect-genie {
    top: auto;
    bottom: 10px;
  }
}
/* line 1, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.notification-shape {
  position: fixed;
  z-index: 10000;
}

/* line 6, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.notification-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
[class^="ns-effect-"].ns-other.ns-hide,
[class*=" ns-effect-"].ns-other.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual Effects */
/* Expand SVG corner */
/* line 23, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand {
  width: 200px;
  min-height: 200px;
  background: #37a000;
  text-align: center;
  position: relative;
  z-index: 100;
}

/* line 32, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.shape-box {
  top: 0;
  right: 0;
  width: 200px;
  min-height: 200px;
}

/* line 39, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.shape-box path {
  fill: #37a000;
}

/* line 43, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand .icon {
  color: #5a7d98;
  background: #fff;
  display: block;
  width: 4em;
  height: 4em;
  line-height: 5.3;
  margin: 0.5em auto 1.25em;
  border-radius: 50%;
}

/* line 54, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand .ns-close {
  top: 15px;
  right: 15px;
}

/* line 59, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand .ns-close::before,
.ns-effect-cornerexpand .ns-close::after {
  background: #3b5163;
}

/* line 64, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand .ns-close:hover::before,
.ns-effect-cornerexpand .ns-close:hover::after {
  background: #fff;
}

/* line 69, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand a {
  color: #3b5163;
  opacity: 1;
}

/* line 74, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand a:hover,
.ns-effect-cornerexpand a:focus {
  color: #fff;
}

/* line 79, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand.ns-show,
.ns-effect-cornerexpand.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 87, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-cornerexpand.ns-show {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* SVG Windshield Wiper */
/* line 106, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle {
  width: 250px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 40px;
  background: #fff;
  font-weight: 700;
  padding: 0.75em 1.5em 0;
  position: relative;
  z-index: 100;
}

/* line 118, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle .ns-close {
  border: 2px solid #ddd;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 127, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle .ns-close::before,
.ns-effect-loadingcircle .ns-close::after {
  background: #ddd;
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle .ns-close:hover::before,
.ns-effect-loadingcircle .ns-close:hover::after {
  background: #72BF7B;
}

/* line 137, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle .ns-box-inner {
  color: #72BF7B;
}

/* line 141, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle .ns-box-inner p {
  color: #7a7a7a;
}

/* line 145, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.shape-progress {
  bottom: 40px;
  left: 40px;
}

/* line 150, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.shape-progress svg {
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  z-index: 100;
}

/* line 158, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.shape-progress path {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-dasharray: 204;
  stroke-dashoffset: 204;
  opacity: 0;
}

/* line 167, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle.ns-show + svg path {
  -webkit-animation: animDash 3s;
  animation: animDash 3s;
}

@-webkit-keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* line 188, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle.ns-show {
  opacity: 0;
  -webkit-animation-name: animResize;
  animation-name: animResize;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
}

@-webkit-keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 250px;
    background: #fff;
  }
}
@keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 250px;
    background: #fff;
  }
}
/* line 212, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close,
.ns-effect-loadingcircle.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 221, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

/* line 230, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-loadingcircle.ns-hide {
  opacity: 1;
}

@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Box spinner (from http://tobiasahlin.com/spinkit/) */
/* line 245, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner {
  width: 250px;
  height: 90px;
  top: 30px;
  left: 30px;
  background: #FFB61E;
  font-weight: 700;
  border-radius: 5px;
  outline: 1px solid transparent;
}

/* line 257, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner .ns-close::before,
.ns-effect-boxspinner .ns-close::after {
  background: #fff;
}

/* line 262, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner .ns-close:hover::before,
.ns-effect-boxspinner .ns-close:hover::after {
  background: #fff;
}

/* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner a {
  color: #27546c;
}

/* line 271, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner a:hover {
  color: #fff;
}

/* line 275, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner .ns-box-inner,
.ns-effect-boxspinner .ns-close {
  opacity: 0;
}

/* line 280, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner.ns-show {
  -webkit-animation-name: animFade, animSpin, animExpand;
  animation-name: animFade, animSpin, animExpand;
  -webkit-animation-duration: 0.9s, 1.2s, 0.3s;
  animation-duration: 0.9s, 1.2s, 0.3s;
  -webkit-animation-delay: 0s, 0s, 2.4s;
  animation-delay: 0s, 0s, 2.4s;
  -webkit-animation-iteration-count: 1, 2, 1;
  animation-iteration-count: 1, 2, 1;
  -webkit-animation-timing-function: ease-in-out, ease, cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: ease-in-out, ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-fill-mode: forwards, forwards, both;
  animation-fill-mode: forwards, forwards, both;
}

@-webkit-keyframes animSpin {
  0% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    width: 70px;
    height: 70px;
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px);
    width: 70px;
    height: 70px;
  }
}
@keyframes animSpin {
  0% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(181deg) rotateX(181deg);
    width: 70px;
    height: 70px;
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(181deg);
  }
  100% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px);
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes animExpand {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 250px;
    height: 90px;
  }
}
@keyframes animExpand {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 250px;
    height: 90px;
  }
}
/* line 317, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner .ns-box-inner {
  backface-visibility: hidden;
}

/* line 321, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner.ns-show .ns-box-inner,
.ns-effect-boxspinner.ns-show .ns-close,
.ns-effect-boxspinner.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* line 330, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner.ns-show .ns-box-inner,
.ns-effect-boxspinner.ns-show .ns-close {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

/* line 339, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-boxspinner.ns-hide {
  opacity: 1;
}

/* Thumb slider */
/* line 344, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider {
  background: transparent;
}

/* line 348, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-close {
  top: 1.8em;
  right: 1.8em;
}

/* line 353, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p,
.ns-effect-thumbslider.ns-hide .ns-content p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* line 366, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* line 372, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-hide .ns-content p {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* line 378, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-close::before,
.ns-effect-thumbslider .ns-close::after {
  background: #ddd;
  width: 2px;
}

/* line 384, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-close:hover::before,
.ns-effect-thumbslider .ns-close:hover::after {
  background: #aaa;
}

/* line 389, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-box-inner {
  overflow: hidden;
}

/* line 393, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-thumb {
  position: absolute;
  z-index: 100;
  overflow: hidden;
}

/* line 399, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-content {
  background: #fff;
  color: #727275;
  font-weight: bold;
  padding: 0 40px 0 80px;
  height: 64px;
  line-height: 60px;
}

/* line 407, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider .ns-content p {
  color: #727275;
}

/* line 411, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-show .ns-content,
.ns-effect-thumbslider.ns-hide .ns-content {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 423, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-show .ns-content {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 428, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-hide .ns-content {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 445, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-show .ns-thumb,
.ns-effect-thumbslider.ns-hide .ns-thumb {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 457, /home/app/aumatio/app/assets/stylesheets/sp_app/ns-style-other.css */
.ns-effect-thumbslider.ns-hide .ns-thumb {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    opacity: 1;
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    opacity: 1;
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 173, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 202, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 204, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 206, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 210, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 212, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 214, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 220, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 226, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 228, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 230, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 243, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 246, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 248, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 251, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 256, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 260, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 268, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 276, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 278, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 284, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 291, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 301, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 305, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 312, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 319, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 325, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 340, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 353, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 355, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 358, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 379, /home/app/aumatio/app/assets/stylesheets/sp_app/dropzone.css */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
 *
 *   
    AdminPage - Responsive Admin Theme
 *   version 1.0
 *
*/
/*Core: General Layout Style
==============================================================================*/
/* line 13, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
body, html {
  background-color: #f1f3f6;
}

/* line 16, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
body {
  color: #00044c;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 22, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#wrapper {
  position: relative;
}

/*--- animsition loading ---*/
/* line 28, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.animsition-loading,
.animsition-loading:after {
  width: 50px;
  height: 50px;
}

/* line 34, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.animsition-loading {
  background-color: transparent;
  border-top: 1px solid #558B2F;
  border-right: 1px solid #558B2F;
  border-bottom: 1px solid #558B2F;
  border-left: 1px solid #c0c0c0;
}

/* line 42, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #e1e6ef;
}

/* line 48, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.main-footer {
  -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
  transition: transform .3s ease-in-out,margin .3s ease-in-out;
  margin-left: 250px;
  z-index: 820;
}

/*--- selectin ---*/
/* line 60, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
::-moz-selection {
  color: #fff;
  background: #5c6ac4;
  text-shadow: none;
}

/* line 66, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
::selection {
  color: #fff;
  background: #5c6ac4;
  text-shadow: none;
}

/* H1 - H6 font */
/* line 75, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 90, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
p {
  margin: 0 0 10px;
}

/* General Links */
/* line 97, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
a {
  text-decoration: none;
}

/* line 101, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
hr {
  border-top: 1px solid #e1e6ef;
}

/* margins & paddings */
@media (min-width: 1200px) {
  /* line 119, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .container {
    width: 1140px;
  }
}
/* line 124, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.container,
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 130, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 135, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.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 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 187, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-0 {
  margin: 0 !important;
}

/* line 191, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 195, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 199, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-r-2 {
  margin-right: 2px !important;
}

/* line 203, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 207, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 211, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-b {
  margin-bottom: 20px !important;
}

/* line 215, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 219, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 223, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 227, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 231, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.p-0 {
  padding: 0 !important;
}

/* line 235, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 239, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 243, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.p-20 {
  padding: 20px !important;
}

/* line 247, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 251, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.space-25 {
  margin: 12.5px 0;
  line-height: 0;
}

/*color*/
/* line 259, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-green {
  color: #558B2F !important;
}

/* line 263, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-red {
  color: #E5343D !important;
}

/* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-violet {
  color: #8E23E0 !important;
}

/* line 271, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-gray {
  color: #9a9a9a !important;
}

/* line 275, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-yellow {
  color: #FFB61E !important;
}

/* line 279, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color-info {
  color: #62d0f1 !important;
}

/*text color*/
/* line 286, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-white {
  color: #fff !important;
}

/* line 290, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-muted {
  color: #9a9a9a !important;
}

/* line 294, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-primary {
  color: #428bca !important;
}

/* line 298, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-success {
  color: #558B2F !important;
}

/* line 302, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-info {
  color: #62d0f1 !important;
}

/* line 306, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-warning {
  color: #FFB61E !important;
}

/* line 310, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-danger {
  color: #E5343D !important;
}

/* line 314, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-inverse {
  color: #3b3e47 !important;
}

/* line 318, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-purple {
  color: #5b69bc !important;
}

/* line 322, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-pink {
  color: #ff8acc !important;
}

/* line 326, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-black {
  color: #000 !important;
}

/* line 330, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-violet {
  color: #8E23E0 !important;
}

/*border color*/
/* line 337, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-all {
  border: 1px solid #e4e5e7 !important;
}

/* line 341, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-btm {
  border-bottom: 1px solid #e4e5e7 !important;
}

/* line 345, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-green {
  border-color: #558B2F !important;
}

/* line 349, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-red {
  border-color: #E5343D !important;
}

/* line 353, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-violet {
  border-color: #8E23E0 !important;
}

/* line 357, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-gray {
  border-color: #9a9a9a !important;
}

/* line 361, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.border-yellow {
  border-color: #FFB61E !important;
}

/* line 365, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bg-green {
  background: #558B2F !important;
}

/*background color*/
/* line 372, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bg-red {
  background: #E5343D !important;
}

/* line 376, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bg-violet {
  background: #8E23E0 !important;
}

/* line 380, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bg-gray {
  background: #9a9a9a !important;
}

/* line 384, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bg-yellow {
  background: #FFB61E !important;
}

/*--- back to top ---*/
/* line 391, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#toTop {
  position: fixed;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

/* line 400, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.back-top {
  color: #fff;
  height: 34px;
  width: 34px;
  padding: 7px 9px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  /* line 409, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  #toTop {
    right: 30px;
  }
}
/*--- Page Header ---*/
/* line 417, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

/* line 422, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}

/*--- Component: Main Header ---*/
/* line 431, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.main-header {
  position: relative;
  margin-bottom: 20px;
}

/* Color
=========================== */
/* line 438, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
a, .side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
.content-header .header-icon,
.breadcrumb > .active,
.rad-list-content,
.icon_box i,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tree li a:hover,
.f1-step.activated .f1-step-icon,
.f1-step.active p,
.f1-step.activated p,
.profile-usermenu ul li a:hover,
.profile-usermenu ul li.active a,
.view-header .header-icon,
#bottom_text a,
.dd-handle:hover,
#nestable .dd-handle:hover,
.dd3-content:hover,
.cbp_tmtimeline > li .cbp_tmtime span:first-child,
.pricing .pricing_price,
.pricing .pricing_sentence {
  color: #558B2F;
}

/* line 465, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #558B2F !important;
}

/*
Background color
=========================== */
/* line 477, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-success > .panel-heading,
.inbox-item .profile-status.available,
.btn-success,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.icon_list li:hover,
.progress-bar-success,
.progress-bar-success .tooltip .tooltip-inner,
.card-footer-message,
.label-success,
.chart-legend-color.green,
.info-aapl li span.green,
.yearly-change span,
.modal-success .modal-header,
.f1-step.active .f1-step-icon,
.f1-progress-line,
.dd3-handle,
.pricing .pricing_action,
nav.navbar.bootsnav ul.nav > li > a::before {
  background-color: #558B2F !important;
}

@media (max-width: 920px) {
  /* line 503, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
  nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
    color: #f43438 !important;
  }
}
@media (max-width: 992px) {
  /* line 509, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  nav.navbar.bootsnav ul.nav > li > a::before {
    background-color: transparent !important;
  }
}
/*
Border
=========================== */
/*ul.cart-list > li.total > .btn {
    border-color: #f43438;
}*/
/*
Background
=========================== */
/* line 529, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus {
  background-color: #f43438;
}

/* line 536, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus {
  background-color: #dc3236 !important;
}

/* line 541, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
nav.bootsnav .megamenu-content .title {
  margin-top: 0;
  color: #fff;
}

/*page header*/
/* line 549, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e1e6ef;
  margin: 0 -30px 30px;
}

/* line 557, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header hr {
  border-top: 1px solid #ddd;
}

/* line 561, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header .header-icon {
  font-size: 45px;
  width: 55px;
  float: left;
  line-height: 1;
  margin-right: 10px;
}

/* line 569, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header .header-title {
  margin-left: 55px;
}

/* line 573, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header .header-title h1 {
  margin: 0;
  font-size: 24px;
}

/* line 578, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.content-header .header-title small {
  font-size: 13px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 600;
  color: #7a7a7a;
}

/* line 586, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.header-title .breadcrumb {
  float: right;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  padding: 7px;
  position: absolute;
  bottom: 28px;
  right: 20px;
  border-radius: 0;
  border: 0;
  font-weight: 600;
}

/* line 601, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.header-title .breadcrumb > li > a {
  color: #374767;
  text-decoration: none;
  display: inline-block;
}

/* line 608, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.header-title .breadcrumb > li > a > .fa,
.header-title .breadcrumb > li > a > .glyphicon,
.header-title .breadcrumb > li > a > .ion {
  margin-right: 5px;
}

@media (max-width: 991px) {
  /* line 615, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .header-title .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none !important;
    padding-left: 10px;
  }

  /* line 623, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .header-title .breadcrumb li:before {
    color: #97a0b3;
  }
}
@media (max-width: 767px) {
  /* line 629, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .content-header {
    padding: 12px 15px;
    margin: 20px 0 20px;
    border: 1px solid #e1e6ef;
  }

  /* line 634, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .content-header .header-icon {
    width: 50px;
    font-size: 40px;
  }

  /* line 638, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .content-header .header-title {
    margin-left: 50px;
  }

  /* line 641, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .main-header {
    position: relative;
  }

  /* line 644, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .main-header .logo,
  .main-header .top-nav {
    width: 100%;
    float: none !important;
  }

  /* line 649, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .main-header .top-nav {
    margin: 0 !important;
  }

  /* line 652, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .main-header .navbar-custom-menu {
    float: left;
  }
}
/*@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}*/
/*--- Component: Sidebar ---*/
/* line 673, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sidebar-heading {
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}

/* line 681, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-group {
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}

/* line 687, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-group.group::before {
  content: "";
  position: absolute;
  background: #e1e6ef;
  top: -20px;
  bottom: -20px;
  left: 35px;
  width: 1px;
}

/* line 697, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-group-item {
  padding: 15px;
  display: block;
}

/*.rad-list-group-item:hover {
    color: #fff;
    background: #33383e;
}*/
/* line 707, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-group-item::after {
  content: "";
  display: table;
}

/* line 712, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-bg-danger {
  background: #E94B3B;
}

/* line 716, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-icon {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  color: white;
  top: -5px;
}

/* line 727, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-shadow {
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.26);
}

/* line 731, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-list-content {
  line-height: 1.3;
  margin-left: 50px;
  color: #fff;
}

/* line 738, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.md-text {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 500;
}

/* line 744, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

/* line 750, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}

/* line 755, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sidebar-menu .progress {
  margin: 0;
}

/* line 759, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sidebar-menu .subheading {
  margin-top: 0;
  display: block;
  font-weight: 400;
  font-size: 15px;
}

/* line 767, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
  padding: 0;
  border: 0;
}

/* line 773, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.navbar-top-links .dropdown-menu li a .progress {
  margin-bottom: 0;
}

/* line 777, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-content {
  color: #404040;
}

/* line 781, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-notification-body {
  /*color: black;*/
  vertical-align: middle;
  margin-left: 35px;
}

/* line 787, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lg-text {
  font-size: 13px;
  font-weight: 600;
}

/* line 792, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sm-text {
  font-size: 12px;
  color: #9a9da0;
}

/* line 797, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rad-dropmenu-footer {
  /*border-top: 1px solid #CFD8DC;*/
}

/* line 801, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-avatar {
  border-radius: 50%;
}

/* line 805, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-avatar.small {
  width: 26px;
  height: 26px;
}

/* line 810, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-avatar img {
  border-radius: 50%;
}

/*Panel page
==============================================================================*/
/* line 818, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel {
  box-shadow: none;
  /*overflow: hidden;*/
  border-radius: 0;
}

/* line 824, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  margin: 0;
  line-height: 26px;
  letter-spacing: .5px;
  display: inline-block;
}

/* line 836, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-title i {
  margin-right: 5px !important;
}

/* line 840, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-bd,
.panel-primary,
.panel-success,
.panel-info,
.panel-warning,
.panel-danger,
.panel-inverse {
  border: 1px solid #e1e6ef;
}

/* line 850, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lobipanel {
  margin-bottom: 20px;
}

/* line 854, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-bd > .panel-heading {
  color: #374767;
  background-color: #fff;
  border-color: #e4e5e7;
  position: relative;
}

/* line 861, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 867, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-success > .panel-heading {
  color: #fff;
  border-color: #558B2F;
}

/* line 872, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-info > .panel-heading {
  color: #fff;
  background-color: #62d0f1;
  border-color: #62d0f1;
}

/* line 878, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffc751;
  border-color: #ffc751;
}

/* line 884, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #E5343D;
  border-color: #E5343D;
}

/* line 890, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #3b3e47;
  border-color: #3b3e47;
}

/* line 896, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.panel-footer {
  background-color: #f7f9fa;
  border-top: 1px solid #e1e6ef;
}

@media (min-width: 768px) {
  /* line 902, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .panel-primary.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
  .panel-success.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
  .panel-info.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
  .panel-warning.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
  .panel-danger.lobipanel .panel-heading .dropdown .dropdown-menu > li > a,
  .panel-inverse.lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
    color: #fff;
  }
}
/*--- massage ---*/
/* line 915, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.message_inner {
  height: 320px;
}

/* line 919, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.message_widgets {
  margin-right: 10px;
}

/* line 923, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

/* line 929, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item:last-child {
  border-bottom: 0;
}

/* line 933, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

/* line 940, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item img {
  width: 40px;
}

/* line 944, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .inbox-item-author {
  margin: 0;
  font-weight: 600;
}

/* line 949, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .inbox-item-text {
  color: #9a9da0;
  display: block;
  font-size: 12px;
  margin: 0;
}

/* line 956, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .inbox-item-date {
  color: #9a9da0;
  font-size: 11px;
  right: 7px;
  top: 2px;
}

/* line 963, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .profile-status {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  right: 0px;
}

/* line 977, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .profile-status.away {
  background-color: #FFB61E;
}

/* line 981, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .profile-status.busy {
  background-color: #E5343D;
}

/* line 985, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-item .profile-status.offline {
  background-color: #9a9a9a;
}

/*--- chat list ---*/
/* line 992, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list {
  list-style: none;
  padding: 0px 15px;
}

/* line 997, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list li {
  margin-bottom: 24px;
}

/* line 1001, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}

/* line 1008, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

/* line 1013, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

/* line 1018, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

/* line 1026, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .ctext-wrap {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 1035, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 7px;
  margin-top: -5px;
}

/* line 1050, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .ctext-wrap i {
  color: rgba(54, 58, 92, 0.9);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

/* line 1059, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
  font-weight: 500;
}

/* line 1065, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .chat-avatar {
  float: right !important;
}

/* line 1069, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

/* line 1076, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .ctext-wrap {
  background: #fff !important;
  border-color: #558B2F !important;
}

/* line 1081, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .ctext-wrap i {
  /*color: #fff;*/
}

/* line 1085, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .ctext-wrap p {
  /*color: #fff;*/
}

/* line 1089, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chat_list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #558B2F !important;
  left: 100% !important;
  top: 20% !important;
}

/* line 1096, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.emojionearea,
.emojionearea.form-control {
  border: 1px solid #e4e5e7;
  box-shadow: none;
}

/* line 1102, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.emojionearea:focus,
.emojionearea.form-control:focus {
  border: 1px solid #558B2F;
}

/*--- calender1 ---*/
/* line 1110, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#calendar1 {
  margin: 0 auto;
}

/* line 1114, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#calendar1 .fc-toolbar h2 {
  font-size: 16px;
  margin: 6px 0;
}

/*--- Activities ---*/
/* line 1122, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li {
  position: relative;
  padding: 10px 0 10px 25px;
}

/* line 1127, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li:after,
.activity-list > li:before {
  position: absolute;
  content: "";
}

/* line 1133, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li:before {
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9;
}

/* line 1140, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li:after {
  left: 0;
  top: 14px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 2px solid #9a9a9a;
  background-color: #FFF;
}

/* line 1150, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li.activity-purple:after {
  border-color: #8E23E0;
}

/* line 1154, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li.activity-danger:after {
  border-color: #E5343D;
}

/* line 1158, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li.activity-warning:after {
  border-color: #FFB61E;
}

/* line 1162, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.activity-list > li.activity-primary:after {
  border-color: #0667D6;
}

/* Icon pages
==============================================================================*/
/* line 1170, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_box {
  text-align: center;
  min-height: 92px;
  margin: 10px 0;
  font-size: 42px;
}

/* line 1177, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_box i {
  font-size: 35px;
  display: block;
}

/* line 1182, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_box:hover i {
  color: #676a6c;
}

/* line 1186, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* line 1282, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

/* line 1290, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_box:hover .hvr-buzz-out,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media (min-width: 1200px) {
  /* line 1304, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .icon_box_width {
    width: 12.50%;
  }
}
/*** Flag icon pages
==============================================================================*/
/* line 1313, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.flag-icon-inner,
.weather-icon-inner,
.material-icon-inner {
  overflow: hidden;
}

/* line 1319, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_list {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 1327, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_list li {
  float: left;
  width: 33.33%;
  height: 110px;
  padding: 16px 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f1f3f6;
  border: 1px solid #fff;
}

/* line 1339, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_list li:hover {
  color: #fff;
}

/* line 1343, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_list li i {
  font-size: 28px;
  display: block;
  margin: 0 auto 10px;
  color: #374767;
}

/* line 1350, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_list li:hover i {
  color: #fff;
}

/* line 1354, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon_name {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  /* line 1361, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .flag-icon {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 1365, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .icon_list li {
    width: 20%;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  /* line 1372, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .icon_list li {
    width: 10%;
    font-size: 12px;
  }
}
/*** Themify icons pages
==============================================================================*/
/* line 1382, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}

/* line 1388, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-container {
  width: 25%;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left;
}

/* line 1396, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
  color: #374767;
  position: absolute;
  margin-top: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
}

/* line 1406, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}

/* line 1412, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-container:hover .icons-name {
  color: #000;
}

/* line 1416, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icons-name {
  color: #7a7a7a;
  margin-left: 35px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 13px;
}

/* line 1424, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-container:hover .icons-name {
  margin-left: 45px;
}

@media (max-width: 767px) {
  /* line 1429, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .icon-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 1435, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .icon-container {
    width: 50%;
  }
}
/*** Social icon pages
==============================================================================*/
/* line 1444, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #e1e6ef;
  border-radius: 4px;
}

/* line 1452, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
}

/* line 1458, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping .icon {
  margin: 10px 0 10px 15px;
  padding: 15px;
  position: relative;
  width: 55px;
  height: 55px;
  color: #374767 !important;
  overflow: hidden;
  border-radius: 3px;
  font-size: 32px;
}

/* line 1470, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping .icon svg {
  fill: #000;
}

/* line 1474, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  text-align: center;
  outline: 0;
}

/* line 1487, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping input:focus {
  border: 1px solid #558B2F;
}

/* line 1491, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.character-mapping input:hover {
  border: 1px solid #558B2F;
}

/* line 1495, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping {
  margin: 0 0 30px 0;
  padding: 30px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #e1e6ef;
  border-radius: 4px;
}

/* line 1503, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

/* line 1510, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #374767 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}

/* line 1522, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 14px;
  font-size: 14px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  float: right;
}

/* line 1538, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping input:focus {
  border: 1px solid #558B2F;
}

/* line 1542, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.glyphs.css-mapping input:hover {
  border: 1px solid #558B2F;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 1547, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .glyphs.css-mapping li {
    margin: 0 15px 20px 0;
  }

  /* line 1550, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .glyphs.character-mapping li {
    margin: 0 20px 20px 0;
  }
}
/*--- material-icon-inner ---*/
/* line 1558, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.material-icon-inner {
  margin-bottom: 20px;
}

/* line 1562, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.material-icon-inner:last-child {
  margin-bottom: 0;
}

/*--- amcharts ---*/
/* line 1569, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#chartdiv {
  width: 100%;
  height: 500px;
}

/* line 1574, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#chartdiv2 {
  width: 100%;
  height: 360px;
}

/* line 1579, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#chartdiv3 {
  width: 100%;
  height: 450px;
}

/* line 1584, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#chartMap {
  width: 100%;
  height: 355px;
}

/* line 1589, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#column {
  width: 100%;
  height: 350px;
}

/* line 1594, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#chartPie {
  width: 100%;
  height: 202px;
  font-size: 11px;
  margin-bottom: 10px;
}

/*Multi-panel horizon amchart*/
/* line 1604, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#zoomable {
  width: 100%;
  height: 350px;
}

/* line 1609, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color1 .amcharts-pie-slice {
  fill: #558B2F;
}

/* line 1613, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color2 .amcharts-pie-slice {
  fill: #E5343D;
}

/* line 1617, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.color3 .amcharts-pie-slice {
  fill: #5b69bc;
}

/* line 1621, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
/* line 1641, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
/* line 1668, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.amcharts-graph-column-front {
  -webkit-transition: all .3s .3s ease-out;
  transition: all .3s .3s ease-out;
}

/* line 1673, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1680, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 500%;
  stroke-dasharray: 0;
  /* fixes IE prob */
  stroke-dashoffset: 0;
  /* fixes IE prob */
  -webkit-animation: am-draw 40s;
  animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
/*--- flot chart ---*/
/* line 1713, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.flotChart {
  display: block;
  height: 300px;
  position: relative;
  color: #545454;
}

/* line 1720, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.flotChart-demo {
  width: 100%;
  height: 100%;
  color: #545454;
}

/*--- Sparklines chart ---*/
/* line 1729, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.spark_about {
  margin: 10px 0 40px;
}

/* line 1733, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.jqstooltip {
  width: auto !important;
  height: auto !important;
  background-color: #2c3136 !important;
  border-radius: 10px;
  border: none !important;
  color: #fff !important;
}

/*** Tabs page
==============================================================================*/
/* line 1746, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-tabs {
  border-bottom: 0;
}

/* line 1750, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-tabs > li > a {
  color: #7a7a7a;
  font-weight: 600;
}

/* line 1755, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #e4e5e7;
}

/* line 1761, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}

/* line 1767, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tab-content .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

/* line 1775, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-left > li,
.tabs-right > li {
  float: none;
}

/* line 1780, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-left > li {
  margin-right: 0px;
}

/* line 1784, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-right > li {
  margin-left: 0px;
}

/* line 1788, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #e4e5e7;
  border-right-color: transparent;
}

/* line 1795, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #e4e5e7;
  border-left-color: transparent;
}

/* line 1802, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

/* line 1808, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

/* line 1813, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}

/* line 1819, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

/* line 1825, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways > li > a {
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

/* line 1831, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #e4e5e7;
  border-left-color: #e4e5e7;
}

/* line 1839, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways.tabs-left {
  left: -47px;
}

/* line 1843, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways.tabs-right {
  right: 28px;
}

/* line 1847, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1852, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  /* line 1858, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .sideways.tabs-left {
    left: -44px;
  }
}
/*** Tree View
==============================================================================*/
/* line 1867, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.well {
  height: 135px;
  box-shadow: none;
}

/* line 1872, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1879, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree ul {
  margin-left: 1em;
  position: relative;
}

/* line 1884, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree ul ul {
  margin-left: 0.5em;
}

/* line 1888, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

/* line 1899, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #4C4C4C;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

/* line 1909, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

/* line 1921, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

/* line 1928, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.indicator {
  margin-right: 5px;
}

/* line 1932, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree li a {
  text-decoration: none;
  color: #4C4C4C;
}

/* line 1937, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

/*** Grid View
==============================================================================*/
/* line 1953, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.show-grid {
  margin-bottom: 15px;
}

/* line 1957, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(55, 160, 0, 0.15);
  border: 1px solid rgba(55, 180, 0, 0.2);
}

/*** Table
==============================================================================*/
/*--- Component: Table ---*/
/* line 1972, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e4e5e7;
  vertical-align: middle;
}

/* line 1982, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table > thead > tr > th,
.table > tfoot > tr > th {
  border-bottom: 0px;
}

/* line 1987, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table-bordered {
  border: 1px solid #e4e5e7;
}

/* line 1991, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* text-center in tables */
/* line 2000, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}

/* line 2006, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table.align th {
  text-align: left;
}

/* line 2010, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.table.align td {
  text-align: right;
}

/* line 2014, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.footable-odd {
  background-color: #f9f9f9;
}

/* Form X-editable */
/* line 2021, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.popover {
  border: 1px solid #e1e6ef;
  box-shadow: 0 2px 2px #e1e6ef, 0 1px 0 #e1e6ef;
  -webkit-box-shadow: 0 2px 2px #e1e6ef, 0 1px 0 #e1e6ef;
}

/*** Form page
==============================================================================*/
/* line 2031, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bd-content > ol li,
.bd-content > ul li {
  margin-bottom: .25rem;
}

/* line 2036, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.bd-content h3 {
  margin-top: 0;
}

/* line 2040, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e4e5e7;
}

/* line 2046, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.form-control:focus {
  border-color: #558B2F;
  box-shadow: none;
}

/* line 2051, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.note-editor.note-frame {
  border: 1px solid #e4e5e7;
}

/* line 2055, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-list,
.icon-th-list,
.icon-indent-right,
.icon-indent-left,
.icon-share,
.icon-picture {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* line 2071, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-font {
  background-position: -144px -48px;
}

/* line 2075, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-list {
  background-position: -360px -48px;
}

/* line 2079, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2083, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2087, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2091, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-share {
  background-position: -120px -72px;
}

/* line 2095, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2099, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.wysi-btn {
  margin-bottom: 0;
  font-size: 13px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  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);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*** Form wizard
==============================================================================*/
/* line 2122, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

/* line 2128, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

/* line 2137, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}

/* line 2144, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
}

/* line 2151, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
}

/* line 2163, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #558B2F;
  line-height: 38px;
}

/* line 2169, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  font-size: 22px;
  line-height: 48px;
}

/* line 2177, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-step p {
  color: #ccc;
}

/* line 2181, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1 fieldset {
  display: none;
  text-align: left;
}

/* line 2186, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1-buttons {
  text-align: right;
}

/* line 2190, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.f1 .input-error {
  border-color: #f35b3f;
}

@media (max-width: 767px) {
  /*    .navbar {
          padding-top: 0;
      }
      .navbar.navbar-no-bg {
          background: #333;
          background: rgba(51, 51, 51, 0.9);
      }
      .navbar-brand {
          height: 60px;
          margin-left: 15px;
      }
      .navbar-collapse {
          border: 0;
      }*/
  /*    .navbar-toggle {
          margin-top: 12px;
      }*/
  /* line 2212, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .top-content {
    padding: 40px 0 110px 0;
  }
}
@media (max-width: 415px) {
  /* line 2218, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .f1 {
    padding-bottom: 20px;
  }

  /* line 2221, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .f1-buttons button {
    margin-bottom: 5px;
  }
}
/*--- checkbox ---*/
/* line 2229, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox {
  padding-left: 20px;
}

/* line 2233, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

/* line 2239, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  z-index: -1 !important;
}

/* line 2255, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

/* line 2269, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox input[type="checkbox"] {
  opacity: 0;
}

/* line 2273, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2279, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  z-index: -1 !important;
}

/* line 2285, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

/* line 2289, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 2294, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 2298, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 2302, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

/* line 2307, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 2311, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #E5343D;
  border-color: #d9534f;
}

/* line 2316, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 2320, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 2325, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 2329, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 2334, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 2338, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 2343, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 2347, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio {
  padding-left: 20px;
}

/* line 2351, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

/* line 2357, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

/* line 2372, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

/* line 2391, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio input[type="radio"] {
  opacity: 0;
}

/* line 2395, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2401, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 2406, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

/* line 2410, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/* line 2414, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio.radio-inline {
  margin-top: 0;
}

/* line 2418, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

/* line 2422, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

/* line 2426, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

/* line 2430, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

/* line 2434, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

/* line 2438, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

/* line 2442, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

/* line 2446, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

/* line 2450, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

/* line 2454, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

/* line 2458, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

/* line 2462, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

/* line 2466, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

/* line 2470, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

/* line 2474, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

/* line 2478, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.form-check-label {
  cursor: pointer;
  font-weight: 600;
}

/* line 2483, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

/* line 2492, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.form-feedback {
  margin-top: .25rem;
}

/* line 2496, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-success .form-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

/* line 2504, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 2508, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-success .form-control:focus {
  border-color: #5cb85c;
  box-shadow: none;
}

/* line 2513, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

/* line 2519, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 2523, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-warning .form-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

/* line 2531, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 2535, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-warning .form-control:focus {
  border-color: #f0ad4e;
  box-shadow: none;
}

/* line 2540, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

/* line 2546, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 2550, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-danger .form-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

/* line 2558, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 2562, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-danger .form-control:focus {
  border-color: #d9534f;
  box-shadow: none;
}

/* line 2567, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

/* line 2573, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

/*** File Upliade page
==============================================================================*/
/*--- dropzone ---*/
/* line 2584, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dropzone {
  min-height: 200px;
  border: 2px dashed #558B2F;
}

/* line 2589, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dropzone .dz-message {
  margin: 4em 0;
}

/* line 2593, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dropzone .dz-message .upload-icon {
  display: block;
  font-size: 38px;
  height: 75px;
  width: 75px;
  margin: 0 auto 20px;
  background-color: #f1f3f6;
  border-radius: 50%;
  line-height: 79px;
}

/*** All maps
==============================================================================*/
/*data maps*/
/* line 2610, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map1 {
  position: relative;
  width: 100%;
  height: 320px;
}

/* line 2616, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map2 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2622, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map3 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2628, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map4 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2634, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map5 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2640, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map6 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2646, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map7 {
  position: relative;
  width: 100%;
  height: 350px;
}

/* line 2652, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#map8 {
  position: relative;
  width: 100%;
  height: 580px;
}

/* line 2658, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 2666, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*gmaps maps*/
/* line 2679, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#gmaps1,
#gmaps2,
#gmaps3,
#gmaps4,
#gmaps5,
#gmaps6,
#gmaps7,
#gmaps8 {
  width: 100%;
  height: 350px;
}

/*amcharts maps*/
/* line 2694, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#amchartMap1,
#amchartMap2,
#amchartMap3,
#amchartMap4,
#amchartMap5 {
  width: 100%;
  height: 500px;
}

/*** Notifications page
==============================================================================*/
/* line 2707, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre {
  background-color: #2c3136;
  color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  border: 1px solid #2c3136;
}

/* line 2718, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .str {
  color: #e6db74;
}

/* line 2722, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .func {
  color: #66d9ef;
}

/* line 2726, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .val {
  color: #a381ff;
}

/* line 2730, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .tag {
  color: #e92772;
}

/* line 2734, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .attr {
  color: #a6e22d;
}

/* line 2738, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
pre .arg {
  color: #fd9720;
}

/*** Mailbox page
==============================================================================*/
/* line 2746, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #e1e6ef;
}

/* line 2754, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox-header {
  padding: 0 25px;
  border-bottom: 1px solid #e1e6ef;
}

/* line 2759, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-toolbar {
  padding-top: 16.5px;
  float: right;
}

/* line 2764, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox .btn {
  border-radius: 25px;
  border-width: 2px;
  padding: 4px 15px;
}

/* line 2770, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox .btn:hover {
  border-width: 2px;
}

/* line 2774, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox .btn-default {
  color: #89949B;
  border-color: #efefef;
  background-color: #fff;
}

/* line 2780, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox .btn-default:hover {
  color: #fff;
  border-color: #62d0f1;
  background-color: #62d0f1;
}

/* line 2786, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox-body .row {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 2792, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox-body .inbox-nav,
.mailbox-body .inbox-mail {
  display: table-cell;
  vertical-align: top;
  float: none;
}

/* line 2799, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-nav {
  border-right: 1px solid #e4e5e7;
}

/* line 2803, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.mailbox-sideber {
  margin-top: 20px;
}

/* line 2807, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul {
  margin-bottom: 20px;
}

/* line 2811, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 13px;
  font-weight: 400;
}

/* line 2817, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

/* line 2822, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul li a:hover {
  background-color: rgba(85, 139, 47, 0.2);
}

/* line 2826, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul li.active {
  border-bottom: none;
}

/* line 2830, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu ul li.active a {
  background-color: rgba(85, 139, 47, 0.2);
  border-left: 2px solid #558B2F;
  margin-left: -2px;
}

/* line 2836, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-usermenu h6 {
  margin: 0 15px 10px;
  border-bottom: 1px solid #e4e5e7;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* line 2845, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox_item {
  color: inherit;
  display: block;
  padding-bottom: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #e4e5e7;
  background: #f9f9f9;
}

/* line 2855, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.unread {
  background: white;
}

/* line 2859, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox_item:hover,
.inbox_item:focus {
  color: inherit;
  background: rgba(255, 255, 102, 0.2);
}

/* line 2865, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox_item:last-child {
  border-bottom: none !important;
}

/* line 2869, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-avatar {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

/* line 2874, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-avatar .i-check {
  display: inline-block;
  padding-right: 10px;
}

/* line 2879, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-avatar img {
  padding: 2px;
  border-radius: 100px;
  border: 1px solid #d4d4d4;
  height: 40px;
  width: 40px;
}

/* line 2887, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-avatar-text {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #93a3b5;
}

/* line 2894, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.avatar-name {
  color: #43525A;
  font-weight: 600;
}

/* line 2899, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.badge.avatar-text {
  margin-right: 5px;
  display: inline;
  color: #fff;
  font-size: 72%;
  padding: 3px 10px;
  border-radius: 10px;
}

/* line 2908, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-date {
  float: right;
  color: #CDCCC8;
  text-align: right;
}

/* line 2914, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-date .date {
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  /* line 2920, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .mailbox .btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 2926, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .inbox-avatar-text {
    padding-left: 12.5px;
  }
}
/*-- Mailbox details ---*/
/* line 2934, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.inbox-mail-details {
  line-height: 1.78571;
}

/*** Buttons page
==============================================================================*/
/* line 2942, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn {
  border-radius: 2px;
}

/* line 2946, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-rounded {
  border-radius: 2em;
}

/* line 2950, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.w-md {
  min-width: 110px;
}

/* line 2954, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary,
.btn-primary:hover,
.btn-success,
.btn-success:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-purple,
.btn-purple:hover,
.btn-pink,
.btn-pink:hover,
.btn-black,
.btn-black:hover,
.btn-violet,
.btn-violet:hover {
  color: #fff;
}

/*--- Buttons default ---*/
/* line 2978, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-default.btn-transparent {
  color: #ced0d2;
  background-color: rgba(206, 208, 210, 0.2);
  border-color: rgba(206, 208, 210, 0.3);
}

/* line 2984, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-default.btn-transparent:hover,
.btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active {
  color: #ced0d2;
  background-color: rgba(206, 208, 210, 0.2);
  border-color: rgba(206, 208, 210, 0.3);
}

/* line 2992, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-default.btn-outline {
  color: #ced0d2;
  background-color: transparent;
}

/* line 2997, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active {
  color: #fff;
  background-color: #cacbcc;
}

/*--- Buttons primary ---*/
/* line 3007, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary {
  background-color: #428bca;
  border-color: #3b7cb4;
}

/* line 3012, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3a95e4;
  border-color: #3b7cb4;
}

/* line 3019, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary.btn-transparent {
  color: #42c1ca;
  background-color: rgba(66, 193, 202, 0.2);
  border-color: rgba(66, 193, 202, 0.3);
}

/* line 3025, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary.btn-transparent:hover,
.btn-primary.btn-transparent:focus,
.btn-primary.btn-transparent:active {
  color: #42c1ca;
  background-color: rgba(66, 193, 202, 0.2);
  border-color: rgba(66, 193, 202, 0.3);
}

/* line 3033, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary.btn-outline {
  color: #428bca;
  background-color: transparent;
}

/* line 3038, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  color: #fff;
  background-color: #428bca;
}

/*--- Buttons success ---*/
/* line 3048, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success {
  border-color: #3C6F18;
}

/* line 3052, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #6CAE3D;
  border-color: #4E8926;
}

/* line 3059, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success.btn-transparent {
  color: #37a000;
  background-color: rgba(55, 160, 0, 0.2);
  border-color: rgba(55, 160, 0, 0.3);
}

/* line 3065, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success.btn-transparent:hover,
.btn-success.btn-transparent:focus,
.btn-success.btn-transparent:active {
  color: #37a000;
  background-color: rgba(55, 160, 0, 0.2);
  border-color: rgba(55, 160, 0, 0.3);
}

/* line 3073, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success.btn-outline {
  background-color: transparent;
}

/* line 3077, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  color: #fff;
}

/*--- Buttons info ---*/
/* line 3086, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info {
  background-color: #62d0f1;
  border-color: #51b3d1;
}

/* line 3091, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #53d4fa;
  border-color: #51b3d1;
}

/* line 3098, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info.btn-transparent {
  color: #53d4fa;
  background-color: rgba(83, 212, 250, 0.2);
  border-color: rgba(83, 212, 250, 0.3);
}

/* line 3104, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info.btn-transparent:hover,
.btn-info.btn-transparent:focus,
.btn-info.btn-transparent:active {
  color: #53d4fa;
  background-color: rgba(83, 212, 250, 0.2);
  border-color: rgba(83, 212, 250, 0.3);
}

/* line 3112, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info.btn-outline {
  color: #62d0f1;
  background-color: transparent;
}

/* line 3117, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  color: #fff;
  background-color: #62d0f1;
}

/*--- Buttons warning ---*/
/* line 3127, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning {
  background-color: #FFB61E;
  border-color: #E1A21E;
}

/* line 3132, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #ffc751;
  border-color: #E1A21E;
}

/* line 3139, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning.btn-transparent {
  color: #ffc751;
  background-color: rgba(255, 199, 81, 0.2);
  border-color: rgba(255, 199, 81, 0.3);
}

/* line 3145, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning.btn-transparent:hover,
.btn-warning.btn-transparent:focus,
.btn-warning.btn-transparent:active {
  color: #ffc751;
  background-color: rgba(255, 199, 81, 0.2);
  border-color: rgba(255, 199, 81, 0.3);
}

/* line 3153, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning.btn-outline {
  color: #FFB61E;
  background-color: transparent;
}

/* line 3158, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  color: #fff;
  background-color: #FFB61E;
}

/*--- Buttons denger ---*/
/* line 3168, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger {
  background-color: #E5343D;
  border-color: #BF2D35;
}

/* line 3173, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #e7575e;
  border-color: #BF2D35;
}

/* line 3180, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger.btn-transparent {
  color: #e5343d;
  background-color: rgba(229, 52, 61, 0.2);
  border-color: rgba(229, 52, 61, 0.3);
}

/* line 3186, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger.btn-transparent:hover,
.btn-danger.btn-transparent:focus,
.btn-danger.btn-transparent:active {
  color: #e5343d;
  background-color: rgba(229, 52, 61, 0.2);
  border-color: rgba(229, 52, 61, 0.3);
}

/* line 3194, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger.btn-outline {
  color: #E5343D;
  background-color: transparent;
}

/* line 3199, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  color: #fff;
  background-color: #E5343D;
}

/*--- Buttons inverse ---*/
/* line 3209, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse {
  background-color: #3b3e47;
  border-color: #292d3b;
}

/* line 3214, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
  background-color: #2f3239;
  border-color: #292d3b;
}

/* line 3221, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse.btn-transparent {
  color: #3b3e47;
  background-color: rgba(59, 62, 71, 0.2);
  border-color: rgba(59, 62, 71, 0.3);
}

/* line 3227, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse.btn-transparent:hover,
.btn-inverse.btn-transparent:focus,
.btn-inverse.btn-transparent:active {
  color: #3b3e47;
  background-color: rgba(59, 62, 71, 0.2);
  border-color: rgba(59, 62, 71, 0.3);
}

/* line 3235, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse.btn-outline {
  color: #3b3e47;
  background-color: transparent;
}

/* line 3240, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-inverse.btn-outline:hover,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:active {
  color: #fff;
  background-color: #3b3e47;
}

/*--- Buttons purple ---*/
/* line 3250, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple {
  background-color: #5b69bc;
  border-color: #4c59a7;
}

/* line 3255, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #4a59b4;
  border-color: #4c59a7;
}

/* line 3262, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple.btn-transparent {
  color: #5b69bc;
  background-color: rgba(91, 105, 188, 0.2);
  border-color: rgba(91, 105, 188, 0.3);
}

/* line 3268, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple.btn-transparent:hover,
.btn-purple.btn-transparent:focus,
.btn-purple.btn-transparent:active {
  color: #5b69bc;
  background-color: rgba(91, 105, 188, 0.2);
  border-color: rgba(91, 105, 188, 0.3);
}

/* line 3276, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple.btn-outline {
  color: #5b69bc;
  background-color: transparent;
}

/* line 3281, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-purple.btn-outline:hover,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:active {
  color: #fff;
  background-color: #5b69bc;
}

/*--- Buttons pink ---*/
/* line 3291, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink {
  background-color: #ff8acc;
  border-color: #db6fac;
}

/* line 3296, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #ff70c1;
  border-color: #db6fac;
}

/* line 3303, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink.btn-transparent {
  color: #ff8acc;
  background-color: rgba(255, 138, 204, 0.2);
  border-color: rgba(255, 138, 204, 0.3);
}

/* line 3309, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink.btn-transparent:hover,
.btn-pink.btn-transparent:focus,
.btn-pink.btn-transparent:active {
  color: #ff8acc;
  background-color: rgba(255, 138, 204, 0.2);
  border-color: rgba(255, 138, 204, 0.3);
}

/* line 3317, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink.btn-outline {
  color: #ff8acc;
  background-color: transparent;
}

/* line 3322, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-pink.btn-outline:hover,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:active {
  color: #fff;
  background-color: #ff8acc;
}

/*--- Buttons black ---*/
/* line 3332, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black {
  background-color: #000;
  border-color: #000;
}

/* line 3337, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  background-color: #222;
  border-color: #6B6B6B;
}

/* line 3344, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black.btn-transparent {
  color: black;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 3350, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black.btn-transparent:hover,
.btn-black.btn-transparent:focus,
.btn-black.btn-transparent:active {
  color: black;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 3358, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black.btn-outline {
  color: #000;
  background-color: transparent;
}

/* line 3363, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-black.btn-outline:hover,
.btn-black.btn-outline:focus,
.btn-black.btn-outline:active {
  color: #fff;
  background-color: #000;
}

/*--- Buttons violet ---*/
/* line 3373, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet {
  background-color: #8E23E0;
  border-color: #6C13B1;
}

/* line 3378, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active {
  background-color: #a13eee;
  border-color: #6C13B1;
}

/* line 3385, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet.btn-transparent {
  color: #8e23e0;
  background-color: rgba(142, 35, 224, 0.2);
  border-color: rgba(142, 35, 224, 0.3);
}

/* line 3391, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet.btn-transparent:hover,
.btn-violet.btn-transparent:focus,
.btn-violet.btn-transparent:active {
  color: #8e23e0;
  background-color: rgba(142, 35, 224, 0.2);
  border-color: rgba(142, 35, 224, 0.3);
}

/* line 3399, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet.btn-outline {
  color: #8E23E0;
  background-color: transparent;
}

/* line 3404, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-violet.btn-outline:hover,
.btn-violet.btn-outline:focus,
.btn-violet.btn-outline:active {
  color: #fff;
  background-color: #8E23E0;
}

/*--- Buttons label ---*/
/* line 3414, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-label {
  position: relative;
  left: -14px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
}

/* line 3423, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 3428, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/*** Login page
==============================================================================*/
/* line 3442, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-wrapper,
.register-wrapper {
  padding: 10px;
}

/* line 3447, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.container-center {
  max-width: 400px;
  margin: 5% auto 0;
  padding: 20px;
}

/* line 3453, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.container-center.lg {
  max-width: 450px;
}

/* line 3457, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-wrapper .panel-bd,
.register-wrapper .panel-bd {
  /* background: #f9f9f9; */
  box-shadow: 0 0 2px #dadada, inset 0 -3px 0 #e6e6e6;
  border-radius: 3px;
}

/* line 3464, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.view-header {
  margin: 10px 0;
}

/* line 3468, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.view-header .header-icon {
  font-size: 60px;
  width: 68px;
  float: left;
  margin-top: -8px;
  line-height: 0;
}

/* line 3476, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.view-header .header-title {
  margin-left: 68px;
}

/* line 3480, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.view-header .header-title h3 {
  margin-bottom: 2px;
}

/* line 3484, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social {
  height: 81px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 3491, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twitter_bg {
  height: 35px;
  width: 48%;
  display: block;
  float: left;
  margin-top: 10px;
  background: #00aced;
}

/* line 3500, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twitter_bg i,
.fb_bg i {
  color: #fff;
  padding: 10px;
}

/* line 3506, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn_1 {
  padding: 9px 0 0 2px;
  text-shadow: -1px -1px 0 #0083b3;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  height: 32px;
  display: inline-block;
}

/* line 3516, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.fb_bg {
  height: 35px;
  width: 48%;
  display: block;
  float: right;
  margin-top: 10px;
  background: #3b5998;
}

/* line 3525, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.fb a:hover,
.twitter a:hover {
  color: #fff;
}

/* line 3530, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.btn_2 {
  padding: 9px 0 0 2px;
  text-shadow: -1px -1px 0 #366c96;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  height: 32px;
  display: inline-block;
}

/* line 3540, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.input-group-addon {
  border: 1px solid #e4e5e7;
}

/* line 3544, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#bottom_text {
  margin: 12px auto;
  width: 300px;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  line-height: 19px;
}

/* line 3553, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#bottom_text a {
  font-weight: 700;
  padding: 0 8px 0 0;
  background: url(../../dist/img/bullet.png) no-repeat 100% 50%;
}

/*** Lockscreen page
==============================================================================*/
/* line 3563, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lock-wrapper-page {
  margin: 7.5% auto;
  width: 360px;
  padding: 15px;
}

/* line 3569, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.logo-lock {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 3575, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

/* line 3581, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lock-wrapper-page .form-control {
  padding-left: 40px;
  border: 1px solid #558B2F;
}

/* line 3586, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.lock-wrapper-page .fa-key {
  left: 15px !important;
  top: 10px;
  font-size: 15px;
  position: absolute;
  z-index: 99;
}

@media (max-width: 767px) {
  /* line 3595, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .lock-wrapper-page {
    margin: 15% auto;
    width: 320px;
  }
}
/*** Typography page
==============================================================================*/
/* line 3605, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.headding_ex h1,
.headding_ex h2,
.headding_ex h3,
.headding_ex h4,
.headding_ex h5,
.headding_ex h6 {
  margin: 0;
}

/* line 3614, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*** list page
==============================================================================*/
/*--- Nestable ---*/
/* line 3627, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 3638, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3646, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 3650, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 3660, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e4e5e7;
  background: #f7f9fa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

/* line 3674, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-handle:hover {
  font-weight: 600;
  background: #fff;
}

/* line 3679, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  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 3699, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 3708, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 3712, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable .dd-handle {
  color: inherit;
  border: 1px dashed #e4e5e7;
  background: #f7f9fa;
  padding: 8px 10px;
}

/* line 3719, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable .dd-handle:hover {
  font-weight: 600;
  background: #fff;
}

/* line 3724, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 3732, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}

/* line 3739, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable .dd-item > button[data-action="collapse"]::before {
  content: "\f068";
}

/* line 3743, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable .dd-item > button::before {
  content: "\f067";
}

/* line 3747, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#nestable span.label {
  margin-right: 10px;
}

/* line 3751, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-handle span {
  font-weight: bold;
}

/*Nestable Draggable Handles*/
/* line 3758, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-content {
  display: block;
  height: 34px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e4e5e7;
  background: #f7f9fa;
}

/* line 3773, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-content:hover {
  background: #fff;
}

/* line 3777, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

/* line 3781, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-item > button {
  margin-left: 30px;
}

/* line 3785, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #558B2F;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 34px;
}

/* line 3801, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

/* line 3815, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dd3-handle:hover {
  background: #ddd;
}

/*** progressbers page
==============================================================================*/
/* line 3823, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  overflow: visible;
}

/* line 3831, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

/* line 3838, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* line 3847, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress.progress-sm {
  height: 5px !important;
}

/* line 3851, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress.progress-md {
  height: 15px !important;
}

/* line 3855, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress.progress-lg {
  height: 20px !important;
}

/* line 3859, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 3864, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* line 3869, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-primary {
  background-color: #428bca;
}

/* line 3873, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-info {
  background-color: #62d0f1;
}

/* line 3877, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-warning {
  background-color: #FFB61E;
}

/* line 3881, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-danger {
  background-color: #E5343D;
}

/* line 3885, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-inverse {
  background-color: #3b3e47;
}

/* line 3889, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-pink {
  background-color: #ff8acc;
}

/* line 3893, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-violet {
  background-color: #8E23E0;
}

/* line 3897, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar .tooltip {
  position: relative;
  float: right;
}

/* line 3902, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar .tooltip .tooltip-inner {
  background-color: #f5f5f5;
  padding: 4px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
}

/* line 3910, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.popOver + .tooltip .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

/* line 3916, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-primary .tooltip .tooltip-inner {
  background-color: #428bca;
}

/* line 3920, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-primary .tooltip.top .tooltip-arrow {
  border-top: 5px solid #428bca;
}

/* line 3924, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-success .tooltip.top .tooltip-arrow {
  border-top: 5px solid #558B2F;
}

/* line 3928, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-info .tooltip .tooltip-inner {
  background-color: #62d0f1;
}

/* line 3932, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-info .tooltip.top .tooltip-arrow {
  border-top: 5px solid #62d0f1;
}

/* line 3936, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-warning .tooltip .tooltip-inner {
  background-color: #FFB61E;
}

/* line 3940, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-warning .tooltip.top .tooltip-arrow {
  border-top: 5px solid #FFB61E;
}

/* line 3944, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-danger .tooltip .tooltip-inner {
  background-color: #E5343D;
}

/* line 3948, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-danger .tooltip.top .tooltip-arrow {
  border-top: 5px solid #E5343D;
}

/* line 3952, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-inverse .tooltip .tooltip-inner {
  background-color: #3b3e47;
}

/* line 3956, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-inverse .tooltip.top .tooltip-arrow {
  border-top: 5px solid #3b3e47;
}

/* line 3960, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-pink .tooltip .tooltip-inner {
  background-color: #ff8acc;
}

/* line 3964, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-pink .tooltip.top .tooltip-arrow {
  border-top: 5px solid #ff8acc;
}

/* line 3968, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-violet .tooltip .tooltip-inner {
  background-color: #8E23E0;
}

/* line 3972, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-bar-violet .tooltip.top .tooltip-arrow {
  border-top: 5px solid #8E23E0;
}

/*** Portfolio page
==============================================================================*/
/* line 3980, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card {
  margin-bottom: 20px;
}

/* line 3984, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/profile-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 30px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4000, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 4em;
  width: 4em;
}

/* line 4008, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-header-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-left: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-right: 2em solid #558B2F;
  border-top: 2em solid #558B2F;
  border-top-right-radius: 4px;
}

/* line 4020, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-header-menu i {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #fff;
  z-index: 1;
}

/* line 4028, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-header-headshot {
  height: 6em;
  width: 6em;
  border-radius: 50%;
  border: 2px solid #558B2F;
  background-image: url(../img/avatar.png);
  background-size: cover;
  background-position: center center;
  box-shadow: 1px 3px 3px #3E4142;
}

/* line 4039, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-member {
  position: relative;
  background-color: #fff;
  padding: 1em;
  box-shadow: 0 2px 2px rgba(62, 65, 66, 0.15);
}

/* line 4046, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-member {
  text-align: center;
}

/* line 4050, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-member p i {
  font-size: 16px;
  margin-right: 10px;
}

/* line 4055, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages {
  background-color: #fff;
  padding: 15px;
}

/* line 4060, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages .card-content-languages-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
}

/* line 4067, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages .card-content-languages-group:last-of-type {
  padding-bottom: 0;
}

/* line 4071, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages .card-content-languages-group > div:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
}

/* line 4077, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages h4 {
  line-height: 1.5em;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 4085, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-languages li {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.9em;
  line-height: 1.5em;
}

/* line 4092, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-summary {
  background-color: #fff;
  padding: 15px;
}

/* line 4097, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-content-summary p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/* line 4103, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2c3136;
}

/* line 4110, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  padding: 0.75em;
}

/* line 4117, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats div:nth-of-type(2) {
  border-left: 1px solid #3E4142;
  border-right: 1px solid #3E4142;
}

/* line 4122, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats p {
  font-size: 0.8em;
  color: #A6A6A6;
  margin-bottom: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 4130, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats i {
  color: #ddd;
}

/* line 4134, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats span {
  color: #ddd;
}

/* line 4138, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-stats span.stats-small {
  font-size: 0.9em;
}

/* line 4142, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-message {
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4148, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.card-footer-message h4 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

/* line 4155, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-number {
  float: left;
  width: 35px;
  line-height: 1;
}

/* line 4161, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-number div {
  height: 9px;
  margin: 5px 0;
}

/* line 4166, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-progress {
  float: left;
  width: 230px;
}

/* line 4171, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-progress .progress {
  margin: 8px 0;
}

/* line 4175, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.progress-number {
  margin-left: 10px;
  float: left;
}

/* line 4180, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.rating-block,
.review-block {
  background-color: #fff;
  border: 1px solid #e1e6ef;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 4189, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block {
  margin-bottom: 20px;
}

/* line 4193, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-img img {
  height: 60px;
  width: 60px;
}

/* line 4198, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-name {
  font-size: 12px;
  margin: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 4206, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-name a {
  color: #374767;
}

/* line 4210, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-date {
  font-size: 12px;
}

/* line 4214, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}

/* line 4219, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 4225, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.review-block-description {
  font-size: 13px;
}

/*** Calendre page
==============================================================================*/
/* line 4233, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#calendar {
  max-width: 900px;
  margin: 0 auto;
}

/* line 4238, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#external-events h4 {
  margin-top: 0;
}

/* line 4242, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#external-events .fc-event {
  margin: 10px 0;
  cursor: pointer;
}

/* line 4247, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#external-events p {
  margin: 1.5em 0 0;
  font-size: 13px;
}

/* line 4252, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#external-events p input {
  margin: 0;
  vertical-align: middle;
}

/* line 4257, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
#external-events p label {
  font-weight: 600;
}

/*** Timeline page
==============================================================================*/
/*--- Vertical timeline ---*/
/* line 4268, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
/* line 4278, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e1e6ef;
  left: 20.5%;
  margin-left: -10px;
}

/* The date/time */
/* line 4292, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

/* line 4299, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 4305, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 15px;
  font-weight: 600;
}

/* line 4310, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 50px;
}

/* Right content */
/* line 4317, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 27%;
  background: #fff;
  padding: 2em;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1e6ef;
}

/* line 4326, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
/* line 4335, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 15px;
}

/* The icons */
/* line 4351, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.cbp_tmtimeline > li i {
  width: 50px;
  height: 50px;
  speak: none;
  text-transform: none;
  font-size: 24px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #374767;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  left: 19.4%;
  top: 0;
  margin: 0 0 0 -25px;
  border: 2px solid #e1e6ef;
}

@media screen and (max-width: 65.375em) {
  /* line 4371, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 25px;
  }
}
@media screen and (max-width: 47.2em) {
  /* line 4377, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline:before {
    display: none;
  }

  /* line 4380, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  /* line 4385, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  /* line 4388, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0 !important;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  /* line 4394, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -20px;
  }

  /* line 4401, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .cbp_tmtimeline > li i {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 0px 0 0px;
  }
}
/*** Pricing page
==============================================================================*/
/* line 4413, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

/* line 4426, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_item {
  font-family: 'Alegreya Sans', sans-serif;
  padding: 30px;
  margin: 0 0 20px;
  color: #262b38;
  background: #fff;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}

/* line 4452, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_title {
  font-size: 30px;
  margin: 8px 0 0;
  color: #374767;
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 4459, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing i {
  display: inline-block;
  min-width: 30px;
  color: #8A9790;
  vertical-align: middle;
}

/* line 4466, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_price {
  font-size: 80px;
  font-weight: 800;
  position: relative;
  z-index: 100;
}

/* line 4473, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_currency {
  font-size: 0.5em;
  vertical-align: super;
}

/* line 4478, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_period {
  font-size: 0.25em;
  display: inline-block;
  padding: 0 0 0 8px;
  color: rgba(44, 49, 54, 0.3);
}

/* line 4485, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_sentence {
  font-weight: bold;
  margin: 0 0 16px 0;
  padding: 0 0 8px;
}

/* line 4491, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_feature-list {
  margin: 0;
  padding: 24px 8px 40px;
  list-style: none;
  font-size: 15px;
  text-align: left;
}

/* line 4499, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_feature {
  padding: 2px 0;
  color: #7a7a7a;
}

/* line 4504, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
}

/* line 4515, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_action:hover,
.pricing .pricing_action:focus {
  background-color: #2c3136;
}

/* line 4520, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pricing .pricing_action:focus {
  outline: none;
}

@media screen and (min-width: 66.25em) {
  /* line 4525, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .pricing .pricing_item {
    margin: 1.5em 0;
  }

  /* line 4528, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .pricing .pricing_item_featured {
    z-index: 10;
    margin: 0;
    font-size: 1.15em;
  }
}
/*pricing 2*/
/* line 4538, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promos {
  margin: 50px auto;
}

/* line 4542, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promo {
  width: 100%;
  background: #fff;
  color: #fff;
  padding-bottom: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 4552, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promo:hover {
  box-shadow: 2px 4px 17px 4px #d1d1d1;
  -webkit-box-shadow: 2px 4px 17px 4px #d1d1d1;
}

/* line 4557, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.ic {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  border-radius: 200px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 19px 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
}

/* line 4574, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.ic i {
  color: #fff;
}

/* line 4578, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.deal {
  padding: 50px 10px 0px;
  position: relative;
}

/* line 4583, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.deal span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #252525;
}

/* line 4590, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.deal span:first-of-type {
  font-size: 21px;
}

/* line 4594, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.deal span:last-of-type {
  font-size: 13px;
  color: #999999;
}

/* line 4599, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promo .price {
  display: block;
  width: 100%;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 30px;
  padding: 17px 0 17px 0;
}

/* line 4608, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.plan-1 .ic,
.plan-1 .promo .price {
  background-color: #7ac484;
}

/* line 4613, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.plan-2 .ic,
.plan-2 .promo .price {
  background-color: #3acf4e;
}

/* line 4618, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.plan-3 .ic,
.plan-3 .promo .price {
  background-color: #3cb878;
}

/* line 4623, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.plan-4 .ic,
.plan-4 .promo .price {
  background-color: #3db306;
}

/* line 4628, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promo .price p {
  font-size: 14px;
  color: white;
  margin: 0px;
}

/* line 4634, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promo .price .period {
  letter-spacing: 0.1em;
  font-size: 15px;
}

/* line 4639, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.features {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}

/* line 4648, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.features li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

/* line 4654, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.button {
  border: none;
  border-radius: 40px;
  background: #359508;
  color: #f9f9f9;
  padding: 10px 37px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}

/* line 4667, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.promos:hover .button {
  background-color: #f64326;
}

/*** Label, Badges, Alearts page
==============================================================================*/
/*--- Labels ---*/
/* line 4678, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-pill {
  border-radius: 5em;
}

/* line 4682, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-default-outline {
  color: #777777;
  background-color: transparent;
  border: 2px solid #ced0d2;
}

/* line 4688, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-default {
  color: white;
  background-color: #ced0d2;
  border: 2px solid #ced0d2;
}

/* line 4694, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-primary-outline {
  color: #3a95e4;
  background-color: transparent;
  border: 2px solid #3a95e4;
}

/* line 4700, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-primary {
  color: white;
  background-color: #3a95e4;
  border: 2px solid #3a95e4;
}

/* line 4706, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-success-outline {
  color: #45c203;
  background-color: transparent;
  border: 2px solid #45c203;
}

/* line 4712, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-success {
  color: white;
  border: 2px solid #558B2F;
}

/* line 4717, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-info-outline {
  color: #53d4fa;
  background-color: transparent;
  border: 2px solid #53d4fa;
}

/* line 4723, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-info {
  color: white;
  background-color: #53d4fa;
  border: 2px solid #53d4fa;
}

/* line 4729, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-warning-outline {
  color: #ffc751;
  background-color: transparent;
  border: 2px solid #ffc751;
}

/* line 4735, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-warning {
  color: white;
  background-color: #ffc751;
  border: 2px solid #ffc751;
}

/* line 4741, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-danger-outline {
  color: #E5343D;
  background-color: transparent;
  border: 2px solid #E5343D;
}

/* line 4747, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.label-danger {
  color: white;
  background-color: #E5343D;
  border: 2px solid #E5343D;
}

/*--- Badges ---*/
/* line 4756, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: white;
  background-color: #3a95e4;
}

/* line 4763, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-pills > li > a:hover {
  color: #3a95e4;
  background-color: transparent;
}

/* line 4768, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.nav-pills > li > a {
  border-radius: 5px;
  padding: 10px;
  color: #3a95e4;
  font-weight: 600;
}

/* line 4775, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.badge-inner {
  margin-bottom: 15px;
}

/* line 4779, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.badge-inner a {
  color: #3a95e4;
  font-weight: 600;
}

/* line 4784, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.badge {
  color: white;
  background-color: #3a95e4;
  font-size: 10px;
  border-radius: 5px;
  padding: 6px 7px;
}

/* line 4792, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.active .badge {
  color: #9875ab !important;
}

/*--- Alerts ---*/
/* line 4799, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert {
  border: 2px solid transparent;
  border-radius: 5px;
}

/* line 4804, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-success {
  color: white;
  background-color: #45c203;
  border-color: #349800;
}

/* line 4810, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-success .close {
  color: #349800;
}

/* line 4814, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-info {
  color: white;
  background-color: #53d4fa;
  border-color: #00b1e6;
}

/* line 4820, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-info .close {
  color: #00b1e6;
}

/* line 4824, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-warning {
  color: white;
  background-color: #ffc751;
  border-color: #efa200;
}

/* line 4830, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-warning .close {
  color: #efa200;
}

/* line 4834, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-danger {
  color: white;
  background-color: #E5343D;
  border-color: #BD000A;
}

/* line 4840, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-danger .close {
  color: #BD000A;
}

/* line 4844, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-dismissible .close {
  font-size: 16px;
  top: -14px;
  right: -31px;
  text-shadow: none;
  opacity: 1;
}

/* line 4852, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-dismissible .close:hover {
  opacity: 0.8;
}

/* line 4856, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-sm {
  font-size: 13px;
  padding: 5px;
}

/* line 4861, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert i {
  margin: 0 10px 0 5px;
}

/* line 4865, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.alert-sm.alert-dismissible .close {
  top: -5px;
  right: -2px;
}

/*404 page & 405 page
==============================================================================*/
/* line 4874, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.middle-box,
.middle-box2 {
  max-width: 768px;
  z-index: 100;
  margin: 0 auto;
  padding: 15px;
  padding-top: 40px;
}

/* line 4883, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-text h3 span {
  font-weight: 400;
}

/* line 4887, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-desc {
  text-align: left;
}

/* line 4891, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-desc p {
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 4895, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-desc .navbar-form {
  margin-top: 30px;
}

/* line 4899, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-desc .navbar-form .form-control {
  border: 1px solid #558B2F;
}

@-webkit-keyframes bounce {
  0%,
    20%,
    50%,
    80%,
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
    20%,
    50%,
    80%,
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  /* line 4942, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-text h1 {
    font-size: 115px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
  }

  /* line 4948, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-text h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px;
  }

  /* line 4955, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-desc p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  /* line 4963, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-text h1 {
    font-size: 280px;
    font-weight: 800;
    float: left;
  }

  /* line 4968, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-text h3 {
    font-size: 55px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 19px;
    font-weight: 300;
    float: left;
    margin-top: 140px;
  }

  /* line 4977, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-desc p {
    font-size: 18px;
  }

  /* line 4980, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error {
    position: absolute;
    bottom: 0;
    left: 168px;
  }

  /* line 4985, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }

  /* line 4989, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .m-r-90 {
    margin-right: 155px;
  }

  /* line 4992, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .m-l-90 {
    margin-left: 155px;
  }

  /* line 4995, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-desc .navbar-form {
    padding: 0px;
  }
}
/*--- 505 page ---*/
/* line 5003, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-text2 h1 {
  font-size: 280px;
  font-weight: 800;
}

/* line 5008, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.error-desc2 p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 5015, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-text2 h1 {
    font-size: 115px;
  }

  /* line 5018, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .error-desc2 p {
    font-size: 14px;
  }
}
/* Widgets page
==============================================================================*/
/*-- Statistic box widgets --*/
/* line 5030, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-box {
  color: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  background-color: #374767;
  border: solid 2px #374767;
}

/* line 5039, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-1 {
  background-color: #558B2F;
  border-color: #558B2F;
  color: #fff;
}

/* line 5045, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-1.outline {
  background: #fff;
  border: 2px solid #558B2F;
  color: #374767;
}

/* line 5051, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-2 {
  background: #E5343D;
  border-color: #E5343D;
  color: #fff;
}

/* line 5057, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-2.outline {
  background: #fff;
  border: 2px solid #E5343D;
  color: #374767;
}

/* line 5063, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-3 {
  background: #5b69bc;
  border-color: #5b69bc;
  color: #fff;
}

/* line 5069, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-3.outline {
  background: #fff;
  border: 2px solid #5b69bc;
  color: #374767;
}

/* line 5075, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-4 {
  background: #EF6C00;
  border-color: #EF6C00;
  color: #fff;
}

/* line 5081, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-4.outline {
  background: #fff;
  border: 2px solid #EF6C00;
  color: #374767;
}

/* line 5087, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-box h2 {
  margin: 0;
  font-weight: 800;
  font-size: 42px;
}

/* line 5093, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-box .small {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 5098, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-box .statistic_icon {
  font-size: 50px;
  position: absolute;
  right: 30px;
  top: 16px;
}

/* line 5105, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-1 .statistic_icon {
  color: #4B7A2B;
}

/* line 5109, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-2 .statistic_icon {
  color: #C62F37;
}

/* line 5113, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-3 .statistic_icon {
  color: #4b58a5;
}

/* line 5117, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.statistic-filled-4 .statistic_icon {
  color: #DA6200;
}

/* line 5121, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.slight {
  font-size: 13px;
}

/*-- Colors Pie Chart --*/
/* line 5128, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-item {
  padding-left: 22px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}

/* line 5135, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5144, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-color.red {
  background-color: #E5343D;
}

/* line 5148, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-color.blue {
  background-color: #5b69bc;
}

/* line 5152, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-item p {
  float: left;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
}

/* line 5159, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.chart-legend-item .percentage {
  float: right;
}

/*-- Social media widget --*/
/* line 5166, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media {
  margin-left: -2px;
  padding: 0;
  list-style-type: none;
}

/* line 5172, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li {
  float: left;
  margin-bottom: 2px;
  margin-left: 2px;
}

/* line 5178, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li a {
  padding: 20px 10px;
  text-align: center;
  display: inline-block;
  min-width: 109px;
  background: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

/* line 5192, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li a i {
  font-size: 24px;
}

/* line 5196, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .rss {
  color: #fff;
  background: #ff680d;
}

/* line 5201, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .fb {
  color: #fff;
  background-color: #4c66a3;
}

/* line 5206, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .g_plus {
  color: #fff;
  background-color: #cf3e28;
}

/* line 5211, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .you_tube {
  color: #fff;
  background-color: #e42c27;
}

/* line 5216, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .twitter {
  color: #fff;
  background-color: #2fc2ee;
}

/* line 5221, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li .pint {
  color: #fff;
  background-color: #cb2028;
}

/* line 5226, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li a div {
  font-weight: bold;
  font-size: 30px;
  font-family: 'Alegreya Sans', sans-serif;
}

/* line 5232, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-media li p {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 1199px) {
  /* line 5241, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media-inner {
    margin-bottom: 5px;
  }

  /* line 5244, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media {
    width: 101.9%;
    margin-left: -5px;
  }

  /* line 5248, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li {
    width: 31.6%;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  /* line 5253, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li a {
    min-width: auto;
    width: 100%;
  }

  /* line 5257, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li a div {
    font-size: 21px;
  }

  /* line 5260, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li p {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 5266, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li {
    width: 31.2%;
  }

  /* line 5269, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .social-media li a {
    padding: 15px 5px;
  }
}
/*-- Weather widget --*/
/* line 5277, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-widget {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #e1e6ef;
}

/* line 5285, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.city-name {
  font-size: 29px;
  font-weight: 100;
}

/* line 5290, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-city {
  padding: 25px 10px 0px;
}

/* line 5294, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.temp {
  /*margin: 10px 0 0 0px;*/
  position: relative;
}

/* line 5299, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.temp .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
  display: inline-block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  vertical-align: top;
}

/* line 5310, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.icon.rainy-2 {
  background-image: url(../img/weather-animated/rainy-2.svg);
}

/* line 5314, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.temp .value {
  font-size: 55px;
  font-weight: 100;
  line-height: 128px;
}

/* line 5320, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.temp .value::after {
  content: "\00b0";
  position: absolute;
  font-size: 65px;
  line-height: 145px;
}

/* line 5327, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.temp .wind {
  /*position: absolute !important;*/
  /*right: 0;*/
  /*top: 60%;*/
  width: 21px;
  height: 17px;
  line-height: 17px;
  -webkit-transition: transform ease-out 250ms;
  -moz-transition: transform ease-out 250ms;
  transition: transform ease-out 250ms;
}

/* line 5339, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.meta {
  font-size: 12px;
  color: #AFBED1;
  margin-bottom: 20px;
}

/* line 5345, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.meta,
.meta span,
.meta .icon,
.temp span,
.temp .value,
.temp .wind {
  display: inline-block;
  position: relative;
}

/* line 5355, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.meta .icon {
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
}

/* line 5361, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-week {
  display: flex;
  /* padding: 15px 20px; */
  width: 100%;
  line-height: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid #e1e6ef;
  border-width: 1px 0 0;
}

/* line 5372, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-days {
  width: 14.28%;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #e1e6ef;
  padding: 10px 0;
}

/* line 5380, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-days:last-child {
  border-right: 0;
}

/* line 5384, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-days .day-0,
.weather-days .day-1,
.weather-days .day-2,
.weather-days .day-3,
.weather-days .day-4,
.weather-days .day-5,
.weather-days .day-6 {
  /*margin-bottom: 10px;*/
  font-size: 12px;
  font-weight: 600;
}

/* line 5396, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.day-icon {
  /*margin-bottom: 10px;*/
}

/* line 5400, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.day-icon img {
  height: 50px;
  width: 50px;
}

/* line 5405, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-days .day-degrees {
  font-size: 15px;
  position: relative;
  left: 4px;
  line-height: 14px;
  opacity: .7;
}

/* line 5413, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-footer {
  padding: 15px 10px 30px;
}

/* line 5417, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.weather-footer .weather-date {
  font-size: 21px;
  font-weight: 300;
}

/*-- Twitter feed --*/
/* line 5425, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 40px 10px 10px;
  position: relative;
  min-height: 170px;
}

/* line 5434, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed.blue-bg {
  background: #45c203;
}

/* line 5438, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.corner-ribon {
  text-align: center;
  width: 71px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

/* line 5448, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.black-ribon {
  background: url("../img/twitter_corner_black.png") no-repeat;
}

/* line 5452, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.corner-ribon i {
  padding: 10px 0 0 35px;
  color: #fff;
}

/* line 5457, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed .wtt-mark {
  color: rgba(255, 255, 255, 0.15);
  font-size: 160px;
  position: absolute;
  top: 10px;
  left: 40%;
}

/* line 5465, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: 0 10px;
}

/* line 5472, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed a img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 5479, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed h1 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

/* line 5485, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-feed p {
  color: #fff;
}

/* line 5489, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 10px;
  width: 100%;
  padding: 15px 10px;
  color: #74829C;
}

/* line 5498, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

/* line 5505, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 4px;
}

/* line 5515, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul li.tweets-color {
  background-color: #58C9F3;
}

/* line 5519, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul li.following-color {
  background-color: #FFB61E;
}

/* line 5523, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul li.followers-color {
  background-color: #E5343D;
}

/* line 5527, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category h5 {
  font-size: 18px;
  font-weight: 400 !important;
}

/* line 5532, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-category ul li h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 5538, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-write .t-text-area {
  background: #f4f4f6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  height: 40px;
  color: #c9c9c9;
  margin-bottom: 20px;
  padding-top: 10px;
}

/* line 5549, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-footer {
  padding: 12px 15px;
}

/* line 5553, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-footer,
.twt-footer a {
  color: #d2d2d2;
}

/* line 5558, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twt-footer i {
  padding-right: 10px;
}

/*-- Monthly Calender Widget--*/
/* line 5565, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.monthly_calender {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

/*-- Profile widget --*/
/* line 5574, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-heading {
  min-height: 200px;
  background: #fff url(../img/The-Lion-King-Desktop-1024x640.jpg) no-repeat top center;
  background-size: cover;
}

/* line 5580, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .media-heading {
  color: #5B5147;
}

/* line 5584, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-body {
  padding: 25px 15px;
}

/* line 5588, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-body .img-circle {
  height: 90px;
  width: 90px;
  padding: 8px;
  border: 1px solid #e2dfdc;
}

/* line 5595, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-footer {
  padding: 0px;
  border: none;
}

/* line 5600, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-footer .btn-group .btn {
  border: none;
  font-size: 1.2em;
  background-color: #F6F1ED;
  color: #BAACA3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 15px 0;
}

/* line 5610, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-footer .btn-group .btn:hover {
  color: #F6F1ED;
  background-color: #8F7F70;
}

/* line 5615, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-footer .btn-group > .btn:not(:first-child) {
  border-left: 1px solid #fff;
}

/* line 5619, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.profile-widget .panel-footer .btn-group .highlight {
  color: #E56E4C;
}

/*-- Login widget --*/
/* line 5626, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-widget .panel-body .input-group {
  margin-bottom: 15px;
}

/* line 5630, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-widget .panel-footer {
  padding: 0px;
  border: none;
}

/* line 5635, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-widget .panel-footer .login-btn {
  padding: 20px 20px 10px 20px;
}

/* line 5639, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.login-widget .panel-footer .facebook {
  background-color: #3b5998;
  color: #fff;
  padding: 15px;
  display: block;
}

/*-- Pie chart widget --*/
/* line 5649, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget .panel-body {
  padding: 0px;
}

/* line 5653, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget .panel-footer {
  background-color: #fff;
  padding: 0px;
  margin-top: 20px;
}

/* line 5659, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget .panel-footer .btn {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 12px 0px;
  color: #fff;
  background-color: #474751;
}

/* line 5668, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget .panel-footer .btn:hover {
  background-color: #2C2C38;
}

/* line 5672, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget h2 {
  font-weight: 300;
  margin: 3px 0 0 0;
}

/* line 5677, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.pie-chart-widget .legend li {
  padding: 10px;
  color: #bdbdbd;
  font-size: 13px;
}

/* line 5683, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.list-block {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

/* line 5690, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.list-block ul {
  display: table-row;
}

/* line 5694, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.list-block li {
  display: table-cell;
  margin: 0;
}

/*-- User widget --*/
/* line 5702, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget {
  border: 1px solid #e1e6ef;
  border-radius: 4px;
}

/* line 5707, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget .list-group-item {
  border: 0;
  color: #474751;
  padding: 15px;
}

/* line 5713, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget a.list-group-item:hover {
  background-color: #F8F3F0;
  color: #64584C;
}

/* line 5718, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget a.list-group-item:hover i.fa {
  color: #E35935;
}

/* line 5722, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget .heading {
  background-color: #474751;
  padding: 25px 15px;
}

/* line 5727, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget .heading .text-wrap {
  padding: 20px 0;
}

/* line 5731, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget .img-circle {
  height: 90px;
  width: 90px;
  padding: 8px;
  border: 1px solid #a6a6a6;
  margin-right: 10px;
  float: left;
}

/* line 5740, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.user-widget .heading .list-group-item-heading {
  font-weight: 600;
  color: #fff;
}

/*-- Todolistt widget --*/
/* line 5748, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

/* line 5755, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.todo-list li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 8px 6px 6px 12px;
}

/* line 5765, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.todo-list .checkbox {
  margin: 0;
}

/* line 5769, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.todo-list .checkbox label {
  line-height: 16px;
}

/* line 5773, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.todo-list input[type="checkbox"]:checked + label {
  text-decoration: line-through;
  color: grey;
}

/*-- Social widget --*/
/* line 5781, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget {
  overflow: hidden;
  background: #FFF;
  border: 1px #e8e8e8 solid;
  clear: both;
  margin-bottom: 20px;
}

/* line 5789, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  position: relative;
  list-style: none;
}

/* line 5800, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  display: inline-block;
  float: left;
  width: 50%;
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}

/* line 5811, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li:nth-child(2n+1) {
  border-width: 0 1px 1px 0;
}

/* line 5815, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li i {
  font-size: 45px;
}

/* line 5819, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li:hover i {
  text-shadow: 0 5px 0 #212121;
}

/* line 5823, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.fb_inner {
  background-color: #4c66a3;
  padding: 15px;
  color: #fff;
}

/* line 5829, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.twitter_inner {
  background-color: #2fc2ee;
  padding: 15px;
  color: #fff;
}

/* line 5835, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.g_plus_inner {
  background-color: #cf3e28;
  padding: 15px;
  color: #fff;
}

/* line 5841, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.dribble_inner {
  background-color: #e84d88;
  padding: 15px;
  color: #fff;
}

/* line 5847, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li .sc-num {
  display: block;
  font-size: 19px;
  padding: 10px 0;
}

/* line 5853, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.social-widget ul li li small {
  font-size: 85%;
  color: #c9c9c9;
}

/*-- Graph widget --*/
/* line 5861, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.graph-widget {
  background: #fff;
  border: 1px solid #e1e6ef;
  margin-bottom: 20px;
}

/* line 5867, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-graph {
  position: relative;
  height: 210px;
  color: #fff;
  background: #6CA147;
  background-image: linear-gradient(#55A81A, #5C9634 50%, #558B2F 50%);
}

/* line 5875, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-graph .graph-info {
  z-index: 99;
  position: absolute;
  font-weight: bold;
  margin-top: 18px;
  margin-left: 21px;
  width: 100px;
}

/* line 5884, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-graph .graph-info .graph-arrow {
  width: 0;
  height: 0;
  margin-top: 18px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid white;
  float: left;
}

/* line 5894, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-graph .graph-info .graph-info-big {
  font-size: 24px;
  float: left;
  margin-left: 3px;
}

/* line 5900, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-graph .graph-info .graph-info-small {
  margin-left: 3px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  clear: left;
  margin-left: 8px;
}

/* line 5909, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.graph {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*Info Section*/
/* line 5918, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.section-info {
  padding: 21px 21px 41px;
  overflow: hidden;
}

/* line 5923, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-time {
  font-size: 12px;
}

/* line 5927, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-title {
  margin-top: 0;
}

/* line 5931, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block {
  background-color: #f1f3f6;
  text-align: center;
  width: 120px;
  border-radius: 3px;
  float: left;
  padding: 10px;
}

/* line 5940, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block dl {
  margin: 0;
}

/* line 5944, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block.last {
  margin-left: 1px;
}

/* line 5948, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block dt,
.info-block dd {
  margin: 0;
  padding: 0;
}

/* line 5954, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block dt {
  font-weight: bold;
}

/* line 5958, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-block dd {
  font-size: 12px;
}

/* line 5962, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-aapl {
  float: left;
}

/* line 5966, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-aapl ul {
  margin: 0;
  padding: 0;
}

/* line 5971, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-aapl li {
  margin: 0;
  display: block;
  width: 9px;
  height: 40px;
  margin-right: 6px;
  background-color: #f1f3f6;
  float: left;
  position: relative;
}

/* line 5982, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-aapl li span {
  display: block;
  width: 9px;
  height: 40px;
  position: absolute;
  bottom: 0;
}

/* line 5990, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.info-aapl li span.orange {
  background-color: #E5343D;
}

/* line 5994, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.yearly-change {
  width: 110px;
  float: right;
}

/* line 5999, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.yearly-change span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}

/* line 6009, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.yearly-change span em {
  color: rgba(255, 255, 255, 0.7);
}

/* Modals page
==============================================================================*/
/*-- Nifty modal --*/
/* line 6020, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-text-header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e1e6ef;
  margin: 0 -15px 15px;
}

/* line 6030, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-text-header span {
  display: block;
  font-size: 60%;
  opacity: 0.7;
  padding: 0 0 0.6em 0.1em;
}

/* line 6037, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.column .modal-text {
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 6045, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .column {
    padding: 0;
  }

  /* line 6048, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .column .modal-text {
    text-align: left;
  }

  /* line 6051, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .modal-text-header h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 6057, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .column {
    padding: 2em;
    position: relative;
  }

  /* line 6061, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .modal-text-header h1 {
    margin-bottom: 20px;
  }

  /* line 6064, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
  .column .modal-text {
    text-align: right;
    font-size: 2em;
  }
}
/*-- Bootstrap modal --*/
/* line 6073, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-content {
  border-radius: 0;
}

/* line 6077, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e1e6ef;
  background-color: #f7f9fa;
}

/* line 6083, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-title {
  text-align: center;
}

/* line 6087, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-success .modal-header .modal-title,
.modal-primary .modal-header .modal-title,
.modal-warning .modal-header .modal-title,
.modal-danger .modal-header .modal-title {
  color: #fff;
}

/* line 6094, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-primary .modal-header {
  background-color: #428bca;
}

/* line 6098, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-warning .modal-header {
  background-color: #FFB61E;
}

/* line 6102, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.modal-danger .modal-header {
  background-color: #E5343D;
}

/*iCheck, Toggle page
==============================================================================*/
/*--- iCheck ---*/
/* line 6113, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.i-check {
  margin: 5px 0;
}

/* line 6117, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.i-check label {
  cursor: pointer;
}

/*--- Toggle ---*/
/* line 6124, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.toggle-example .toggle {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 6129, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}

/* line 6135, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.toggle.ios .toggle-handle {
  border-radius: 20px;
}

/* line 6139, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.toggle.android {
  border-radius: 0px;
}

/* line 6143, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.toggle.android .toggle-handle {
  border-radius: 0px;
}

/* line 6147, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.slow .toggle-group {
  transition: left 0.7s;
  -webkit-transition: left 0.7s;
}

/* line 6152, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.fast .toggle-group {
  transition: left 0.1s;
  -webkit-transition: left 0.1s;
}

/* line 6157, /home/app/aumatio/app/assets/stylesheets/sp_app/component_ui.css */
.quick .toggle-group {
  transition: none;
  -webkit-transition: none;
}

/* line 2, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-brand {
  color: #fff;
}

/* line 5, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover,
.navbar-top-links > li.log_out a,
.navbar-nav .open > a,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover,
.nav > li > a.btn-buy:hover,
.mega-dropdown-menu li .col-menu ul.menu-col li a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #3e454c;
}

/* line 22, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-nav .open > a,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  border-color: #3e454c;
}

/* line 28, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-header {
  background-color: #3e454c;
}

/* line 31, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.nav > li > a.btn-buy {
  color: #3e454c;
  border: 2px solid #3e454c;
}

/* line 35, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.nav > li > a.btn-buy:hover {
  border: 2px solid #3e454c;
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-top-links li a.dropdown-toggle:hover,
.navbar-top-links li a.dropdown-toggle:active,
.navbar-top-links li a.dropdown-toggle:focus,
.navbar-nav li a.menu-toggle:hover,
.navbar-nav li a.menu-toggle:active,
.navbar-nav li a.menu-toggle:focus,
.navbar-nav li a.search-trigger:hover,
.navbar-nav li a.search-trigger:active,
.navbar-nav li a.search-trigger:focus {
  color: #2c3136;
}

/* line 49, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-top-links li a.dropdown-toggle,
.navbar-nav li a.menu-toggle,
.navbar-nav li a.search-trigger,
.navbar-nav li a#fullscreen,
.navbar-nav li a#menu-toggle {
  color: #3e454c;
}

/* line 57, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.navbar-top-links > li.log_out a:hover,
.navbar-top-links > li.log_out a:active,
.navbar-top-links > li.log_out a:focus {
  color: #fff;
  background-color: #6a6f74;
}

/* line 63, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.sidebar {
  background-color: #2c3136;
}

/* line 66, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.sidebar .nav-heading {
  color: #fff;
}

/* line 69, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.sidebar ul li a {
  color: #a5a9ad;
}

/* line 72, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.back-top {
  border: 1px solid #2c3136;
  background-color: #2c3136;
}

/* line 76, /home/app/aumatio/app/assets/stylesheets/sp_app/skin-dark-1.css */
.back-top:hover {
  color: #fff;
  background-color: #6a6f74;
  border: 1px solid #6a6f74;
}

/* line 1, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.new_lead_leadser_genie_output {
  height: 100vh !important;
}

/* line 5, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
#new_lead_leadser_genie_output_body {
  overflow: scroll;
}

/* line 9, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.genie_comment_output {
  font-size: .7em;
}

/* line 13, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.genie_comment_output.text-error:before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 3px;
}

/* line 19, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.genie_comment_output.text-danger:before {
  font-family: FontAwesome;
  content: "\f12a";
  margin-right: 3px;
}

/* line 25, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.genie_comment_output.text-primary:before {
  font-family: FontAwesome;
  content: "\f27a";
  margin-right: 3px;
}

/* line 31, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.genie_comment_output.text-error {
  color: red;
}

/* line 35, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.note-editor {
  /* This fixes issues with summernote expanding horizontally endlessly
   * when there are long unbroken words
   */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 48, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.inbox-intervention-score-bar {
  margin: 5px 0 5px;
}

/* line 52, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.inbox-item .unread {
  font-weight: bolder;
}

/* line 56, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.inbox-item .read {
  font-weight: lighter;
}

/* Be aware that this rule is needed to allow lobipanel to be scrollable, but breaks overflow of popup or any inner elemtn outside its borders. Use it with caution. */
/* line 61, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.lobi_scrollable {
  overflow-y: auto !important;
}

/* line 65, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.leads_main_panel_action_list ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 0 0;
  overflow: hidden;
}

/* line 72, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.leads_main_panel_action_list li {
  float: left;
  padding-left: 15px;
}

/* line 77, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.leadser_popup_datepicker {
  height: 100%;
  overflow: hidden;
}

/* line 82, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.fill-all {
  width: 100%;
}

/* line 86, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.prev:before {
  content: "\2190 ";
}

/* line 90, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.next:before {
  content: "\2192 ";
}

/* line 94, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-heading-soft-warning {
  background-color: #eef0b5 !important;
}

/* line 97, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-heading-soft-danger {
  background-color: #f4b8ba !important;
}

/* line 100, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-heading-soft-success {
  background-color: #b7e1cf !important;
}

/* line 103, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-heading-soft-default {
  background-color: #f5f5f5 !important;
}

/* line 107, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.gray-std-background {
  background-color: #f1f3f6;
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.medium-lobifloater {
  min-height: 400px;
  min-width: 700px;
}

/* line 116, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-header-button {
  color: #FFF !important;
  line-height: inherit !important;
  padding-top: 4px;
  padding-right: 5px;
}

/* line 123, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.very-light-gray {
  background-color: #EEEEEE !important;
  color: #000 !important;
}

/* line 128, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.place-in-corner {
  margin-top: -30px;
  margin-right: 10px;
  z-index: 100;
}

/* line 134, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.panel-header-button.active {
  color: #FFF !important;
}

/* line 138, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.leadser_make_clickable {
  cursor: pointer;
}

/* line 142, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
tr.font-weight-bold {
  font-weight: bold;
}

/* line 146, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
tr.highlighted {
  background-color: #f0c2bd !important;
}

/* line 150, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.min-height-panel {
  min-height: 200px;
}

/* line 154, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.action-icons-Email:before {
  content: "\f2b7";
}

/* line 158, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.action-icons-SMS:before {
  content: "\f10b";
}

/* line 162, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.ns-type-error {
  background-color: #FF0000;
}

/* line 166, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.ns-type-success {
  background-color: #378c4d;
}

/* line 170, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.ns-type-warning {
  background-color: #ec921d;
}

/* line 174, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
#leadser_page_content {
  min-height: 300px;
  width: 100%;
}

/* line 179, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.form-group.pull-right a {
  float: right !important;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 185, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.start_hidden {
  display: none;
}

/* line 189, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.form-group.pull-right input[type=submit] {
  float: right !important;
}

/* line 193, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.sp_app_load_spinner {
  	/* background: url("/static_assets/images/double-ring-spinner.gif") no-repeat center;
      background-attachment: fixed;
      background-size: 100px 100px; */
  z-index: 999;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 209, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.dotwarning {
  text-align: left;
}

/* line 213, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.dotwarning:before {
  content: "\25cf";
  font-size: 1.5em;
  line-height: 0.75em;
  padding-right: 7px;
}

/* Search overlay */
/* line 221, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
#search-suggestions {
  width: 100%;
  text-align: center;
}

/* line 225, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
#search-suggestions li {
  list-style: none;
  font-size: 30px;
  color: #6B6B6B;
  text-align: left;
  width: 800px;
  margin: 0 auto;
}

/* line 233, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
#search-suggestions li.active {
  background-color: #222222;
  color: #ECECEC;
}

/* line 237, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.smaller-search-col {
  display: inline-block;
  float: left;
  width: 30%;
  padding: 1%;
}

/* line 243, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.smaller-search-col li {
  list-style: none;
  text-align: left;
  color: #A0A0A0;
}

/* line 248, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.smaller-search-col h3 {
  color: #6B6B6B;
}

/* Fiddely layout fixes due to errors in tmp */
/* line 253, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.box-padding-10 {
  padding: 10px;
}

/* line 257, /home/app/aumatio/app/assets/stylesheets/sp_app/custom.css */
.padding-right-10 {
  padding-right: 10px;
}

/* line 1, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 23, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 33, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

/* line 39, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 47, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

/* line 53, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 70, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 83, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 93, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* line 124, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}

/* line 129, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}

/* line 133, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}

/* line 138, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}

/* line 144, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}

/* line 149, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}

/* line 154, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}

/* line 158, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}

/* line 163, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}

/* line 169, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}

/* line 174, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

/* line 180, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/* line 197, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
/* line 206, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

/* line 239, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

/* line 245, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
/* line 254, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 259, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

/* line 265, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

/* line 272, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 279, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

/* line 285, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 291, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

/* line 301, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hidden {
  display: none;
}

/* line 305, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets {
  text-align: center;
}

/* line 308, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

/* line 315, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

/* line 321, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

/* line 333, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets ul li a:hover {
  background: #999;
}

/* line 336, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-bullets ul li a.active {
  background: #999;
}

/* line 340, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

/* line 348, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

/* line 359, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

/* line 367, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-fixedTooltip {
  position: fixed;
}

/* line 371, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

/* line 379, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint:focus {
  border: 0;
  outline: 0;
}

/* line 383, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hidehint {
  display: none;
}

/* line 387, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-fixedhint {
  position: fixed;
}

/* line 391, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

/* line 395, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 412, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

/* line 417, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs.css */
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
/* Based on https://github.com/usablica/intro.js/issues/109 */
/* line 3, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs-fix.css */
.introjs-helperLayer {
  background: transparent;
}

/* line 7, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs-fix.css */
.introjs-overlay {
  opacity: 0 !important;
  z-index: 99999999 !important;
}

/* line 12, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs-fix.css */
.introjs-helperLayer:before {
  opacity: 0;
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 0.5em;
  border: 0.2em solid rgba(255, 217, 68, 0.8);
  box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
  opacity: 1;
}

/* line 24, /home/app/aumatio/app/assets/stylesheets/sp_app/introjs-fix.css */
.introjs-helperLayer:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
}

/* line 1, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.active-filters {
  margin-top: -15px;
}

/* line 5, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.swal-button--stop {
  background-color: #E5343D;
}

/* line 9, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
th.no-link a {
  color: #00044c;
}

/* line 13, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
tr#new_sale {
  background-color: #efefef;
}

/* line 17, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.form-group.pull-right input {
  float: right !important;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 23, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.link-disabled {
  color: #558B2F;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

/* line 30, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-top-6 {
  padding-top: 6px;
}

/* line 34, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-top-15 {
  padding-top: 15px;
}

/* line 38, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-top-40 {
  padding-top: 40px;
}

/* line 42, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-top-20 {
  padding-top: 20px;
}

/* line 46, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-top-22 {
  padding-top: 22px;
}

/* line 50, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-bottom-40 {
  padding-bottom: 40px;
}

/* line 54, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-bottom-10 {
  padding-bottom: 10px;
}

/* line 58, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 62, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-left-30 {
  padding-left: 30px;
}

/* line 66, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.p-left-15 {
  padding-left: 15px;
}

/* line 70, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.m-left-10 {
  margin-left: 10px;
}

/* line 74, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.m-right-10 {
  margin-right: 10px;
}

/* line 78, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.m-right-25 {
  margin-right: 25px;
}

/* line 82, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.m-right--20 {
  margin-right: -20px;
}

/* line 85, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.nice-border {
  border: 1px solid #2c3136;
  border-radius: 5px;
}

/* line 90, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.fake-center {
  padding-right: 3px;
  padding-left: 2px;
}

/* line 95, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.timeline::before {
  background-color: #fff;
}

/* line 99, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.padding-20-white-background {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
  box-sizing: border-box;
}

/* line 107, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.no-padding {
  padding: 0px;
}

/* line 111, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.no-margin {
  margin: 0px;
}

/* line 115, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.unread-mark {
  position: relative !important;
}

/* line 119, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
#toggle_unread_button {
  margin-left: 5px;
}

/* line 123, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.notification_title {
  line-height: 12px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 10px;
  color: #374767;
  display: block;
}

/* line 132, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
a:hover .rad-content .lg-text {
  color: #fff !important;
}

/* line 136, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.dropdown-menu li a {
  text-decoration: none;
}

/* line 140, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.dz-max-files-reached {
  pointer-events: none;
  cursor: default;
}

/* line 145, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.dz-remove, .dz-max-files-reached input, .dz-max-files-reached textarea, .dz-max-files-reached a {
  pointer-events: all;
  cursor: default;
}

/* line 150, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.width-50px {
  width: 50px;
}

/* line 153, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.width-40px {
  width: 40px;
}

/* line 157, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.cursor-pointer {
  cursor: pointer;
}

/* line 161, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox {
  margin: 0px !important;
}

/* line 165, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox_title h4 {
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 172, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox_title h4 .title-filter {
  margin-left: 5px;
  text-transform: initial;
  letter-spacing: normal;
}

/* line 178, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox_title h4 .back-to {
  margin-left: 10px;
  font-size: 65%;
}

/* line 183, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox_title h4 .remove-filters {
  font-size: 65%;
}

/* line 187, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.grey-hover-inverse {
  color: #777;
}

/* line 191, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.grey-hover-inverse:hover, .grey-hover-inverse:active, .grey-hover-inverse:focus {
  color: #558B2F;
}

/* line 195, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.col-xs-4.mailbox-toolbar {
  padding-right: 0px;
}

/* line 199, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox-toolbar .navigation {
  display: flex;
  align-items: center;
  color: #89949B;
  float: right;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 209, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox-previous {
  margin-right: 12px;
}

/* line 213, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.padding-left-0 {
  padding-left: 0px !important;
}

/* line 217, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.mailbox .btn-default:hover, .mailbox .dropdown-toggle.btn-default:active, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover {
  color: #558B2F;
  border-color: rgba(85, 139, 47, 0.2);
  background-color: rgba(85, 139, 47, 0.2);
}

/* line 223, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.inbox-item-author.unassigned a {
  color: #FFB61E !important;
}

/* line 227, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.dropdown-menu .fa {
  margin-right: 8px;
}

/* line 231, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.navbar-top-links.navbar-right {
  margin-right: -15px;
}

/* line 235, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.inbox-message-right {
  float: right;
  color: #CDCCC8;
  text-align: right;
  margin-top: -5px;
}

/* line 242, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.inbox-message-date {
  margin-top: 35px;
  color: #89949B;
}

/* line 247, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.inbox-message-date.sms-date {
  margin-top: 15px;
}

/* line 251, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.bootstrap-select > .dropdown-toggle {
  border-radius: 5px;
}

/* line 255, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.border-radius-5 {
  border-radius: 5px !important;
}

/* line 259, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.header-logo-light {
  background-color: #3e454c;
}

/* line 263, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.session-logo {
  height: 45px;
}

/* line 267, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.alert h3 {
  margin-top: 0px;
}

/* line 271, /home/app/aumatio/app/assets/stylesheets/sp_app/custom2.css */
.lobipanel.panel-unpin.allow-overflow {
  overflow: unset;
}
