/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  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('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
a [class^="icon-cloud"] {
  color: white;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.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;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
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);
  }
}
/* Icon rotations and mirroring */
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
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 */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#image-download-lightbox {
  float: right;
  font-size: 3vw;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 999999;
  display: none;
}
/* !variables */
/* !functions aka mixins */
label[for] {
  cursor: pointer;
}
/* !predefined */
/* fix for hidden attr in IE8/9 */
.hidden,
[hidden] {
  display: none !important;
}
.clear {
  clear: both;
}
.toggle-checkbox {
  font-size: 110%;
}
.loading-circle {
  width: 16px;
  height: 16px;
  background: url('../images/loading-circle-black.gif') center center no-repeat;
  display: block;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
}
/* !sfstyles */
.sfbutton {
  color: black;
  font-family: RobotoBold;
  text-shadow: none !important;
  text-transform: uppercase;
  padding: 8px 14px!important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.sfbutton:active,
.sfbutton.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #ccc !important;
  background: linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -o-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -moz-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -ms-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ccc)) !important;
}
.sfbutton:disabled,
.sfbutton.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #eee;
  color: #808080;
}
.sfbutton.highlight {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.sfbutton.highlight:active,
.sfbutton.highlight.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #f7c201 !important;
  background: linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -o-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -moz-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -ms-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe53a), color-stop(1, #f7c201)) !important;
}
.sfbutton.highlight:disabled,
.sfbutton.highlight.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #ffe53a;
  color: #5f4a00;
}
.sfbutton.is-disabled {
  color: #808080 !important;
  background: #eee;
}
.sfbutton.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.sfbutton.cancel {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.sfbutton.cancel:active,
.sfbutton.cancel.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #CA2828 !important;
  background: linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -o-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -moz-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -ms-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA6A6), color-stop(1, #CA2828)) !important;
}
.sfbutton.cancel:disabled,
.sfbutton.cancel.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #FFA6A6;
  color: #4a0f0f;
}
.sfbutton.firmware {
  background-color: #CA2828;
}
.sfbutton.small {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 5px;
  font-size: 11px;
  display: inline-block;
}
.sfbutton.small:active,
.sfbutton.small.active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}
.sfbutton.feed-test {
  width: 130px !important;
}
.sfbutton:disabled,
.sfbutton.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.sfbutton.spin-on-click {
  /* strip to long button text */
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  /* produces big bugs */
}
.sfbutton.spin-on-click:before {
  display: none;
  content: url(../images/loading_gray.gif);
  position: relative;
  top: 2px;
  padding-right: 3px;
}
.sfbutton.spin-on-click:before.highlight {
  content: url(../images/loading.gif);
}
.sfbutton.spin-on-click.spinning:before {
  display: inline;
}
.sfbutton.spin-on-click.spinning i[class*=" icon-"] {
  display: none;
}
.sfinput {
  -webkit-appearance: none;
  font-family: inherit;
  padding: 5px;
  border: none;
  background: #CDCDCD;
  background: linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -o-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -moz-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -webkit-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -ms-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8D8D8D), color-stop(0.3, #CDCDCD), color-stop(1, #CDCDCD));
}
.sfinputinput {
  height: 26px;
}
.sfinput[readonly] {
  color: black;
}
.sfinput[disabled],
.sfinput.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
.sfinput + .sfbutton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sfselect {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
.sftextarea {
  -webkit-appearance: none;
  font-family: inherit;
  padding: 5px;
  border: none;
  background: #CDCDCD;
  background: linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -o-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -moz-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -webkit-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -ms-linear-gradient(bottom, #CDCDCD 0%, #CDCDCD 80%, #8D8D8D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8D8D8D), color-stop(0.3, #CDCDCD), color-stop(1, #CDCDCD));
  width: 100%;
  resize: vertical;
}
.sftextareainput {
  height: 26px;
}
.sftextarea[readonly] {
  color: black;
}
.sftextarea[disabled],
.sftextarea.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
.sftable {
  border-collapse: collapse;
  margin: 0 0 10px;
  color: white;
  font-size: 12px;
  width: 100%;
}
.sftable thead,
.sftable th {
  font-family: RobotoBold;
}
.sftable td,
.sftable th {
  text-align: left;
  padding: 5px;
}
.sftable td select,
.sftable th select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
.sfvtable {
  border-collapse: collapse;
  margin: 0 0 10px;
  font-size: 12px;
  /*width: 100%;*/
}
.sfvtable th {
  font-family: RobotoBold;
}
@-moz-document url-prefix() {
  .sfvtable th {
    font-family: RobotoRegular;
  }
}
.sfvtable td,
.sfvtable th {
  padding: 5px;
}
.sfvtable td select,
.sfvtable th select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
.sfbuttongroup:not(:last-child) {
  margin-right: -5px !important;
  border-right: none !important;
}
.sfbuttongroup:nth-child(2) {
  margin: auto !important;
}
.sfbox {
  background: #5c5c5c;
  padding: 0 10px 10px;
  border: 1px solid #989898;
  /*background: #6B6B6B;
    border: 1px solid #8F8F8F;
    padding: 10px;*/
  margin-bottom: 10px;
}
.sfbox.description ol,
.sfbox.description ul {
  margin-left: 1em;
  line-height: 20px;
  padding-left: 20px;
}
.sfbox.left,
.sfbox.right {
  width: 49.5%;
}
.sfiframe {
  border: none;
  width: 100%;
  height: 600px;
}
.sflabel {
  margin-right: 6px;
}
.sfform {
  width: 100%;
  padding: 0;
  margin: 0;
  /*.sfform-element:nth-child(odd) {
      padding-right: 5px;
    }
    .sfform-element:nth-child(even) {
      padding-left: 5px;
    }*/
}
.sfform .sfform-element {
  float: left;
  width: 50%;
  line-height: 27px;
  margin: 0;
  padding: 3px;
}
.sfform .sfform-element:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sfform .sfform-element.margin-container {
  width: 100% !important;
}
.sfform .sfform-element label {
  float: left;
}
.sfform .sfform-element .sfform-ctrl {
  float: right;
  text-align: right;
}
.icon-sign-blank {
  cursor: pointer;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
/* !cleafix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* !float */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center !important;
}
.center.block {
  display: block;
}
.inline {
  display: inline;
}
.fullwidth {
  width: 100%;
}
.width-full {
  width: 100%;
}
.width-medium {
  width: 50%;
}
.width-small {
  width: 25%;
}
.cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
/* !reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
  background: #2C2C2C;
}
::-webkit-scrollbar-thumb {
  background: #3C3C3C;
  border-radius: 10px;
}
/* general */
body {
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  background: #777;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
}
input,
textarea,
select {
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #F7C201;
  background: #ddd;
}
.browser_check {
  text-decoration: underline !important;
  display: contents;
  color: #0066cc !important;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.close-button {
  text-decoration: none;
  border-radius: 30px;
  background: black;
  font-size: 10px;
  position: absolute;
  padding: 4px 6px 4px;
  z-index: 1002;
  border: 2px solid #fff;
  cursor: pointer;
  color: white;
  right: -9px;
  top: -9px;
}
/* !draggable/sortable cursors */
.ui-draggable,
.ui-sortable > * {
  cursor: url(../images/cursors/openhand.cur), move;
}
.ui-draggable-dragging,
.ui-sortable > *:active {
  cursor: url(../images/cursors/closedhand.cur), move;
}
.ui-autocomplete {
  z-index: 12345;
}
body.mac .ui-draggable,
body.mac .ui-sortable > *,
body.mac .ui-sortable,
body.mac .sort {
  cursor: -webkit-grab;
}
body.mac .ui-draggable-dragging,
body.mac .ui-sortable,
body.mac .ui-sortable > *:active {
  cursor: -webkit-grabbing;
}
.ui-menu-item {
  color: black;
  background: white;
  list-style: none;
  width: 136px;
  border: 1px solid #333;
  font-size: 11px;
  padding: 5px;
  border-top: 0;
  border-bottom-width: 0;
  cursor: pointer;
}
.ui-menu-item:last-child {
  border-bottom-width: 1px;
}
.ui-menu-item:hover {
  background: #FFD33A;
}
.ui-menu-item a {
  display: block;
}
.ui-slider {
  background: #ffe53a;
  background: linear-gradient(bottom, #f7c201 0%, #ffe53a 100%);
  background: -o-linear-gradient(bottom, #f7c201 0%, #ffe53a 100%);
  background: -moz-linear-gradient(bottom, #f7c201 0%, #ffe53a 100%);
  background: -webkit-linear-gradient(bottom, #f7c201 0%, #ffe53a 100%);
  background: -ms-linear-gradient(bottom, #f7c201 0%, #ffe53a 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7c201), color-stop(1, #ffe53a));
  border: 1px solid black;
  padding: 6px;
  position: relative;
  border-radius: 4px;
}
.ui-slider .ui-slider-handle {
  background: #eee;
  background: linear-gradient(bottom, #ccc 0%, #eee 100%);
  background: -o-linear-gradient(bottom, #ccc 0%, #eee 100%);
  background: -moz-linear-gradient(bottom, #ccc 0%, #eee 100%);
  background: -webkit-linear-gradient(bottom, #ccc 0%, #eee 100%);
  background: -ms-linear-gradient(bottom, #ccc 0%, #eee 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(1, #eee));
  outline: none;
  position: absolute;
  padding: 8px;
  background: black;
  border-radius: 4px;
  top: -3px;
  background: #ededed;
  border: 1px solid black;
  margin-left: -8px;
}
.ui-datepicker {
  display: none;
  background: #f7c201;
  background: linear-gradient(bottom, #f7c201 0%, #ffe792 100%);
  background: -o-linear-gradient(bottom, #f7c201 0%, #ffe792 100%);
  background: -moz-linear-gradient(bottom, #f7c201 0%, #ffe792 100%);
  background: -webkit-linear-gradient(bottom, #f7c201 0%, #ffe792 100%);
  background: -ms-linear-gradient(bottom, #f7c201 0%, #ffe792 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7c201), color-stop(1, #ffe792));
  border: 2px solid #fff;
  padding: 4px;
  border-radius: 2px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.ui-datepicker .ui-datepicker-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ui-datepicker .ui-datepicker-header a {
  color: black;
  font-family: RobotoBold;
  text-shadow: none !important;
  text-transform: uppercase;
  padding: 8px 14px!important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
  padding: 3px;
}
.ui-datepicker .ui-datepicker-header a:active,
.ui-datepicker .ui-datepicker-header a.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #ccc !important;
  background: linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -o-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -moz-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -ms-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ccc)) !important;
}
.ui-datepicker .ui-datepicker-header a:disabled,
.ui-datepicker .ui-datepicker-header a.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #eee;
  color: #808080;
}
.ui-datepicker .ui-datepicker-header a.highlight {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.ui-datepicker .ui-datepicker-header a.highlight:active,
.ui-datepicker .ui-datepicker-header a.highlight.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #f7c201 !important;
  background: linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -o-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -moz-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -ms-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe53a), color-stop(1, #f7c201)) !important;
}
.ui-datepicker .ui-datepicker-header a.highlight:disabled,
.ui-datepicker .ui-datepicker-header a.highlight.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #ffe53a;
  color: #5f4a00;
}
.ui-datepicker .ui-datepicker-header a.is-disabled {
  color: #808080 !important;
  background: #eee;
}
.ui-datepicker .ui-datepicker-header a.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header a.cancel {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.ui-datepicker .ui-datepicker-header a.cancel:active,
.ui-datepicker .ui-datepicker-header a.cancel.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #CA2828 !important;
  background: linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -o-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -moz-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -ms-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA6A6), color-stop(1, #CA2828)) !important;
}
.ui-datepicker .ui-datepicker-header a.cancel:disabled,
.ui-datepicker .ui-datepicker-header a.cancel.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #FFA6A6;
  color: #4a0f0f;
}
.ui-datepicker .ui-datepicker-header a.firmware {
  background-color: #CA2828;
}
.ui-datepicker .ui-datepicker-header a.small {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 5px;
  font-size: 11px;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header a.small:active,
.ui-datepicker .ui-datepicker-header a.small.active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker .ui-datepicker-header a.feed-test {
  width: 130px !important;
}
.ui-datepicker .ui-datepicker-header a:disabled,
.ui-datepicker .ui-datepicker-header a.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  padding: 5px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 3px;
  text-shadow: 0 1px 0px white;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  font-family: RobotoBold;
}
.loading {
  min-width: 16px;
  height: 16px;
  background: url('../images/boxy/load.gif') center center no-repeat !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  display: none;
  z-index: 7331;
}
[data-tooltip]:before {
  left: 0;
  bottom: -36px;
  background-color: black;
  border: 1px solid black;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding: 2px 6px;
  content: attr(data-tooltip);
  white-space: nowrap;
  font-size: 12px;
}
[data-tooltip]:after {
  left: 50%;
  bottom: -10px;
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  content: '';
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
}
.notification-bar {
  background: #00C2FF;
  background: linear-gradient(bottom, #007AFF 0%, #00C2FF 100%);
  background: -o-linear-gradient(bottom, #007AFF 0%, #00C2FF 100%);
  background: -moz-linear-gradient(bottom, #007AFF 0%, #00C2FF 100%);
  background: -webkit-linear-gradient(bottom, #007AFF 0%, #00C2FF 100%);
  background: -ms-linear-gradient(bottom, #007AFF 0%, #00C2FF 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007AFF), color-stop(1, #00C2FF));
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 12px;
  color: white;
  z-index: 5000;
  border-bottom: 1px solid black;
  text-shadow: 0 -1px 0 black;
}
.notification-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.notification-bar span {
  float: left;
}
.notification-bar .buttons {
  float: right;
}
.notification-bar .buttons .button {
  color: black;
  font-family: RobotoBold;
  text-shadow: none !important;
  text-transform: uppercase;
  padding: 8px 14px!important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
  text-shadow: none;
}
.notification-bar .buttons .button:active,
.notification-bar .buttons .button.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #ccc !important;
  background: linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -o-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -moz-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -ms-linear-gradient(bottom, #eee 0%, #ccc 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ccc)) !important;
}
.notification-bar .buttons .button:disabled,
.notification-bar .buttons .button.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #eee;
  color: #808080;
}
.notification-bar .buttons .button.highlight {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.notification-bar .buttons .button.highlight:active,
.notification-bar .buttons .button.highlight.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #f7c201 !important;
  background: linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -o-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -moz-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -ms-linear-gradient(bottom, #ffe53a 0%, #f7c201 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe53a), color-stop(1, #f7c201)) !important;
}
.notification-bar .buttons .button.highlight:disabled,
.notification-bar .buttons .button.highlight.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #ffe53a;
  color: #5f4a00;
}
.notification-bar .buttons .button.is-disabled {
  color: #808080 !important;
  background: #eee;
}
.notification-bar .buttons .button.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.notification-bar .buttons .button.cancel {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: none;
  background-color: #f8c102;
  box-shadow: none !important;
}
.notification-bar .buttons .button.cancel:active,
.notification-bar .buttons .button.cancel.active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  background: #CA2828 !important;
  background: linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -o-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -moz-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -ms-linear-gradient(bottom, #FFA6A6 0%, #CA2828 100%) !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA6A6), color-stop(1, #CA2828)) !important;
}
.notification-bar .buttons .button.cancel:disabled,
.notification-bar .buttons .button.cancel.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  background: #FFA6A6;
  color: #4a0f0f;
}
.notification-bar .buttons .button.firmware {
  background-color: #CA2828;
}
.notification-bar .buttons .button.small {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 5px;
  font-size: 11px;
  display: inline-block;
}
.notification-bar .buttons .button.small:active,
.notification-bar .buttons .button.small.active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}
.notification-bar .buttons .button.feed-test {
  width: 130px !important;
}
.notification-bar .buttons .button:disabled,
.notification-bar .buttons .button.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.notification-bar.error {
  background: red;
  background: linear-gradient(bottom, #cc0000 0%, red 100%);
  background: -o-linear-gradient(bottom, #cc0000 0%, red 100%);
  background: -moz-linear-gradient(bottom, #cc0000 0%, red 100%);
  background: -webkit-linear-gradient(bottom, #cc0000 0%, red 100%);
  background: -ms-linear-gradient(bottom, #cc0000 0%, red 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc0000), color-stop(1, red));
}
.notification-bar.success {
  background: #00C500;
  background: linear-gradient(bottom, #007C0A 0%, #00C500 100%);
  background: -o-linear-gradient(bottom, #007C0A 0%, #00C500 100%);
  background: -moz-linear-gradient(bottom, #007C0A 0%, #00C500 100%);
  background: -webkit-linear-gradient(bottom, #007C0A 0%, #00C500 100%);
  background: -ms-linear-gradient(bottom, #007C0A 0%, #00C500 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007C0A), color-stop(1, #00C500));
}
dl dt {
  float: left;
  margin-right: 4px;
}
span.ui-helper-hidden-accessible {
  display: none;
}
/*
 * This file contains all changes when we're at show.energyfox.eu
 */
body.energyfox.registration .register-box {
  background: #007E27;
  background: linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -o-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -moz-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -webkit-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -ms-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007E27), color-stop(1, #299E4F));
}
body.energyfox.registration .register-box .heading {
  color: white;
  text-shadow: 0 1px 0 #000;
}
body.energyfox header {
  background: url('../images/header_energyfox.jpg');
  background: #007E27;
  background: linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -o-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -moz-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -webkit-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -ms-linear-gradient(bottom, #007E27 0%, #299E4F 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007E27), color-stop(1, #299E4F));
  color: white;
}
body.energyfox header .wrap .right {
  border-color: rgba(255, 255, 255, 0.5);
}
body.energyfox.vertical .boxy-inner .boxy-display {
  background: url(../images/display_vertical.png);
}
body.energyfox aside.right .logo .logo-image {
  background: url(../images/icons/logo_energyfox.png);
}
@font-face {
  font-family: PFDinTextPro;
  src: url('../fonts/PFDinTextPro-Regular.otf'), url('../fonts/PFDinTextPro-Regular.woff');
}
::-webkit-scrollbar {
  width: 10px;
  background: #c1c0c0;
  border: none;
}
::-webkit-scrollbar-thumb {
  background: #6e6e6e;
  border: none;
}
html {
  height: 100%;
}
body {
  font-family: PFDinTextPro;
  background: url('../images/hintergrund.jpg'), #fff;
  background-size: cover;
}
.modal-window {
  z-index: 10000;
}
.modal-window .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-window .modal-content {
  position: fixed;
  left: 50%;
  width: 400px;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0px #000;
  border-radius: 5px;
  background-color: #333;
  color: #FFF;
  padding: 10px;
}
.registration {
  min-height: 100%;
}
.registration .impress-link {
  position: absolute;
  bottom: 0;
  width: 10%;
  padding: 10px;
  color: white;
  text-decoration: underline;
}
.registration .impress-link:focus {
  outline: none;
}
.registration .register-slideshow-information a {
  color: #000000!important;
}
.registration .register-slideshow-information table {
  width: 100%;
}
.registration .register-slideshow-information .logo img {
  top: 105px!important;
}
.registration .register-slideshow-information .register-box-inner {
  padding-bottom: 0!important;
}
.registration .register-slideshow-information .align-middle {
  width: 100%;
}
.registration .register-slideshow-information .content {
  margin-top: 10px!important;
}
.registration .register-slideshow-information h1 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px!important;
}
.registration .register-slideshow-information .info-text {
  margin-bottom: 10px;
}
.registration .register-slideshow-information .template-row {
  height: 75px;
  display: flex;
  margin-bottom: 10px;
}
.registration .register-slideshow-information .template-row .template-row-preview {
  height: 100%;
  width: 18%;
}
.registration .register-slideshow-information .template-row .template-row-preview img {
  height: 100%;
}
.registration .register-slideshow-information .template-row .template-row-info {
  height: 100%;
  width: 50%;
  border-left: 1px solid #ffa200;
  border-top: 1px solid #ffa200;
  border-bottom: 1px solid #ffa200;
  background: #eee;
}
.registration .register-slideshow-information .template-row .template-row-info .template-row-info-head {
  width: 100%;
  height: 35%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.registration .register-slideshow-information .template-row .template-row-info .template-row-info-text {
  width: 100%;
  height: 65%;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.registration .register-slideshow-information .template-row .template-row-previewbutton {
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  border-top: 1px solid #ffa200;
  border-bottom: 1px solid #ffa200;
  background: #eee;
}
.registration .register-slideshow-information .template-row .template-row-previewbutton a {
  flex-direction: column;
  display: flex;
}
.registration .register-slideshow-information .template-row .template-row-select {
  height: 100%;
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ffa200;
  border-bottom: 1px solid #ffa200;
  border-right: 1px solid #ffa200;
  background: #eee;
}
.registration .register-slideshow-information .template-row .template-row-select input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.registration .register-slideshow-information .template-row .template-row-chargeable {
  height: 100%;
  width: 8%;
  margin-left: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #ffa200;
  background: #eee;
}
.datasource-add.registration {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.datasource-add.registration .error {
  padding: 7px;
  border: 1px solid darkred;
  background-color: #ed143d;
  margin-bottom: 10px;
}
.datasource-add.registration h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 25px 0;
  color: black;
}
.datasource-add.registration p {
  color: black;
  font-size: 12px;
}
.datasource-add.registration .grey-line {
  height: 25px;
  width: 100%;
  background: #E3E3E3;
}
.datasource-add.registration .grey-line a.back {
  display: inline-block;
  margin-top: 3px;
  margin-left: 20px;
  text-decoration: underline;
}
.datasource-add.registration .grey-line a.forward {
  float: right;
  margin-top: 3px;
  margin-right: 20px;
  text-decoration: underline;
}
.datasource-add.registration .sfinput:focus {
  background: white;
}
.datasource-add.registration a.show-details,
.datasource-add.registration a.hide-details {
  display: block;
  width: 150%;
  text-align: center;
}
.datasource-add.registration .sftable.sftable-filter {
  margin-bottom: 10px;
  margin-top: 12px;
  width: 100%;
}
.datasource-add.registration .sftable.sftable-filter tr.overview td,
.datasource-add.registration .sftable.sftable-filter tr.overview th {
  padding: 8px!important;
  padding-left: 18px!important;
  width: 33.3333333%!important;
}
.datasource-add.registration .sftable.sftable-filter tr.overview td:first-child,
.datasource-add.registration .sftable.sftable-filter tr.overview th:first-child {
  background-color: #E3E3E3!important;
  text-align: inherit;
}
.datasource-add.registration .sftable.sftable-filter tr.overview #reseller-az:hover {
  background-color: #f4f4f4!important;
  cursor: pointer;
}
.datasource-add.registration .sftable.sftable-filter .datasource-search {
  width: 90%;
  background-color: #E3E3E3;
}
.datasource-add.registration .sftable.sftable-filter .datasource-search:focus {
  background-color: #f4f4f4;
}
.datasource-add.registration .datasources-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 415px;
}
.datasource-add.registration .datasources-list .sfbutton {
  padding: 10px 2px 10px 2px !important;
  font-family: PFDinTextPro;
}
.datasource-add.registration table {
  color: black;
  width: 100%;
}
.datasource-add.registration table tbody {
  /*max-height: 400px;*/
}
.datasource-add.registration table tbody tr:first-child td {
  border-top: 0px;
}
.datasource-add.registration table .sfbutton.show-details {
  font-family: PFDinTextPro;
  padding: 10px 2px 10px 2px;
  margin: 0 0 0 -8px;
}
.datasource-add.registration table .sfbutton.hide-details {
  padding: 10px 2px 10px 2px;
  margin: 0 0 0 -8px;
}
.datasource-add.registration table.sftable-filter {
  margin-bottom: 10px;
  margin-top: 12px;
  width: 100%;
}
.datasource-add.registration table.sftable-filter tr.overview td,
.datasource-add.registration table.sftable-filter tr.overview th {
  padding: 8px!important;
  padding-left: 18px!important;
  width: 33.3333333%!important;
}
.datasource-add.registration table.sftable-filter tr.overview td:first-child,
.datasource-add.registration table.sftable-filter tr.overview th:first-child {
  background-color: #E3E3E3!important;
  text-align: inherit;
}
.datasource-add.registration table.sftable-filter tr.overview #reseller-az:hover {
  background-color: #f4f4f4!important;
  cursor: pointer;
}
.datasource-add.registration table.sftable-filter .datasource-search {
  width: 90%;
  background-color: #E3E3E3;
}
.datasource-add.registration table.sftable-filter .datasource-search:focus {
  background-color: #f4f4f4;
}
.datasource-add.registration table td,
.datasource-add.registration table th {
  padding: 5px;
}
.datasource-add.registration table tr.overview:first-child td,
.datasource-add.registration table tr.overview:first-child th {
  padding: 10px 10px 10px 18px!important;
  background-color: #E3E3E3!important;
  text-align: left!important;
}
.datasource-add.registration table tr.overview td,
.datasource-add.registration table tr.overview th {
  background: #E3E3E3;
  border: 10px solid white;
  padding: 10px;
}
.datasource-add.registration table tr.overview td img,
.datasource-add.registration table tr.overview th img {
  width: 130px!important;
  margin: 0 0 0 -8px;
}
.datasource-add.registration table tr.overview td:last-child,
.datasource-add.registration table tr.overview th:last-child {
  border-right: 0px solid #7a7a7a;
  width: 10%;
}
.datasource-add.registration table tr.overview td:nth-child(2),
.datasource-add.registration table tr.overview th:nth-child(2),
.datasource-add.registration table tr.overview td:nth-child(3),
.datasource-add.registration table tr.overview th:nth-child(3),
.datasource-add.registration table tr.overview td:nth-child(4),
.datasource-add.registration table tr.overview th:nth-child(4) {
  vertical-align: baseline;
  padding: 18px;
}
.datasource-add.registration table tr.overview td:nth-child(2),
.datasource-add.registration table tr.overview th:nth-child(2) {
  width: 26%;
}
.datasource-add.registration table tr.overview td:nth-child(3),
.datasource-add.registration table tr.overview th:nth-child(3) {
  width: 26%;
}
.datasource-add.registration table tr.overview td:nth-child(4),
.datasource-add.registration table tr.overview th:nth-child(4) {
  width: 18%;
}
.datasource-add.registration table tr.overview td:nth-child(4) span,
.datasource-add.registration table tr.overview th:nth-child(4) span {
  display: flex;
  align-items: center;
}
.datasource-add.registration table tr.overview td:nth-child(4) i,
.datasource-add.registration table tr.overview th:nth-child(4) i {
  margin-right: 3%;
  color: #fcbf00;
}
.datasource-add.registration table tr.overview td:first-child,
.datasource-add.registration table tr.overview th:first-child {
  border-left: 0;
  text-align: center;
  background-color: #E3E3E3;
  width: 20%;
}
.datasource-add.registration table tr.details {
  display: none;
  padding: 0 !important;
  border-right: 10px solid white;
  background: #E3E3E3;
}
.datasource-add.registration table tr.details td,
.datasource-add.registration table tr.details th {
  padding: 0 ;
}
.datasource-add.registration table tr.details.sma .error {
  padding: 7px;
  border: 1px solid darkred;
  background-color: #ed143d;
  margin-bottom: 10px;
}
.datasource-add.registration table tr.details .container {
  margin-bottom: 10px;
}
.datasource-add.registration table tr.details .accordion {
  background: #eaeaea;
  margin-bottom: 10px;
}
.datasource-add.registration table tr.details .accordion > a {
  border-bottom: 1px solid lightgray;
  background-color: white;
}
.datasource-add.registration table tr.details .accordion > a,
.datasource-add.registration table tr.details .accordion > div {
  padding: 5px;
}
.datasource-add.registration table tr.details .accordion > a {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}
.datasource-add.registration table tr.details .accordion > a:focus {
  outline: none;
}
.datasource-add.registration table tr.details .accordion.imploded > a {
  background-image: url('../images/icons/arrow-down-white.png');
}
.datasource-add.registration table tr.details .accordion.imploded > div {
  display: none;
}
.datasource-add.registration table tr.details .accordion.expanded > a {
  background-image: url('../images/icons/arrow-up-white.png');
}
.datasource-add.registration table tr.details .accordion.expanded > div {
  display: block;
}
.datasource-add.registration table tr.details .ds-specific {
  padding: 20px !important;
}
.datasource-add.registration table tr.details .ds-specific label {
  min-width: 200px;
  display: inline-block;
}
.datasource-add.registration table tr.details .ds-specific p {
  margin: 0 0 10px !important;
  padding: 0;
}
.datasource-add.registration table tr.details .ds-specific p:last-child {
  margin: 0 !important;
}
.datasource-add.registration table tr.details .ds-specific p a {
  text-decoration: underline;
}
.datasource-add.registration table tr.details .ds-specific .manual {
  text-decoration: underline;
  vertical-align: super;
}
.datasource-add.registration table tr.details .ds-specific hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: white;
}
.datasource-add.registration table tr.details .ds-specific.commercial li {
  margin-bottom: 5px;
  margin-left: 18px;
}
.datasource-add .container-add .add {
  background: white;
  padding: 1px 20px 60px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.datasource-add .datasource-filter div {
  float: left;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.register-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-container #endcustomer_hint {
  font-weight: bold;
  color: red;
}
.register-container .ui-helper-hidden-accessible {
  display: none;
}
.register-container.selection {
  position: unset;
  padding-top: 25px;
}
.register-container .error-notice {
  border: 1px solid #fff;
  background-color: #D8D8D8;
  padding: 25px !important;
  position: absolute;
  left: 45%;
  width: 21%;
  top: 50%;
  margin-left: -5%;
  margin-top: -8%;
  padding: 25px;
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: justify;
  z-index: 1234;
  font-size: 12px;
}
.register-container .fancy-button {
  display: inline-block;
  background: #FFD800;
  background: linear-gradient(bottom, #FCC000 0%, #FFED55 100%);
  background: -o-linear-gradient(bottom, #FCC000 0%, #FFED55 100%);
  background: -moz-linear-gradient(bottom, #FCC000 0%, #FFED55 100%);
  background: -webkit-linear-gradient(bottom, #FCC000 0%, #FFED55 100%);
  background: -ms-linear-gradient(bottom, #FCC000 0%, #FFED55 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FCC000), color-stop(1, #FFED55));
  border: 0;
  color: #000;
  font-family: PFDinTextPro;
  padding: 10px 20px;
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.register-container .fancy-button:hover {
  cursor: pointer;
}
.register-container .fancy-button.disabled {
  color: #333;
  background: #999;
  background: linear-gradient(bottom, #999 0%, #ccc 100%);
  background: -o-linear-gradient(bottom, #999 0%, #ccc 100%);
  background: -moz-linear-gradient(bottom, #999 0%, #ccc 100%);
  background: -webkit-linear-gradient(bottom, #999 0%, #ccc 100%);
  background: -ms-linear-gradient(bottom, #999 0%, #ccc 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #999), color-stop(1, #ccc));
  cursor: not-allowed;
}
.register-container .fancy-button:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.register-container .loading-circle {
  display: inline-block;
  position: absolute;
  margin-top: 6px;
  margin-left: -22px;
}
.register-container .dark-button {
  padding: 6px 6px 5px;
  background: black;
  background: -o-linear-gradient(bottom, black 0%, #0d0d0d 50%, #262626 51%, #333 100%);
  background: -moz-linear-gradient(bottom, black 0%, #0d0d0d 50%, #262626 51%, #333 100%);
  background: -webkit-linear-gradient(bottom, black 0%, #0d0d0d 50%, #262626 51%, #333 100%);
  background: -ms-linear-gradient(bottom, black 0%, #0d0d0d 50%, #262626 51%, #333 100%);
  background: linear-gradient(bottom, black 0%, #0d0d0d 50%, #262626 51%, #333 100%);
  border: none;
  color: white;
  font-size: 12px;
  font-family: PFDinTextPro;
  margin-left: 5px;
}
.register-container .dark-button:hover {
  cursor: pointer;
}
.register-container .register-box {
  background: #FCC000;
  top: -30px;
  width: 870px;
  padding: 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.solarfox .register-container .register-box {
  background: #FCC000;
}
.energyfox .register-container .register-box {
  background: #098833;
}
.register-container .register-box .heading {
  font-size: 24px;
  padding: 20px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.register-container .register-box .logo {
  position: relative;
  margin: 0 -16px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 10px);
}
.register-container .register-box .logo img {
  position: absolute;
  display: block;
  width: 100px;
  bottom: 0;
  top: 0;
  left: 44%;
  margin: 0;
}
.register-container .register-box .logo img.language {
  transform: translateY(330%);
}
.register-container .register-box .logo img.login {
  transform: translateY(385%);
}
.register-container .register-box .logo img.password {
  transform: translateY(315%);
}
.register-container .register-box .logo img.user {
  transform: translateY(315%);
}
.register-container .register-box .logo img.maintainer {
  transform: translateY(370%);
}
.register-container .register-box .logo img.installer {
  transform: translateY(315%);
}
.register-container .register-box .logo img.logged-in {
  transform: translateY(315%);
}
.register-container .register-box .logo img.datasource {
  transform: translateY(485%);
}
.register-container .register-box .logo img.serial {
  transform: translateY(415%);
}
.register-container .register-box .logo img.overview {
  transform: translateY(315%);
}
.register-container .register-box .logo img.demo {
  transform: translateY(315%);
}
.register-container .register-box .logo img.details {
  transform: translateY(315%);
}
.register-container .register-box .register-box-inner {
  padding: 1px;
  background: #fff;
  padding-bottom: 80px;
  min-height: 500px;
  border-radius: 0 0 4px 4px;
}
.register-container .register-box .register-box-inner .prefix {
  width: 42% !important;
  height: 25px !important;
  padding: 0px 4px !important;
}
.register-container .register-box .register-box-inner .tel {
  width: 57% !important;
}
.register-container .register-box .register-box-inner .grey-line {
  height: 25px;
  width: 100%;
  background: #E3E3E3;
}
.register-container .register-box .register-box-inner .grey-line a.back {
  display: inline-block;
  margin-top: 3px;
  margin-left: 20px;
  text-decoration: underline;
}
.register-container .register-box .register-box-inner .content {
  padding: 0 20px 20px;
  font-size: 12px;
  margin-top: 35px;
}
.register-container .register-box .register-box-inner .content .step {
  display: block;
  font-size: 12px;
  font-family: PFDinTextPro;
  margin-bottom: 20px;
}
.register-container .register-box .register-box-inner .content .manual {
  vertical-align: super;
}
.register-container .register-box .register-box-inner .content h1 {
  font-size: 18px;
  margin: 10px 0;
}
.register-container .register-box .register-box-inner .content h2 {
  font-size: 14px;
  margin: 10px 0;
}
.register-container .register-box .register-box-inner .content p {
  margin: 10px 0;
}
.register-container .register-box .register-box-inner .content hr {
  border: 0;
  height: 1px;
  background: #7C7C7C;
  margin: 20px 0;
  display: block;
}
.register-container .register-box .register-box-inner .content a:not(.fancy-button) {
  color: #0757B7;
  text-decoration: none;
}
.register-container .register-box .register-box-inner .content label {
  /*display: block;*/
}
.register-container .register-box .register-box-inner .content table td {
  padding: 2px 0;
  padding-right: 10px;
}
.register-container .register-box .register-box-inner .content table td:last-child {
  padding-right: 0;
}
.register-container .register-box .register-box-inner .content input:not([type=submit]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.register-container .register-box .register-box-inner .content select {
  border: 1px solid #ffa200;
  font-size: 14px;
  background: #eee;
  width: 100%;
}
.register-container .register-box .register-box-inner .content input:not([type=submit]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding: 3px 10px;
}
.register-container .register-box .register-box-inner .content select {
  padding: 3px 4px;
}
.register-container .register-box .register-box-inner .content .inline {
  display: inline;
}
.register-container .register-box .register-box-inner .content .location-selection {
  width: 90% !important;
}
.register-container.register-language .content {
  text-align: center;
}
.register-container.register-language .content .center-image {
  margin: 20px 0;
  width: 300px;
}
.register-container.register-language .content .choose-language {
  margin: 20px 0 0;
  list-style: none;
}
.register-container.register-language .content .choose-language li {
  display: inline-block;
  margin: 0 4px;
}
.register-container.register-serialnumber .left {
  width: 70%;
  padding-right: 20px;
}
.register-container.register-serialnumber .left input.serial {
  max-width: 315px !important;
}
.register-container.register-serialnumber .left label {
  display: inline-block;
}
.register-container.register-serialnumber .right {
  padding-top: 30px;
  width: 30%;
}
.register-container.register-serialnumber .right img {
  width: 100%;
}
.register-container.register-login table {
  width: 50%;
}
.register-container.register-login table td {
  padding: 2px 0;
}
.register-container.register-login table input {
  width: 100%;
}
.register-container.register-login table .dark-button {
  width: auto;
  float: right;
}
.register-container.register-datasource .datasources-list {
  overflow-y: scroll;
  height: 415px;
  width: 100%;
}
.register-container.register-datasource .datasources-list table {
  table-layout: fixed;
}
.register-container.register-datasource .datasources-list table .fancy-button {
  opacity: 0;
  display: block;
  text-align: center;
}
.register-container.register-datasource .datasources-list table tr {
  border-bottom: 1px solid #C6C6C6;
  padding: 30px 0 10px;
}
.register-container.register-datasource .datasources-list table tr td {
  padding: 10px 18px 10px 15px;
}
.register-container.register-datasource .datasources-list table tr td img {
  width: 100px;
  height: auto;
  max-height: 200px;
}
.register-container.register-datasource .datasources-list table tr td .docreg {
  width: 20px;
}
.register-container.register-datasource .datasources-list table tr:hover {
  background: #E3E3E3;
}
.register-container.register-datasource .datasources-list table tr:hover td:last-child .fancy-button {
  opacity: 1;
}
.register-container.register-datasource .datasources-list table tr:last-child {
  border: 0;
}
.register-container.register-password-request .login table {
  margin: 30px auto;
}
.register-container.register-password-request .login table td {
  padding: 5px;
}
.register-container.register-password-request .login table td .dark-button {
  margin-left: 0;
}
.register-container.register-solarlog input[type="text"],
.register-container.register-solarlog input[type="password"] {
  background: #fff !important;
}
.register-container .portals-list {
  overflow-y: hidden;
  height: auto;
}
.register-container .portals-list .accordion {
  padding: 0;
}
.register-container .portals-list .accordion:not(:last-child) {
  margin: 0 0 5px;
}
.register-container .portals-list .accordion.expanded div {
  display: block;
}
.register-container .portals-list .accordion.expanded h3 {
  background-image: url('../images/icons/arrow-up-white.png');
}
.register-container .portals-list .accordion.imploded div {
  display: none;
}
.register-container .portals-list .accordion.imploded h3 {
  background-image: url('../images/icons/arrow-down-white.png');
}
.register-container .portals-list .accordion h3 {
  background-color: #eaeaea;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 5px 10px;
  color: black;
}
.register-container .portals-list .accordion .ds-specific {
  padding: 20px !important;
}
.register-container .portals-list .accordion .ds-specific label {
  min-width: 100px;
  display: inline-block;
}
.register-container .portals-list .accordion .ds-specific p {
  margin: 0 0 10px !important;
  padding: 0;
}
.register-container .portals-list .accordion .ds-specific p:last-child {
  margin: 0 !important;
}
.register-container .portals-list .accordion .ds-specific p a {
  text-decoration: underline;
}
.register-container .portals-list .accordion .ds-specific.commercial li {
  margin-bottom: 5px;
  margin-left: 18px;
}
.register-container .hidden {
  display: none;
}
