@charset "UTF-8";
/* Color palette */
/* Sizes & margins */
/* Components */
@import url("http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic");
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Library/fontawesome/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../Library/fontawesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../Library/fontawesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../Library/fontawesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../Library/fontawesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
.neos {
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
}
.neos [class^="icon-"],
.neos [class*=" icon-"],
.neos .aloha-icon {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.neos [class^="icon-"]:before,
.neos [class*=" icon-"]:before,
.neos .aloha-icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.neos .icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}
.neos a [class^="icon-"],
.neos a [class*=" icon-"] {
  display: inline;
}
.neos [class^="icon-"].icon-fixed-width,
.neos [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em;
}
.neos [class^="icon-"].icon-fixed-width.icon-large,
.neos [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em;
}
.neos .icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}
.neos .icons-ul > li {
  position: relative;
}
.neos .icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}
.neos [class^="icon-"].hide,
.neos [class*=" icon-"].hide {
  display: none;
}
.neos .icon-muted {
  color: #eeeeee;
}
.neos .icon-light {
  color: white;
}
.neos .icon-dark {
  color: #333333;
}
.neos .icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.neos .icon-2x {
  font-size: 2em;
}
.neos .icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.neos .icon-3x {
  font-size: 3em;
}
.neos .icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.neos .icon-4x {
  font-size: 4em;
}
.neos .icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.neos .icon-5x {
  font-size: 5em;
}
.neos .icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.neos .pull-right {
  float: right;
}
.neos .pull-left {
  float: left;
}
.neos [class^="icon-"].pull-left,
.neos [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.neos [class^="icon-"].pull-right,
.neos [class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* EXTRAS
 * -------------------------- */
.neos {
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Prevent stack and spinners from being taken inline when inside a link */
  /* Icon rotations and mirroring */
  /* ensure rotation occurs inside anchor tags */
}
.neos .icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.neos .icon-stack [class^="icon-"],
.neos .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.neos .icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.neos .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.neos a .icon-stack,
.neos a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.neos .icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.neos .icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.neos .icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.neos .icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.neos .icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.neos a .icon-rotate-90:before, .neos a .icon-rotate-180:before, .neos a .icon-rotate-270:before, .neos a .icon-flip-horizontal:before, .neos a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.neos .icon-glass:before {
  content: "";
}
.neos .icon-music:before {
  content: "";
}
.neos .icon-search:before {
  content: "";
}
.neos .icon-envelope-alt:before {
  content: "";
}
.neos .icon-heart:before {
  content: "";
}
.neos .icon-star:before {
  content: "";
}
.neos .icon-star-empty:before {
  content: "";
}
.neos .icon-user:before {
  content: "";
}
.neos .icon-film:before {
  content: "";
}
.neos .icon-th-large:before {
  content: "";
}
.neos .icon-th:before {
  content: "";
}
.neos .icon-th-list:before {
  content: "";
}
.neos .icon-ok:before {
  content: "";
}
.neos .icon-remove:before {
  content: "";
}
.neos .icon-zoom-in:before {
  content: "";
}
.neos .icon-zoom-out:before {
  content: "";
}
.neos .icon-power-off:before,
.neos .icon-off:before {
  content: "";
}
.neos .icon-signal:before {
  content: "";
}
.neos .icon-gear:before,
.neos .icon-cog:before {
  content: "";
}
.neos .icon-trash:before {
  content: "";
}
.neos .icon-home:before {
  content: "";
}
.neos .icon-file-alt:before {
  content: "";
}
.neos .icon-time:before {
  content: "";
}
.neos .icon-road:before {
  content: "";
}
.neos .icon-download-alt:before {
  content: "";
}
.neos .icon-download:before {
  content: "";
}
.neos .icon-upload:before {
  content: "";
}
.neos .icon-inbox:before {
  content: "";
}
.neos .icon-play-circle:before {
  content: "";
}
.neos .icon-rotate-right:before,
.neos .icon-repeat:before {
  content: "";
}
.neos .icon-refresh:before {
  content: "";
}
.neos .icon-list-alt:before {
  content: "";
}
.neos .icon-lock:before {
  content: "";
}
.neos .icon-flag:before {
  content: "";
}
.neos .icon-headphones:before {
  content: "";
}
.neos .icon-volume-off:before {
  content: "";
}
.neos .icon-volume-down:before {
  content: "";
}
.neos .icon-volume-up:before {
  content: "";
}
.neos .icon-qrcode:before {
  content: "";
}
.neos .icon-barcode:before {
  content: "";
}
.neos .icon-tag:before {
  content: "";
}
.neos .icon-tags:before {
  content: "";
}
.neos .icon-book:before {
  content: "";
}
.neos .icon-bookmark:before {
  content: "";
}
.neos .icon-print:before {
  content: "";
}
.neos .icon-camera:before {
  content: "";
}
.neos .icon-font:before {
  content: "";
}
.neos .icon-bold:before {
  content: "";
}
.neos .icon-italic:before {
  content: "";
}
.neos .icon-text-height:before {
  content: "";
}
.neos .icon-text-width:before {
  content: "";
}
.neos .icon-align-left:before {
  content: "";
}
.neos .icon-align-center:before {
  content: "";
}
.neos .icon-align-right:before {
  content: "";
}
.neos .icon-align-justify:before {
  content: "";
}
.neos .icon-list:before {
  content: "";
}
.neos .icon-indent-left:before {
  content: "";
}
.neos .icon-indent-right:before {
  content: "";
}
.neos .icon-facetime-video:before {
  content: "";
}
.neos .icon-picture:before {
  content: "";
}
.neos .icon-pencil:before {
  content: "";
}
.neos .icon-map-marker:before {
  content: "";
}
.neos .icon-adjust:before {
  content: "";
}
.neos .icon-tint:before {
  content: "";
}
.neos .icon-edit:before {
  content: "";
}
.neos .icon-share:before {
  content: "";
}
.neos .icon-check:before {
  content: "";
}
.neos .icon-move:before {
  content: "";
}
.neos .icon-step-backward:before {
  content: "";
}
.neos .icon-fast-backward:before {
  content: "";
}
.neos .icon-backward:before {
  content: "";
}
.neos .icon-play:before {
  content: "";
}
.neos .icon-pause:before {
  content: "";
}
.neos .icon-stop:before {
  content: "";
}
.neos .icon-forward:before {
  content: "";
}
.neos .icon-fast-forward:before {
  content: "";
}
.neos .icon-step-forward:before {
  content: "";
}
.neos .icon-eject:before {
  content: "";
}
.neos .icon-chevron-left:before {
  content: "";
}
.neos .icon-chevron-right:before {
  content: "";
}
.neos .icon-plus-sign:before {
  content: "";
}
.neos .icon-minus-sign:before {
  content: "";
}
.neos .icon-remove-sign:before {
  content: "";
}
.neos .icon-ok-sign:before {
  content: "";
}
.neos .icon-question-sign:before {
  content: "";
}
.neos .icon-info-sign:before {
  content: "";
}
.neos .icon-screenshot:before {
  content: "";
}
.neos .icon-remove-circle:before {
  content: "";
}
.neos .icon-ok-circle:before {
  content: "";
}
.neos .icon-ban-circle:before {
  content: "";
}
.neos .icon-arrow-left:before {
  content: "";
}
.neos .icon-arrow-right:before {
  content: "";
}
.neos .icon-arrow-up:before {
  content: "";
}
.neos .icon-arrow-down:before {
  content: "";
}
.neos .icon-mail-forward:before,
.neos .icon-share-alt:before {
  content: "";
}
.neos .icon-resize-full:before {
  content: "";
}
.neos .icon-resize-small:before {
  content: "";
}
.neos .icon-plus:before {
  content: "";
}
.neos .icon-minus:before {
  content: "";
}
.neos .icon-asterisk:before {
  content: "";
}
.neos .icon-exclamation-sign:before {
  content: "";
}
.neos .icon-gift:before {
  content: "";
}
.neos .icon-leaf:before {
  content: "";
}
.neos .icon-fire:before {
  content: "";
}
.neos .icon-eye-open:before {
  content: "";
}
.neos .icon-eye-close:before {
  content: "";
}
.neos .icon-warning-sign:before {
  content: "";
}
.neos .icon-plane:before {
  content: "";
}
.neos .icon-calendar:before {
  content: "";
}
.neos .icon-random:before {
  content: "";
}
.neos .icon-comment:before {
  content: "";
}
.neos .icon-magnet:before {
  content: "";
}
.neos .icon-chevron-up:before {
  content: "";
}
.neos .icon-chevron-down:before {
  content: "";
}
.neos .icon-retweet:before {
  content: "";
}
.neos .icon-shopping-cart:before {
  content: "";
}
.neos .icon-folder-close:before {
  content: "";
}
.neos .icon-folder-open:before {
  content: "";
}
.neos .icon-resize-vertical:before {
  content: "";
}
.neos .icon-resize-horizontal:before {
  content: "";
}
.neos .icon-bar-chart:before {
  content: "";
}
.neos .icon-twitter-sign:before {
  content: "";
}
.neos .icon-facebook-sign:before {
  content: "";
}
.neos .icon-camera-retro:before {
  content: "";
}
.neos .icon-key:before {
  content: "";
}
.neos .icon-gears:before,
.neos .icon-cogs:before {
  content: "";
}
.neos .icon-comments:before {
  content: "";
}
.neos .icon-thumbs-up-alt:before {
  content: "";
}
.neos .icon-thumbs-down-alt:before {
  content: "";
}
.neos .icon-star-half:before {
  content: "";
}
.neos .icon-heart-empty:before {
  content: "";
}
.neos .icon-signout:before {
  content: "";
}
.neos .icon-linkedin-sign:before {
  content: "";
}
.neos .icon-pushpin:before {
  content: "";
}
.neos .icon-external-link:before {
  content: "";
}
.neos .icon-signin:before {
  content: "";
}
.neos .icon-trophy:before {
  content: "";
}
.neos .icon-github-sign:before {
  content: "";
}
.neos .icon-upload-alt:before {
  content: "";
}
.neos .icon-lemon:before {
  content: "";
}
.neos .icon-phone:before {
  content: "";
}
.neos .icon-unchecked:before,
.neos .icon-check-empty:before {
  content: "";
}
.neos .icon-bookmark-empty:before {
  content: "";
}
.neos .icon-phone-sign:before {
  content: "";
}
.neos .icon-twitter:before {
  content: "";
}
.neos .icon-facebook:before {
  content: "";
}
.neos .icon-github:before {
  content: "";
}
.neos .icon-unlock:before {
  content: "";
}
.neos .icon-credit-card:before {
  content: "";
}
.neos .icon-rss:before {
  content: "";
}
.neos .icon-hdd:before {
  content: "";
}
.neos .icon-bullhorn:before {
  content: "";
}
.neos .icon-bell:before {
  content: "";
}
.neos .icon-certificate:before {
  content: "";
}
.neos .icon-hand-right:before {
  content: "";
}
.neos .icon-hand-left:before {
  content: "";
}
.neos .icon-hand-up:before {
  content: "";
}
.neos .icon-hand-down:before {
  content: "";
}
.neos .icon-circle-arrow-left:before {
  content: "";
}
.neos .icon-circle-arrow-right:before {
  content: "";
}
.neos .icon-circle-arrow-up:before {
  content: "";
}
.neos .icon-circle-arrow-down:before {
  content: "";
}
.neos .icon-globe:before {
  content: "";
}
.neos .icon-wrench:before {
  content: "";
}
.neos .icon-tasks:before {
  content: "";
}
.neos .icon-filter:before {
  content: "";
}
.neos .icon-briefcase:before {
  content: "";
}
.neos .icon-fullscreen:before {
  content: "";
}
.neos .icon-group:before {
  content: "";
}
.neos .icon-link:before {
  content: "";
}
.neos .icon-cloud:before {
  content: "";
}
.neos .icon-beaker:before {
  content: "";
}
.neos .icon-cut:before {
  content: "";
}
.neos .icon-copy:before {
  content: "";
}
.neos .icon-paperclip:before,
.neos .icon-paper-clip:before {
  content: "";
}
.neos .icon-save:before {
  content: "";
}
.neos .icon-sign-blank:before {
  content: "";
}
.neos .icon-reorder:before {
  content: "";
}
.neos .icon-list-ul:before {
  content: "";
}
.neos .icon-list-ol:before {
  content: "";
}
.neos .icon-strikethrough:before {
  content: "";
}
.neos .icon-underline:before {
  content: "";
}
.neos .icon-table:before {
  content: "";
}
.neos .icon-magic:before {
  content: "";
}
.neos .icon-truck:before {
  content: "";
}
.neos .icon-pinterest:before {
  content: "";
}
.neos .icon-pinterest-sign:before {
  content: "";
}
.neos .icon-google-plus-sign:before {
  content: "";
}
.neos .icon-google-plus:before {
  content: "";
}
.neos .icon-money:before {
  content: "";
}
.neos .icon-caret-down:before {
  content: "";
}
.neos .icon-caret-up:before {
  content: "";
}
.neos .icon-caret-left:before {
  content: "";
}
.neos .icon-caret-right:before {
  content: "";
}
.neos .icon-columns:before {
  content: "";
}
.neos .icon-sort:before {
  content: "";
}
.neos .icon-sort-down:before {
  content: "";
}
.neos .icon-sort-up:before {
  content: "";
}
.neos .icon-envelope:before {
  content: "";
}
.neos .icon-linkedin:before {
  content: "";
}
.neos .icon-rotate-left:before,
.neos .icon-undo:before {
  content: "";
}
.neos .icon-legal:before {
  content: "";
}
.neos .icon-dashboard:before {
  content: "";
}
.neos .icon-comment-alt:before {
  content: "";
}
.neos .icon-comments-alt:before {
  content: "";
}
.neos .icon-bolt:before {
  content: "";
}
.neos .icon-sitemap:before {
  content: "";
}
.neos .icon-umbrella:before {
  content: "";
}
.neos .icon-paste:before {
  content: "";
}
.neos .icon-lightbulb:before {
  content: "";
}
.neos .icon-exchange:before {
  content: "";
}
.neos .icon-cloud-download:before {
  content: "";
}
.neos .icon-cloud-upload:before {
  content: "";
}
.neos .icon-user-md:before {
  content: "";
}
.neos .icon-stethoscope:before {
  content: "";
}
.neos .icon-suitcase:before {
  content: "";
}
.neos .icon-bell-alt:before {
  content: "";
}
.neos .icon-coffee:before {
  content: "";
}
.neos .icon-food:before {
  content: "";
}
.neos .icon-file-text-alt:before {
  content: "";
}
.neos .icon-building:before {
  content: "";
}
.neos .icon-hospital:before {
  content: "";
}
.neos .icon-ambulance:before {
  content: "";
}
.neos .icon-medkit:before {
  content: "";
}
.neos .icon-fighter-jet:before {
  content: "";
}
.neos .icon-beer:before {
  content: "";
}
.neos .icon-h-sign:before {
  content: "";
}
.neos .icon-plus-sign-alt:before {
  content: "";
}
.neos .icon-double-angle-left:before {
  content: "";
}
.neos .icon-double-angle-right:before {
  content: "";
}
.neos .icon-double-angle-up:before {
  content: "";
}
.neos .icon-double-angle-down:before {
  content: "";
}
.neos .icon-angle-left:before {
  content: "";
}
.neos .icon-angle-right:before {
  content: "";
}
.neos .icon-angle-up:before {
  content: "";
}
.neos .icon-angle-down:before {
  content: "";
}
.neos .icon-desktop:before {
  content: "";
}
.neos .icon-laptop:before {
  content: "";
}
.neos .icon-tablet:before {
  content: "";
}
.neos .icon-mobile-phone:before {
  content: "";
}
.neos .icon-circle-blank:before {
  content: "";
}
.neos .icon-quote-left:before {
  content: "";
}
.neos .icon-quote-right:before {
  content: "";
}
.neos .icon-spinner:before {
  content: "";
}
.neos .icon-circle:before {
  content: "";
}
.neos .icon-mail-reply:before,
.neos .icon-reply:before {
  content: "";
}
.neos .icon-github-alt:before {
  content: "";
}
.neos .icon-folder-close-alt:before {
  content: "";
}
.neos .icon-folder-open-alt:before {
  content: "";
}
.neos .icon-expand-alt:before {
  content: "";
}
.neos .icon-collapse-alt:before {
  content: "";
}
.neos .icon-smile:before {
  content: "";
}
.neos .icon-frown:before {
  content: "";
}
.neos .icon-meh:before {
  content: "";
}
.neos .icon-gamepad:before {
  content: "";
}
.neos .icon-keyboard:before {
  content: "";
}
.neos .icon-flag-alt:before {
  content: "";
}
.neos .icon-flag-checkered:before {
  content: "";
}
.neos .icon-terminal:before {
  content: "";
}
.neos .icon-code:before {
  content: "";
}
.neos .icon-reply-all:before {
  content: "";
}
.neos .icon-mail-reply-all:before {
  content: "";
}
.neos .icon-star-half-full:before,
.neos .icon-star-half-empty:before {
  content: "";
}
.neos .icon-location-arrow:before {
  content: "";
}
.neos .icon-crop:before {
  content: "";
}
.neos .icon-code-fork:before {
  content: "";
}
.neos .icon-unlink:before {
  content: "";
}
.neos .icon-question:before {
  content: "";
}
.neos .icon-info:before {
  content: "";
}
.neos .icon-exclamation:before {
  content: "";
}
.neos .icon-superscript:before {
  content: "";
}
.neos .icon-subscript:before {
  content: "";
}
.neos .icon-eraser:before {
  content: "";
}
.neos .icon-puzzle-piece:before {
  content: "";
}
.neos .icon-microphone:before {
  content: "";
}
.neos .icon-microphone-off:before {
  content: "";
}
.neos .icon-shield:before {
  content: "";
}
.neos .icon-calendar-empty:before {
  content: "";
}
.neos .icon-fire-extinguisher:before {
  content: "";
}
.neos .icon-rocket:before {
  content: "";
}
.neos .icon-maxcdn:before {
  content: "";
}
.neos .icon-chevron-sign-left:before {
  content: "";
}
.neos .icon-chevron-sign-right:before {
  content: "";
}
.neos .icon-chevron-sign-up:before {
  content: "";
}
.neos .icon-chevron-sign-down:before {
  content: "";
}
.neos .icon-html5:before {
  content: "";
}
.neos .icon-css3:before {
  content: "";
}
.neos .icon-anchor:before {
  content: "";
}
.neos .icon-unlock-alt:before {
  content: "";
}
.neos .icon-bullseye:before {
  content: "";
}
.neos .icon-ellipsis-horizontal:before {
  content: "";
}
.neos .icon-ellipsis-vertical:before {
  content: "";
}
.neos .icon-rss-sign:before {
  content: "";
}
.neos .icon-play-sign:before {
  content: "";
}
.neos .icon-ticket:before {
  content: "";
}
.neos .icon-minus-sign-alt:before {
  content: "";
}
.neos .icon-check-minus:before {
  content: "";
}
.neos .icon-level-up:before {
  content: "";
}
.neos .icon-level-down:before {
  content: "";
}
.neos .icon-check-sign:before {
  content: "";
}
.neos .icon-edit-sign:before {
  content: "";
}
.neos .icon-external-link-sign:before {
  content: "";
}
.neos .icon-share-sign:before {
  content: "";
}
.neos .icon-compass:before {
  content: "";
}
.neos .icon-collapse:before {
  content: "";
}
.neos .icon-collapse-top:before {
  content: "";
}
.neos .icon-expand:before {
  content: "";
}
.neos .icon-euro:before,
.neos .icon-eur:before {
  content: "";
}
.neos .icon-gbp:before {
  content: "";
}
.neos .icon-dollar:before,
.neos .icon-usd:before {
  content: "";
}
.neos .icon-rupee:before,
.neos .icon-inr:before {
  content: "";
}
.neos .icon-yen:before,
.neos .icon-jpy:before {
  content: "";
}
.neos .icon-renminbi:before,
.neos .icon-cny:before {
  content: "";
}
.neos .icon-won:before,
.neos .icon-krw:before {
  content: "";
}
.neos .icon-bitcoin:before,
.neos .icon-btc:before {
  content: "";
}
.neos .icon-file:before {
  content: "";
}
.neos .icon-file-text:before {
  content: "";
}
.neos .icon-sort-by-alphabet:before {
  content: "";
}
.neos .icon-sort-by-alphabet-alt:before {
  content: "";
}
.neos .icon-sort-by-attributes:before {
  content: "";
}
.neos .icon-sort-by-attributes-alt:before {
  content: "";
}
.neos .icon-sort-by-order:before {
  content: "";
}
.neos .icon-sort-by-order-alt:before {
  content: "";
}
.neos .icon-thumbs-up:before {
  content: "";
}
.neos .icon-thumbs-down:before {
  content: "";
}
.neos .icon-youtube-sign:before {
  content: "";
}
.neos .icon-youtube:before {
  content: "";
}
.neos .icon-xing:before {
  content: "";
}
.neos .icon-xing-sign:before {
  content: "";
}
.neos .icon-youtube-play:before {
  content: "";
}
.neos .icon-dropbox:before {
  content: "";
}
.neos .icon-stackexchange:before {
  content: "";
}
.neos .icon-instagram:before {
  content: "";
}
.neos .icon-flickr:before {
  content: "";
}
.neos .icon-adn:before {
  content: "";
}
.neos .icon-bitbucket:before {
  content: "";
}
.neos .icon-bitbucket-sign:before {
  content: "";
}
.neos .icon-tumblr:before {
  content: "";
}
.neos .icon-tumblr-sign:before {
  content: "";
}
.neos .icon-long-arrow-down:before {
  content: "";
}
.neos .icon-long-arrow-up:before {
  content: "";
}
.neos .icon-long-arrow-left:before {
  content: "";
}
.neos .icon-long-arrow-right:before {
  content: "";
}
.neos .icon-apple:before {
  content: "";
}
.neos .icon-windows:before {
  content: "";
}
.neos .icon-android:before {
  content: "";
}
.neos .icon-linux:before {
  content: "";
}
.neos .icon-dribbble:before {
  content: "";
}
.neos .icon-skype:before {
  content: "";
}
.neos .icon-foursquare:before {
  content: "";
}
.neos .icon-trello:before {
  content: "";
}
.neos .icon-female:before {
  content: "";
}
.neos .icon-male:before {
  content: "";
}
.neos .icon-gittip:before {
  content: "";
}
.neos .icon-sun:before {
  content: "";
}
.neos .icon-moon:before {
  content: "";
}
.neos .icon-archive:before {
  content: "";
}
.neos .icon-bug:before {
  content: "";
}
.neos .icon-vk:before {
  content: "";
}
.neos .icon-weibo:before {
  content: "";
}
.neos .icon-renren:before {
  content: "";
}

body {
  background: #141414;
  margin: 0;
}

.neos {
  /* Allow for input prepend/append in search forms */
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.neos article,
.neos aside,
.neos details,
.neos figcaption,
.neos figure,
.neos footer,
.neos header,
.neos hgroup,
.neos nav,
.neos section {
  display: block;
}
.neos audio,
.neos canvas,
.neos video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.neos audio:not([controls]) {
  display: none;
}
.neos html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.neos a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.neos a:hover,
.neos a:active {
  outline: 0;
}
.neos sub,
.neos sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.neos sup {
  top: -0.5em;
}
.neos sub {
  bottom: -0.25em;
}
.neos img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.neos #map_canvas img,
.neos .neos-google-maps img {
  max-width: none;
}
.neos button,
.neos input,
.neos select,
.neos textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.neos button,
.neos input {
  *overflow: visible;
  line-height: normal;
}
.neos button::-moz-focus-inner,
.neos input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.neos button,
.neos html input[type="button"],
.neos input[type="reset"],
.neos input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.neos label,
.neos select,
.neos button,
.neos input[type="button"],
.neos input[type="reset"],
.neos input[type="submit"],
.neos input[type="radio"],
.neos input[type="checkbox"] {
  cursor: pointer;
}
.neos input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.neos input[type="search"]::-webkit-search-decoration,
.neos input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.neos textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  .neos * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .neos a,
  .neos a:visited {
    text-decoration: underline;
  }
  .neos a[href]:after {
    content: " (" attr(href) ")";
  }
  .neos abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .neos .neos-ir a:after,
  .neos a[href^="javascript:"]:after,
  .neos a[href^="#"]:after {
    content: "";
  }
  .neos pre,
  .neos blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .neos thead {
    display: table-header-group;
  }
  .neos tr,
  .neos img {
    page-break-inside: avoid;
  }
  .neos img {
    max-width: 100% !important;
  }
  @page {
    .neos {
      margin: 0.5cm;
    }
  }
  .neos p,
  .neos h2,
  .neos h3 {
    orphans: 3;
    widows: 3;
  }
  .neos h2,
  .neos h3 {
    page-break-after: avoid;
  }
}
.neos .neos-row {
  margin-left: -20px;
  *zoom: 1;
}
.neos .neos-row:before, .neos .neos-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.neos .neos-row:after {
  clear: both;
}
.neos [class*="neos-span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.neos .neos-container,
.neos .neos-navbar-static-top .neos-container,
.neos .neos-navbar-fixed-top .neos-container,
.neos .neos-navbar-fixed-bottom .neos-container {
  width: 940px;
}
.neos .neos-span1 {
  width: 60px;
}
.neos .neos-span2 {
  width: 140px;
}
.neos .neos-span3 {
  width: 220px;
}
.neos .neos-span4 {
  width: 300px;
}
.neos .neos-span5 {
  width: 380px;
}
.neos .neos-span6 {
  width: 460px;
}
.neos .neos-span7 {
  width: 540px;
}
.neos .neos-span8 {
  width: 620px;
}
.neos .neos-span9 {
  width: 700px;
}
.neos .neos-span10 {
  width: 780px;
}
.neos .neos-span11 {
  width: 860px;
}
.neos .neos-span12 {
  width: 940px;
}
.neos .neos-offset1 {
  margin-left: 100px;
}
.neos .neos-offset2 {
  margin-left: 180px;
}
.neos .neos-offset3 {
  margin-left: 260px;
}
.neos .neos-offset4 {
  margin-left: 340px;
}
.neos .neos-offset5 {
  margin-left: 420px;
}
.neos .neos-offset6 {
  margin-left: 500px;
}
.neos .neos-offset7 {
  margin-left: 580px;
}
.neos .neos-offset8 {
  margin-left: 660px;
}
.neos .neos-offset9 {
  margin-left: 740px;
}
.neos .neos-offset10 {
  margin-left: 820px;
}
.neos .neos-offset11 {
  margin-left: 900px;
}
.neos .neos-offset12 {
  margin-left: 980px;
}
.neos .neos-row-fluid {
  width: 100%;
  *zoom: 1;
}
.neos .neos-row-fluid:before, .neos .neos-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.neos .neos-row-fluid:after {
  clear: both;
}
.neos .neos-row-fluid [class*="neos-span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
.neos .neos-row-fluid [class*="neos-span"]:first-child {
  margin-left: 0;
}
.neos .neos-row-fluid .neos-controls-row [class*="neos-span"] + [class*="neos-span"] {
  margin-left: 2.12766%;
}
.neos .neos-row-fluid .neos-span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
.neos .neos-row-fluid .neos-span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
.neos .neos-row-fluid .neos-span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
.neos .neos-row-fluid .neos-span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
.neos .neos-row-fluid .neos-span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
.neos .neos-row-fluid .neos-span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
.neos .neos-row-fluid .neos-span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
.neos .neos-row-fluid .neos-span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
.neos .neos-row-fluid .neos-span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
.neos .neos-row-fluid .neos-span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
.neos .neos-row-fluid .neos-span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
.neos .neos-row-fluid .neos-span12 {
  width: 100%;
  *width: 99.94681%;
}
.neos .neos-row-fluid .neos-offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.neos .neos-row-fluid .neos-offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}
.neos .neos-row-fluid .neos-offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.neos .neos-row-fluid .neos-offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.neos .neos-row-fluid .neos-offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.neos .neos-row-fluid .neos-offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.neos .neos-row-fluid .neos-offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.neos .neos-row-fluid .neos-offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.neos .neos-row-fluid .neos-offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.neos .neos-row-fluid .neos-offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.neos .neos-row-fluid .neos-offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.neos .neos-row-fluid .neos-offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.neos .neos-row-fluid .neos-offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.neos .neos-row-fluid .neos-offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.neos .neos-row-fluid .neos-offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.neos .neos-row-fluid .neos-offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.neos .neos-row-fluid .neos-offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.neos .neos-row-fluid .neos-offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.neos .neos-row-fluid .neos-offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.neos .neos-row-fluid .neos-offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
.neos .neos-row-fluid .neos-offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.neos .neos-row-fluid .neos-offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.neos .neos-row-fluid .neos-offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.neos .neos-row-fluid .neos-offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
.neos [class*="neos-span"].neos-hide,
.neos .neos-row-fluid [class*="neos-span"].neos-hide {
  display: none;
}
.neos [class*="neos-span"].neos-pull-right,
.neos .neos-row-fluid [class*="neos-span"].neos-pull-right {
  float: right;
}
.neos form {
  margin: 0 0 20px;
}
.neos fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.neos legend {
  display: block;
  width: 100%;
  padding: 8px 0 0;
  margin-bottom: 16px;
  font-size: 150%;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.neos legend small {
  font-size: 15px;
  color: #3f3f3f;
}
.neos label,
.neos input,
.neos button,
.neos select,
.neos textarea {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
}
.neos input,
.neos button,
.neos select,
.neos textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.neos label {
  display: block;
  margin-bottom: 5px;
}
.neos select,
.neos textarea,
.neos input[type="text"],
.neos input[type="password"],
.neos input[type="datetime"],
.neos input[type="datetime-local"],
.neos input[type="date"],
.neos input[type="month"],
.neos input[type="time"],
.neos input[type="week"],
.neos input[type="number"],
.neos input[type="email"],
.neos input[type="url"],
.neos input[type="search"],
.neos input[type="tel"],
.neos input[type="color"],
.neos .neos-uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
}
.neos input,
.neos textarea,
.neos .neos-uneditable-input {
  width: 206px;
}
.neos textarea {
  height: auto;
}
.neos textarea,
.neos input[type="text"],
.neos input[type="password"],
.neos input[type="datetime"],
.neos input[type="datetime-local"],
.neos input[type="date"],
.neos input[type="month"],
.neos input[type="time"],
.neos input[type="week"],
.neos input[type="number"],
.neos input[type="email"],
.neos input[type="url"],
.neos input[type="search"],
.neos input[type="tel"],
.neos input[type="color"],
.neos .neos-uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.neos textarea:focus,
.neos input[type="text"]:focus,
.neos input[type="password"]:focus,
.neos input[type="datetime"]:focus,
.neos input[type="datetime-local"]:focus,
.neos input[type="date"]:focus,
.neos input[type="month"]:focus,
.neos input[type="time"]:focus,
.neos input[type="week"]:focus,
.neos input[type="number"]:focus,
.neos input[type="email"]:focus,
.neos input[type="url"]:focus,
.neos input[type="search"]:focus,
.neos input[type="tel"]:focus,
.neos input[type="color"]:focus,
.neos .neos-uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.neos input[type="radio"],
.neos input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.neos input[type="file"],
.neos input[type="image"],
.neos input[type="submit"],
.neos input[type="reset"],
.neos input[type="button"],
.neos input[type="radio"],
.neos input[type="checkbox"] {
  width: auto;
}
.neos select,
.neos input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
.neos select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.neos select[multiple],
.neos select[size] {
  height: auto;
}
.neos select:focus,
.neos input[type="file"]:focus,
.neos input[type="radio"]:focus,
.neos input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.neos .neos-uneditable-input,
.neos .neos-uneditable-textarea {
  color: #3f3f3f;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.neos .neos-uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.neos .neos-uneditable-textarea {
  width: auto;
  height: auto;
}
.neos input:-moz-placeholder,
.neos textarea:-moz-placeholder {
  color: #999;
}
.neos input:-ms-input-placeholder,
.neos textarea:-ms-input-placeholder {
  color: #999;
}
.neos input::-webkit-input-placeholder,
.neos textarea::-webkit-input-placeholder {
  color: #999;
}
.neos .neos-radio,
.neos .neos-checkbox {
  min-height: 20px;
  padding-left: 20px;
  position: relative;
}
.neos .neos-radio input[type="radio"],
.neos .neos-checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.neos .neos-controls > .neos-radio:first-child,
.neos .neos-controls > .neos-checkbox:first-child {
  padding-top: 5px;
}
.neos .neos-radio.neos-inline,
.neos .neos-checkbox.neos-inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.neos .neos-radio.neos-inline + .neos-radio.neos-inline,
.neos .neos-checkbox.neos-inline + .neos-checkbox.neos-inline {
  margin-left: 10px;
}
.neos .neos-input-mini {
  width: 60px;
}
.neos .neos-input-small {
  width: 90px;
}
.neos .neos-input-medium {
  width: 150px;
}
.neos .neos-input-large {
  width: 210px;
}
.neos .neos-input-xlarge {
  width: 270px;
}
.neos .neos-input-xxlarge {
  width: 530px;
}
.neos input[class*="neos-span"],
.neos select[class*="neos-span"],
.neos textarea[class*="neos-span"],
.neos .neos-uneditable-input[class*="neos-span"],
.neos .neos-row-fluid input[class*="neos-span"],
.neos .neos-row-fluid select[class*="neos-span"],
.neos .neos-row-fluid textarea[class*="neos-span"],
.neos .neos-row-fluid .neos-uneditable-input[class*="neos-span"] {
  float: none;
  margin-left: 0;
}
.neos .neos-input-append input[class*="neos-span"],
.neos .neos-input-append .neos-uneditable-input[class*="neos-span"],
.neos .neos-input-prepend input[class*="neos-span"],
.neos .neos-input-prepend .neos-uneditable-input[class*="neos-span"],
.neos .neos-row-fluid input[class*="neos-span"],
.neos .neos-row-fluid select[class*="neos-span"],
.neos .neos-row-fluid textarea[class*="neos-span"],
.neos .neos-row-fluid .neos-uneditable-input[class*="neos-span"],
.neos .neos-row-fluid .neos-input-prepend [class*="neos-span"],
.neos .neos-row-fluid .neos-input-append [class*="neos-span"] {
  display: inline-block;
}
.neos input,
.neos textarea,
.neos .neos-uneditable-input {
  margin-left: 0;
}
.neos .neos-controls-row [class*="neos-span"] + [class*="neos-span"] {
  margin-left: 20px;
}
.neos input.neos-span1,
.neos textarea.neos-span1 {
  width: 46px;
}
.neos input.neos-span2,
.neos textarea.neos-span2 {
  width: 126px;
}
.neos input.neos-span3,
.neos textarea.neos-span3 {
  width: 206px;
}
.neos input.neos-span4,
.neos textarea.neos-span4 {
  width: 286px;
}
.neos input.neos-span5,
.neos textarea.neos-span5 {
  width: 366px;
}
.neos input.neos-span6,
.neos textarea.neos-span6 {
  width: 446px;
}
.neos input.neos-span7,
.neos textarea.neos-span7 {
  width: 526px;
}
.neos input.neos-span8,
.neos textarea.neos-span8 {
  width: 606px;
}
.neos input.neos-span9,
.neos textarea.neos-span9 {
  width: 686px;
}
.neos input.neos-span10,
.neos textarea.neos-span10 {
  width: 766px;
}
.neos input.neos-span11,
.neos textarea.neos-span11 {
  width: 846px;
}
.neos input.neos-span12,
.neos textarea.neos-span12 {
  width: 926px;
}
.neos .neos-controls-row {
  *zoom: 1;
}
.neos .neos-controls-row:before, .neos .neos-controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.neos .neos-controls-row:after {
  clear: both;
}
.neos .neos-controls-row [class*="neos-span"],
.neos .neos-row-fluid .neos-controls-row [class*="neos-span"] {
  float: left;
}
.neos .neos-controls-row .neos-checkbox[class*="neos-span"],
.neos .neos-controls-row .neos-radio[class*="neos-span"] {
  padding-top: 5px;
}
.neos input[disabled],
.neos select[disabled],
.neos textarea[disabled],
.neos input[readonly],
.neos select[readonly],
.neos textarea[readonly],
.neos .neos-uneditable-input {
  opacity: .65;
  cursor: not-allowed;
  background-color: #eee;
}
.neos input[type="radio"][disabled],
.neos input[type="checkbox"][disabled],
.neos input[type="radio"][readonly],
.neos input[type="checkbox"][readonly] {
  background-color: transparent;
}
.neos .neos-control-group.neos-warning .neos-control-label,
.neos .neos-control-group.neos-warning .neos-help-block,
.neos .neos-control-group.neos-warning .neos-help-inline {
  color: #c09853;
}
.neos .neos-control-group.neos-warning .neos-checkbox,
.neos .neos-control-group.neos-warning .neos-radio,
.neos .neos-control-group.neos-warning input,
.neos .neos-control-group.neos-warning select,
.neos .neos-control-group.neos-warning textarea {
  color: #c09853;
}
.neos .neos-control-group.neos-warning input,
.neos .neos-control-group.neos-warning select,
.neos .neos-control-group.neos-warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.neos .neos-control-group.neos-warning input:focus,
.neos .neos-control-group.neos-warning select:focus,
.neos .neos-control-group.neos-warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.neos .neos-control-group.neos-warning .neos-input-prepend .neos-add-on,
.neos .neos-control-group.neos-warning .neos-input-append .neos-add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.neos .neos-control-group.neos-error .neos-control-label,
.neos .neos-control-group.neos-error .neos-help-block,
.neos .neos-control-group.neos-error .neos-help-inline {
  color: #b94a48;
}
.neos .neos-control-group.neos-error .neos-checkbox,
.neos .neos-control-group.neos-error .neos-radio,
.neos .neos-control-group.neos-error input,
.neos .neos-control-group.neos-error select,
.neos .neos-control-group.neos-error textarea {
  color: #b94a48;
}
.neos .neos-control-group.neos-error input,
.neos .neos-control-group.neos-error select,
.neos .neos-control-group.neos-error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.neos .neos-control-group.neos-error input:focus,
.neos .neos-control-group.neos-error select:focus,
.neos .neos-control-group.neos-error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.neos .neos-control-group.neos-error .neos-input-prepend .neos-add-on,
.neos .neos-control-group.neos-error .neos-input-append .neos-add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.neos .neos-control-group.neos-success .neos-control-label,
.neos .neos-control-group.neos-success .neos-help-block,
.neos .neos-control-group.neos-success .neos-help-inline {
  color: #468847;
}
.neos .neos-control-group.neos-success .neos-checkbox,
.neos .neos-control-group.neos-success .neos-radio,
.neos .neos-control-group.neos-success input,
.neos .neos-control-group.neos-success select,
.neos .neos-control-group.neos-success textarea {
  color: #468847;
}
.neos .neos-control-group.neos-success input,
.neos .neos-control-group.neos-success select,
.neos .neos-control-group.neos-success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.neos .neos-control-group.neos-success input:focus,
.neos .neos-control-group.neos-success select:focus,
.neos .neos-control-group.neos-success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.neos .neos-control-group.neos-success .neos-input-prepend .neos-add-on,
.neos .neos-control-group.neos-success .neos-input-append .neos-add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.neos .neos-control-group.neos-info .neos-control-label,
.neos .neos-control-group.neos-info .neos-help-block,
.neos .neos-control-group.neos-info .neos-help-inline {
  color: #3a87ad;
}
.neos .neos-control-group.neos-info .neos-checkbox,
.neos .neos-control-group.neos-info .neos-radio,
.neos .neos-control-group.neos-info input,
.neos .neos-control-group.neos-info select,
.neos .neos-control-group.neos-info textarea {
  color: #3a87ad;
}
.neos .neos-control-group.neos-info input,
.neos .neos-control-group.neos-info select,
.neos .neos-control-group.neos-info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.neos .neos-control-group.neos-info input:focus,
.neos .neos-control-group.neos-info select:focus,
.neos .neos-control-group.neos-info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.neos .neos-control-group.neos-info .neos-input-prepend .neos-add-on,
.neos .neos-control-group.neos-info .neos-input-append .neos-add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.neos input:focus:invalid,
.neos textarea:focus:invalid,
.neos select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.neos input:focus:invalid:focus,
.neos textarea:focus:invalid:focus,
.neos select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.neos .neos-form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.neos .neos-form-actions:before, .neos .neos-form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.neos .neos-form-actions:after {
  clear: both;
}
.neos .neos-help-block,
.neos .neos-help-inline {
  color: #595959;
}
.neos .neos-help-block {
  display: block;
  margin-bottom: 10px;
}
.neos .neos-help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.neos .neos-input-append,
.neos .neos-input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.neos .neos-input-append input,
.neos .neos-input-append select,
.neos .neos-input-append .neos-uneditable-input,
.neos .neos-input-append .neos-dropdown-menu,
.neos .neos-input-append .neos-popover,
.neos .neos-input-prepend input,
.neos .neos-input-prepend select,
.neos .neos-input-prepend .neos-uneditable-input,
.neos .neos-input-prepend .neos-dropdown-menu,
.neos .neos-input-prepend .neos-popover {
  font-size: 100%;
}
.neos .neos-input-append input,
.neos .neos-input-append select,
.neos .neos-input-append .neos-uneditable-input,
.neos .neos-input-prepend input,
.neos .neos-input-prepend select,
.neos .neos-input-prepend .neos-uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.neos .neos-input-append input:focus,
.neos .neos-input-append select:focus,
.neos .neos-input-append .neos-uneditable-input:focus,
.neos .neos-input-prepend input:focus,
.neos .neos-input-prepend select:focus,
.neos .neos-input-prepend .neos-uneditable-input:focus {
  z-index: 2;
}
.neos .neos-input-append .neos-add-on,
.neos .neos-input-prepend .neos-add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.neos .neos-input-append .neos-add-on,
.neos .neos-input-append .neos-button,
.neos .neos-input-append .neos-button-group > .neos-dropdown-toggle,
.neos .neos-input-prepend .neos-add-on,
.neos .neos-input-prepend .neos-button,
.neos .neos-input-prepend .neos-button-group > .neos-dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.neos .neos-input-append .neos-active,
.neos .neos-input-prepend .neos-active {
  background-color: #3dff80;
  border-color: #00a338;
}
.neos .neos-input-prepend .neos-add-on,
.neos .neos-input-prepend .neos-button {
  margin-right: -1px;
}
.neos .neos-input-prepend .neos-add-on:first-child,
.neos .neos-input-prepend .neos-button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.neos .neos-input-append input,
.neos .neos-input-append select,
.neos .neos-input-append .neos-uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.neos .neos-input-append input + .neos-button-group .neos-button:last-child,
.neos .neos-input-append select + .neos-button-group .neos-button:last-child,
.neos .neos-input-append .neos-uneditable-input + .neos-button-group .neos-button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.neos .neos-input-append .neos-add-on,
.neos .neos-input-append .neos-button,
.neos .neos-input-append .neos-button-group {
  margin-left: -1px;
}
.neos .neos-input-append .neos-add-on:last-child,
.neos .neos-input-append .neos-button:last-child,
.neos .neos-input-append .neos-button-group:last-child > .neos-dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.neos .neos-input-prepend.neos-input-append input,
.neos .neos-input-prepend.neos-input-append select,
.neos .neos-input-prepend.neos-input-append .neos-uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.neos .neos-input-prepend.neos-input-append input + .neos-button-group .neos-button,
.neos .neos-input-prepend.neos-input-append select + .neos-button-group .neos-button,
.neos .neos-input-prepend.neos-input-append .neos-uneditable-input + .neos-button-group .neos-button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.neos .neos-input-prepend.neos-input-append .neos-add-on:first-child,
.neos .neos-input-prepend.neos-input-append .neos-button:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.neos .neos-input-prepend.neos-input-append .neos-add-on:last-child,
.neos .neos-input-prepend.neos-input-append .neos-button:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.neos .neos-input-prepend.neos-input-append .neos-button-group:first-child {
  margin-left: 0;
}
.neos input.neos-search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.neos .neos-form-search .neos-input-append .neos-search-query,
.neos .neos-form-search .neos-input-prepend .neos-search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.neos .neos-form-search .neos-input-append .neos-search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.neos .neos-form-search .neos-input-append .neos-button {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.neos .neos-form-search .neos-input-prepend .neos-search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.neos .neos-form-search .neos-input-prepend .neos-button {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.neos .neos-form-search input,
.neos .neos-form-search textarea,
.neos .neos-form-search select,
.neos .neos-form-search .neos-help-inline,
.neos .neos-form-search .neos-uneditable-input,
.neos .neos-form-search .neos-input-prepend,
.neos .neos-form-search .neos-input-append,
.neos .neos-form-inline input,
.neos .neos-form-inline textarea,
.neos .neos-form-inline select,
.neos .neos-form-inline .neos-help-inline,
.neos .neos-form-inline .neos-uneditable-input,
.neos .neos-form-inline .neos-input-prepend,
.neos .neos-form-inline .neos-input-append,
.neos .neos-form-horizontal input,
.neos .neos-form-horizontal textarea,
.neos .neos-form-horizontal select,
.neos .neos-form-horizontal .neos-help-inline,
.neos .neos-form-horizontal .neos-uneditable-input,
.neos .neos-form-horizontal .neos-input-prepend,
.neos .neos-form-horizontal .neos-input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.neos .neos-form-search .neos-hide,
.neos .neos-form-inline .neos-hide,
.neos .neos-form-horizontal .neos-hide {
  display: none;
}
.neos .neos-form-search label,
.neos .neos-form-inline label,
.neos .neos-form-search .neos-button-group,
.neos .neos-form-inline .neos-button-group {
  display: inline-block;
}
.neos .neos-form-search .neos-input-append,
.neos .neos-form-inline .neos-input-append,
.neos .neos-form-search .neos-input-prepend,
.neos .neos-form-inline .neos-input-prepend {
  margin-bottom: 0;
}
.neos .neos-form-search .neos-radio,
.neos .neos-form-search .neos-checkbox,
.neos .neos-form-inline .neos-radio,
.neos .neos-form-inline .neos-checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.neos .neos-form-search .neos-radio input[type="radio"],
.neos .neos-form-search .neos-checkbox input[type="checkbox"],
.neos .neos-form-inline .neos-radio input[type="radio"],
.neos .neos-form-inline .neos-checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.neos .neos-control-group {
  margin-bottom: 10px;
}
.neos legend + .neos-control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.neos .neos-form-horizontal .neos-control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.neos .neos-form-horizontal .neos-control-group:before, .neos .neos-form-horizontal .neos-control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.neos .neos-form-horizontal .neos-control-group:after {
  clear: both;
}
.neos .neos-form-horizontal .neos-control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.neos .neos-form-horizontal .neos-controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.neos .neos-form-horizontal .neos-controls:first-child {
  *padding-left: 180px;
}
.neos .neos-form-horizontal .neos-help-block {
  margin-bottom: 0;
}
.neos .neos-form-horizontal input + .neos-help-block,
.neos .neos-form-horizontal select + .neos-help-block,
.neos .neos-form-horizontal textarea + .neos-help-block,
.neos .neos-form-horizontal .neos-uneditable-input + .neos-help-block,
.neos .neos-form-horizontal .neos-input-prepend + .neos-help-block,
.neos .neos-form-horizontal .neos-input-append + .neos-help-block {
  margin-top: 10px;
}
.neos .neos-form-horizontal .neos-form-actions {
  padding-left: 180px;
}
.neos .neos-tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.neos .neos-tooltip.neos-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.neos .neos-tooltip.neos-top {
  margin-top: -3px;
  padding: 5px 0;
}
.neos .neos-tooltip.neos-right {
  margin-left: 3px;
  padding: 0 5px;
}
.neos .neos-tooltip.neos-bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.neos .neos-tooltip.neos-left {
  margin-left: -3px;
  padding: 0 5px;
}
.neos .neos-tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.neos .neos-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.neos .neos-tooltip.neos-top .neos-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.neos .neos-tooltip.neos-right .neos-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.neos .neos-tooltip.neos-left .neos-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.neos .neos-tooltip.neos-bottom .neos-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@-moz-keyframes dot {
  0% {
    text-indent: -20px;
  }
  25% {
    text-indent: -15px;
  }
  50% {
    text-indent: -7px;
  }
  75% {
    text-indent: 0px;
  }
  100% {
    text-indent: -20px;
  }
}
@-webkit-keyframes dot {
  0% {
    text-indent: -20px;
  }
  25% {
    text-indent: -15px;
  }
  50% {
    text-indent: -7px;
  }
  75% {
    text-indent: 0px;
  }
  100% {
    text-indent: -20px;
  }
}
@keyframes dot {
  0% {
    text-indent: -20px;
  }
  25% {
    text-indent: -15px;
  }
  50% {
    text-indent: -7px;
  }
  75% {
    text-indent: 0px;
  }
  100% {
    text-indent: -20px;
  }
}
.neos .neos-ellipsis::after {
  display: inline-block;
  width: 12px;
  content: '...';
  overflow: hidden;
  vertical-align: top;
  -moz-animation: dot 1.3s infinite;
  -webkit-animation: dot 1.3s infinite;
  animation: dot 1.3s infinite;
  -moz-animation-timing-function: step-start;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
}
.neos input[type="text"],
.neos input[type="password"] {
  width: 100%;
  min-width: 288px;
  height: 40px;
  border: 2px solid #323232;
  background-color: #323232;
  color: #fff;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.neos input[type="text"]:focus, .neos input[type="text"]:invalid:focus,
.neos input[type="password"]:focus,
.neos input[type="password"]:invalid:focus {
  background-color: #fff;
  border: 2px solid #fff;
  color: #252525;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.neos input[type="text"]:-webkit-autofill,
.neos input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #323232 inset;
  -webkit-text-fill-color: #fff;
}
.neos input[type="text"]:-webkit-autofill:focus,
.neos input[type="password"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #252525;
}
.neos #neos-login-box {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  margin-top: -125px;
  margin-left: -160px;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.neos #neos-login-box .neos-login-logo {
  margin-bottom: 30px;
}
.neos #neos-login-box .neos-login-body {
  padding: 0;
  overflow: visible;
}
.neos #neos-login-box .neos-actions {
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #222;
  background-color: #222;
}
.neos #neos-login-box .neos-actions button {
  height: 40px;
  color: #fff;
  border: none;
  background-image: none;
  font-size: 14px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.neos #neos-login-box .neos-actions button:focus {
  outline: none;
}
.neos #neos-login-box .neos-actions button.neos-login-btn {
  background-color: #00b5ff;
  width: 100%;
}
.neos #neos-login-box .neos-actions button.neos-hidden {
  display: none;
}
.neos #neos-login-box .neos-actions button.neos-disabled {
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.neos #neos-login-box .neos-controls {
  height: 40px;
  margin-bottom: 15px;
}
.neos #neos-login-box .neos-tooltip {
  left: -4px;
  top: 0;
  width: 100%;
  position: relative;
  clear: both;
  float: none;
}
.neos #neos-login-box .neos-tooltip.neos-bottom {
  padding: 8px 0 0 0;
  margin-left: 4px;
  margin-top: -1px;
}
.neos #neos-login-box .neos-tooltip.neos-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.neos #neos-login-box .neos-tooltip .neos-tooltip-arrow {
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
}
.neos #neos-login-box .neos-tooltip .neos-tooltip-inner {
  max-width: 320px;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.neos #neos-login-box .neos-tooltip-error .neos-tooltip-arrow {
  border-bottom-color: #ff460d;
}
.neos #neos-login-box .neos-tooltip-error .neos-tooltip-inner {
  background-color: #ff460d;
}
.neos #neos-login-box .neos-tooltip-notice .neos-tooltip-arrow {
  border-bottom-color: #00a338;
}
.neos #neos-login-box .neos-tooltip-notice .neos-tooltip-inner {
  background-color: #00a338;
}
.neos #neos-login-footer {
  width: 100%;
  position: absolute;
  bottom: 4%;
  padding: 0 40px;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.neos #neos-login-footer p {
  font-size: 12px;
  color: #535353;
  line-height: 1.3em;
  margin: 0;
}
.neos #neos-login-footer a {
  color: #535353;
}

@media (min-width: 320px) and (max-width: 480px) {
  .neos #neos-login-box {
    position: static;
    top: 0;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .neos #neos-login-footer {
    position: static;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .neos #neos-login-footer {
    width: 70%;
    left: 50%;
    margin-left: -35%;
  }
}
@media (min-width: 1500px) {
  .neos #neos-login-footer {
    width: 50%;
    left: 50%;
    margin-left: -25%;
  }
}
