/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url('import/fonts.css');
@import url('third-party/font-awesome.min.css');
@import url('third-party/normalize.css');
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;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(../images/icons/colorpicker/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/icons/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/icons/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/icons/colorpicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../images/icons/colorpicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url(../images/icons/colorpicker/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url(../images/icons/colorpicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url(../images/icons/colorpicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url(../images/icons/colorpicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url(../images/icons/colorpicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url(../images/icons/colorpicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  left: 322px;
  top: 142px;
  font-size: 22px;
  overflow: hidden;
  cursor: pointer;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  /* or inline-block */
  width: 105px;
  padding: 7px 0;
  text-align: center;
  background: #880000;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.qq-upload-button-hover {
  background: #cc0000;
}
.qq-upload-button-focus {
  outline: 1px dotted black;
}
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 15px 35px;
  padding: 0;
  list-style: disc;
}
.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 7px;
}
/*.qq-upload-spinner {display:inline-block; background: url("../images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}*/
.qq-upload-size,
.qq-upload-cancel {
  font-size: 11px;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
/* jquery.Jcrop.css v0.9.10 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
  margin: 0 auto;
  background-color: #FFF !important;
}
/* These styles define the border lines */
.jcrop-vline,
.jcrop-hline {
  background: #FFF url(../images/Jcrop.gif) top left repeat;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle {
  background-color: #333;
  border: 1px #eee solid;
  font-size: 1px;
}
/* This style is used for invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */
  -webkit-touch-callout: none;
  /* disable callout, image save panel */
  -webkit-user-select: none;
  /* disable cut copy paste */
}
/* Positioning of handles and drag bars */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../../images/mCustomScrollbar/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* 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;
}
/*!
 *  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";
}
/* !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);
}
.jcrop-handle,
.jcrop-dragbar {
  width: 14px !important;
  height: 14px !important;
}
.jcrop-handle.ord-n,
.jcrop-dragbar.ord-n,
.jcrop-handle.ord-nw,
.jcrop-dragbar.ord-nw {
  margin-top: -7px !important;
  margin-left: -7px !important;
}
.jcrop-handle.ord-s,
.jcrop-dragbar.ord-s,
.jcrop-handle.ord-sw,
.jcrop-dragbar.ord-sw {
  margin-bottom: -7px !important;
  margin-left: -7px !important;
}
.jcrop-handle.ord-e,
.jcrop-dragbar.ord-e,
.jcrop-handle.ord-ne,
.jcrop-dragbar.ord-ne {
  margin-top: -7px !important;
  margin-right: -7px !important;
}
.jcrop-handle.ord-w,
.jcrop-dragbar.ord-w {
  margin-top: -7px !important;
  margin-left: -7px !important;
}
.jcrop-handle.se-resize,
.jcrop-dragbar.se-resize,
.jcrop-handle.ord-se,
.jcrop-dragbar.ord-se {
  margin-bottom: -7px !important;
  margin-right: -7px !important;
}
.dragging-from-leftbox.ui-draggable-dragging {
  list-style: none;
  color: white;
  background: #6B6B6B;
  border: 1px solid #8F8F8F;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 4;
}
/* loading overlay */
#loading_overlay {
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: grey;
  text-align: center;
}
#loading_overlay img {
  margin: auto 0;
  width: 356px;
  height: 356px;
  top: 50%;
  margin-top: -178px;
  position: relative;
}
html {
  height: 100%;
}
body {
  font-family: RobotoRegular;
  height: 100%;
}
body > .content.dim {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
body .display-add .align-right,
body .display-settings .align-right,
body .datasource-settings .align-right {
  float: right !important;
}
body .display-add .align-middle,
body .display-settings .align-middle,
body .datasource-settings .align-middle {
  width: 55% !important;
}
body .wrap .align-left,
body .wrap .align-middle,
body .wrap .align-right {
  float: left;
  min-height: 10%;
  width: 15%;
}
body .wrap .align-middle {
  padding: 0 40px;
  width: 45%;
}
body .wrap .align-right {
  margin: 0;
  width: 30%;
}
body .time-start-end select {
  width: inherit;
}
body .outer-wrap {
  background-color: #4c4c4c;
  min-height: 700px;
  width: 100%;
  padding-top: 52px;
}
body .outer-wrap .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
body p {
  margin: 10px 0;
}
body .invis {
  display: none;
}
body .fixed {
  position: fixed;
}
body .slideshow-settings .breadcumb {
  width: 99.2%;
}
body .slideshow-settings .slideshow-info-text {
  width: 99.2%;
}
body section {
  min-width: 435px;
  padding-top: 2%;
  padding-left: 3.97%;
  padding-right: 3.99%;
  padding-bottom: 20px;
  float: left;
  width: 80%;
  font-size: 12px;
  color: #fff;
}
body section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body section h1 {
  font-size: 14px;
  margin: 15px 0 5px;
}
body section h2 {
  font-size: 14px;
  border-bottom: 1px solid #f8c102;
  padding-bottom: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
}
body section .slideshow-info-text {
  width: 100%;
  background: #7a7a7a;
  padding-left: 20px;
  height: 40px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
body section .slideshow-info-text div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body section .breadcumb {
  background: #bcbdbd;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body section .breadcumb li {
  font-size: 19px;
  float: left;
  width: 60%;
  display: flex;
}
body section .breadcumb li a {
  font-family: RobotoBold;
}
body section .breadcumb div {
  display: flex;
  width: 40%;
  justify-content: flex-end;
}
body section .breadcumb div span {
  font-family: RobotoBold;
}
body section .trash:focus {
  outline: none;
}
body section .trash {
  width: 4%;
  font-size: 26px;
}
body section .trash.ui-droppable-hover {
  color: #b00000;
}
body section .trash-li {
  height: 75%;
  width: 11%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  border-bottom: 0;
  z-index: 96;
  font-size: 12px;
  border-radius: 2px!important;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: RobotoBold;
  background-color: #4c4c4c;
}
body section .trash-li span {
  height: 100%;
  background: #5C5C5C;
  font-size: 12px;
  border-radius: 2px!important;
}
body section .trash-li a {
  font-size: 12px;
  height: 100%;
  width: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 2px!important;
}
body section .save {
  float: right;
  display: flex;
  height: 75%;
  width: 11%;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 2px;
  margin-right: 25px;
}
body section .save span {
  height: 100%;
}
body section .save a {
  height: 100%;
  width: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white!important;
}
body section .slide-deletion {
  float: right;
  display: flex;
  height: 75%;
  width: 11%;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 2px;
  margin-right: 15px;
  font-size: 12px;
  background-color: #bcbdbd;
}
body section .slide-deletion span {
  height: 100%;
}
body section .slide-deletion a {
  height: 100%;
  width: 120px;
  font-family: RobotoBold;
  font-size: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white!important;
}
body section .edit {
  float: right;
  display: flex;
  height: 75%;
  width: 11%;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 2px;
  margin-right: 15px;
}
body section .edit span {
  height: 100%;
}
body section .edit a {
  height: 100%;
  width: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white!important;
  background-color: #bcbdbd!important;
}
body .image-drag.ui-draggable-dragging {
  -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);
  height: 100px;
  width: 180px;
}
body .image-drag.ui-draggable-dragging img {
  height: 100%;
  width: 100%;
}
body .image-drag.ui-draggable-dragging .delete {
  display: none;
}
body .image-drag.ui-draggable-dragging.vertical {
  height: 324px;
  width: 180px;
}
body .infobox-configuration {
  width: 400px;
}
body .infobox-configuration table {
  margin: 25px 0;
  width: 100%;
}
body .infobox-configuration table textarea {
  height: 100px;
  width: 100%;
}
body .infobox-configuration table td:last-child {
  text-align: right;
}
body .infobox-configuration table tr:nth-child(6) td {
  padding-top: 25px;
}
body .qq-uploader .qq-upload-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;
  width: 100%;
}
body .qq-uploader .qq-upload-button:active,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button:disabled,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.highlight:active,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.highlight:disabled,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.is-disabled {
  color: #808080 !important;
  background: #eee;
}
body .qq-uploader .qq-upload-button.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.cancel:active,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.cancel:disabled,
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.firmware {
  background-color: #CA2828;
}
body .qq-uploader .qq-upload-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;
}
body .qq-uploader .qq-upload-button.small:active,
body .qq-uploader .qq-upload-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);
}
body .qq-uploader .qq-upload-button.feed-test {
  width: 130px !important;
}
body .qq-uploader .qq-upload-button:disabled,
body .qq-uploader .qq-upload-button.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body .qq-uploader .qq-upload-drop-area {
  background: #555;
  min-height: 0;
  border: 1px solid #737373;
}
body .qq-uploader .qq-upload-drop-area span {
  margin-top: -6px;
  font-size: 12px;
}
body .ticker .configure {
  float: none;
  margin: 0 0 20px;
}
body .colorpicker {
  z-index: 999999;
}
body .colorpicker_submit {
  color: #fff;
}
body.trash .heading-box {
  padding: 8px 14px;
  margin: 0 0 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #7a7a7a;
}
body.trash .heading-box p {
  display: inline;
}
body.trash .heading-box h1 {
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
body.trash .group {
  margin: 0 0 20px 0;
  border: 1px solid grey;
  background: #4b4b4b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body.trash .group h2 {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 20px;
  background: #7a7a7a;
  padding: 8px 14px;
  margin: 0 0 10px 0;
}
body.trash .group .items {
  padding: 10px;
}
body.trash .group .items h4 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
body.trash .group .items .item {
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  width: 100%;
  position: relative;
}
body.trash .group .items .item span.title {
  margin: 0 10px 0 0;
}
body .error-red {
  background: #B84040;
  padding: 10px;
  margin: 0;
}
body .warning-orange {
  background: #F8C102;
  padding: 10px;
  margin: 0;
  color: black;
}
body .success-green {
  background: #40B840;
  padding: 10px;
  margin: 0;
}
body strong {
  font-weight: normal;
}
body.msie.v8 .old-browser,
body.msie.v7 .old-browser {
  display: block !important;
}
.head-show-nav-box {
  width: 100%;
  height: 40px;
  background: #bcbdbd;
  display: flex;
  font-size: 19px;
  align-items: center;
  padding-left: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.sfbox-fix {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}
.sfallsettings-fix {
  width: 50%!important;
  padding: 0px 20px 0 10px;
  border-right: 0!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.sflogo-fix {
  width: 50%!important;
  padding: 0 10px 10px 0;
  border-left: 0!important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.export-data > .exportContainer tr {
  display: flex;
}
.export-data > .exportContainer th,
.export-data > .exportContainer td {
  width: 10%;
}
.general_settings .container .left {
  width: 100%;
}
.general_settings .newsticker .foxcolor-wrap {
  float: left !important;
}
.general_settings .newsticker .sftable {
  border-top: 1px solid #989898;
}
.general_settings .newsticker :nth-child(2) {
  border-top: none;
}
.sfallcontainer-fix {
  position: relative;
}
.sfallcontainer-fix .sfinput {
  width: 100%;
}
.sfallcontainer-fix #kwh_to_g_co2,
.sfallcontainer-fix #global_subtitle_input {
  width: 58%;
  margin-right: 2%;
}
.sfallcontainer-fix .override_global_subtitle,
.sfallcontainer-fix .reset_co2_per_kwh {
  margin: 0;
  width: 40%;
  height: 100%;
}
.sfallcontainer-fix .default_datasource {
  margin-right: 2%;
}
.sfallcontainer-fix tr {
  display: flex;
}
.sfallcontainer-fix td {
  height: 40px;
}
.sfallcontainer-fix td:first-child {
  width: 45%;
  display: flex;
  align-items: center;
}
.sfallcontainer-fix td:nth-child(2) {
  height: 40px;
  display: flex;
  float: left;
  width: 55%;
  align-items: center;
}
.sfallcontainer-fix td:nth-child(2) input {
  height: 100%;
}
.location-selection-settings {
  width: 90% !important;
  background: #CDCDCD;
  border: none;
  padding: 4px;
  font-family: inherit;
  margin-right: 2%;
}
.search-location-settings {
  color: #000000;
  background: #f8c102;
  padding: 7px 10px;
}
.loading-circle-settings {
  width: 16px;
  height: 16px;
  background: url(../images/loading-circle-black.gif) center center no-repeat;
  display: block;
  margin-top: 0px;
  margin-left: 220px;
  position: absolute;
}
.chevron {
  bottom: 3px;
  height: 27px;
  position: relative;
}
.chevron.filemanager {
  position: relative;
  float: right;
}
@-moz-document url-prefix() {
  .chevron.filemanager {
    bottom: -7px;
    float: none;
  }
}
_:-ms-lang(x),
_:-webkit-full-screen,
.chevron.filemanager {
  bottom: -7px;
  float: none;
}
.padding10 {
  padding-right: 10px;
}
aside.right .line {
  margin: 3px 0 22px!important;
}
.hidden {
  display: none;
}
.accordion-box {
  margin-top: 20px;
  background: #4b4b4b;
  border: 1px solid #7a7a7a;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.accordion-box.collapsed .header .searcher {
  display: none;
}
.accordion-box .header {
  line-height: 20px;
  height: 37px;
  background: #7a7a7a;
  padding: 8px 14px;
}
.accordion-box .header > h1 {
  float: left;
  margin: 0;
}
.accordion-box .header > a {
  float: left;
  margin-left: 3px;
}
.accordion-box .header .add {
  bottom: -3px;
}
.accordion-box .header .add img {
  height: 20px;
}
.accordion-box .header .searcher {
  margin-right: 20px;
  margin-top: -2px;
}
.accordion-box .content {
  padding: 10px 20px;
  position: relative;
  overflow-y: auto;
  width: 100%;
}
.accordion-box .content .info {
  margin: 5px 0;
  position: absolute;
  top: 10px;
}
.accordion-box .content ul {
  width: 100%;
  list-style: none;
  background: #4b4b4b;
  position: relative;
}
.accordion-box .content ul:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4b4b4b;
}
.accordion-box .content ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.accordion-box .content ul li {
  display: block;
}
.accordion-box .content ul li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.accordion-box .content ul li img {
  float: left;
  margin-right: 10px;
}
.accordion-box .content ul li dl {
  line-height: 17px;
  overflow: hidden;
}
.accordion-box .content ul li dd,
.accordion-box .content ul li dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accordion-box .content.slideshows img {
  width: 95px;
  height: 50px;
}
.accordion-box .content.slideshows li {
  width: 32%;
  float: left;
  margin: 10px 10px 10px 0;
}
.accordion-box .content.slideshows a[data-action="delete"] {
  position: absolute;
  margin-left: -30px;
  margin-top: 4px;
  font-size: 18px;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}
.accordion-box .content.datasources li.dropdown {
  border-bottom: 1px dashed #6f6f6f;
}
.accordion-box .content .consumption-container:before {
  border-left: 2px solid #adadad;
  border-bottom: 2px solid #adadad;
  position: absolute;
  height: 42px;
  width: 20px;
  content: '';
  transform: translate(27px, -6px);
}
.accordion-box .content img.consumption-datasource {
  background-color: initial;
  height: 75px !important;
  width: auto !important;
  transform: translateX(40px);
}
.accordion-box .content .status-description {
  width: 450px;
}
.accordion-box .content .status-description p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.accordion-box .content .consumption-trash {
  transform: translate(-30px, -3px);
}
.accordion-box .content.displays a[data-action="delete"],
.accordion-box .content.datasources a[data-action="delete"] {
  position: absolute;
  margin-top: 7px;
  margin-left: -32px;
  font-size: 18px;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}
.accordion-box .content.displays li,
.accordion-box .content.datasources li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #6f6f6f;
  padding: 5px 0;
}
.accordion-box .content.displays li table,
.accordion-box .content.datasources li table {
  width: 100%;
}
.accordion-box .content.displays li table td,
.accordion-box .content.datasources li table td {
  padding: 0px 10px 0px 0;
}
.accordion-box .content.displays li table td:first-child,
.accordion-box .content.datasources li table td:first-child {
  width: 100px;
  height: 100%;
}
.accordion-box .content.displays li table td:first-child img,
.accordion-box .content.datasources li table td:first-child img {
  width: 100%;
  height: auto;
}
.accordion-box .content.displays li table td:nth-child(2),
.accordion-box .content.datasources li table td:nth-child(2) {
  width: 30%;
}
.accordion-box .content.displays li table td:nth-child(3),
.accordion-box .content.datasources li table td:nth-child(3) {
  width: 5%;
}
.missing-datasource-information {
  color: #ff4600;
  cursor: pointer;
  width: 50px;
}
.missing-datasource-information i:nth-child(1) {
  font-size: 26px;
}
.missing-datasource-information i:nth-child(2) {
  font-size: 18.5px;
  color: white;
  padding-top: 0.5px;
}
.ip-announcement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f44336;
  color: #ffffff;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 5%;
  transform: translateX(-50%);
  width: auto;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}
.ip-announcement a {
  text-decoration: underline;
}
.ip-announcement .close-button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px 0 0;
  cursor: pointer;
}
header {
  position: absolute;
  top: 0;
  background-color: #f8c102;
  line-height: 50px;
  font-size: 12px;
  height: 52px;
  color: black;
  width: 100%;
  min-width: 1188px;
}
header .help {
  margin-left: 20px;
  color: inherit;
}
header i {
  font-size: 20px;
  position: relative;
  bottom: -3px;
}
header .foxmin-mode {
  display: inline-flex;
  border: 2px solid white;
  padding: 0 10px;
  height: 30px;
  border-radius: 15px;
  background: #e16868;
  float: left;
}
header .logout {
  padding-right: 10%;
  height: 100%;
}
header .logout input {
  padding: 3px;
}
header .logout span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header .logout span div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .logout span b {
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  height: 100%;
  white-space: nowrap;
}
header .logout span .demo-elem {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
header .logout span .demo-elem i {
  padding-bottom: 5px;
  padding-right: 5px;
}
header .logout span a {
  padding-left: 5px;
}
header .wrap .right-logout {
  float: right;
  margin-right: 20%;
  min-width: 240px;
  width: 20%;
  height: 52px;
}
header .wrap .right-logout .logout {
  padding-right: 15px;
}
header .wrap .right-logout span div {
  justify-content: flex-end;
}
header .wrap .left,
header .wrap .right {
  height: 52px;
}
header .wrap .left {
  float: left;
  width: 20.5%;
  padding-left: 10px;
  min-width: 230px;
  text-align: right;
  color: white;
}
header .wrap .right {
  width: 35%;
  display: flex;
  float: left;
  min-width: 415px;
}
header .wrap .right div {
  margin-left: 10px;
  float: left;
  padding-left: 10px;
}
header nav.menu {
  width: 100%;
}
header nav.menu a {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  color: #F9F9F9;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    header nav.menu img {
      width: 63%;
    }
    header nav.menu ul li {
      margin-right: 0px !important;
    }
  }
}
@-moz-document url-prefix() {
  header nav.menu a {
    width: 32px;
  }
}
header nav.menu _:-ms-lang(x),
header nav.menu _:-webkit-full-screen,
header nav.menu a {
  width: 32px;
}
header nav.menu i {
  font-size: 26px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
header nav.menu .slideshow-info {
  float: right;
}
header nav.menu .slideshow-info img {
  height: 60%;
}
header nav.menu ul {
  height: 100%;
  list-style: none;
  float: left;
}
header nav.menu ul li {
  height: 100%;
  float: left;
  margin-right: 6px;
}
header nav.menu ul li img {
  height: 60%;
}
header nav.menu .old-browser {
  display: none;
  font-size: 12px;
  background: #707070;
  border-radius: 4px;
  padding: 3px;
  height: 100%;
  margin-top: 6px;
  border: 1px solid #8A8A8A;
}
header nav.menu .old-browser a {
  font-size: inherit !important;
  font-family: RobotoBold;
  color: inherit !important;
}
header nav.menu .old-browser p {
  margin: 0;
}
header nav.menu .old-browser .icon-warning-sign {
  color: #F7C201;
}
header nav.menu a [class^="icon-"],
header nav.menu a [class*=" icon-"] {
  display: inline;
  padding: 0 0.1em;
}
header ul.nav {
  list-style: none;
  height: 30px;
  margin: 5px 0;
}
header ul.nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header ul.nav li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}
header ul.nav li.seperator {
  width: 20px;
}
header ul.nav li:last-child {
  margin-right: 0;
}
header ul.nav li * {
  height: 30px;
}
header .demoheader {
  font-size: 14px;
  margin-right: 4%;
  float: right;
}
header .demoheader .demoheader-text {
  font-size: 15px;
  bottom: 0;
}
body.dashboard .datasources img {
  background-color: white;
  padding: 15% 5% 15% 5%;
}
body.dashboard .dragged-datasource {
  color: white;
  background: #6B6B6B;
  border: 1px solid  #8F8F8F;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
}
body.dashboard .heading-box {
  padding: 8px 14px;
  background: #7a7a7a;
}
body.dashboard .heading-box p {
  display: inline;
}
body.dashboard .heading-box h1 {
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
body.dashboard .dashboard-loading {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
body.dashboard .dashboard-loading span {
  content: url(../images/loading.gif);
  height: 18px;
}
body.dashboard .nag-box {
  margin-top: 20px;
  padding: 8px 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #f7c201;
  color: black;
  cursor: pointer;
}
body.dashboard .nag-box .info a.display {
  font-family: RobotoBold;
}
body.dashboard .nag-box .info > p {
  float: left;
}
body.dashboard .nag-box .info .close {
  float: right;
  margin: 10px 0;
}
body.dashboard .nag-box .action {
  display: none;
  margin-top: -4px;
  padding-bottom: 10px;
}
body.dashboard .nag-box .action table {
  width: 100%;
}
body.dashboard .nag-box .action table td {
  padding: 4px;
  width: 25%;
}
body.dashboard li {
  list-style: none;
}
body.dashboard li a.status::after {
  transform: rotate(90deg);
  left: -67px;
  bottom: -19px;
}
body.dashboard li a.status::before {
  bottom: -29px;
  right: 70px;
  left: unset;
}
body.dashboard li .icon i {
  position: absolute;
  right: 15px;
}
body.dashboard li.box {
  border: none !important;
  color: #b7b7b7;
}
body.dashboard li.box.trafficlight {
  position: unset !important;
  width: 0%;
}
body.dashboard li.box.trafficlight a {
  position: relative !important;
  left: -30%;
  right: unset !important;
}
body.dashboard li.box.trafficlight a img {
  background-color: #4c4c4c;
  height: 65px;
  width: 65px;
}
body.slideshow-settings,
body.slideshow-add,
body.slideshow {
  list-style: none;
  color: #fff;
}
body.slideshow-settings section .menu li.save a,
body.slideshow-add section .menu li.save a,
body.slideshow section .menu li.save a {
  line-height: 19px;
}
body.slideshow-settings section .slides,
body.slideshow-add section .slides,
body.slideshow section .slides {
  list-style: none;
}
body.slideshow-settings section .slides.vertical .slide .thumb .icon,
body.slideshow-add section .slides.vertical .slide .thumb .icon,
body.slideshow section .slides.vertical .slide .thumb .icon {
  right: 15% !important;
}
body.slideshow-settings section .slides:after,
body.slideshow-add section .slides:after,
body.slideshow section .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.slideshow-settings section .slides li:last-child.placeholder,
body.slideshow-add section .slides li:last-child.placeholder,
body.slideshow section .slides li:last-child.placeholder {
  display: none;
}
body.slideshow-settings section .slides .slide,
body.slideshow-add section .slides .slide,
body.slideshow section .slides .slide,
body.slideshow-settings section .slides .slide-dragging,
body.slideshow-add section .slides .slide-dragging,
body.slideshow section .slides .slide-dragging {
  background: #3c3c3c;
  position: relative;
  border: 1px solid #737373;
  height: 190px;
  margin: 0 5px 10px 0;
  color: #f9f9f9;
  float: left;
  width: 182px;
  /*display: inline-block;*/
}
body.slideshow-settings section .slides .slide a,
body.slideshow-add section .slides .slide a,
body.slideshow section .slides .slide a,
body.slideshow-settings section .slides .slide-dragging a,
body.slideshow-add section .slides .slide-dragging a,
body.slideshow section .slides .slide-dragging a {
  color: inherit;
}
body.slideshow-settings section .slides .slide .control,
body.slideshow-add section .slides .slide .control,
body.slideshow section .slides .slide .control,
body.slideshow-settings section .slides .slide-dragging .control,
body.slideshow-add section .slides .slide-dragging .control,
body.slideshow section .slides .slide-dragging .control {
  list-style: none;
  line-height: 26px;
}
body.slideshow-settings section .slides .slide .control li,
body.slideshow-add section .slides .slide .control li,
body.slideshow section .slides .slide .control li,
body.slideshow-settings section .slides .slide-dragging .control li,
body.slideshow-add section .slides .slide-dragging .control li,
body.slideshow section .slides .slide-dragging .control li {
  text-align: center;
  font-size: 18px;
  position: relative;
  float: left;
  width: 16%;
}
body.slideshow-settings section .slides .slide .control .time,
body.slideshow-add section .slides .slide .control .time,
body.slideshow section .slides .slide .control .time,
body.slideshow-settings section .slides .slide-dragging .control .time,
body.slideshow-add section .slides .slide-dragging .control .time,
body.slideshow section .slides .slide-dragging .control .time {
  font-size: 15px;
}
body.slideshow-settings section .slides .slide .count,
body.slideshow-add section .slides .slide .count,
body.slideshow section .slides .slide .count,
body.slideshow-settings section .slides .slide-dragging .count,
body.slideshow-add section .slides .slide-dragging .count,
body.slideshow section .slides .slide-dragging .count {
  background: #5d6263;
  background: linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -o-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -moz-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -webkit-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -ms-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5d6263), color-stop(1, #2a2925));
  -webkit-box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  padding: 2px;
  height: 22px;
  right: 5px;
  width: 22px;
  top: 5px;
}
body.slideshow-settings section .slides .slide .check,
body.slideshow-add section .slides .slide .check,
body.slideshow section .slides .slide .check,
body.slideshow-settings section .slides .slide-dragging .check,
body.slideshow-add section .slides .slide-dragging .check,
body.slideshow section .slides .slide-dragging .check {
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  padding: 2px;
  height: 22px;
  left: 5px;
  width: 22px;
  top: 5px;
}
body.slideshow-settings section .slides .slide .description,
body.slideshow-add section .slides .slide .description,
body.slideshow section .slides .slide .description,
body.slideshow-settings section .slides .slide-dragging .description,
body.slideshow-add section .slides .slide-dragging .description,
body.slideshow section .slides .slide-dragging .description {
  line-height: 16px;
  font-size: 11px;
  padding: 5px 10px 10px;
  margin: 0 0;
}
body.slideshow-settings section .slides .slide .description dl dd,
body.slideshow-add section .slides .slide .description dl dd,
body.slideshow section .slides .slide .description dl dd,
body.slideshow-settings section .slides .slide-dragging .description dl dd,
body.slideshow-add section .slides .slide-dragging .description dl dd,
body.slideshow section .slides .slide-dragging .description dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.slideshow-settings section .slides .slide .description dl dd:last-child,
body.slideshow-add section .slides .slide .description dl dd:last-child,
body.slideshow section .slides .slide .description dl dd:last-child,
body.slideshow-settings section .slides .slide-dragging .description dl dd:last-child,
body.slideshow-add section .slides .slide-dragging .description dl dd:last-child,
body.slideshow section .slides .slide-dragging .description dl dd:last-child {
  padding-right: 14px;
}
body.slideshow-settings section .slides .slide .description dl dd a.config-datasources,
body.slideshow-add section .slides .slide .description dl dd a.config-datasources,
body.slideshow section .slides .slide .description dl dd a.config-datasources,
body.slideshow-settings section .slides .slide-dragging .description dl dd a.config-datasources,
body.slideshow-add section .slides .slide-dragging .description dl dd a.config-datasources,
body.slideshow section .slides .slide-dragging .description dl dd a.config-datasources {
  position: absolute;
  right: 10px;
}
body.slideshow-settings section .slides .slide .handle,
body.slideshow-add section .slides .slide .handle,
body.slideshow section .slides .slide .handle,
body.slideshow-settings section .slides .slide-dragging .handle,
body.slideshow-add section .slides .slide-dragging .handle,
body.slideshow section .slides .slide-dragging .handle {
  font-size: 22px;
  position: absolute;
  top: 35px;
  left: 5px;
  text-shadow: 0 0 4px black;
}
body.slideshow-settings section .slides .slide .copy,
body.slideshow-add section .slides .slide .copy,
body.slideshow section .slides .slide .copy,
body.slideshow-settings section .slides .slide-dragging .copy,
body.slideshow-add section .slides .slide-dragging .copy,
body.slideshow section .slides .slide-dragging .copy {
  font-size: 20px;
  position: absolute;
  top: 65px;
  left: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .slide .tweet,
body.slideshow-add section .slides .slide .tweet,
body.slideshow section .slides .slide .tweet,
body.slideshow-settings section .slides .slide-dragging .tweet,
body.slideshow-add section .slides .slide-dragging .tweet,
body.slideshow section .slides .slide-dragging .tweet {
  font-size: 22px;
  position: absolute;
  top: 35px;
  right: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .slide .time-control,
body.slideshow-add section .slides .slide .time-control,
body.slideshow section .slides .slide .time-control,
body.slideshow-settings section .slides .slide-dragging .time-control,
body.slideshow-add section .slides .slide-dragging .time-control,
body.slideshow section .slides .slide-dragging .time-control {
  font-size: 20px;
  position: absolute;
  top: 65px;
  right: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .slide .time-control.active,
body.slideshow-add section .slides .slide .time-control.active,
body.slideshow section .slides .slide .time-control.active,
body.slideshow-settings section .slides .slide-dragging .time-control.active,
body.slideshow-add section .slides .slide-dragging .time-control.active,
body.slideshow section .slides .slide-dragging .time-control.active {
  text-shadow: -1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white, 1px -1px 1px white;
  color: green;
}
body.slideshow-settings section .slides .slide .time-control.active::before,
body.slideshow-add section .slides .slide .time-control.active::before,
body.slideshow section .slides .slide .time-control.active::before,
body.slideshow-settings section .slides .slide-dragging .time-control.active::before,
body.slideshow-add section .slides .slide-dragging .time-control.active::before,
body.slideshow section .slides .slide-dragging .time-control.active::before {
  text-shadow: none;
}
body.slideshow-settings section .slides .slide .select-background,
body.slideshow-add section .slides .slide .select-background,
body.slideshow section .slides .slide .select-background,
body.slideshow-settings section .slides .slide-dragging .select-background,
body.slideshow-add section .slides .slide-dragging .select-background,
body.slideshow section .slides .slide-dragging .select-background {
  font-size: 20px;
  position: absolute;
  top: 67px;
  right: 35px;
  text-shadow: 0 0 2px black;
  cursor: pointer;
}
body.slideshow-settings section .slides .slide .select_fix_bg,
body.slideshow-add section .slides .slide .select_fix_bg,
body.slideshow section .slides .slide .select_fix_bg,
body.slideshow-settings section .slides .slide-dragging .select_fix_bg,
body.slideshow-add section .slides .slide-dragging .select_fix_bg,
body.slideshow section .slides .slide-dragging .select_fix_bg {
  display: none;
}
body.slideshow-settings section .slides .slide .thumb,
body.slideshow-add section .slides .slide .thumb,
body.slideshow section .slides .slide .thumb,
body.slideshow-settings section .slides .slide-dragging .thumb,
body.slideshow-add section .slides .slide-dragging .thumb,
body.slideshow section .slides .slide-dragging .thumb {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: bottom;
  height: 100px;
  width: 180px;
  float: none;
}
body.slideshow-settings section .slides .slide .thumb .icon,
body.slideshow-add section .slides .slide .thumb .icon,
body.slideshow section .slides .slide .thumb .icon,
body.slideshow-settings section .slides .slide-dragging .thumb .icon,
body.slideshow-add section .slides .slide-dragging .thumb .icon,
body.slideshow section .slides .slide-dragging .thumb .icon {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  margin: 0;
  position: absolute;
  height: 85%;
  width: 70%;
  right: 5%;
  top: 5%;
}
body.slideshow-settings section .slides .slide .time-set,
body.slideshow-add section .slides .slide .time-set,
body.slideshow section .slides .slide .time-set,
body.slideshow-settings section .slides .slide-dragging .time-set,
body.slideshow-add section .slides .slide-dragging .time-set,
body.slideshow section .slides .slide-dragging .time-set {
  -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);
  border-radius: 3px;
  position: absolute;
  display: none;
  color: #666;
  width: 40px;
  left: 10px;
  bottom: 100px;
  z-index: 1;
}
body.slideshow-settings section .slides .slide .time-set .down,
body.slideshow-add section .slides .slide .time-set .down,
body.slideshow section .slides .slide .time-set .down,
body.slideshow-settings section .slides .slide-dragging .time-set .down,
body.slideshow-add section .slides .slide-dragging .time-set .down,
body.slideshow section .slides .slide-dragging .time-set .down,
body.slideshow-settings section .slides .slide .time-set .up,
body.slideshow-add section .slides .slide .time-set .up,
body.slideshow section .slides .slide .time-set .up,
body.slideshow-settings section .slides .slide-dragging .time-set .up,
body.slideshow-add section .slides .slide-dragging .time-set .up,
body.slideshow section .slides .slide-dragging .time-set .up {
  line-height: 12px;
  background: #ddd;
  background: linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(0.4, #d9d9d9), color-stop(0.6, #d9d9d9), color-stop(1, #e6e6e6));
  text-align: center;
  font-size: 12px;
  display: block;
  padding: 2px 0;
  height: 16px;
}
body.slideshow-settings section .slides .slide .time-set .down,
body.slideshow-add section .slides .slide .time-set .down,
body.slideshow section .slides .slide .time-set .down,
body.slideshow-settings section .slides .slide-dragging .time-set .down,
body.slideshow-add section .slides .slide-dragging .time-set .down,
body.slideshow section .slides .slide-dragging .time-set .down {
  border-top: 1px solid #bbb;
}
body.slideshow-settings section .slides .slide .time-set input,
body.slideshow-add section .slides .slide .time-set input,
body.slideshow section .slides .slide .time-set input,
body.slideshow-settings section .slides .slide-dragging .time-set input,
body.slideshow-add section .slides .slide-dragging .time-set input,
body.slideshow section .slides .slide-dragging .time-set input {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 12px;
  padding: 2px;
  border: none;
  width: 100%;
}
body.slideshow-settings section .slides .slide .time-set .up,
body.slideshow-add section .slides .slide .time-set .up,
body.slideshow section .slides .slide .time-set .up,
body.slideshow-settings section .slides .slide-dragging .time-set .up,
body.slideshow-add section .slides .slide-dragging .time-set .up,
body.slideshow section .slides .slide-dragging .time-set .up {
  border-bottom: 1px solid #bbb;
}
body.slideshow-settings section .slides .slide.add,
body.slideshow-add section .slides .slide.add,
body.slideshow section .slides .slide.add,
body.slideshow-settings section .slides .slide-dragging.add,
body.slideshow-add section .slides .slide-dragging.add,
body.slideshow section .slides .slide-dragging.add {
  background: #555;
  text-align: center;
  font-size: 70px;
  padding: 55px 0;
  cursor: pointer;
  color: #999;
}
body.slideshow-settings section .slides .slide.delete,
body.slideshow-add section .slides .slide.delete,
body.slideshow section .slides .slide.delete,
body.slideshow-settings section .slides .slide-dragging.delete,
body.slideshow-add section .slides .slide-dragging.delete,
body.slideshow section .slides .slide-dragging.delete {
  -webkit-box-shadow: 0 0 10px #b00000;
  -moz-box-shadow: 0 0 10px #b00000;
  box-shadow: 0 0 10px #b00000;
}
body.slideshow-settings section .slides .slide.invisible a:not(.visible),
body.slideshow-add section .slides .slide.invisible a:not(.visible),
body.slideshow section .slides .slide.invisible a:not(.visible),
body.slideshow-settings section .slides .slide-dragging.invisible a:not(.visible),
body.slideshow-add section .slides .slide-dragging.invisible a:not(.visible),
body.slideshow section .slides .slide-dragging.invisible a:not(.visible),
body.slideshow-settings section .slides .slide.invisible .description,
body.slideshow-add section .slides .slide.invisible .description,
body.slideshow section .slides .slide.invisible .description,
body.slideshow-settings section .slides .slide-dragging.invisible .description,
body.slideshow-add section .slides .slide-dragging.invisible .description,
body.slideshow section .slides .slide-dragging.invisible .description,
body.slideshow-settings section .slides .slide.invisible .time,
body.slideshow-add section .slides .slide.invisible .time,
body.slideshow section .slides .slide.invisible .time,
body.slideshow-settings section .slides .slide-dragging.invisible .time,
body.slideshow-add section .slides .slide-dragging.invisible .time,
body.slideshow section .slides .slide-dragging.invisible .time,
body.slideshow-settings section .slides .slide.invisible .count,
body.slideshow-add section .slides .slide.invisible .count,
body.slideshow section .slides .slide.invisible .count,
body.slideshow-settings section .slides .slide-dragging.invisible .count,
body.slideshow-add section .slides .slide-dragging.invisible .count,
body.slideshow section .slides .slide-dragging.invisible .count {
  color: #6c6c6c;
}
body.slideshow-settings section .slides .slide.invisible .thumb,
body.slideshow-add section .slides .slide.invisible .thumb,
body.slideshow section .slides .slide.invisible .thumb,
body.slideshow-settings section .slides .slide-dragging.invisible .thumb,
body.slideshow-add section .slides .slide-dragging.invisible .thumb,
body.slideshow section .slides .slide-dragging.invisible .thumb {
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-filter: "alpha(opacity=5)";
  opacity: .5;
  filter: alpha(opacity=5);
}
body.slideshow-settings section .slides .slide.noright a:not(.visible),
body.slideshow-add section .slides .slide.noright a:not(.visible),
body.slideshow section .slides .slide.noright a:not(.visible),
body.slideshow-settings section .slides .slide-dragging.noright a:not(.visible),
body.slideshow-add section .slides .slide-dragging.noright a:not(.visible),
body.slideshow section .slides .slide-dragging.noright a:not(.visible),
body.slideshow-settings section .slides .slide.noright .description,
body.slideshow-add section .slides .slide.noright .description,
body.slideshow section .slides .slide.noright .description,
body.slideshow-settings section .slides .slide-dragging.noright .description,
body.slideshow-add section .slides .slide-dragging.noright .description,
body.slideshow section .slides .slide-dragging.noright .description,
body.slideshow-settings section .slides .slide.noright .time,
body.slideshow-add section .slides .slide.noright .time,
body.slideshow section .slides .slide.noright .time,
body.slideshow-settings section .slides .slide-dragging.noright .time,
body.slideshow-add section .slides .slide-dragging.noright .time,
body.slideshow section .slides .slide-dragging.noright .time,
body.slideshow-settings section .slides .slide.noright .count,
body.slideshow-add section .slides .slide.noright .count,
body.slideshow section .slides .slide.noright .count,
body.slideshow-settings section .slides .slide-dragging.noright .count,
body.slideshow-add section .slides .slide-dragging.noright .count,
body.slideshow section .slides .slide-dragging.noright .count {
  color: #6c6c6c;
}
body.slideshow-settings section .slides .slide.noright .thumb img,
body.slideshow-add section .slides .slide.noright .thumb img,
body.slideshow section .slides .slide.noright .thumb img,
body.slideshow-settings section .slides .slide-dragging.noright .thumb img,
body.slideshow-add section .slides .slide-dragging.noright .thumb img,
body.slideshow section .slides .slide-dragging.noright .thumb img {
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-filter: "alpha(opacity=5)";
  opacity: .5;
  filter: alpha(opacity=5);
}
body.slideshow-settings section .slides .slide.noright .control,
body.slideshow-add section .slides .slide.noright .control,
body.slideshow section .slides .slide.noright .control,
body.slideshow-settings section .slides .slide-dragging.noright .control,
body.slideshow-add section .slides .slide-dragging.noright .control,
body.slideshow section .slides .slide-dragging.noright .control {
  background: red;
}
body.slideshow-settings section .slides .slide.noright .control li .lock,
body.slideshow-add section .slides .slide.noright .control li .lock,
body.slideshow section .slides .slide.noright .control li .lock,
body.slideshow-settings section .slides .slide-dragging.noright .control li .lock,
body.slideshow-add section .slides .slide-dragging.noright .control li .lock,
body.slideshow section .slides .slide-dragging.noright .control li .lock {
  color: white;
}
body.slideshow-settings section .slides .slide.noright .control li.from,
body.slideshow-add section .slides .slide.noright .control li.from,
body.slideshow section .slides .slide.noright .control li.from,
body.slideshow-settings section .slides .slide-dragging.noright .control li.from,
body.slideshow-add section .slides .slide-dragging.noright .control li.from,
body.slideshow section .slides .slide-dragging.noright .control li.from {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.slideshow-settings section .slides .slide.ui-sortable-helper:not(.delete),
body.slideshow-add section .slides .slide.ui-sortable-helper:not(.delete),
body.slideshow section .slides .slide.ui-sortable-helper:not(.delete),
body.slideshow-settings section .slides .slide-dragging.ui-sortable-helper:not(.delete),
body.slideshow-add section .slides .slide-dragging.ui-sortable-helper:not(.delete),
body.slideshow section .slides .slide-dragging.ui-sortable-helper:not(.delete) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
body.slideshow-settings section .slides .slide.disabled,
body.slideshow-add section .slides .slide.disabled,
body.slideshow section .slides .slide.disabled,
body.slideshow-settings section .slides .slide-dragging.disabled,
body.slideshow-add section .slides .slide-dragging.disabled,
body.slideshow section .slides .slide-dragging.disabled {
  opacity: 0.7;
  cursor: progress;
}
body.slideshow-settings section .slides .slide.disabled a,
body.slideshow-add section .slides .slide.disabled a,
body.slideshow section .slides .slide.disabled a,
body.slideshow-settings section .slides .slide-dragging.disabled a,
body.slideshow-add section .slides .slide-dragging.disabled a,
body.slideshow section .slides .slide-dragging.disabled a {
  pointer-events: none;
}
body.slideshow-settings section .slides .placeholder,
body.slideshow-add section .slides .placeholder,
body.slideshow section .slides .placeholder {
  background: #3c3c3c;
  position: relative;
  border: 1px solid #737373;
  height: 190px;
  margin: 0 5px 10px 0;
  color: #f9f9f9;
  float: left;
  width: 182px;
  /*display: inline-block;*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: #555;
}
body.slideshow-settings section .slides .placeholder a,
body.slideshow-add section .slides .placeholder a,
body.slideshow section .slides .placeholder a {
  color: inherit;
}
body.slideshow-settings section .slides .placeholder .control,
body.slideshow-add section .slides .placeholder .control,
body.slideshow section .slides .placeholder .control {
  list-style: none;
  line-height: 26px;
}
body.slideshow-settings section .slides .placeholder .control li,
body.slideshow-add section .slides .placeholder .control li,
body.slideshow section .slides .placeholder .control li {
  text-align: center;
  font-size: 18px;
  position: relative;
  float: left;
  width: 16%;
}
body.slideshow-settings section .slides .placeholder .control .time,
body.slideshow-add section .slides .placeholder .control .time,
body.slideshow section .slides .placeholder .control .time {
  font-size: 15px;
}
body.slideshow-settings section .slides .placeholder .count,
body.slideshow-add section .slides .placeholder .count,
body.slideshow section .slides .placeholder .count {
  background: #5d6263;
  background: linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -o-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -moz-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -webkit-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -ms-linear-gradient(left top, #5d6263 0%, #2a2925 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5d6263), color-stop(1, #2a2925));
  -webkit-box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  padding: 2px;
  height: 22px;
  right: 5px;
  width: 22px;
  top: 5px;
}
body.slideshow-settings section .slides .placeholder .check,
body.slideshow-add section .slides .placeholder .check,
body.slideshow section .slides .placeholder .check {
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  padding: 2px;
  height: 22px;
  left: 5px;
  width: 22px;
  top: 5px;
}
body.slideshow-settings section .slides .placeholder .description,
body.slideshow-add section .slides .placeholder .description,
body.slideshow section .slides .placeholder .description {
  line-height: 16px;
  font-size: 11px;
  padding: 5px 10px 10px;
  margin: 0 0;
}
body.slideshow-settings section .slides .placeholder .description dl dd,
body.slideshow-add section .slides .placeholder .description dl dd,
body.slideshow section .slides .placeholder .description dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.slideshow-settings section .slides .placeholder .description dl dd:last-child,
body.slideshow-add section .slides .placeholder .description dl dd:last-child,
body.slideshow section .slides .placeholder .description dl dd:last-child {
  padding-right: 14px;
}
body.slideshow-settings section .slides .placeholder .description dl dd a.config-datasources,
body.slideshow-add section .slides .placeholder .description dl dd a.config-datasources,
body.slideshow section .slides .placeholder .description dl dd a.config-datasources {
  position: absolute;
  right: 10px;
}
body.slideshow-settings section .slides .placeholder .handle,
body.slideshow-add section .slides .placeholder .handle,
body.slideshow section .slides .placeholder .handle {
  font-size: 22px;
  position: absolute;
  top: 35px;
  left: 5px;
  text-shadow: 0 0 4px black;
}
body.slideshow-settings section .slides .placeholder .copy,
body.slideshow-add section .slides .placeholder .copy,
body.slideshow section .slides .placeholder .copy {
  font-size: 20px;
  position: absolute;
  top: 65px;
  left: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .placeholder .tweet,
body.slideshow-add section .slides .placeholder .tweet,
body.slideshow section .slides .placeholder .tweet {
  font-size: 22px;
  position: absolute;
  top: 35px;
  right: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .placeholder .time-control,
body.slideshow-add section .slides .placeholder .time-control,
body.slideshow section .slides .placeholder .time-control {
  font-size: 20px;
  position: absolute;
  top: 65px;
  right: 5px;
  text-shadow: 0 0 2px black;
}
body.slideshow-settings section .slides .placeholder .time-control.active,
body.slideshow-add section .slides .placeholder .time-control.active,
body.slideshow section .slides .placeholder .time-control.active {
  text-shadow: -1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white, 1px -1px 1px white;
  color: green;
}
body.slideshow-settings section .slides .placeholder .time-control.active::before,
body.slideshow-add section .slides .placeholder .time-control.active::before,
body.slideshow section .slides .placeholder .time-control.active::before {
  text-shadow: none;
}
body.slideshow-settings section .slides .placeholder .select-background,
body.slideshow-add section .slides .placeholder .select-background,
body.slideshow section .slides .placeholder .select-background {
  font-size: 20px;
  position: absolute;
  top: 67px;
  right: 35px;
  text-shadow: 0 0 2px black;
  cursor: pointer;
}
body.slideshow-settings section .slides .placeholder .select_fix_bg,
body.slideshow-add section .slides .placeholder .select_fix_bg,
body.slideshow section .slides .placeholder .select_fix_bg {
  display: none;
}
body.slideshow-settings section .slides .placeholder .thumb,
body.slideshow-add section .slides .placeholder .thumb,
body.slideshow section .slides .placeholder .thumb {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: bottom;
  height: 100px;
  width: 180px;
  float: none;
}
body.slideshow-settings section .slides .placeholder .thumb .icon,
body.slideshow-add section .slides .placeholder .thumb .icon,
body.slideshow section .slides .placeholder .thumb .icon {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  margin: 0;
  position: absolute;
  height: 85%;
  width: 70%;
  right: 5%;
  top: 5%;
}
body.slideshow-settings section .slides .placeholder .time-set,
body.slideshow-add section .slides .placeholder .time-set,
body.slideshow section .slides .placeholder .time-set {
  -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);
  border-radius: 3px;
  position: absolute;
  display: none;
  color: #666;
  width: 40px;
  left: 10px;
  bottom: 100px;
  z-index: 1;
}
body.slideshow-settings section .slides .placeholder .time-set .down,
body.slideshow-add section .slides .placeholder .time-set .down,
body.slideshow section .slides .placeholder .time-set .down,
body.slideshow-settings section .slides .placeholder .time-set .up,
body.slideshow-add section .slides .placeholder .time-set .up,
body.slideshow section .slides .placeholder .time-set .up {
  line-height: 12px;
  background: #ddd;
  background: linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #d9d9d9 40%, #d9d9d9 60%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(0.4, #d9d9d9), color-stop(0.6, #d9d9d9), color-stop(1, #e6e6e6));
  text-align: center;
  font-size: 12px;
  display: block;
  padding: 2px 0;
  height: 16px;
}
body.slideshow-settings section .slides .placeholder .time-set .down,
body.slideshow-add section .slides .placeholder .time-set .down,
body.slideshow section .slides .placeholder .time-set .down {
  border-top: 1px solid #bbb;
}
body.slideshow-settings section .slides .placeholder .time-set input,
body.slideshow-add section .slides .placeholder .time-set input,
body.slideshow section .slides .placeholder .time-set input {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 12px;
  padding: 2px;
  border: none;
  width: 100%;
}
body.slideshow-settings section .slides .placeholder .time-set .up,
body.slideshow-add section .slides .placeholder .time-set .up,
body.slideshow section .slides .placeholder .time-set .up {
  border-bottom: 1px solid #bbb;
}
body.slideshow-settings section .slides .placeholder.add,
body.slideshow-add section .slides .placeholder.add,
body.slideshow section .slides .placeholder.add {
  background: #555;
  text-align: center;
  font-size: 70px;
  padding: 55px 0;
  cursor: pointer;
  color: #999;
}
body.slideshow-settings section .slides .placeholder.delete,
body.slideshow-add section .slides .placeholder.delete,
body.slideshow section .slides .placeholder.delete {
  -webkit-box-shadow: 0 0 10px #b00000;
  -moz-box-shadow: 0 0 10px #b00000;
  box-shadow: 0 0 10px #b00000;
}
body.slideshow-settings section .slides .placeholder.invisible a:not(.visible),
body.slideshow-add section .slides .placeholder.invisible a:not(.visible),
body.slideshow section .slides .placeholder.invisible a:not(.visible),
body.slideshow-settings section .slides .placeholder.invisible .description,
body.slideshow-add section .slides .placeholder.invisible .description,
body.slideshow section .slides .placeholder.invisible .description,
body.slideshow-settings section .slides .placeholder.invisible .time,
body.slideshow-add section .slides .placeholder.invisible .time,
body.slideshow section .slides .placeholder.invisible .time,
body.slideshow-settings section .slides .placeholder.invisible .count,
body.slideshow-add section .slides .placeholder.invisible .count,
body.slideshow section .slides .placeholder.invisible .count {
  color: #6c6c6c;
}
body.slideshow-settings section .slides .placeholder.invisible .thumb,
body.slideshow-add section .slides .placeholder.invisible .thumb,
body.slideshow section .slides .placeholder.invisible .thumb {
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-filter: "alpha(opacity=5)";
  opacity: .5;
  filter: alpha(opacity=5);
}
body.slideshow-settings section .slides .placeholder.noright a:not(.visible),
body.slideshow-add section .slides .placeholder.noright a:not(.visible),
body.slideshow section .slides .placeholder.noright a:not(.visible),
body.slideshow-settings section .slides .placeholder.noright .description,
body.slideshow-add section .slides .placeholder.noright .description,
body.slideshow section .slides .placeholder.noright .description,
body.slideshow-settings section .slides .placeholder.noright .time,
body.slideshow-add section .slides .placeholder.noright .time,
body.slideshow section .slides .placeholder.noright .time,
body.slideshow-settings section .slides .placeholder.noright .count,
body.slideshow-add section .slides .placeholder.noright .count,
body.slideshow section .slides .placeholder.noright .count {
  color: #6c6c6c;
}
body.slideshow-settings section .slides .placeholder.noright .thumb img,
body.slideshow-add section .slides .placeholder.noright .thumb img,
body.slideshow section .slides .placeholder.noright .thumb img {
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-filter: "alpha(opacity=5)";
  opacity: .5;
  filter: alpha(opacity=5);
}
body.slideshow-settings section .slides .placeholder.noright .control,
body.slideshow-add section .slides .placeholder.noright .control,
body.slideshow section .slides .placeholder.noright .control {
  background: red;
}
body.slideshow-settings section .slides .placeholder.noright .control li .lock,
body.slideshow-add section .slides .placeholder.noright .control li .lock,
body.slideshow section .slides .placeholder.noright .control li .lock {
  color: white;
}
body.slideshow-settings section .slides .placeholder.noright .control li.from,
body.slideshow-add section .slides .placeholder.noright .control li.from,
body.slideshow section .slides .placeholder.noright .control li.from {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.slideshow-settings section .slides .placeholder.ui-sortable-helper:not(.delete),
body.slideshow-add section .slides .placeholder.ui-sortable-helper:not(.delete),
body.slideshow section .slides .placeholder.ui-sortable-helper:not(.delete) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
body.slideshow-settings section .slides .placeholder.disabled,
body.slideshow-add section .slides .placeholder.disabled,
body.slideshow section .slides .placeholder.disabled {
  opacity: 0.7;
  cursor: progress;
}
body.slideshow-settings section .slides .placeholder.disabled a,
body.slideshow-add section .slides .placeholder.disabled a,
body.slideshow section .slides .placeholder.disabled a {
  pointer-events: none;
}
body.slideshow-settings section .slides.vertical .slide,
body.slideshow-add section .slides.vertical .slide,
body.slideshow section .slides.vertical .slide,
body.slideshow-settings section .slides.vertical .slide-dragging,
body.slideshow-add section .slides.vertical .slide-dragging,
body.slideshow section .slides.vertical .slide-dragging {
  height: 410px;
}
body.slideshow-settings section .slides.vertical .thumb,
body.slideshow-add section .slides.vertical .thumb,
body.slideshow section .slides.vertical .thumb {
  height: 320px;
}
body.slideshow-settings section .slides.vertical .add,
body.slideshow-add section .slides.vertical .add,
body.slideshow section .slides.vertical .add {
  line-height: 410px;
  padding: 0;
}
body.slideshow-settings section .slides.vertical .placeholder,
body.slideshow-add section .slides.vertical .placeholder,
body.slideshow section .slides.vertical .placeholder {
  height: 410px;
}
body.slideshow-settings .add table,
body.slideshow-add .add table,
body.slideshow .add table {
  width: 100%;
}
body.slideshow-settings .add table td,
body.slideshow-add .add table td,
body.slideshow .add table td {
  line-height: 25px;
  position: relative;
  padding: 5px 0;
}
body.slideshow-settings .add table td input,
body.slideshow-add .add table td input,
body.slideshow .add table td input {
  -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%;
}
body.slideshow-settings .add table td inputinput,
body.slideshow-add .add table td inputinput,
body.slideshow .add table td inputinput {
  height: 26px;
}
body.slideshow-settings .add table td input[readonly],
body.slideshow-add .add table td input[readonly],
body.slideshow .add table td input[readonly] {
  color: black;
}
body.slideshow-settings .add table td input[disabled],
body.slideshow-add .add table td input[disabled],
body.slideshow .add table td input[disabled],
body.slideshow-settings .add table td input.disabled,
body.slideshow-add .add table td input.disabled,
body.slideshow .add table td input.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
body.slideshow-settings .add table td:first-child,
body.slideshow-add .add table td:first-child,
body.slideshow .add table td:first-child {
  font-family: RobotoBold;
}
body.slideshow-settings .datasource-select.boxy-content,
body.slideshow-add .datasource-select.boxy-content,
body.slideshow .datasource-select.boxy-content {
  max-height: 600px;
  min-width: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 28px;
  margin: 0px;
}
body.slideshow-settings .datasource-select.boxy-content ul,
body.slideshow-add .datasource-select.boxy-content ul,
body.slideshow .datasource-select.boxy-content ul {
  list-style: none;
  margin-bottom: 15px;
}
body.slideshow-settings .datasource-select.boxy-content ul li,
body.slideshow-add .datasource-select.boxy-content ul li,
body.slideshow .datasource-select.boxy-content ul li,
body.slideshow-settings .datasource-select.boxy-content ul a,
body.slideshow-add .datasource-select.boxy-content ul a,
body.slideshow .datasource-select.boxy-content ul a {
  padding: 2px 0;
  font-size: 12px;
}
body.slideshow-settings .datasource-select.boxy-content div,
body.slideshow-add .datasource-select.boxy-content div,
body.slideshow .datasource-select.boxy-content div {
  margin-bottom: 5px !important;
}
body.slideshow-settings .tweet-box.boxy-content,
body.slideshow-add .tweet-box.boxy-content,
body.slideshow .tweet-box.boxy-content {
  background: #fff;
  border: 0;
  padding: 0 0 4px 0;
  width: 320px;
}
body.slideshow-settings .tweet-box.boxy-content h1,
body.slideshow-add .tweet-box.boxy-content h1,
body.slideshow .tweet-box.boxy-content h1 {
  background: #1b95e0;
  color: white;
  padding: 8px 12px;
  font-size: 1.4rem;
}
body.slideshow-settings .tweet-box.boxy-content .content,
body.slideshow-add .tweet-box.boxy-content .content,
body.slideshow .tweet-box.boxy-content .content {
  padding: 8px 8px 12px;
}
body.slideshow-settings .tweet-box.boxy-content .desc,
body.slideshow-add .tweet-box.boxy-content .desc,
body.slideshow .tweet-box.boxy-content .desc {
  margin: 4px 0 16px;
}
body.slideshow-settings .tweet-box.boxy-content .error,
body.slideshow-add .tweet-box.boxy-content .error,
body.slideshow .tweet-box.boxy-content .error {
  margin: 4px 0 0;
}
body.slideshow-settings .tweet-box.boxy-content .buttons,
body.slideshow-add .tweet-box.boxy-content .buttons,
body.slideshow .tweet-box.boxy-content .buttons {
  text-align: right;
}
body.slideshow-settings .tweet-box.boxy-content .loader,
body.slideshow-add .tweet-box.boxy-content .loader,
body.slideshow .tweet-box.boxy-content .loader {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 8px 0;
}
body.slideshow-settings .tweet-box.boxy-content .loader::-webkit-progress-bar,
body.slideshow-add .tweet-box.boxy-content .loader::-webkit-progress-bar,
body.slideshow .tweet-box.boxy-content .loader::-webkit-progress-bar {
  background: #ccc;
}
body.slideshow-settings .tweet-box.boxy-content .loader::-webkit-progress-value,
body.slideshow-add .tweet-box.boxy-content .loader::-webkit-progress-value,
body.slideshow .tweet-box.boxy-content .loader::-webkit-progress-value {
  background-color: #1b95e0;
}
body.slideshow-settings .tweet-box.boxy-content .tweet-btn,
body.slideshow-add .tweet-box.boxy-content .tweet-btn,
body.slideshow .tweet-box.boxy-content .tweet-btn {
  padding: 6px;
  border-radius: 3px;
  margin-left: 4px;
  color: white;
  background: #bbb;
  border: 1px solid #aaa;
}
body.slideshow-settings .tweet-box.boxy-content .tweet-btn:hover,
body.slideshow-add .tweet-box.boxy-content .tweet-btn:hover,
body.slideshow .tweet-box.boxy-content .tweet-btn:hover,
body.slideshow-settings .tweet-box.boxy-content .tweet-btn:active,
body.slideshow-add .tweet-box.boxy-content .tweet-btn:active,
body.slideshow .tweet-box.boxy-content .tweet-btn:active {
  background: #aaa;
}
body.slideshow-settings .tweet-box.boxy-content .tweet-btn.primary,
body.slideshow-add .tweet-box.boxy-content .tweet-btn.primary,
body.slideshow .tweet-box.boxy-content .tweet-btn.primary {
  background: #1b95e0;
  border: 1px solid #0c7abf;
  font-family: RobotoBold;
}
body.slideshow-settings .tweet-box.boxy-content .tweet-btn.primary:hover,
body.slideshow-add .tweet-box.boxy-content .tweet-btn.primary:hover,
body.slideshow .tweet-box.boxy-content .tweet-btn.primary:hover,
body.slideshow-settings .tweet-box.boxy-content .tweet-btn.primary:active,
body.slideshow-add .tweet-box.boxy-content .tweet-btn.primary:active,
body.slideshow .tweet-box.boxy-content .tweet-btn.primary:active {
  background: #0c7abf;
}
body.slideshow-settings div.slideshow-info,
body.slideshow-add div.slideshow-info,
body.slideshow div.slideshow-info {
  display: flex !important;
  justify-content: center;
  height: 90px;
  width: 330px;
  align-items: center;
}
body.slideshow-settings div.slideshow-info .slideshow-info-table,
body.slideshow-add div.slideshow-info .slideshow-info-table,
body.slideshow div.slideshow-info .slideshow-info-table {
  color: #8d8d8d !important;
  padding: 10px;
}
body.slideshow-add table {
  margin-top: 30px;
}
body.slideshow-add table tr td:first-child {
  width: 17%;
}
body.slideshow-add table tr td:last-child {
  width: 83%;
}
body.slideshow-add .align-middle {
  width: 100%;
}
body.slideshow-add h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
body.slideshow-add .slideshow-templates {
  padding-bottom: 20px;
}
body.slideshow-add .slideshow-templates .info-text {
  margin-bottom: 20px;
}
body.slideshow-add .template-row {
  height: 100px;
  display: flex;
  margin-bottom: 10px;
}
body.slideshow-add .template-row .template-row-preview {
  height: 100%;
  width: 17%;
}
body.slideshow-add .template-row .template-row-preview img {
  height: 100%;
}
body.slideshow-add .template-row .template-row-info {
  height: 100%;
  width: 42%;
  background-color: #7a7a7a;
}
body.slideshow-add .template-row .template-row-info .template-row-info-head {
  width: 100%;
  height: 35%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  font-family: RobotoBold;
}
body.slideshow-add .template-row .template-row-info .template-row-info-text {
  width: 100%;
  height: 65%;
  display: flex;
  padding-left: 20px;
  padding-right: 10px;
}
body.slideshow-add .template-row .template-row-previewbutton {
  height: 100%;
  width: 15%;
  background-color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
body.slideshow-add .template-row .template-row-previewbutton a {
  flex-direction: column;
  display: flex;
}
body.slideshow-add .template-row .template-row-previewbutton _:-ms-lang(x),
body.slideshow-add .template-row .template-row-previewbutton _:-webkit-full-screen,
body.slideshow-add .template-row .template-row-previewbutton a {
  height: 70px;
}
body.slideshow-add .template-row .template-row-select {
  height: 100%;
  width: 15%;
  background-color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.slideshow-add .template-row .template-row-select input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body.slideshow-add .template-row .template-row-chargeable {
  height: 100%;
  width: 10%;
  margin-left: 1%;
  background-color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
body.display-settings section .timebar-control,
body.display-add section .timebar-control {
  display: flex;
}
body.display-settings section .timebar-control .sfbutton,
body.display-add section .timebar-control .sfbutton {
  margin-top: 4%;
}
body.display-settings section .toggle-display-timebar-enable,
body.display-add section .toggle-display-timebar-enable {
  display: flex;
  margin-top: 8%;
}
body.display-settings section .progress-picker-setting-name,
body.display-add section .progress-picker-setting-name,
body.display-settings section .progress-setting-name,
body.display-add section .progress-setting-name {
  width: 60%;
  display: flex;
  float: left;
  height: 30px;
  align-items: center;
}
body.display-settings section .progress-setting-option:last-child,
body.display-add section .progress-setting-option:last-child {
  justify-content: flex-end;
}
body.display-settings section .progress-picker-setting-option,
body.display-add section .progress-picker-setting-option,
body.display-settings section .progress-setting-option,
body.display-add section .progress-setting-option {
  width: 40%;
  display: flex;
  float: left;
  height: 30px;
  align-items: center;
}
body.display-settings section .progress-setting-option select,
body.display-add section .progress-setting-option select {
  height: 85%;
  width: 100%;
}
body.display-settings section .progress-picker-setting-name,
body.display-add section .progress-picker-setting-name,
body.display-settings section .progress-picker-setting-option,
body.display-add section .progress-picker-setting-option {
  height: 40px;
}
body.display-settings section div .row,
body.display-add section div .row {
  margin-bottom: 3px;
}
body.display-settings section div .row .left,
body.display-add section div .row .left,
body.display-settings section div .row .right,
body.display-add section div .row .right {
  line-height: 26px;
}
body.display-settings section div.data .connection-stats,
body.display-add section div.data .connection-stats {
  border-top: 1px solid grey;
}
body.display-settings section div.data table,
body.display-add section div.data table {
  border-collapse: collapse;
  margin: 0 0 10px;
  color: white;
  font-size: 12px;
  width: 100%;
}
body.display-settings section div.data table thead,
body.display-add section div.data table thead,
body.display-settings section div.data table th,
body.display-add section div.data table th {
  font-family: RobotoBold;
}
body.display-settings section div.data table td,
body.display-add section div.data table td,
body.display-settings section div.data table th,
body.display-add section div.data table th {
  text-align: left;
  padding: 5px;
}
body.display-settings section div.data table td select,
body.display-add section div.data table td select,
body.display-settings section div.data table th select,
body.display-add section div.data table th select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
body.display-settings section div.data table td,
body.display-add section div.data table td {
  line-height: 25px;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #808080;
}
body.display-settings section div.data table td h2,
body.display-add section div.data table td h2 {
  margin-bottom: 4px;
  font-size: 12px;
}
body.display-settings section div.data table td input,
body.display-add section div.data table td input {
  -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%;
}
body.display-settings section div.data table td inputinput,
body.display-add section div.data table td inputinput {
  height: 26px;
}
body.display-settings section div.data table td input[readonly],
body.display-add section div.data table td input[readonly] {
  color: black;
}
body.display-settings section div.data table td input[disabled],
body.display-add section div.data table td input[disabled],
body.display-settings section div.data table td input.disabled,
body.display-add section div.data table td input.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
body.display-settings section div.data table td select,
body.display-add section div.data table td select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  padding: 4px;
  max-width: 100%;
  width: 100%;
}
body.display-settings section div.data table td.clearfix a,
body.display-add section div.data table td.clearfix a {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  padding: 0!important;
}
body.display-settings section div.data table td.clearfix a img,
body.display-add section div.data table td.clearfix a img {
  height: 80%;
}
body.display-settings section div.data table td .installer_label,
body.display-add section div.data table td .installer_label,
body.display-settings section div.data table td .maintainer_label,
body.display-add section div.data table td .maintainer_label,
body.display-settings section div.data table td .firmware_update_label,
body.display-add section div.data table td .firmware_update_label {
  line-height: 3;
}
body.display-settings section div.data table td .slideshows,
body.display-add section div.data table td .slideshows {
  font-weight: normal;
}
body.display-settings section div.data table td .slideshows li,
body.display-add section div.data table td .slideshows li {
  height: 35px;
  display: list-item;
  list-style-position: inside;
  line-height: 35px!important;
  margin-bottom: 1px;
  line-height: 20px;
  background: dimGray;
  position: relative;
  padding-left: 1.5%;
}
body.display-settings section div.data table td .slideshows li .slideshow-icon,
body.display-add section div.data table td .slideshows li .slideshow-icon {
  float: left;
  margin-right: 3%;
}
body.display-settings section div.data table td .slideshows li .text,
body.display-add section div.data table td .slideshows li .text {
  width: 72%;
}
body.display-settings section div.data table td .slideshows li div,
body.display-add section div.data table td .slideshows li div {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
body.display-settings section div.data table td .slideshows li span,
body.display-add section div.data table td .slideshows li span {
  width: 75%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.display-settings section div.data table td .slideshows li a,
body.display-add section div.data table td .slideshows li a {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 3%;
  margin-left: 1%;
  float: right;
}
body.display-settings section div.data table td .slideshows li img,
body.display-add section div.data table td .slideshows li img {
  height: 80%;
  margin-right: 3%;
  float: left;
  display: flex;
  align-items: center;
}
body.display-settings section div.data table td .slideshows li .sort,
body.display-add section div.data table td .slideshows li .sort {
  margin-right: 0;
  float: right;
  display: flex;
  align-items: center;
}
body.display-settings section div.data table td .slideshows li .delete,
body.display-add section div.data table td .slideshows li .delete {
  float: right;
  display: flex;
  align-items: center;
}
@keyframes pulse_color {
  from {
    background-color: #696969;
  }
  to {
    background-color: #bcbdbd;
  }
}
body.display-settings section div.data table td .slideshows li.placeholder,
body.display-add section div.data table td .slideshows li.placeholder {
  list-style: none;
  cursor: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  animation-name: pulse_color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
body.display-settings section div.data table td:first-child,
body.display-add section div.data table td:first-child {
  font-weight: bold;
}
body.display-settings section div.data table td:first-child,
body.display-add section div.data table td:first-child {
  width: 40%;
}
body.display-settings section div.data table td:nth-child(2),
body.display-add section div.data table td:nth-child(2) {
  width: 60%;
}
body.display-settings section div.info .trafficlight a,
body.display-add section div.info .trafficlight a {
  margin: 0;
  float: none;
}
body.display-settings section div.info a,
body.display-add section div.info a {
  margin-top: 5px;
  display: block;
  clear: both;
  float: right;
}
body.display-settings section div.info i,
body.display-add section div.info i {
  font-size: 25px;
}
body.display-settings section div.info li,
body.display-add section div.info li {
  margin-bottom: 20px;
  list-style: none;
  padding: 10px;
}
body.display-settings section div.info li.trafficlight,
body.display-add section div.info li.trafficlight {
  position: unset !important;
}
body.display-settings section div.info li.trafficlight a,
body.display-add section div.info li.trafficlight a {
  position: relative !important;
  left: -30%;
  right: unset !important;
}
body.display-settings section div.info li.trafficlight a img,
body.display-add section div.info li.trafficlight a img {
  height: 90px;
}
body.display-settings section div.info li.box,
body.display-add section div.info li.box {
  border: none !important;
  border-left: 1px solid #f8c102!important;
  padding: 10px 15px!important;
  color: #b7b7b7;
  position: relative;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
  background: #5c5c5c;
  padding: 0 10px 10px;
  border: 1px solid #989898;
  /*background: #6B6B6B;
    border: 1px solid #8F8F8F;
    padding: 10px;*/
  margin-bottom: 10px;
  /*border: 1px solid #949494;
                      background: #5c5c5c;*/
}
body.display-settings section div.info li.box p,
body.display-add section div.info li.box p {
  margin: 10px 10px 25px 0px;
}
body.display-settings section div.info li.box a,
body.display-add section div.info li.box a {
  position: absolute;
  bottom: 5%;
  right: 7%;
}
body.display-settings section div.info li.box a img,
body.display-add section div.info li.box a img {
  width: 90%;
}
body.display-settings section div.info li.box:after,
body.display-add section div.info li.box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.display-settings section div.info li.box.description ol,
body.display-add section div.info li.box.description ol,
body.display-settings section div.info li.box.description ul,
body.display-add section div.info li.box.description ul {
  margin-left: 1em;
  line-height: 20px;
  padding-left: 20px;
}
body.display-settings section div.info li.box.left,
body.display-add section div.info li.box.left,
body.display-settings section div.info li.box.right,
body.display-add section div.info li.box.right {
  width: 49.5%;
}
body.display-settings section div.info li.box .traffic-light,
body.display-add section div.info li.box .traffic-light {
  width: 40px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  background: black;
  border-top: 2px solid #444;
}
body.display-settings section div.info li.box .traffic-light .light,
body.display-add section div.info li.box .traffic-light .light {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-bottom: 5px;
  -webkit-box-shadow: inset 0 0 12px black;
  -moz-box-shadow: inset 0 0 12px black;
  box-shadow: inset 0 0 12px black;
}
body.display-settings section div.info li.box .traffic-light .light.green,
body.display-add section div.info li.box .traffic-light .light.green {
  background: rgba(0, 214, 0, 0.75);
}
body.display-settings section div.info li.box .traffic-light .light.green.active,
body.display-add section div.info li.box .traffic-light .light.green.active {
  background: #00D600;
  -webkit-box-shadow: 0 0 10px green;
  -moz-box-shadow: 0 0 10px green;
  box-shadow: 0 0 10px green;
}
body.display-settings section div.info li.box .traffic-light .light.yellow,
body.display-add section div.info li.box .traffic-light .light.yellow {
  background: rgba(255, 255, 0, 0.2);
}
body.display-settings section div.info li.box .traffic-light .light.yellow.active,
body.display-add section div.info li.box .traffic-light .light.yellow.active {
  background: yellow;
  -webkit-box-shadow: 0 0 10px yellow;
  -moz-box-shadow: 0 0 10px yellow;
  box-shadow: 0 0 10px yellow;
}
body.display-settings section div.info li.box .traffic-light .light.red,
body.display-add section div.info li.box .traffic-light .light.red {
  background: rgba(255, 0, 0, 0.2);
}
body.display-settings section div.info li.box .traffic-light .light.red.active,
body.display-add section div.info li.box .traffic-light .light.red.active {
  background: red;
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}
body.display-settings section div.info li.box .traffic-light .light:last-child,
body.display-add section div.info li.box .traffic-light .light:last-child {
  margin: 0;
}
body.display-settings section div.info li.box .traffic-light .light:after,
body.display-add section div.info li.box .traffic-light .light:after {
  z-index: 1;
  right: -12px;
  content: '';
  width: 15px;
  height: 20px;
  background: black;
  position: absolute;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  transform: skew(-20deg);
  border-top: 1px solid #444;
}
body.display-settings section div.info li.box .traffic-light .light:before,
body.display-add section div.info li.box .traffic-light .light:before {
  z-index: 1;
  left: -12px;
  content: '';
  width: 15px;
  height: 20px;
  background: black;
  position: absolute;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  transform: skew(20deg);
  border-top: 1px solid #444;
}
body.display-settings section div.info li.img,
body.display-add section div.info li.img {
  text-align: center;
  padding: 0;
}
body.display-settings section div.info li.img img,
body.display-add section div.info li.img img {
  width: 100%;
}
body.display-settings section div.slide-transition-control .right,
body.display-add section div.slide-transition-control .right {
  width: 50%;
}
body.display-settings section div.slide-transition-control input,
body.display-add section div.slide-transition-control input {
  width: 100%;
}
body.display-settings section div.timecontrol,
body.display-add section div.timecontrol {
  position: relative;
}
body.display-settings section div.timecontrol .watch,
body.display-add section div.timecontrol .watch {
  position: absolute;
  top: 2%;
  right: 4%;
  height: 45px;
}
body.display-settings section div.timecontrol h1,
body.display-add section div.timecontrol h1 {
  width: 50%;
  position: relative;
}
body.display-settings section div.timecontrol h1 img,
body.display-add section div.timecontrol h1 img {
  position: absolute;
  bottom: -7px;
  right: 2%;
  height: 30px;
}
body.display-settings section div.timecontrol table,
body.display-add section div.timecontrol table {
  margin: 10px 0;
  width: 100%;
}
body.display-settings section div.timecontrol table input,
body.display-add section div.timecontrol table input {
  -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%;
}
body.display-settings section div.timecontrol table inputinput,
body.display-add section div.timecontrol table inputinput {
  height: 26px;
}
body.display-settings section div.timecontrol table input[readonly],
body.display-add section div.timecontrol table input[readonly] {
  color: black;
}
body.display-settings section div.timecontrol table input[disabled],
body.display-add section div.timecontrol table input[disabled],
body.display-settings section div.timecontrol table input.disabled,
body.display-add section div.timecontrol table input.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
body.display-settings section div.timecontrol table td,
body.display-add section div.timecontrol table td {
  padding: 2px 3px 2px 0;
}
body.display-settings section div.timecontrol table thead,
body.display-add section div.timecontrol table thead {
  font-weight: bold;
}
body.display-settings section div.timecontrol table.time td:first-child,
body.display-add section div.timecontrol table.time td:first-child {
  width: 50%;
}
body.display-settings section div.timecontrol input,
body.display-add section div.timecontrol input {
  border: none;
}
body.display-settings section div.timecontrol input[type="button"],
body.display-add section div.timecontrol input[type="button"],
body.display-settings section div.timecontrol input[type="submit"],
body.display-add section div.timecontrol input[type="submit"] {
  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;
}
body.display-settings section div.timecontrol input[type="button"]:active,
body.display-add section div.timecontrol input[type="button"]:active,
body.display-settings section div.timecontrol input[type="submit"]:active,
body.display-add section div.timecontrol input[type="submit"]:active,
body.display-settings section div.timecontrol input[type="button"].active,
body.display-add section div.timecontrol input[type="button"].active,
body.display-settings section div.timecontrol input[type="submit"].active,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"]:disabled,
body.display-add section div.timecontrol input[type="button"]:disabled,
body.display-settings section div.timecontrol input[type="submit"]:disabled,
body.display-add section div.timecontrol input[type="submit"]:disabled,
body.display-settings section div.timecontrol input[type="button"].disabled,
body.display-add section div.timecontrol input[type="button"].disabled,
body.display-settings section div.timecontrol input[type="submit"].disabled,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].highlight,
body.display-add section div.timecontrol input[type="button"].highlight,
body.display-settings section div.timecontrol input[type="submit"].highlight,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].highlight:active,
body.display-add section div.timecontrol input[type="button"].highlight:active,
body.display-settings section div.timecontrol input[type="submit"].highlight:active,
body.display-add section div.timecontrol input[type="submit"].highlight:active,
body.display-settings section div.timecontrol input[type="button"].highlight.active,
body.display-add section div.timecontrol input[type="button"].highlight.active,
body.display-settings section div.timecontrol input[type="submit"].highlight.active,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].highlight:disabled,
body.display-add section div.timecontrol input[type="button"].highlight:disabled,
body.display-settings section div.timecontrol input[type="submit"].highlight:disabled,
body.display-add section div.timecontrol input[type="submit"].highlight:disabled,
body.display-settings section div.timecontrol input[type="button"].highlight.disabled,
body.display-add section div.timecontrol input[type="button"].highlight.disabled,
body.display-settings section div.timecontrol input[type="submit"].highlight.disabled,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].is-disabled,
body.display-add section div.timecontrol input[type="button"].is-disabled,
body.display-settings section div.timecontrol input[type="submit"].is-disabled,
body.display-add section div.timecontrol input[type="submit"].is-disabled {
  color: #808080 !important;
  background: #eee;
}
body.display-settings section div.timecontrol input[type="button"].full-size,
body.display-add section div.timecontrol input[type="button"].full-size,
body.display-settings section div.timecontrol input[type="submit"].full-size,
body.display-add section div.timecontrol input[type="submit"].full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.display-settings section div.timecontrol input[type="button"].cancel,
body.display-add section div.timecontrol input[type="button"].cancel,
body.display-settings section div.timecontrol input[type="submit"].cancel,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].cancel:active,
body.display-add section div.timecontrol input[type="button"].cancel:active,
body.display-settings section div.timecontrol input[type="submit"].cancel:active,
body.display-add section div.timecontrol input[type="submit"].cancel:active,
body.display-settings section div.timecontrol input[type="button"].cancel.active,
body.display-add section div.timecontrol input[type="button"].cancel.active,
body.display-settings section div.timecontrol input[type="submit"].cancel.active,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].cancel:disabled,
body.display-add section div.timecontrol input[type="button"].cancel:disabled,
body.display-settings section div.timecontrol input[type="submit"].cancel:disabled,
body.display-add section div.timecontrol input[type="submit"].cancel:disabled,
body.display-settings section div.timecontrol input[type="button"].cancel.disabled,
body.display-add section div.timecontrol input[type="button"].cancel.disabled,
body.display-settings section div.timecontrol input[type="submit"].cancel.disabled,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].firmware,
body.display-add section div.timecontrol input[type="button"].firmware,
body.display-settings section div.timecontrol input[type="submit"].firmware,
body.display-add section div.timecontrol input[type="submit"].firmware {
  background-color: #CA2828;
}
body.display-settings section div.timecontrol input[type="button"].small,
body.display-add section div.timecontrol input[type="button"].small,
body.display-settings section div.timecontrol input[type="submit"].small,
body.display-add section div.timecontrol input[type="submit"].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;
}
body.display-settings section div.timecontrol input[type="button"].small:active,
body.display-add section div.timecontrol input[type="button"].small:active,
body.display-settings section div.timecontrol input[type="submit"].small:active,
body.display-add section div.timecontrol input[type="submit"].small:active,
body.display-settings section div.timecontrol input[type="button"].small.active,
body.display-add section div.timecontrol input[type="button"].small.active,
body.display-settings section div.timecontrol input[type="submit"].small.active,
body.display-add section div.timecontrol input[type="submit"].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);
}
body.display-settings section div.timecontrol input[type="button"].feed-test,
body.display-add section div.timecontrol input[type="button"].feed-test,
body.display-settings section div.timecontrol input[type="submit"].feed-test,
body.display-add section div.timecontrol input[type="submit"].feed-test {
  width: 130px !important;
}
body.display-settings section div.timecontrol input[type="button"]:disabled,
body.display-add section div.timecontrol input[type="button"]:disabled,
body.display-settings section div.timecontrol input[type="submit"]:disabled,
body.display-add section div.timecontrol input[type="submit"]:disabled,
body.display-settings section div.timecontrol input[type="button"].disabled,
body.display-add section div.timecontrol input[type="button"].disabled,
body.display-settings section div.timecontrol input[type="submit"].disabled,
body.display-add section div.timecontrol input[type="submit"].disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body.display-settings section div.newsticker-control .row,
body.display-add section div.newsticker-control .row,
body.display-settings section div.touchbar-control .row,
body.display-add section div.touchbar-control .row {
  margin: 10px 0;
}
body.display-settings section.touch-settings,
body.display-add section.touch-settings {
  position: relative;
  padding: 15px 10px;
}
body.display-settings section.touch-settings .sfbutton,
body.display-add section.touch-settings .sfbutton {
  width: 150px !important;
}
body.display-settings section.touch-settings ul,
body.display-add section.touch-settings ul {
  list-style: none;
  min-height: 74px;
  margin-bottom: 10px;
  border: 1px solid #3A3A3A;
}
body.display-settings section.touch-settings ul:after,
body.display-add section.touch-settings ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.display-settings section.touch-settings ul li,
body.display-add section.touch-settings ul li {
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  padding: 10px 7px 0;
  margin: 0 7px 8px 0;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}
body.display-settings section.touch-settings ul li img,
body.display-add section.touch-settings ul li img {
  width: 100%;
  height: auto;
}
body.display-settings section.touch-settings .available-slides,
body.display-add section.touch-settings .available-slides {
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px black;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
}
body.display-settings section.touch-settings .shortcut-bar,
body.display-add section.touch-settings .shortcut-bar {
  padding: 5px;
  width: 100%;
  background: #FFFDFB;
  background: linear-gradient(bottom, #A8A8A7 0%, #FFFDFB 100%);
  background: -o-linear-gradient(bottom, #A8A8A7 0%, #FFFDFB 100%);
  background: -moz-linear-gradient(bottom, #A8A8A7 0%, #FFFDFB 100%);
  background: -webkit-linear-gradient(bottom, #A8A8A7 0%, #FFFDFB 100%);
  background: -ms-linear-gradient(bottom, #A8A8A7 0%, #FFFDFB 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #A8A8A7), color-stop(1, #FFFDFB));
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  border-radius: 13px;
}
body.datasource-settings .sma-hint-box .sfbutton,
body.datasource-add .sma-hint-box .sfbutton {
  margin: 0!important;
  width: fit-content;
}
body.datasource-settings .sma-hint-box,
body.datasource-add .sma-hint-box {
  padding: 10px;
}
body.datasource-settings .source-container,
body.datasource-add .source-container {
  display: flex!important;
  flex-wrap: wrap;
  max-width: 320px;
  justify-content: center;
}
body.datasource-settings .source-button,
body.datasource-add .source-button {
  width: 200px !important;
  margin-bottom: 10px;
}
body.datasource-settings section,
body.datasource-add section {
  /** warum?
        .sfbutton {
          padding-right: 0!important;
          padding-left: 0!important;
        }*/
}
body.datasource-settings section > h1,
body.datasource-add section > h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 25px 0;
  color: white;
}
body.datasource-settings section h1,
body.datasource-add section h1 {
  font-size: 14px;
  margin: 15px 0 5px;
}
body.datasource-settings section .data table,
body.datasource-add section .data table {
  border-collapse: collapse;
  margin: 0 0 10px;
  color: white;
  font-size: 12px;
  width: 100%;
}
body.datasource-settings section .data table thead,
body.datasource-add section .data table thead,
body.datasource-settings section .data table th,
body.datasource-add section .data table th {
  font-family: RobotoBold;
}
body.datasource-settings section .data table td,
body.datasource-add section .data table td,
body.datasource-settings section .data table th,
body.datasource-add section .data table th {
  text-align: left;
  padding: 5px;
}
body.datasource-settings section .data table td select,
body.datasource-add section .data table td select,
body.datasource-settings section .data table th select,
body.datasource-add section .data table th select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
body.datasource-settings section .data table td,
body.datasource-add section .data table td,
body.datasource-settings section .data table th,
body.datasource-add section .data table th {
  padding: 5px 0;
  border-bottom: 1px solid #808080;
  text-align: right;
}
body.datasource-settings section .data table td input,
body.datasource-add section .data table td input,
body.datasource-settings section .data table th input,
body.datasource-add section .data table th input {
  -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));
}
body.datasource-settings section .data table td inputinput,
body.datasource-add section .data table td inputinput,
body.datasource-settings section .data table th inputinput,
body.datasource-add section .data table th inputinput {
  height: 26px;
}
body.datasource-settings section .data table td input[readonly],
body.datasource-add section .data table td input[readonly],
body.datasource-settings section .data table th input[readonly],
body.datasource-add section .data table th input[readonly] {
  color: black;
}
body.datasource-settings section .data table td input[disabled],
body.datasource-add section .data table td input[disabled],
body.datasource-settings section .data table th input[disabled],
body.datasource-add section .data table th input[disabled],
body.datasource-settings section .data table td input.disabled,
body.datasource-add section .data table td input.disabled,
body.datasource-settings section .data table th input.disabled,
body.datasource-add section .data table th input.disabled {
  color: #999;
  border: 1px solid #999 !important;
}
body.datasource-settings section .data table th,
body.datasource-add section .data table th {
  text-align: left;
}
@-moz-document url-prefix() {
  body.datasource-settings section .data table th,
  body.datasource-add section .data table th {
    font-family: RobotoRegular;
  }
}
body.datasource-settings section .manual,
body.datasource-add section .manual {
  text-decoration: underline;
  vertical-align: super;
}
body.datasource-settings section .add,
body.datasource-add section .add {
  background: #7a7a7a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 10px 20px 0px 20px;
}
body.datasource-settings section .add .optgroup,
body.datasource-add section .add .optgroup {
  font-style: italic !important;
}
body.datasource-settings section .add .error,
body.datasource-add section .add .error {
  padding: 7px;
  border: 1px solid darkred;
  background-color: #ed143d;
  margin-bottom: 10px;
  color: #000;
}
body.datasource-settings section .add a.show-details,
body.datasource-add section .add a.show-details,
body.datasource-settings section .add a.hide-details,
body.datasource-add section .add a.hide-details {
  display: block;
  width: 100%;
  text-align: center;
}
body.datasource-settings section .add .sftable-filter,
body.datasource-add section .add .sftable-filter {
  margin-bottom: 35px;
  width: 100%;
}
body.datasource-settings section .add .sftable-filter .datasource-search,
body.datasource-add section .add .sftable-filter .datasource-search {
  width: 90%;
}
body.datasource-settings section .add .sftable-filter tr.overview td,
body.datasource-add section .add .sftable-filter tr.overview td,
body.datasource-settings section .add .sftable-filter tr.overview th,
body.datasource-add section .add .sftable-filter tr.overview th {
  padding: 8px!important;
  padding-left: 18px!important;
  width: 33.3333333%!important;
}
body.datasource-settings section .add .sftable-filter tr.overview td:first-child,
body.datasource-add section .add .sftable-filter tr.overview td:first-child,
body.datasource-settings section .add .sftable-filter tr.overview th:first-child,
body.datasource-add section .add .sftable-filter tr.overview th:first-child {
  background-color: #8b8b8b!important;
  text-align: inherit;
}
body.datasource-settings section .add .sftable-header,
body.datasource-add section .add .sftable-header {
  /*width: 98.5%;*/
  width: 100%;
  margin-bottom: 0px!important;
}
body.datasource-settings section .add .sftable-header tbody,
body.datasource-add section .add .sftable-header tbody {
  display: table-row-group;
  overflow: hidden;
}
body.datasource-settings section .add .sftable-header tr.overview td,
body.datasource-add section .add .sftable-header tr.overview td,
body.datasource-settings section .add .sftable-header tr.overview th,
body.datasource-add section .add .sftable-header tr.overview th {
  padding: 8px!important;
  padding-left: 18px!important;
}
body.datasource-settings section .add .sftable-header tr.overview td:first-child,
body.datasource-add section .add .sftable-header tr.overview td:first-child,
body.datasource-settings section .add .sftable-header tr.overview th:first-child,
body.datasource-add section .add .sftable-header tr.overview th:first-child {
  background-color: #8b8b8b!important;
}
body.datasource-settings section .add table,
body.datasource-add section .add table {
  border-collapse: collapse;
  margin: 0 0 10px;
  color: white;
  font-size: 12px;
  overflow-y: scroll;
  width: 100%;
}
body.datasource-settings section .add table tbody,
body.datasource-add section .add table tbody {
  display: block;
  /*max-height: 400px;*/
}
body.datasource-settings section .add table tbody tr:first-child td,
body.datasource-add section .add table tbody tr:first-child td {
  border-top: 0px;
}
body.datasource-settings section .add table thead,
body.datasource-add section .add table thead,
body.datasource-settings section .add table th,
body.datasource-add section .add table th {
  font-family: RobotoBold;
}
body.datasource-settings section .add table td,
body.datasource-add section .add table td,
body.datasource-settings section .add table th,
body.datasource-add section .add table th {
  text-align: left;
  padding: 5px;
}
body.datasource-settings section .add table td select,
body.datasource-add section .add table td select,
body.datasource-settings section .add table th select,
body.datasource-add section .add table th select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
body.datasource-settings section .add table td,
body.datasource-add section .add table td,
body.datasource-settings section .add table th,
body.datasource-add section .add table th {
  padding: 5px;
}
body.datasource-settings section .add table tr.overview:first-child td,
body.datasource-add section .add table tr.overview:first-child td,
body.datasource-settings section .add table tr.overview:first-child th,
body.datasource-add section .add table tr.overview:first-child th {
  padding: 10px 10px 10px 18px!important;
  background-color: #8b8b8b!important;
  text-align: left!important;
}
body.datasource-settings section .add table tr.overview td,
body.datasource-add section .add table tr.overview td,
body.datasource-settings section .add table tr.overview th,
body.datasource-add section .add table tr.overview th {
  background: #8b8b8b;
  border: 10px solid #7a7a7a;
  padding: 10px;
}
body.datasource-settings section .add table tr.overview td img,
body.datasource-add section .add table tr.overview td img,
body.datasource-settings section .add table tr.overview th img,
body.datasource-add section .add table tr.overview th img {
  width: 130px!important;
}
body.datasource-settings section .add table tr.overview td:last-child,
body.datasource-add section .add table tr.overview td:last-child,
body.datasource-settings section .add table tr.overview th:last-child,
body.datasource-add section .add table tr.overview th:last-child {
  border-right: 0px solid #7a7a7a;
  width: 10%;
}
body.datasource-settings section .add table tr.overview td:nth-child(2),
body.datasource-add section .add table tr.overview td:nth-child(2),
body.datasource-settings section .add table tr.overview th:nth-child(2),
body.datasource-add section .add table tr.overview th:nth-child(2),
body.datasource-settings section .add table tr.overview td:nth-child(3),
body.datasource-add section .add table tr.overview td:nth-child(3),
body.datasource-settings section .add table tr.overview th:nth-child(3),
body.datasource-add section .add table tr.overview th:nth-child(3),
body.datasource-settings section .add table tr.overview td:nth-child(4),
body.datasource-add section .add table tr.overview td:nth-child(4),
body.datasource-settings section .add table tr.overview th:nth-child(4),
body.datasource-add section .add table tr.overview th:nth-child(4) {
  vertical-align: baseline;
  padding: 18px;
}
body.datasource-settings section .add table tr.overview td:nth-child(2),
body.datasource-add section .add table tr.overview td:nth-child(2),
body.datasource-settings section .add table tr.overview th:nth-child(2),
body.datasource-add section .add table tr.overview th:nth-child(2) {
  width: 27%;
}
body.datasource-settings section .add table tr.overview td:nth-child(3),
body.datasource-add section .add table tr.overview td:nth-child(3),
body.datasource-settings section .add table tr.overview th:nth-child(3),
body.datasource-add section .add table tr.overview th:nth-child(3) {
  width: 27%;
}
body.datasource-settings section .add table tr.overview td:nth-child(4),
body.datasource-add section .add table tr.overview td:nth-child(4),
body.datasource-settings section .add table tr.overview th:nth-child(4),
body.datasource-add section .add table tr.overview th:nth-child(4) {
  width: 18%;
}
body.datasource-settings section .add table tr.overview td:nth-child(4) span,
body.datasource-add section .add table tr.overview td:nth-child(4) span,
body.datasource-settings section .add table tr.overview th:nth-child(4) span,
body.datasource-add section .add table tr.overview th:nth-child(4) span {
  display: flex;
  align-items: center;
}
body.datasource-settings section .add table tr.overview td:nth-child(4) i,
body.datasource-add section .add table tr.overview td:nth-child(4) i,
body.datasource-settings section .add table tr.overview th:nth-child(4) i,
body.datasource-add section .add table tr.overview th:nth-child(4) i {
  margin-right: 3%;
  color: #fcbf00;
}
body.datasource-settings section .add table tr.overview td:first-child,
body.datasource-add section .add table tr.overview td:first-child,
body.datasource-settings section .add table tr.overview th:first-child,
body.datasource-add section .add table tr.overview th:first-child {
  border-left: 0;
  text-align: center;
  background-color: white;
  width: 20%;
}
body.datasource-settings section .add table tr.csv select,
body.datasource-add section .add table tr.csv select {
  width: 15%;
}
body.datasource-settings section .add table tr.details,
body.datasource-add section .add table tr.details {
  display: none;
  padding: 0 !important;
  border-right: 10px solid #7a7a7a;
}
body.datasource-settings section .add table tr.details td,
body.datasource-add section .add table tr.details td,
body.datasource-settings section .add table tr.details th,
body.datasource-add section .add table tr.details th {
  padding: 0 ;
}
body.datasource-settings section .add table tr.details.sma .error,
body.datasource-add section .add table tr.details.sma .error {
  padding: 7px;
  border: 1px solid darkred;
  background-color: #ed143d;
  margin-bottom: 10px;
}
body.datasource-settings section .add table tr.details .container,
body.datasource-add section .add table tr.details .container {
  background: #8b8b8b;
  margin-bottom: 10px;
}
body.datasource-settings section .add table tr.details .accordion,
body.datasource-add section .add table tr.details .accordion {
  background: #8b8b8b;
  margin-bottom: 10px;
}
body.datasource-settings section .add table tr.details .accordion > a,
body.datasource-add section .add table tr.details .accordion > a {
  border-bottom: 1px solid #FFF;
  background-color: darkgrey;
}
body.datasource-settings section .add table tr.details .accordion > a,
body.datasource-add section .add table tr.details .accordion > a,
body.datasource-settings section .add table tr.details .accordion > div,
body.datasource-add section .add table tr.details .accordion > div {
  padding: 5px;
}
body.datasource-settings section .add table tr.details .accordion > a,
body.datasource-add section .add table tr.details .accordion > a {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}
body.datasource-settings section .add table tr.details .accordion.imploded > a,
body.datasource-add section .add table tr.details .accordion.imploded > a {
  background-image: url('../images/icons/arrow-down-white.png');
}
body.datasource-settings section .add table tr.details .accordion.imploded > div,
body.datasource-add section .add table tr.details .accordion.imploded > div {
  display: none;
}
body.datasource-settings section .add table tr.details .accordion.expanded > a,
body.datasource-add section .add table tr.details .accordion.expanded > a {
  background-image: url('../images/icons/arrow-up-white.png');
}
body.datasource-settings section .add table tr.details .accordion.expanded > div,
body.datasource-add section .add table tr.details .accordion.expanded > div {
  display: block;
}
body.datasource-settings section .add table tr.details .ds-specific,
body.datasource-add section .add table tr.details .ds-specific {
  padding: 20px !important;
}
body.datasource-settings section .add table tr.details .ds-specific label,
body.datasource-add section .add table tr.details .ds-specific label {
  min-width: 200px;
  display: inline-block;
}
body.datasource-settings section .add table tr.details .ds-specific p,
body.datasource-add section .add table tr.details .ds-specific p {
  margin: 0 0 10px !important;
  padding: 0;
}
body.datasource-settings section .add table tr.details .ds-specific p:last-child,
body.datasource-add section .add table tr.details .ds-specific p:last-child {
  margin: 0 !important;
}
body.datasource-settings section .add table tr.details .ds-specific p a,
body.datasource-add section .add table tr.details .ds-specific p a {
  text-decoration: underline;
}
body.datasource-settings section .add table tr.details .ds-specific hr,
body.datasource-add section .add table tr.details .ds-specific hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: white;
}
body.datasource-settings section .add table tr.details .ds-specific.commercial li,
body.datasource-add section .add table tr.details .ds-specific.commercial li {
  margin-bottom: 5px;
  margin-left: 18px;
}
body.datasource-settings section .info .trafficlight a,
body.datasource-add section .info .trafficlight a {
  margin: 0;
  float: none;
}
body.datasource-settings section .info i,
body.datasource-add section .info i {
  font-size: 25px;
}
body.datasource-settings section .info li,
body.datasource-add section .info li {
  margin-bottom: 20px;
  list-style: none;
  padding: 10px;
}
body.datasource-settings section .info li.trafficlight,
body.datasource-add section .info li.trafficlight {
  position: unset !important;
}
body.datasource-settings section .info li.trafficlight a,
body.datasource-add section .info li.trafficlight a {
  position: relative !important;
  left: -35%;
  right: unset !important;
}
body.datasource-settings section .info li.trafficlight a img,
body.datasource-add section .info li.trafficlight a img {
  height: 90px;
  width: 100%;
}
body.datasource-settings section .info li.box,
body.datasource-add section .info li.box {
  border: none !important;
  border-left: 1px solid #f8c102!important;
  padding: 10px 15px!important;
  color: #b7b7b7;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
  background: #5c5c5c;
  padding: 0 10px 10px;
  border: 1px solid #989898;
  /*background: #6B6B6B;
    border: 1px solid #8F8F8F;
    padding: 10px;*/
  margin-bottom: 10px;
  /*border: 1px solid #949494;
                  background: #5c5c5c;*/
}
body.datasource-settings section .info li.box:after,
body.datasource-add section .info li.box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.datasource-settings section .info li.box.description ol,
body.datasource-add section .info li.box.description ol,
body.datasource-settings section .info li.box.description ul,
body.datasource-add section .info li.box.description ul {
  margin-left: 1em;
  line-height: 20px;
  padding-left: 20px;
}
body.datasource-settings section .info li.box.left,
body.datasource-add section .info li.box.left,
body.datasource-settings section .info li.box.right,
body.datasource-add section .info li.box.right {
  width: 49.5%;
}
body.datasource-settings section .info li.box .traffic-light,
body.datasource-add section .info li.box .traffic-light {
  width: 40px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  background: black;
  border-top: 2px solid #444;
}
body.datasource-settings section .info li.box .traffic-light .light,
body.datasource-add section .info li.box .traffic-light .light {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-bottom: 5px;
  -webkit-box-shadow: inset 0 0 12px black;
  -moz-box-shadow: inset 0 0 12px black;
  box-shadow: inset 0 0 12px black;
}
body.datasource-settings section .info li.box .traffic-light .light.green,
body.datasource-add section .info li.box .traffic-light .light.green {
  background: rgba(0, 214, 0, 0.75);
}
body.datasource-settings section .info li.box .traffic-light .light.green.active,
body.datasource-add section .info li.box .traffic-light .light.green.active {
  background: #00D600;
  -webkit-box-shadow: 0 0 10px green;
  -moz-box-shadow: 0 0 10px green;
  box-shadow: 0 0 10px green;
}
body.datasource-settings section .info li.box .traffic-light .light.yellow,
body.datasource-add section .info li.box .traffic-light .light.yellow {
  background: rgba(255, 255, 0, 0.2);
}
body.datasource-settings section .info li.box .traffic-light .light.yellow.active,
body.datasource-add section .info li.box .traffic-light .light.yellow.active {
  background: yellow;
  -webkit-box-shadow: 0 0 10px yellow;
  -moz-box-shadow: 0 0 10px yellow;
  box-shadow: 0 0 10px yellow;
}
body.datasource-settings section .info li.box .traffic-light .light.red,
body.datasource-add section .info li.box .traffic-light .light.red {
  background: rgba(255, 0, 0, 0.2);
}
body.datasource-settings section .info li.box .traffic-light .light.red.active,
body.datasource-add section .info li.box .traffic-light .light.red.active {
  background: red;
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}
body.datasource-settings section .info li.box .traffic-light .light:last-child,
body.datasource-add section .info li.box .traffic-light .light:last-child {
  margin: 0;
}
body.datasource-settings section .info li.box .traffic-light .light:after,
body.datasource-add section .info li.box .traffic-light .light:after {
  z-index: 1;
  right: -12px;
  content: '';
  width: 15px;
  height: 20px;
  background: black;
  position: absolute;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  transform: skew(-20deg);
  border-top: 1px solid #444;
}
body.datasource-settings section .info li.box .traffic-light .light:before,
body.datasource-add section .info li.box .traffic-light .light:before {
  z-index: 1;
  left: -12px;
  content: '';
  width: 15px;
  height: 20px;
  background: black;
  position: absolute;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  transform: skew(20deg);
  border-top: 1px solid #444;
}
body.datasource-settings section .info li.img,
body.datasource-add section .info li.img {
  text-align: center;
  padding: 15% 5% 15% 5%;
  background-color: white;
}
body.datasource-settings section .info li.img img,
body.datasource-add section .info li.img img {
  width: 100%;
}
body.datasource-settings section li:not(.sfbutton .traffic-light),
body.datasource-add section li:not(.sfbutton .traffic-light) {
  list-style: none;
}
body.datasource-settings section li.img,
body.datasource-add section li.img {
  text-align: center;
  padding: 0;
}
body.datasource-settings section li.box a,
body.datasource-add section li.box a {
  display: block;
  margin-top: 5px;
  margin-right: 0;
}
body.datasource-settings section li.box a:not(.sfbutton .traffic-light),
body.datasource-add section li.box a:not(.sfbutton .traffic-light) {
  float: right;
  clear: both;
  display: flex;
  width: 100%;
  justify-content: center;
}
body.datasource-settings section .info-right,
body.datasource-add section .info-right {
  border-radius: 2px;
  background: #5c5c5c;
  padding: 0 10px 10px;
  border: 1px solid #989898;
}
body.datasource-settings section .info-right a,
body.datasource-add section .info-right a {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  color: #FFF200;
}
body.datasource-settings section .info-right .error,
body.datasource-add section .info-right .error {
  color: #fd3f3d;
}
body.datasource-settings section .info-right h2,
body.datasource-add section .info-right h2 {
  /*line-height: 27px;
                 margin-top: 20px;
                  font-size: 12px;*/
}
body.datasource-settings section .info-right h2 img,
body.datasource-add section .info-right h2 img {
  max-height: 100%;
  height: 16px;
  float: right;
}
body.datasource-settings section .info-right .data-link,
body.datasource-add section .info-right .data-link {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
body.datasource-settings section .timezone-conversion,
body.datasource-add section .timezone-conversion {
  margin-top: 10px;
}
body.datasource-settings section .timezone-conversion th,
body.datasource-add section .timezone-conversion th,
body.datasource-settings section .timezone-conversion td,
body.datasource-add section .timezone-conversion td {
  padding: 3px 10px 3px 0;
}
body.datasource-settings section .timezone-conversion th,
body.datasource-add section .timezone-conversion th {
  text-align: right;
}
body.datasource-settings section .timezone-conversion td,
body.datasource-add section .timezone-conversion td {
  padding-right: 0;
}
body.datasource-settings section .timezone-conversion tr.checkbox th,
body.datasource-add section .timezone-conversion tr.checkbox th {
  text-align: right;
}
body.datasource-settings section .timezone-conversion tr.checkbox td,
body.datasource-add section .timezone-conversion tr.checkbox td {
  vertical-align: top;
}
body.datasource-settings section .timezone-conversion tr.submit td,
body.datasource-add section .timezone-conversion tr.submit td {
  text-align: right;
}
body.datasource-settings section .timezone-conversion tr.submit td button.highlight,
body.datasource-add section .timezone-conversion tr.submit td button.highlight {
  margin-right: 0;
}
body.datasource-settings section .timezone-conversion .sfselect,
body.datasource-add section .timezone-conversion .sfselect {
  width: 100%;
}
body.datasource-settings .boxy-content.data-container,
body.datasource-add .boxy-content.data-container {
  width: 600px;
  padding: 15px 29px;
}
body.datasource-settings .boxy-content.data-container h1,
body.datasource-add .boxy-content.data-container h1 {
  font-size: 14px;
  border-bottom: 1px solid black;
}
body.datasource-settings .boxy-content.data-container div.row,
body.datasource-add .boxy-content.data-container div.row {
  border-bottom: 1px solid black;
  padding: 5px 0;
}
body.datasource-settings .boxy-content.data-container div.row:after,
body.datasource-add .boxy-content.data-container div.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.datasource-settings .boxy-content.data-container div.row:last-child,
body.datasource-add .boxy-content.data-container div.row:last-child {
  border-bottom: none;
}
body.datasource-settings .boxy-content.data-container div.row div.key,
body.datasource-add .boxy-content.data-container div.row div.key {
  float: left;
  font-family: RobotoBold;
  padding-right: 5px;
  width: 30%;
}
body.datasource-settings .boxy-content.data-container div.row div.value,
body.datasource-add .boxy-content.data-container div.row div.value {
  float: left;
  padding-left: 5px;
  width: 70%;
  overflow-wrap: break-word;
}
body.datasource-settings .boxy-inner .ds-specific {
  max-height: 650px;
  max-width: 900px;
  overflow-y: auto;
  padding: 20px !important;
}
body.datasource-settings .boxy-inner .ds-specific label {
  min-width: 200px;
  display: inline-block;
}
body.datasource-settings .boxy-inner .ds-specific p {
  margin: 0 0 10px !important;
  padding: 0;
}
body.datasource-settings .boxy-inner .ds-specific p:last-child {
  margin: 0 !important;
}
body.datasource-settings .boxy-inner .ds-specific p a {
  text-decoration: underline;
}
body.datasource-settings .boxy-inner .ds-specific hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: white;
}
body.datasource-settings .boxy-inner .ds-specific.commercial li {
  margin-bottom: 5px;
  margin-left: 18px;
}
body.datasource-settings .boxy-inner .error {
  padding: 5px;
  border: 1px solid darkred;
  background-color: #ed143d;
  margin-bottom: 5px;
  color: #000;
}
body.datasource-settings .http-code-link {
  text-decoration: underline;
}
body.datasource-settings .http-code-link:hover {
  color: darkblue;
  text-decoration: none;
  cursor: pointer;
}
body.datasource-settings .responses {
  color: black;
  padding: 5px;
}
body.datasource-settings .responses-1XX {
  background-color: grey;
}
body.datasource-settings .responses-2XX {
  background-color: green;
}
body.datasource-settings .responses-3XX {
  background-color: yellow;
}
body.datasource-settings .responses-4XX {
  background-color: orange;
}
body.datasource-settings .responses-5XX {
  background-color: red;
}
body.datasource-settings .divider {
  border-color: black;
}
body.datasource-add td {
  padding: 10px !important;
}
body.expected-values table td,
body.expected-values table th {
  padding: 5px;
}
body.expected-values .general-values th {
  text-align: left;
}
body.expected-values .monthly-values input[type=number] {
  width: 60px;
}
body.expected-values span.round {
  background: black;
  border: 2px solid white;
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
body.edit-yields .left {
  width: auto;
  margin-right: 10px;
}
body.edit-yields .sftable input {
  width: 100px;
}
body.edit-yields .sftable .invisible-input {
  padding: 6px;
  display: inline-block;
  width: 100px;
}
body.edit-yields .sftable td:first-child {
  width: 74px;
}
body.edit-yields .error-red {
  margin-bottom: 10px;
}
body.edit-yields .error-red ul {
  margin-left: 20px;
}
body.edit-yields .error-red li {
  line-height: 1.6;
}
.datasource-filter div {
  float: left;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.datasource-filter div:first-child {
  padding-left: 0%;
}
#reseller-az:hover,
#reseller-datasize:hover,
#reseller-distribution:hover {
  cursor: pointer;
  background-color: #eeeeee!important;
  color: grey;
}
body.template section .options-bar {
  padding: 10px 0;
}
body.template section .sfbox {
  display: none;
  position: relative;
}
body.template section .sfbox.active {
  display: block;
}
body.template section .tabs-container .tab-switcher li {
  float: left;
  list-style-type: none;
  background-color: lightgrey;
  padding: 6px 16px;
  border: 1px solid #8F8F8F;
  border-bottom: none;
  margin-right: 2px;
  font-size: 14px;
  color: black;
}
body.template section .tabs-container .tab-switcher li.active {
  position: relative;
  z-index: 2;
  background-color: #6B6B6B;
  color: white;
}
body.template section .accordion {
  margin: 10px 0 0;
  border: 1px solid #8F8F8F;
  border-collapse: collapse;
}
body.template section .accordion.special {
  border: 1px solid #f8c50b;
}
body.template section .accordion.special h3 {
  background-color: #f8c50b;
  color: black;
}
body.template section .accordion.special div {
  background-color: #8A8A8A;
}
body.template section .accordion .table-wrap {
  padding: 10px;
}
body.template section .accordion .table-wrap > .left {
  /*width: 50%;*/
}
body.template section .accordion .table-wrap table th {
  text-align: left;
  padding-left: 0;
}
body.template section .accordion > h3 {
  font-size: 13px;
  padding: 5px;
  background-color: #8F8F8F;
  background-image: url('../images/icons/svg/chevron-up-white.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 26px;
}
body.template section .accordion > h3:hover {
  cursor: pointer;
}
body.template section .accordion.invis {
  display: block;
}
body.template section .accordion.invis > div {
  display: none;
}
body.template section .accordion.invis h3 {
  background-image: url('../images/icons/svg/chevron-down-white.svg');
  background-size: 26px;
}
body.template section .accordion div {
  /*padding: 2px;*/
  background-color: #6B6B6B;
}
body.template section .accordion .subline.options {
  background-color: #8F8F8F;
  padding: 2px 5px;
}
body.template section .accordion .subline.options > a {
  float: right;
  text-decoration: underline;
}
body.template section .accordion .general-colors .left {
  margin-right: 0;
  width: 100%;
}
body.template section .accordion .sub-headline {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 5px;
  width: 100%;
}
body.template section input[type="text"] {
  -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));
}
body.template section input[type="text"]input {
  height: 26px;
}
body.template section input[type="text"][readonly] {
  color: black;
}
body.template section input[type="text"][disabled],
body.template section input[type="text"].disabled {
  color: #999;
  border: 1px solid #999 !important;
}
body.template section input[type="submit"],
body.template section input[type="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;
}
body.template section input[type="submit"]:active,
body.template section input[type="button"]:active,
body.template section input[type="submit"].active,
body.template section input[type="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;
}
body.template section input[type="submit"]:disabled,
body.template section input[type="button"]:disabled,
body.template section input[type="submit"].disabled,
body.template section input[type="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;
}
body.template section input[type="submit"].highlight,
body.template section input[type="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;
}
body.template section input[type="submit"].highlight:active,
body.template section input[type="button"].highlight:active,
body.template section input[type="submit"].highlight.active,
body.template section input[type="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;
}
body.template section input[type="submit"].highlight:disabled,
body.template section input[type="button"].highlight:disabled,
body.template section input[type="submit"].highlight.disabled,
body.template section input[type="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;
}
body.template section input[type="submit"].is-disabled,
body.template section input[type="button"].is-disabled {
  color: #808080 !important;
  background: #eee;
}
body.template section input[type="submit"].full-size,
body.template section input[type="button"].full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.template section input[type="submit"].cancel,
body.template section input[type="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;
}
body.template section input[type="submit"].cancel:active,
body.template section input[type="button"].cancel:active,
body.template section input[type="submit"].cancel.active,
body.template section input[type="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;
}
body.template section input[type="submit"].cancel:disabled,
body.template section input[type="button"].cancel:disabled,
body.template section input[type="submit"].cancel.disabled,
body.template section input[type="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;
}
body.template section input[type="submit"].firmware,
body.template section input[type="button"].firmware {
  background-color: #CA2828;
}
body.template section input[type="submit"].small,
body.template section input[type="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;
}
body.template section input[type="submit"].small:active,
body.template section input[type="button"].small:active,
body.template section input[type="submit"].small.active,
body.template section input[type="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);
}
body.template section input[type="submit"].feed-test,
body.template section input[type="button"].feed-test {
  width: 130px !important;
}
body.template section input[type="submit"]:disabled,
body.template section input[type="button"]:disabled,
body.template section input[type="submit"].disabled,
body.template section input[type="button"].disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body.template section .center i {
  font-size: 16px;
  line-height: 16px;
}
body.template section select {
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
body.template section .slideshow-defaults-manager .sflabel.margin-top {
  position: absolute;
  margin-top: 5px;
}
body.template section .slideshow-defaults-manager .my-template {
  margin-top: 5px;
}
body.template section #visual-defaults,
body.template section #visual-settings {
  margin-top: -2px;
}
body.template section #visual-defaults .defaults.options,
body.template section #visual-settings .defaults.options {
  margin-bottom: 10px;
}
body.template section #visual-defaults table,
body.template section #visual-settings table {
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
  width: 100%;
}
body.template section #visual-defaults table .left,
body.template section #visual-settings table .left {
  text-align: left;
}
body.template section #visual-defaults table td,
body.template section #visual-settings table td,
body.template section #visual-defaults table th,
body.template section #visual-settings table th {
  /*padding: 3px 5px 3px 0;*/
  margin: 0;
}
body.template section #visual-defaults table td:not(:last-child),
body.template section #visual-settings table td:not(:last-child),
body.template section #visual-defaults table th:not(:last-child),
body.template section #visual-settings table th:not(:last-child) {
  padding-right: 5px;
}
body.template section #visual-defaults table.sfvtable th,
body.template section #visual-settings table.sfvtable th {
  text-align: left;
  font-weight: normal;
}
body.template section #visual-defaults table.sfhtable th,
body.template section #visual-settings table.sfhtable th {
  /*text-align: center;
            padding-right: 5px;*/
}
body.template section #visual-defaults .general-colors,
body.template section #visual-settings .general-colors {
  width: 40%;
  border-right: 1px solid gray;
  height: 100%;
  min-height: 150px;
  padding-right: 20px;
}
body.template section #visual-defaults .general-colors .left:not(:last-child),
body.template section #visual-settings .general-colors .left:not(:last-child) {
  margin-right: 20px;
}
body.template section #visual-defaults .general-colors td,
body.template section #visual-settings .general-colors td {
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
}
body.template section #visual-defaults .graphs,
body.template section #visual-settings .graphs {
  width: 60%;
  border-left: 1px solid gray;
  height: 100%;
  min-height: 150px;
  padding-left: 20px;
}
body.template section #visual-defaults .graphs td,
body.template section #visual-settings .graphs td {
  padding: 2px 0px;
}
body.general_settings .newsticker .custom tbody td {
  width: 50%;
}
body.general_settings .newsticker .custom tbody td input {
  width: 100%;
}
body.general_settings .newsticker .rss thead th {
  white-space: nowrap;
}
body.general_settings .newsticker .rss tbody td:first-child {
  width: 80%;
}
body.general_settings .newsticker .rss tbody td:first-child input {
  width: 100%;
}
body.general_settings .newsticker .rss tbody td:nth-child(2) {
  width: 10%;
}
body.general_settings .newsticker .rss tbody td:nth-child(3) {
  width: 10%;
}
body.general_settings .logo-info img {
  margin: 10px 0 0;
  display: block;
  max-width: 213px;
}
body.general_settings .logo-info .qq-upload-button {
  margin-top: 10px;
}
body.user-settings section form .head-show-nav-box i {
  width: 5%;
}
body.user-settings section form .head-show-nav-box span {
  width: 80%;
}
body.user-settings section form .head-show-nav-box a {
  width: 12%;
  margin-right: 2%;
  margin-left: 2%;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.user-settings section form .user-settings-container {
  padding: 40px 50px;
}
body.user-settings section form .password-table {
  margin-bottom: 35px;
}
body.user-settings section form table {
  width: 100%;
}
body.user-settings section form table tr :first-child {
  width: 30%;
}
body.user-settings section form table tr :nth-child(2) {
  width: 65%;
}
body.user-settings section form table tr th {
  border-bottom: 2px solid #f8c102;
  width: 100%!important;
  margin-bottom: 10px;
  padding-bottom: 1%;
}
body.user-settings section form table tr th img {
  width: 9% !important;
  height: 38px;
  float: left;
}
body.user-settings section form table tr th h3 {
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: left;
  padding-left: 10px;
}
body.user-settings section form table tr td {
  padding: 5px 0px 5px 0;
}
body.user-settings section form table tr td input,
body.user-settings section form table tr td select {
  width: 100%!important;
}
body.user-settings section form .left {
  width: 50%;
  height: 100%;
  display: flex;
  padding-right: 5%;
}
body.user-settings section form .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.user-settings .two-factor {
  padding: 40px 50px;
}
body.user-settings .two-factor .left {
  width: 50%;
  height: 100%;
  display: flex;
  padding-right: 5%;
  flex-direction: column;
}
body.user-settings .two-factor .left .active-2fa {
  margin-bottom: 2px;
}
body.user-settings .two-factor .left h2:first-child {
  border-bottom: 2px solid #f8c102;
  margin-bottom: 20px;
}
body.user-settings .two-factor .left h2 img {
  height: 38px;
  float: left;
}
body.user-settings .two-factor .left h2 div {
  height: 38px;
  line-height: 38px;
  float: left;
  padding-left: 10px;
  font-family: RobotoRegular;
}
body.user-settings .two-factor .left ul,
body.user-settings .two-factor .left ol {
  margin-left: 15px;
}
body.user-settings .two-factor .left .align-right {
  width: 100%;
}
body.user-settings .two-factor .left .align-right .inactive-2fa {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
body.user-settings .two-factor .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 125px;
}
body.user-settings .two-factor .right :nth-child(2) {
  margin-bottom: 26px;
}
aside.right {
  min-width: 230px;
  padding-bottom: 20px;
  padding-right: 20px;
  float: right;
  width: 20%;
  padding-top: 38px;
  position: relative;
}
aside.right #rightbox-help {
  display: inline-block;
  padding-top: 0px;
  margin-top: 0px;
}
aside.right #rightbox-slideshow-manager a {
  text-align: center;
}
aside.right .box {
  background: #5c5c5c;
  margin-top: 10px;
  font-size: 12px;
  padding: 0 20px 20px;
  border: 2px solid #bcbdbd;
  color: #fff;
}
aside.right .box .slides-overview {
  display: flex;
  width: 100%;
  font-size: 11px;
  margin-bottom: 10px;
  height: 28px;
  background-color: grey;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
aside.right .box .premium-test-text {
  display: flex;
  width: 100%;
  font-size: 11px;
  margin-bottom: 22px;
}
aside.right .box .slide-add-info {
  font-size: 11px!important;
}
aside.right .box #premium {
  color: #e0a210;
  font-size: 11px;
  display: flex;
  margin-bottom: 4px;
  float: left;
}
aside.right .box #standard {
  font-size: 11px;
  margin-bottom: 1px;
  display: flex;
  margin-bottom: 4px;
}
aside.right .box .standard-select {
  height: 20px;
  margin-bottom: 17px;
  width: 86%;
  float: left;
  background-color: #dedede;
  font-size: 11px;
}
aside.right .box .premium-select {
  height: 20px;
  width: 86%;
  float: left;
  margin-bottom: 10px;
  background-color: #dedede;
  font-size: 11px;
}
aside.right .box .standard-add,
aside.right .box .premium-add {
  float: right;
  background-color: #f8c102;
  width: 20px;
  height: 20px;
  margin-left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000;
}
aside.right .box .focus:focus {
  border: none;
}
aside.right .box .searchbar-icons {
  display: contents;
}
aside.right .box .searchbar-icons::before {
  content: '';
  display: none;
}
aside.right .box .input-icon {
  position: relative;
  display: inline-block;
  width: 89%;
  font-family: FontAwesome, RobotoRegular;
  margin-bottom: 17px;
}
aside.right .box .input-icon input {
  width: 100%;
}
aside.right .box .icon-remove {
  position: absolute;
  content: '\f00d';
  color: #7c7c7c;
  right: 20px;
  top: 3px;
  cursor: pointer;
  padding: 2px;
  display: none;
}
aside.right .box .input-icon::after {
  position: absolute;
  content: '\f078';
  color: black;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
aside.right .box .rotate::after {
  transform: rotateX(180deg);
}
@media (max-width: 1900px) {
  aside.right .box .input-icon {
    width: 85%;
  }
}
aside.right .box #standard_search,
aside.right .box #premium_search {
  margin: 0;
}
aside.right .box #standard_matches,
aside.right .box #premium_matches {
  position: absolute;
  width: 70%;
  background-color: #dedede;
  color: black;
  max-height: 250px;
  overflow-y: scroll;
  font-size: 11px;
  z-index: 1;
  transform: translateY(20px);
  width: 100%;
}
aside.right .box #standard_matches {
  z-index: 10;
}
aside.right .box #standard_matches:focus,
aside.right .box #premium_matches:focus {
  display: block;
}
aside.right .box .standard_match,
aside.right .box .premium_match {
  padding: 1px 0;
  padding-left: 6px;
  margin: 0;
}
aside.right .box .standard_match:hover,
aside.right .box .premium_match:hover {
  background-color: #f8c102;
  cursor: pointer;
}
aside.right .box .standard_matches,
aside.right .box .premium_matches {
  display: none;
}
aside.right .box .standard_showResults,
aside.right .box .premium_showResults {
  display: block;
}
aside.right .box .standard-slides,
aside.right .box .premium-slides {
  height: 20px;
}
aside.right .box .disabled {
  color: #3a3a3a;
  font-weight: bold;
  cursor: default !important;
}
aside.right .box .disabled:hover {
  background-color: #dedede;
}
aside.right .box .disabled-placeholder {
  padding: 1px 0;
  padding-left: 6px;
  margin: 0;
  cursor: default !important;
}
aside.right .box .is-disabled {
  color: #808080 !important;
  background: #eee;
}
aside.right .box .qq-upload-list {
  overflow: hidden;
  width: 100%;
  margin: 15px 0 !important;
  list-style: none !important;
}
aside.right .box h1 {
  background-color: #bcbdbd;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 -20px 20px -20px;
  height: 20px;
}
aside.right .box h1 .toggle {
  cursor: pointer;
  padding: 3px;
  float: right;
}
aside.right .box h2 {
  font-size: 14px;
  margin: 0 0 10px;
}
aside.right .box h2 img {
  margin-right: 5px;
  height: 14px;
}
aside.right .box h3 {
  margin-bottom: 5px;
  font-size: 12px;
}
aside.right .box.collapsed {
  overflow: hidden;
  height: 22px;
}
aside.right .box.fox {
  position: relative;
}
aside.right .box.fox:after {
  background: url(../images/icons/sidebar_fuchs.png);
  position: absolute;
  content: '';
  height: 137px;
  right: -60px;
  width: 82px;
  top: 0px;
  pointer-events: none;
}
aside.right .box.ticket .ticket-container p {
  margin-bottom: 0;
}
aside.right .box.ticket .ticket-container .ticket-topic {
  width: 100%;
}
aside.right .box.ticket .ticket-container .ticket-content {
  width: 100%;
  height: 100px;
  min-height: 100px;
  resize: vertical;
}
aside.right .box.ticket .ticket-container .ticket-cause {
  width: 100%;
  height: 100px;
  min-height: 100px;
  resize: vertical;
}
aside.right .box.ticket .ticket-container .qq-uploader {
  margin-top: 10px;
}
aside.right .box.ticket .ticket-container .qq-uploader .qq-upload-button {
  width: 90px;
  float: left;
}
aside.right .box.ticket .ticket-container .ticket-image-preview {
  margin-top: 10px;
}
aside.right .box.ticket .ticket-container .ticket-image-preview img {
  width: 100%;
  height: auto;
}
aside.right .box.ticket .error {
  outline: 1px solid red;
  background: pink;
}
aside.right .box.images .button.small {
  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-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 5px;
}
aside.right .box.images .button.small:active,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small:disabled,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.highlight:active,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.highlight:disabled,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.is-disabled {
  color: #808080 !important;
  background: #eee;
}
aside.right .box.images .button.small.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.cancel:active,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.cancel:disabled,
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.firmware {
  background-color: #CA2828;
}
aside.right .box.images .button.small.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;
}
aside.right .box.images .button.small.small:active,
aside.right .box.images .button.small.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);
}
aside.right .box.images .button.small.feed-test {
  width: 130px !important;
}
aside.right .box.images .button.small:disabled,
aside.right .box.images .button.small.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
aside.right .box.images .qq-uploader input[name='uploaded_files[]'] {
  padding: 10px;
  line-height: 12px;
}
aside.right .box.images .qq-uploader a.show-boxy-cloud {
  display: block;
  text-align: center;
  margin-top: 5px;
}
aside.right .box.images .image-chooser {
  width: 254px;
  height: 151px;
  position: relative;
  overflow: hidden;
}
aside.right .box.images .image-chooser ul {
  list-style: none;
  position: absolute;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  top: 0;
}
aside.right .box.images .image-chooser ul li {
  overflow: hidden;
  position: relative;
  margin: 0 6px 6px 0;
  float: left;
  height: 71px;
  width: 123px;
}
aside.right .box.images .image-chooser ul li .delete {
  text-shadow: 0 0 5px black;
  font-size: 20px;
  position: absolute;
  display: none;
  bottom: 3px;
  cursor: pointer;
  color: #fff;
  right: 3px;
}
aside.right .box.images .image-chooser ul li img {
  height: 100%;
  width: 100%;
}
aside.right .box.images .image-chooser ul li:nth-child(2n) {
  margin: 0 0 5px 0;
}
aside.right .box.images .image-chooser ul li:hover .delete {
  display: block;
}
@-moz-document url-prefix() {
  aside.right .box.images .image-chooser ul li {
    margin: 0 5px 6px 0;
  }
}
aside.right .box.images .image-chooser ul _:-ms-lang(x),
aside.right .box.images .image-chooser ul _:-webkit-full-screen,
aside.right .box.images .image-chooser ul li {
  margin: 0 5px 6px 0;
}
aside.right .box.templates ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  list-style: none;
  margin-top: 5%;
}
aside.right .box.templates ul li {
  padding: 5px 0;
}
aside.right .box.templates ul li #open {
  display: block;
  cursor: pointer;
  color: white;
}
aside.right .box.templates ul li #close {
  display: none;
  cursor: pointer;
  color: white;
}
aside.right .box.templates ul li#shop {
  border-bottom: 1px solid #FFF;
}
aside.right .box.templates ul li.spacer {
  text-align: center;
  font-family: RobotoBold;
}
aside.right .box.templates ul li.spacer#standard {
  background-color: grey;
}
aside.right .box.templates ul li.spacer#premium {
  background-color: #9F8428;
}
aside.right .box.templates ul a {
  color: #BB9C33;
}
aside.right .box.templates #text1 {
  display: none;
  margin-bottom: 7px;
}
aside.right .box.templates .prem-slide {
  cursor: pointer;
  color: #BB9C33;
}
aside.right .box.slideshow-manager a.sfbutton {
  display: block;
  margin: 3px 0;
  white-space: nowrap;
}
aside.right .box.slideshow-manager input.sfinput {
  width: 100%;
}
aside.right .box.slideshow-manager select.sfselect {
  width: 100%;
}
aside.right .box.slideshow-manager a.recycle-bin {
  margin: 6px 0 0 6px;
  display: inline-block;
}
aside.right input {
  max-width: 100%;
}
aside.right .logo {
  background: #fff;
  text-align: right;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  position: absolute;
  left: 0;
  top: -52px;
}
aside.right .logo > a {
  width: 85%;
  height: 100%;
  display: inline-block;
}
aside.right .logo > a img {
  width: 100%;
}
aside.right .logo .version {
  background: #f7f7f7;
  background: linear-gradient(left top, #f7f7f7 0%, #888888 100%);
  background: -o-linear-gradient(left top, #f7f7f7 0%, #888888 100%);
  background: -moz-linear-gradient(left top, #f7f7f7 0%, #888888 100%);
  background: -webkit-linear-gradient(left top, #f7f7f7 0%, #888888 100%);
  background: -ms-linear-gradient(left top, #f7f7f7 0%, #888888 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f7f7f7), color-stop(1, #888888));
  border-radius: 4px;
  margin-left: 14px;
  font-size: 30px;
  padding: 10px 10px;
  height: 50px;
  color: #fff;
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
aside.right .line {
  background: #fff;
  height: 10px;
  margin: 3px 0 20px;
}
aside.right a.index {
  display: flex;
  margin-top: 8px;
  font-family: RobotoRegular;
  width: 50%;
  float: left;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
aside.right a.index img {
  height: 35px;
  margin-bottom: 8px!important;
}
aside.left {
  padding-top: 10px;
  min-width: 230px;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
  border-left: none !important;
  background: #2c2c2c;
  min-height: 300px;
  font-size: 12px;
  color: #fff;
  width: 20%;
  left: 0;
  top: 10%;
  overflow-y: hidden;
  box-shadow: -7px -15px 25px black;
}
aside.left.big {
  width: 500px;
}
aside.left.big ol.displays a:first-child,
aside.left.big ol.datasources a:first-child {
  max-width: 390px;
  width: 390px;
}
aside.left #treemenu {
  height: 100%;
}
aside.left .trash-icon {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside.left .trash-icon img {
  width: 55%;
}
aside.left .trash-link {
  width: 100%;
  display: flex;
  align-items: center;
}
aside.left .treemenu-search {
  width: 95%;
  height: 40px;
  position: relative;
  margin-left: 2.5%;
  border-radius: 2px;
}
aside.left .treemenu-search input {
  border-radius: 2px;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 45px;
  font-size: 15px;
  background-color: #3a3a3a;
  color: #FFFFFF;
}
aside.left .treemenu-search i {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  font-size: 20px;
}
aside.left a {
  color: inherit;
}
aside.left h2:last-child {
  margin-bottom: 100px;
}
aside.left h2 {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  position: relative;
  font-size: 13px;
  background-color: #3c3c3c;
  width: 95%;
  margin-left: 2.5%;
  border-radius: 2px;
  display: flex;
  height: 34px;
  align-items: center;
}
aside.left h2 .sidebar-icon {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside.left h2 .sidebar-icon img {
  width: 60%;
}
aside.left h2 .sidebar-title {
  width: 64%;
  padding-left: 1%;
  cursor: pointer;
}
aside.left h2 .sidebar-count {
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}
aside.left h2 .sidebar-count a,
aside.left h2 .sidebar-count i {
  width: 50%;
  justify-content: center;
  display: flex;
}
aside.left h2 .sidebar-add,
aside.left h2 .sidebar-toggleDropdowns {
  cursor: pointer;
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
aside.left h2 img {
  height: 100%;
  width: 75%;
}
aside.left .add {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 29px;
  width: 95%;
}
aside.left .add a {
  height: 25px;
  width: 40%;
  background-color: #f8c102;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-transform: uppercase;
  color: black;
  font-family: RobotoBold;
}
aside.left .slideshows li,
aside.left .displays li {
  width: 100%;
}
aside.left .datasources li {
  width: fit-content;
}
aside.left ol {
  list-style: none;
  padding: 5px 20px 5px 42px;
  overflow: auto;
  max-height: 500px;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  position: relative;
  animation-name: slidedown;
  animation-duration: 1s;
  animation-timing-function: ease;
}
@keyframes slidedown {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}
aside.left ol.collapsed {
  display: none;
}
aside.left ol img {
  height: 12px;
  margin: 0 5px 0 0;
}
aside.left ol .item {
  position: relative;
  margin-left: 16px;
}
aside.left ol .item:before {
  top: -14px;
  background: #7a7a7a;
  left: -13px;
  top: -10px;
  bottom: 0;
  width: 2px;
  position: absolute;
  content: '';
  height: 23px;
}
aside.left ol .item .right {
  transform: translateX(16px);
}
aside.left ol .item.item-tab {
  transform: translateX(16px);
}
aside.left ol .item.item-tab:before {
  transform: translateX(-16px);
}
aside.left ol .item.item-tab .right span {
  transform: translateX(-16px);
}
aside.left ol .item:last-of-type:before {
  height: 0;
}
aside.left ol .collapsed {
  display: none !important;
}
aside.left ol li {
  display: flex;
}
aside.left ol li:before {
  height: 0;
}
aside.left ol .collapsed {
  display: none !important;
}
aside.left ol li {
  display: flex;
}
aside.left ol li:before {
  top: -14px;
  background: #7a7a7a;
  left: -13px;
  top: -10px;
  bottom: 0;
  width: 2px;
  position: absolute;
  content: '';
  height: 23px;
}
aside.left ol li.no-tab:before {
  height: 45px;
}
aside.left ol li.no-tab .right span {
  transform: translateX(16px);
}
aside.left ol li:first-child:before {
  top: -10px;
  height: 45px;
}
aside.left ol li:nth-last-child(2):before {
  bottom: auto;
  height: 23px;
}
aside.left ol li:last-child:before {
  bottom: auto;
  height: 23px;
}
aside.left ol li:after {
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid #889097;
  top: 11px;
  border-radius: 4px;
  margin-top: -3px;
  z-index: 10;
  background: #2d353c;
  position: absolute;
  content: '';
}
aside.left ol li .link {
  width: fit-content !important;
}
aside.left ol li .datasource-link {
  width: fit-content;
  max-width: 150px;
  overflow-x: hidden;
}
aside.left ol li .datasource-link.ds-tab {
  max-width: 135px;
}
aside.left ol li a:hover {
  color: #ffffff;
  cursor: pointer;
}
aside.left ol li a {
  color: #889097;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3px 0px 3px 15px;
}
aside.left ol li a div {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside.left ol li a span {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  font-size: 10px;
}
aside.left ol li a:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
aside.left ol li a:first-child:after {
  content: '';
  position: absolute;
  left: -11px;
  top: 11px;
  width: 11px;
  height: 2px;
  background: #7a7a7a;
}
aside.left ol li .status {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  font-size: 14px;
}
aside.left ol li .status .icon-ok-sign {
  color: #92ff00;
}
aside.left ol li .status .icon-remove-sign {
  color: #ff4600;
}
aside.left ol li .status .icon-remove-sign.never {
  color: #aaaaaa;
}
aside.left ol li .status .icon-minus-sign {
  color: #ffdc00;
}
aside.left ol .right {
  font-size: 10px;
  display: flex;
  position: absolute;
  right: 20px;
  top: 4px;
  color: #7a7a7a;
}
aside.left ol .right .toggleConsumption {
  position: absolute;
  right: -15px;
  top: 1px;
  cursor: pointer;
}
aside.left ol .ok-sign:after {
  border: 1px solid #92ff00;
}
aside.left ol .minus-sign:after {
  border: 1px solid #ffdc00;
}
aside.left ol .remove-sign.never:after {
  border: 1px solid #aaaaaa;
}
aside.left ol .remove-sign:after {
  border: 1px solid #ff4600;
}
aside.left ol .active a {
  color: #ffffff;
}
aside.left .toggle,
aside.left .expand {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #999;
  background: #000;
  background: linear-gradient(left, #000000 0%, #313131 100%);
  background: -o-linear-gradient(left, #000000 0%, #313131 100%);
  background: -moz-linear-gradient(left, #000000 0%, #313131 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #313131 100%);
  background: -ms-linear-gradient(left, #000000 0%, #313131 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #313131));
  border-radius: 5px 0 0 5px;
  margin-top: -40px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  padding: 32px 0;
  cursor: pointer;
  height: 80px;
  width: 20px;
  right: 0;
  top: 50%;
}
aside.left .size-switcher {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
}
aside.left .size-switcher.small {
  display: none;
}
aside.left .size-switcher.big {
  display: block;
}
aside.left.big .size-switcher.small {
  display: block;
}
aside.left.big .size-switcher.big {
  display: none;
}
aside.left .expand {
  display: none;
}
aside.left.collapsed {
  left: -220px;
}
aside.left.collapsed.big {
  left: -470px;
}
aside.left.collapsed .collapse {
  display: none;
}
aside.left.collapsed .expand {
  display: block;
}
footer {
  border-top: 4px solid #fff;
  font-size: 11px;
  padding: 20px 0;
  padding-left: 17%;
  color: #fff;
  text-shadow: 0 -1px 0 #555;
}
footer a {
  color: inherit;
}
footer .left {
  float: left;
}
footer .left > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .left > ul h2 {
  margin-bottom: 5px;
  font-size: inherit;
}
footer .left > ul > li {
  margin-right: 20px;
  float: left;
}
footer .left ul {
  list-style: none;
}
footer .right {
  float: right;
}
footer .copyright {
  margin-top: 40px;
}
footer .social-group {
  display: flex;
}
footer .social-group > li {
  padding-right: 7px;
}
body.online_check {
  background: white;
  color: black;
  padding: 16px;
}
body.online_check .sftable {
  color: inherit;
}
.videolist {
  max-height: 300px;
  padding: 5px 0 20px;
}
.videolist .mCSB_container {
  margin-right: 20px;
}
.videolist .videogroup {
  padding: 5px 0px;
}
.videolist .videogroup .videodetails {
  position: relative;
  margin: 5px 1px;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
}
.videolist .videogroup .videodetails .check {
  display: none;
  position: absolute;
  font-size: 40px;
  vertical-align: middle;
  left: 400px;
  top: calc(50% - 20px);
}
.videolist .videogroup .videodetails:hover {
  background-color: #D0D3D9;
}
.videolist .videogroup .videodetails.active:not(.new) {
  background-color: #bdbfc4;
}
.videolist .videogroup .videodetails.new {
  outline: 1px solid #009f72;
  background-color: #ffffff;
}
.videolist .videogroup .videodetails.new .check {
  color: #009f72;
  display: block;
  transform: translateX(-22px);
}
.videolist .videogroup .videodetails .delete {
  position: absolute;
  font-size: 24px;
  transform: translate(-22px, 30px);
}
.videolist .videogroup .videodetails #thumbnail {
  display: inline-block;
  transform: translateX(-30px);
  width: 150px;
  height: 84px;
  background-size: contain;
  background-color: black;
}
.boxy-wrapper {
  position: absolute;
}
body(:not(.v0)) .boxy-inner .iframe-wrap:after,
body(:not(.v0)) .welcome.configuration .iframe-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  -webkit-box-shadow: inset 0 0 10px black;
}
.boxy-inner,
.welcome.configuration {
  border-radius: 2px;
  font-size: 13px;
  overflow: hidden;
  padding: 0;
  /* !image cropper */
}
.boxy-inner .iframe-wrap,
.welcome.configuration .iframe-wrap {
  position: relative;
}
.boxy-inner .iframe-wrap iframe,
.welcome.configuration .iframe-wrap iframe {
  display: block;
}
.boxy-inner input[type="button"],
.welcome.configuration input[type="button"],
.boxy-inner input[type="submit"],
.welcome.configuration input[type="submit"] {
  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;
}
.boxy-inner input[type="button"]:active,
.welcome.configuration input[type="button"]:active,
.boxy-inner input[type="submit"]:active,
.welcome.configuration input[type="submit"]:active,
.boxy-inner input[type="button"].active,
.welcome.configuration input[type="button"].active,
.boxy-inner input[type="submit"].active,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"]:disabled,
.welcome.configuration input[type="button"]:disabled,
.boxy-inner input[type="submit"]:disabled,
.welcome.configuration input[type="submit"]:disabled,
.boxy-inner input[type="button"].disabled,
.welcome.configuration input[type="button"].disabled,
.boxy-inner input[type="submit"].disabled,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].highlight,
.welcome.configuration input[type="button"].highlight,
.boxy-inner input[type="submit"].highlight,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].highlight:active,
.welcome.configuration input[type="button"].highlight:active,
.boxy-inner input[type="submit"].highlight:active,
.welcome.configuration input[type="submit"].highlight:active,
.boxy-inner input[type="button"].highlight.active,
.welcome.configuration input[type="button"].highlight.active,
.boxy-inner input[type="submit"].highlight.active,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].highlight:disabled,
.welcome.configuration input[type="button"].highlight:disabled,
.boxy-inner input[type="submit"].highlight:disabled,
.welcome.configuration input[type="submit"].highlight:disabled,
.boxy-inner input[type="button"].highlight.disabled,
.welcome.configuration input[type="button"].highlight.disabled,
.boxy-inner input[type="submit"].highlight.disabled,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].is-disabled,
.welcome.configuration input[type="button"].is-disabled,
.boxy-inner input[type="submit"].is-disabled,
.welcome.configuration input[type="submit"].is-disabled {
  color: #808080 !important;
  background: #eee;
}
.boxy-inner input[type="button"].full-size,
.welcome.configuration input[type="button"].full-size,
.boxy-inner input[type="submit"].full-size,
.welcome.configuration input[type="submit"].full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.boxy-inner input[type="button"].cancel,
.welcome.configuration input[type="button"].cancel,
.boxy-inner input[type="submit"].cancel,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].cancel:active,
.welcome.configuration input[type="button"].cancel:active,
.boxy-inner input[type="submit"].cancel:active,
.welcome.configuration input[type="submit"].cancel:active,
.boxy-inner input[type="button"].cancel.active,
.welcome.configuration input[type="button"].cancel.active,
.boxy-inner input[type="submit"].cancel.active,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].cancel:disabled,
.welcome.configuration input[type="button"].cancel:disabled,
.boxy-inner input[type="submit"].cancel:disabled,
.welcome.configuration input[type="submit"].cancel:disabled,
.boxy-inner input[type="button"].cancel.disabled,
.welcome.configuration input[type="button"].cancel.disabled,
.boxy-inner input[type="submit"].cancel.disabled,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].firmware,
.welcome.configuration input[type="button"].firmware,
.boxy-inner input[type="submit"].firmware,
.welcome.configuration input[type="submit"].firmware {
  background-color: #CA2828;
}
.boxy-inner input[type="button"].small,
.welcome.configuration input[type="button"].small,
.boxy-inner input[type="submit"].small,
.welcome.configuration input[type="submit"].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;
}
.boxy-inner input[type="button"].small:active,
.welcome.configuration input[type="button"].small:active,
.boxy-inner input[type="submit"].small:active,
.welcome.configuration input[type="submit"].small:active,
.boxy-inner input[type="button"].small.active,
.welcome.configuration input[type="button"].small.active,
.boxy-inner input[type="submit"].small.active,
.welcome.configuration input[type="submit"].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);
}
.boxy-inner input[type="button"].feed-test,
.welcome.configuration input[type="button"].feed-test,
.boxy-inner input[type="submit"].feed-test,
.welcome.configuration input[type="submit"].feed-test {
  width: 130px !important;
}
.boxy-inner input[type="button"]:disabled,
.welcome.configuration input[type="button"]:disabled,
.boxy-inner input[type="submit"]:disabled,
.welcome.configuration input[type="submit"]:disabled,
.boxy-inner input[type="button"].disabled,
.welcome.configuration input[type="button"].disabled,
.boxy-inner input[type="submit"].disabled,
.welcome.configuration input[type="submit"].disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.boxy-inner input[type="text"],
.welcome.configuration input[type="text"] {
  -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));
}
.boxy-inner input[type="text"]input,
.welcome.configuration input[type="text"]input {
  height: 26px;
}
.boxy-inner input[type="text"][readonly],
.welcome.configuration input[type="text"][readonly] {
  color: black;
}
.boxy-inner input[type="text"][disabled],
.welcome.configuration input[type="text"][disabled],
.boxy-inner input[type="text"].disabled,
.welcome.configuration input[type="text"].disabled {
  color: #999;
  border: 1px solid #999 !important;
}
.boxy-inner th,
.welcome.configuration th {
  font-weight: normal;
}
.boxy-inner h2,
.welcome.configuration h2 {
  font-size: 13px;
  border-bottom: 1px solid black;
  padding-bottom: 1px;
  margin-bottom: 2px;
}
.boxy-inner .title-bar,
.welcome.configuration .title-bar {
  font-family: 'PFDINTEXTPROMEDIUM';
  height: 42px;
  background: #f7b300 !important;
}
.boxy-inner .title-bar h2,
.welcome.configuration .title-bar h2 {
  color: white;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 12px 28px 4px;
  border: none;
  margin: 0;
  font-weight: lighter;
  text-shadow: none;
  text-shadow: 2px 2px 17px #c7c2c2;
}
.boxy-inner .boxy-content .title-bar,
.welcome.configuration .boxy-content .title-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.boxy-inner .boxy-content .title-bar h2,
.welcome.configuration .boxy-content .title-bar h2 {
  text-align: left;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.boxy-inner .boxy-image-wrapper,
.welcome.configuration .boxy-image-wrapper {
  width: 800px;
  max-height: 600px;
}
.boxy-inner .boxy-image-wrapper img,
.welcome.configuration .boxy-image-wrapper img {
  width: 100%;
  height: auto;
}
.boxy-inner .configuration,
.welcome.configuration .configuration {
  max-width: 1200px !important;
}
.boxy-inner .configuration table,
.welcome.configuration .configuration table {
  margin-bottom: 10px;
  /*th:last-child, td:last-child {
              width: 100%;
            }*/
}
.boxy-inner .configuration table td,
.welcome.configuration .configuration table td,
.boxy-inner .configuration table th,
.welcome.configuration .configuration table th {
  padding: 5px 0;
}
.boxy-inner .configuration table th,
.welcome.configuration .configuration table th {
  text-align: left;
}
.boxy-inner .configuration table input[type="text"],
.welcome.configuration .configuration table input[type="text"] {
  -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));
}
.boxy-inner .configuration table input[type="text"]input,
.welcome.configuration .configuration table input[type="text"]input {
  height: 26px;
}
.boxy-inner .configuration table input[type="text"][readonly],
.welcome.configuration .configuration table input[type="text"][readonly] {
  color: black;
}
.boxy-inner .configuration table input[type="text"][disabled],
.welcome.configuration .configuration table input[type="text"][disabled],
.boxy-inner .configuration table input[type="text"].disabled,
.welcome.configuration .configuration table input[type="text"].disabled {
  color: #999;
  border: 1px solid #999 !important;
}
.boxy-inner .configuration table textarea,
.welcome.configuration .configuration table textarea {
  height: 50px;
  resize: none;
  width: 100%;
}
.boxy-inner .configuration table select,
.welcome.configuration .configuration table select {
  min-width: 100px;
  font-family: inherit;
  border: none;
  height: 30px;
  background: #CDCDCD;
  width: 100%;
  padding: 4px;
  max-width: 100%;
}
.boxy-inner .configuration.weather #location,
.welcome.configuration .configuration.weather #location {
  width: 136px;
}
.boxy-inner .image-cropper,
.welcome.configuration .image-cropper {
  text-align: center;
}
.boxy-inner .image-cropper .image-preview,
.welcome.configuration .image-cropper .image-preview {
  margin: 0px 0px 10px;
}
.boxy-inner .image-cropper .image-preview img,
.welcome.configuration .image-cropper .image-preview img {
  max-height: 300px;
  max-width: 300px;
}
.boxy-inner .image-cropper.image-success,
.welcome.configuration .image-cropper.image-success {
  height: 85px;
  padding: 15px;
}
.boxy-inner .image-cropper.image-success p,
.welcome.configuration .image-cropper.image-success p {
  margin: 0px !important;
  padding-bottom: 20px;
  font-size: 12px;
}
.boxy-inner .image-cropper .image-quality-chooser,
.welcome.configuration .image-cropper .image-quality-chooser {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
.boxy-inner .image-cropper .quality-div,
.welcome.configuration .image-cropper .quality-div,
.boxy-inner .image-cropper .resolution-div,
.welcome.configuration .image-cropper .resolution-div {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.boxy-inner .image-cropper .quality-div label,
.welcome.configuration .image-cropper .quality-div label,
.boxy-inner .image-cropper .resolution-div label,
.welcome.configuration .image-cropper .resolution-div label {
  width: 30%;
  height: 100%;
  text-align: left;
}
.boxy-inner .image-cropper .quality-div select,
.welcome.configuration .image-cropper .quality-div select,
.boxy-inner .image-cropper .resolution-div select,
.welcome.configuration .image-cropper .resolution-div select {
  width: 30%;
  height: 100%;
}
.boxy-inner .boxy-display,
.welcome.configuration .boxy-display {
  background: url(../images/display.png);
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  /*padding: 46px 42px 40px 46px;*/
}
.boxy-inner .boxy-display .navigation,
.welcome.configuration .boxy-display .navigation {
  position: absolute;
  right: 3vw;
  bottom: 0.59vh;
}
.boxy-inner .boxy-display .navigation .prev-slide,
.welcome.configuration .boxy-display .navigation .prev-slide,
.boxy-inner .boxy-display .navigation .next-slide,
.welcome.configuration .boxy-display .navigation .next-slide {
  float: left;
  height: 1.39vh;
  margin: 0 6px;
}
.boxy-inner .boxy-display .navigation .prev-slide img,
.welcome.configuration .boxy-display .navigation .prev-slide img,
.boxy-inner .boxy-display .navigation .next-slide img,
.welcome.configuration .boxy-display .navigation .next-slide img {
  height: 100%;
  width: auto;
}
body.vertical .boxy-display {
  background: url(../images/display_vertical.png);
  /*padding: 52px 62px 48px 54px !important;*/
}
body.vertical .boxy-inner .boxy-image-wrapper {
  width: 337px;
  max-height: 600px;
}
body.vertical .boxy-inner .boxy-image-wrapper img {
  width: 100%;
  height: auto;
}
.buttongrid {
  display: grid;
  grid-template-areas: "a b c";
  justify-items: center;
}
.boxy-content:not(.boxy-display) {
  background: #f3f3f3;
  color: #777777;
  padding: 15px 29px;
  font-size: 12px;
}
.boxy-content:not(.boxy-display) input,
.boxy-content:not(.boxy-display) select,
.boxy-content:not(.boxy-display) textarea {
  color: #777777;
}
.boxy-content:not(.boxy-display).title-bar {
  padding: 0px !important;
}
.boxy-content:not(.boxy-display) .sfselect {
  border: 1px solid white !important;
  background-color: white !important;
}
.boxy-content:not(.boxy-display) .sfinput {
  border: 1px solid white !important;
  background-color: white !important;
  background: white !important;
}
.boxy-content:not(.boxy-display) .sfbutton {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  text-align: center;
  height: 31px;
  width: 126px;
  padding-top: 8px;
  font-family: RobotoBold;
  text-shadow: 2px 2px 17px #bbbbbb;
}
.boxy-content:not(.boxy-display) .sfbutton a {
  padding: 8px 28px;
}
.boxy-content:not(.boxy-display) .sfbutton.highlight {
  background-color: #ffc400;
  margin-right: 10px;
}
.boxy-content:not(.boxy-display).cloud-upload {
  height: 100px;
  width: 500px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.boxy-content:not(.boxy-display).video-tutorial {
  padding: 0px;
}
.boxy-content:not(.boxy-display).firmware_update h3 {
  margin-bottom: 3px;
}
.boxy-content:not(.boxy-display).firmware_update h4 {
  margin-bottom: 5px;
}
.boxy-content:not(.boxy-display).firmware_update ul.outer_wrap {
  padding-left: 16px;
}
.boxy-content:not(.boxy-display).firmware_update ul.outer_wrap ul.inner_wrap {
  display: inline-grid;
  padding-left: 20px;
}
.boxy-content:not(.boxy-display).firmware_update p.margin {
  margin: 0px;
}
.boxy-content:not(.boxy-display).installer,
.boxy-content:not(.boxy-display).maintainer {
  font-size: 12px;
}
.boxy-content:not(.boxy-display).installer td,
.boxy-content:not(.boxy-display).maintainer td {
  padding: 5px 0;
}
.boxy-content:not(.boxy-display).installer td:nth-child(1),
.boxy-content:not(.boxy-display).maintainer td:nth-child(1) {
  padding-right: 5px;
}
.boxy-content:not(.boxy-display).installer select,
.boxy-content:not(.boxy-display).maintainer select,
.boxy-content:not(.boxy-display).installer input[type=text],
.boxy-content:not(.boxy-display).maintainer input[type=text] {
  width: 200px;
}
.boxy-content:not(.boxy-display).installer a.sfbutton:last-child,
.boxy-content:not(.boxy-display).maintainer a.sfbutton:last-child {
  margin-right: 0;
}
.boxy-content:not(.boxy-display).installer .action,
.boxy-content:not(.boxy-display).maintainer .action {
  padding-top: 10px;
}
.boxy-content:not(.boxy-display) ::-webkit-input-placeholder {
  color: #d3d3d3;
}
.boxy-content:not(.boxy-display) ::-moz-placeholder {
  color: #d3d3d3;
}
.boxy-content:not(.boxy-display) ::-ms-input-placeholder {
  color: #d3d3d3;
}
.boxy-content:not(.boxy-display) ::-moz-placeholder {
  color: #d3d3d3;
}
.boxy-modal-blackout {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0.87 !important;
}
.copy-box select {
  margin-right: 8px;
}
iframe {
  padding: 0px !important;
}
body .configuration.prognose .api-requirements input {
  width: 100px;
}
body .configuration {
  padding: 0px !important;
}
body .configuration.dashboardslide {
  height: 100%;
}
body .configuration.iframe div.containment textarea.sfinput {
  height: 200px;
}
body .configuration .uppercase {
  text-transform: uppercase;
}
body .configuration .default-title {
  display: flex;
  align-items: center;
}
body .configuration .default-title-text {
  padding-left: 5px;
}
body .configuration a.toggle-checkbox {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
body .configuration .datasource-line {
  width: 94.5%;
}
body .configuration h2 {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid #f8d985;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
body .configuration h2.short {
  width: 525px;
}
body .configuration .boxy-inner {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
body .configuration .sfvtable th {
  width: 180px;
}
body .configuration .sfvtable th.datasources-width {
  width: 513px !important;
}
body .configuration .sfvtable input {
  border: 1px solid white !important;
  background: white !important;
}
body .configuration .sfvtable select {
  border: 1px solid white !important;
  background-color: white !important;
}
body .configuration .layout-settings-container {
  height: 100%;
  width: 100%;
  display: flex;
}
body .configuration .layout-settings-container-box {
  height: 100%;
  width: 40%;
  padding: 0px 8px;
}
body .configuration .layout-settings-container-box.layout-settings-container-left-box {
  padding: 0px 8px 8px 0px !important;
}
body .configuration .layout-settings-container-box.layout-settings-container-left-box.smaller-width {
  width: 27% !important;
}
body .configuration .layout-settings-container-box.container-settings-container-right-box {
  padding: 0px 0px 8px 8px !important;
}
body .configuration .sfselect {
  border: 1px solid white !important;
  background-color: white !important;
}
body .configuration .sfinput {
  border: 1px solid white !important;
  background-color: white !important;
  background: white !important;
}
body .configuration .sfbutton {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  height: 31px;
  width: 126px;
  padding-top: 8px;
  font-family: RobotoBold;
}
body .configuration .sfbutton.highlight {
  background-color: #ffc400;
  padding: 8px 28px;
}
body .configuration .sfform-element {
  font-size: 12px;
  line-height: 20px;
}
body .configuration .sfform-element.layout-width {
  width: 100%;
}
body .configuration .sfform-element.layout-width.layout-end {
  padding: 3px 0px 3px 3px !important;
}
body .configuration .sfform-element.layout-width.layout-color {
  padding: 1.5px 0px;
}
body .configuration .sfform-element.layout-width.layout-color.first-color {
  padding: 3px 0px 1.5px 0px!important;
}
body .configuration .sfform-element.infobox-width {
  width: 100%;
}
body .configuration .sfform-element.infobox-width.infobox-color {
  padding: 0px 3px 0px 3px;
}
body .configuration .sfform-ctrl.infobox-width {
  padding-right: 59%;
}
body .configuration .configuration-save {
  padding: 8px 28px !important;
  height: 31px !important;
  width: 126px !important;
}
body .configuration .icon-check-empty {
  color: black;
  padding-right: 2px;
}
body .configuration .icon-check {
  color: black;
}
body .configuration .layout-settings {
  margin-bottom: 50px;
}
body .configuration div.configuration-container-left {
  height: 100%;
  width: 525px !important;
}
body .configuration div.configuration-container-right {
  height: 100%;
  width: 585px !important;
  padding-left: 60px;
}
body .configuration div.configuration-container {
  height: 100%;
  width: 100%;
}
body .configuration #configuration-layout {
  display: flex;
}
body .configuration div.containment-head {
  height: 40px;
  background-color: #d8d5d5;
  display: flex;
}
body .configuration div.containment-head .head-item {
  color: #818080;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 135px;
  border-right: 2px solid #f4f4f3;
  cursor: pointer;
}
body .configuration div.containment-head .active-head {
  background-color: #f4f4f3;
  font-family: RobotoBold;
}
body .configuration div.configuration-buttons {
  height: 60px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}
body .configuration div.containment {
  padding: 29px 31px 95px;
}
body .configuration div.containment > div.clearfix > div {
  float: left;
}
body .configuration div.containment > div.clearfix > div:first-child {
  width: 620px;
  max-width: 620px;
}
body .configuration div.containment > div.clearfix > div:nth-child(2) {
  width: 93%;
}
body .configuration .graphs {
  width: 100%;
}
body .configuration .graphs td:first-child,
body .configuration .graphs td:last-child,
body .configuration .graphs th:first-child,
body .configuration .graphs th:last-child {
  padding: 5px 0;
}
body .configuration .graphs td,
body .configuration .graphs th {
  padding: 5px 5px;
}
body .configuration.prognose .sfvtable th {
  width: 162px;
}
body .configuration .plant-utilization-settings .sfform-element {
  width: 100%;
  padding-right: 62%;
}
body .configuration.energyselfsuffiency .sfform-element.sfform-left {
  width: 50%;
  padding-right: 30px;
}
body .configuration.energyselfsuffiency .sfform-element.sfform-right {
  width: 50%;
  padding-right: 17px;
}
body .configuration.iframe .iframe-button-box {
  width: 375px;
}
body .configuration.heatmap input {
  width: 157px;
}
body .configuration.plantinfo div.containment > div.clearfix > div:first-child {
  width: 800px;
  max-width: 800px;
}
body .configuration.video {
  padding: 29px !important;
}
body .configuration.video .guide ul {
  padding-left: 16px;
}
body .configuration.youtube {
  padding: 29px !important;
}
body .configuration.youtube .guide ul {
  padding-left: 16px;
}
body .configuration.youtube table tbody tr td input[type=text] {
  width: 90%;
}
body .configuration.youtube table tbody tr td input[type=number] {
  width: 90%;
}
body .configuration.vimeo {
  padding: 29px !important;
}
body .configuration.vimeo .guide ul {
  padding-left: 16px;
}
body .configuration.vimeo table tbody tr td input[type=text] {
  width: 90%;
}
body .configuration.vimeo table tbody tr td input[type=number] {
  width: 90%;
}
body .configuration.clock .color-settings {
  display: inline-block;
}
body .configuration.clock .color-settings > div {
  margin: 0 5px 0 0;
}
body .configuration .tabbedpane {
  margin-bottom: 20px;
}
body .configuration .tabbedpane > .tabs {
  border-bottom: 1px solid black;
}
body .configuration .tabbedpane > .tabs > .tab {
  display: inline-block;
  padding: 7px 5px;
  margin-bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px 5px 0 0;
}
body .configuration .tabbedpane > .tabs > .tab.selected {
  border: 1px solid black;
  background: #E6E6E6;
  border-bottom-color: #E6E6E6;
}
body .configuration .tabbedpane > .tabs > .tab.deselected {
  color: #2A6496;
  cursor: pointer;
}
body .configuration .tabbedpane > .tabs label.tab input[type="radio"] {
  display: none;
}
body .configuration .tabbedpane > .panes {
  border: 1px solid black;
  border-top: none;
  padding: 10px 10px 0;
  background: #E6E6E6;
}
body .configuration .tabbedpane > .panes > .pane {
  margin-bottom: 10px;
}
body .configuration .tabbedpane {
  margin-bottom: 20px;
}
body .configuration .tabbedpane > .tabs {
  border-bottom: 1px solid black;
}
body .configuration .tabbedpane > .tabs > .tab {
  display: inline-block;
  padding: 7px 5px;
  margin-bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px 5px 0 0;
}
body .configuration .tabbedpane > .tabs > .tab.selected {
  border: 1px solid black;
  background: #E6E6E6;
  border-bottom-color: #E6E6E6;
}
body .configuration .tabbedpane > .tabs > .tab.deselected {
  color: #2A6496;
  cursor: pointer;
}
body .configuration .tabbedpane > .tabs label.tab input[type="radio"] {
  display: none;
}
body .configuration .tabbedpane > .panes {
  border: 1px solid black;
  border-top: none;
  padding: 10px 10px 0;
  background: #E6E6E6;
}
body .configuration .tabbedpane > .panes > .pane {
  margin-bottom: 10px;
}
body.configuration.welcome {
  color: #9b9b9b;
  background: #f3f3f3;
  width: 100%;
  height: 100%;
  font-size: 12px;
  min-height: 500px;
}
body.configuration.welcome ::-webkit-scrollbar {
  background: #cfcfcf;
  border-radius: 10px;
  width: 5px;
}
body.configuration.welcome ::-webkit-scrollbar-thumb {
  background: #ffffff;
}
body.configuration.welcome h2 {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid #f8d985;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
body.configuration.welcome .sfselect {
  border: 1px solid white !important;
  background-color: white !important;
}
body.configuration.welcome .sfinput {
  border: 1px solid white !important;
  background-color: white !important;
  background: white !important;
}
body.configuration.welcome .sfbutton {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  height: 31px;
  width: 126px;
  padding-top: 8px;
  font-family: RobotoBold;
}
body.configuration.welcome .sfbutton h2 {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid #f8d985;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
body.configuration.welcome .sfbutton.highlight {
  background-color: #ffc400;
  padding: 8px 28px;
}
body.configuration.welcome .sfbutton.bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.configuration.welcome .sfbutton.bottom-button i {
  padding-right: 6px;
}
body.configuration.welcome .sfbutton.bottom-button.show-boxy-cloud {
  padding: 0px;
}
body.configuration.welcome .general-settings {
  margin: 0 0 10px;
}
body.configuration.welcome .general-settings .left {
  text-align: right;
  width: 50%;
}
body.configuration.welcome .general-settings .right {
  text-align: left;
  width: 50%;
}
body.configuration.welcome table {
  margin: 0 auto 5px;
}
body.configuration.welcome table tr:first-child:last-child .remove {
  display: none;
}
body.configuration.welcome table td {
  cursor: auto;
  padding: 5px 5px;
}
body.configuration.welcome table td .sort {
  color: #aaa;
}
body.configuration.welcome table td:first-child {
  padding: 5px 5px 5px 0;
}
body.configuration.welcome table td:last-child {
  padding: 5px 0 5px 5px;
}
body.configuration.welcome .logo {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #CACACA;
  background: #DBDBDB;
  position: relative;
}
body.configuration.welcome .logo .image {
  max-width: 50px;
  height: 50px;
}
body.configuration.welcome .logo .placeholder {
  color: #B9B9B9;
  font-size: 25px;
  line-height: 50px;
  display: block;
}
body.configuration.welcome .logo .remove {
  display: none;
  line-height: 50px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
body.configuration.welcome .logo[data-set]:hover .remove {
  display: block;
}
body.configuration.welcome .image-chooser {
  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
  position: absolute;
  bottom: 10px;
  right: 32px;
  width: 96%;
  height: 52px;
}
body.configuration.welcome .image-chooser .toggle {
  position: absolute;
  top: -21px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  right: 15px;
  color: white;
  line-height: 18px;
}
body.configuration.welcome .image-chooser img {
  margin: 0 5px;
  width: 80px;
}
body.configuration.welcome .image-chooser .left {
  font-size: 13px;
  height: 100%;
  width: 150px;
  float: left;
}
body.configuration.welcome .image-chooser .left .qq-upload-button {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  height: 31px;
  width: 126px;
  padding-top: 8px;
  font-family: RobotoBold;
  margin: 8px 0 0;
  padding: 5px;
}
body.configuration.welcome .image-chooser .left .qq-upload-button h2 {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid #f8d985;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
body.configuration.welcome .image-chooser .left .qq-upload-button.highlight {
  background-color: #ffc400;
  padding: 8px 28px;
}
body.configuration.welcome .image-chooser .left .qq-upload-button.bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.configuration.welcome .image-chooser .left .qq-upload-button.bottom-button i {
  padding-right: 6px;
}
body.configuration.welcome .image-chooser .left .qq-upload-button.bottom-button.show-boxy-cloud {
  padding: 0px;
}
body.configuration.welcome .image-chooser .left .qq-upload-drop-area {
  display: none !important;
}
body.configuration.welcome .image-chooser .left p {
  font-size: 12px;
  color: white;
}
body.configuration.welcome .image-chooser .left .alt-fu-form input {
  max-width: 100%;
}
body.configuration.welcome .image-chooser .right {
  width: 99px;
}
body.configuration.welcome .image-chooser .right button {
  margin: 8px 0 0;
}
body.configuration.welcome .image-chooser .images {
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  width: 445px;
}
body.configuration.welcome .image-chooser .images ul {
  list-style: none;
  position: absolute;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 0;
}
body.configuration.welcome .image-chooser .images ul li {
  position: relative;
  float: left;
}
body.configuration.welcome .image-chooser .images ul li .delete {
  text-shadow: 0 0 5px black;
  font-size: 20px;
  position: absolute;
  display: none;
  bottom: 3px;
  cursor: pointer;
  color: #fff;
  right: 3px;
}
body.configuration.welcome .image-chooser .images ul li:hover .delete {
  display: block;
}
body.configuration.welcome .image-chooser .images .error {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 60px;
}
body.configuration.welcome .image-chooser .prev,
body.configuration.welcome .image-chooser .next {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  height: 31px;
  width: 126px;
  padding-top: 8px;
  font-family: RobotoBold;
  padding: 0;
  height: 100%;
  display: block;
  width: 20px;
  float: left;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
}
body.configuration.welcome .image-chooser .prev h2,
body.configuration.welcome .image-chooser .next h2 {
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid #f8d985;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
body.configuration.welcome .image-chooser .prev.highlight,
body.configuration.welcome .image-chooser .next.highlight {
  background-color: #ffc400;
  padding: 8px 28px;
}
body.configuration.welcome .image-chooser .prev.bottom-button,
body.configuration.welcome .image-chooser .next.bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.configuration.welcome .image-chooser .prev.bottom-button i,
body.configuration.welcome .image-chooser .next.bottom-button i {
  padding-right: 6px;
}
body.configuration.welcome .image-chooser .prev.bottom-button.show-boxy-cloud,
body.configuration.welcome .image-chooser .next.bottom-button.show-boxy-cloud {
  padding: 0px;
}
body.configuration.welcome .image-chooser .prev.right,
body.configuration.welcome .image-chooser .next.right {
  margin-left: 5px;
}
body.configuration.welcome .image-chooser.collapsed {
  bottom: -98px;
}
.plants-view-sources-container {
  padding-bottom: 2%;
}
.plants-view-source-text {
  width: 15%;
  float: left;
}
.plants-view-sources-select span {
  width: 15%;
}
.plants-view-sources-select select,
.plants-view-sources-select input {
  height: 80%;
  margin-right: 2%;
  width: 25%;
}
.plants-view-sources-select select:last-child {
  width: 20%;
}
.plants-view-sources-select {
  height: 30px;
  display: flex;
  align-items: center;
}
.plants-view-sources-container-header {
  position: relative;
}
.plants-view-sources-container-header > div {
  position: absolute;
  top: -5px;
}
.plants-view-sources-container-header div:first-child {
  left: 0;
}
.plants-view-sources-container-header div:nth-child(2) {
  left: 22.5%;
}
.plants-view-sources-container-header div:nth-child(3) {
  left: 44.5%;
}
.plants-view-sources-container-header div:nth-child(4) {
  left: 66.5%;
}
.plants-view-sources-container-header div:nth-child(5) {
  left: 88%;
}
.plants-view-sources-container-header {
  padding-top: 2%;
  width: 100%;
  display: flex;
}
/* FONT EMBED  */
@font-face {
  font-family: 'PFDINTEXTPRO';
  src: url('../fonts/PFDinTextPro-Light.woff');
}
body.login {
  position: relative;
  font-family: 'PFDinTextProLight';
  font-size: 20px;
  overflow: hidden;
}
body.login #background-animate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.login #background-animate .bg-img {
  background-image: url('../images/register/Background1.jpg');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 100;
  transition: "none";
}
body.login #background-animate .bg-img.anim {
  z-index: 50;
}
body.login .display {
  clear: both;
  width: 1000px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 110;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
}
body.login .display p,
body.login .display label,
body.login .display div,
body.login .display input[type=button],
body.login .display input[type=submit] {
  letter-spacing: 1px;
}
body.login .display p.imprint {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
}
body.login .display .teaser {
  float: left;
  padding: 40px 60px 75px 60px;
  width: 600px;
  height: 600px;
  position: relative;
  border-right: 1px solid #161b1d;
  background: url(../images/register/teaser-background.png) no-repeat bottom left;
  background-size: cover;
}
body.login .display .teaser .logo {
  width: 210px;
}
body.login .display .teaser h1 {
  padding: 80px 0 0 0;
  font-size: 50px;
  font-family: 'PFDinTextProLight';
}
body.login .display .teaser .teaser-image {
  display: inline-block;
  margin: 20px 0 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body.login .display .teaser #language_switch {
  position: absolute;
  top: 60px;
  right: 60px;
}
body.login .display .teaser #language_switch img {
  width: 30px;
}
body.login .display .content {
  float: right;
  width: 400px;
}
body.login .display .content:after {
  content: " ";
  clear: both;
  display: block;
}
body.login .display .content .tabs {
  height: 40px;
}
body.login .display .content .tabs:after {
  content: " ";
  clear: both;
  display: block;
}
body.login .display .content .tabs a {
  float: left;
  width: 50%;
  display: block;
  height: 40px;
  box-sizing: border-box;
  border-left: 1px solid #6a7073;
  text-align: center;
  line-height: 40px;
  background-color: #9b9ea0;
  font-size: 15px;
  color: #fff;
}
body.login .display .content .tabs a.active {
  background-color: #fff;
  color: #545454;
}
body.login .display .content .tabs a:first-child {
  border-left: 0px;
}
body.login .display .content section {
  width: 100%;
  padding: 20px 50px 0 50px;
  color: #7a7a7a;
  font-size: 14px;
}
body.login .display .content section p.message {
  margin: 20px 0;
  padding: 10px 14px;
  border-radius: 2px;
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
}
body.login .display .content section .code {
  display: none;
}
body.login .display .content section label {
  font-size: 18px;
  color: #000000;
  margin: 20px 0 10px 0;
  display: block;
}
body.login .display .content section input {
  background: #e8e8e8;
  color: #000000;
  border: 0px;
  border-radius: 2px;
  font-family: Arial;
  font-size: 13px;
  padding: 12px;
  margin: 5px 0;
  display: block;
  width: 100%;
}
body.login .display .content section input[type=submit],
body.login .display .content section input[type=button] {
  margin: 25px 0;
  background: #fcbf00;
  color: #fff;
}
body.login .display .content section input[type=submit].disabled,
body.login .display .content section input[type=button].disabled {
  background: #6a7073;
}
body.login .display .content .reset-pw {
  display: block;
  margin: 20px 0;
}
@media (max-width: 1000px) and (min-width: 801px) {
  body.login .display {
    transform: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  body.login .display .teaser {
    float: none;
    width: 100%;
  }
  body.login .display .content {
    float: none;
    width: 100%;
  }
  body.login .display .content section {
    padding: 0 200px;
  }
}
@media (max-width: 800px) and (min-width: 481px) {
  body.login .display {
    transform: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  body.login .display .teaser {
    float: none;
    width: 100%;
  }
  body.login .display .content {
    float: none;
    width: 100%;
  }
  body.login .display .content section {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  body.login .display {
    width: 100%;
    min-width: 380px;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
  }
  body.login .display .teaser {
    float: none;
    width: 100%;
  }
  body.login .display .teaser h2 {
    text-overflow: ellipsis;
  }
  body.login .display .teaser .logo {
    display: block;
    width: 210px;
    margin: 0 auto;
  }
  body.login .display .teaser #language_switch {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  body.login .display .teaser img {
    width: 100%;
    height: auto;
  }
  body.login .display .content {
    float: none;
    width: 100%;
  }
  body.login .display .content section {
    padding: 0px 10px;
  }
}
body.indivtext,
body#logoposition {
  overflow: hidden;
  /* !editors */
  /* !nav-box */
  /* !image sidebar */
}
body.indivtext .ui-draggable-dragging,
body#logoposition .ui-draggable-dragging {
  z-index: 91337 !important;
  list-style: none;
}
body.indivtext li.ui-draggable-dragging,
body#logoposition li.ui-draggable-dragging {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}
body.indivtext .ui-resizable-se,
body#logoposition .ui-resizable-se {
  background: url(../images/icons/resize.png) bottom right no-repeat;
  position: absolute;
  bottom: 0;
  height: 20px;
  right: 0;
  width: 20px;
}
body.indivtext .ui-resizable-se:hover,
body#logoposition .ui-resizable-se:hover {
  cursor: se-resize;
}
body.indivtext .editor,
body#logoposition .editor {
  position: absolute;
  cursor: move;
  left: 50px;
  top: 50px;
  min-height: 100px;
  min-width: 408px;
}
body.indivtext .image,
body#logoposition .image {
  display: inline;
  position: absolute;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}
body.indivtext .image img,
body#logoposition .image img {
  height: 100%;
  width: 100%;
}
body.indivtext nav,
body#logoposition nav {
  border-bottom-left-radius: 10px;
  border-right: 0;
  background: rgba(0, 0, 0, 0.75);
  border-top: 0;
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
  right: 0;
  top: 0;
  z-index: 1024;
}
body.indivtext nav ul,
body#logoposition nav ul {
  list-style: none;
  padding: 5px;
}
body.indivtext nav ul li,
body#logoposition nav ul li {
  font-size: 12px;
  float: left;
}
body.indivtext nav ul li a,
body#logoposition nav ul li a {
  display: inline !important;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
}
body.indivtext nav ul li a:hover:not(.sfbutton),
body#logoposition nav ul li a:hover:not(.sfbutton) {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
body.indivtext nav .settings-panel,
body#logoposition nav .settings-panel {
  display: none;
  color: white;
  padding: 10px;
}
body.indivtext nav .settings-panel h2,
body#logoposition nav .settings-panel h2 {
  font-size: 14px;
  margin: 5px;
}
body.indivtext nav .settings-panel td,
body#logoposition nav .settings-panel td,
body.indivtext nav .settings-panel th,
body#logoposition nav .settings-panel th {
  text-align: left;
}
body.indivtext .image-chooser,
body#logoposition .image-chooser {
  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0;
  position: fixed;
  padding: 20px;
  bottom: 0;
  width: 862px;
  left: 50%;
  margin-left: -431px;
  height: 100px;
  z-index: 1024;
}
body.indivtext .image-chooser .toggle,
body#logoposition .image-chooser .toggle {
  position: absolute;
  top: -21px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  right: 15px;
  color: white;
  line-height: 18px;
}
body.indivtext .image-chooser img,
body#logoposition .image-chooser img {
  margin: 0 5px;
  height: 69px;
}
body.indivtext .image-chooser .left,
body#logoposition .image-chooser .left {
  font-size: 13px;
  height: 100%;
  margin: 0 9px 0 0;
  width: 150px;
  float: left;
}
body.indivtext .image-chooser .left .qq-upload-button,
body#logoposition .image-chooser .left .qq-upload-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;
  margin-bottom: 5px;
  padding: 5px;
}
body.indivtext .image-chooser .left .qq-upload-button:active,
body#logoposition .image-chooser .left .qq-upload-button:active,
body.indivtext .image-chooser .left .qq-upload-button.active,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button:disabled,
body#logoposition .image-chooser .left .qq-upload-button:disabled,
body.indivtext .image-chooser .left .qq-upload-button.disabled,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.highlight,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.highlight:active,
body#logoposition .image-chooser .left .qq-upload-button.highlight:active,
body.indivtext .image-chooser .left .qq-upload-button.highlight.active,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.highlight:disabled,
body#logoposition .image-chooser .left .qq-upload-button.highlight:disabled,
body.indivtext .image-chooser .left .qq-upload-button.highlight.disabled,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.is-disabled,
body#logoposition .image-chooser .left .qq-upload-button.is-disabled {
  color: #808080 !important;
  background: #eee;
}
body.indivtext .image-chooser .left .qq-upload-button.full-size,
body#logoposition .image-chooser .left .qq-upload-button.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.indivtext .image-chooser .left .qq-upload-button.cancel,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.cancel:active,
body#logoposition .image-chooser .left .qq-upload-button.cancel:active,
body.indivtext .image-chooser .left .qq-upload-button.cancel.active,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.cancel:disabled,
body#logoposition .image-chooser .left .qq-upload-button.cancel:disabled,
body.indivtext .image-chooser .left .qq-upload-button.cancel.disabled,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.firmware,
body#logoposition .image-chooser .left .qq-upload-button.firmware {
  background-color: #CA2828;
}
body.indivtext .image-chooser .left .qq-upload-button.small,
body#logoposition .image-chooser .left .qq-upload-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;
}
body.indivtext .image-chooser .left .qq-upload-button.small:active,
body#logoposition .image-chooser .left .qq-upload-button.small:active,
body.indivtext .image-chooser .left .qq-upload-button.small.active,
body#logoposition .image-chooser .left .qq-upload-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);
}
body.indivtext .image-chooser .left .qq-upload-button.feed-test,
body#logoposition .image-chooser .left .qq-upload-button.feed-test {
  width: 130px !important;
}
body.indivtext .image-chooser .left .qq-upload-button:disabled,
body#logoposition .image-chooser .left .qq-upload-button:disabled,
body.indivtext .image-chooser .left .qq-upload-button.disabled,
body#logoposition .image-chooser .left .qq-upload-button.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body.indivtext .image-chooser .left .qq-upload-drop-area,
body#logoposition .image-chooser .left .qq-upload-drop-area {
  display: none !important;
}
body.indivtext .image-chooser .left p,
body#logoposition .image-chooser .left p {
  font-size: 12px;
  color: white;
}
body.indivtext .image-chooser .left .alt-fu-form,
body#logoposition .image-chooser .left .alt-fu-form {
  height: 20px;
  max-width: 100%;
  overflow: hidden;
}
body.indivtext .image-chooser .left .alt-fu-form input,
body#logoposition .image-chooser .left .alt-fu-form input {
  width: 100%;
}
body.indivtext .image-chooser .images,
body#logoposition .image-chooser .images {
  height: 69px;
  float: left;
  width: 592px;
  position: relative;
  overflow: hidden;
}
body.indivtext .image-chooser .images ul,
body#logoposition .image-chooser .images ul {
  list-style: none;
  position: absolute;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  transition: left 0.2s linear;
  left: 0;
}
body.indivtext .image-chooser .images ul li,
body#logoposition .image-chooser .images ul li {
  position: relative;
  float: left;
}
body.indivtext .image-chooser .images ul li .delete,
body#logoposition .image-chooser .images ul li .delete {
  text-shadow: 0 0 5px black;
  font-size: 20px;
  position: absolute;
  display: none;
  bottom: 3px;
  cursor: pointer;
  color: #fff;
  right: 3px;
}
body.indivtext .image-chooser .images ul li:hover .delete,
body#logoposition .image-chooser .images ul li:hover .delete {
  display: block;
}
body.indivtext .image-chooser .images .error,
body#logoposition .image-chooser .images .error {
  color: white;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 60px;
}
body.indivtext .image-chooser .prev,
body#logoposition .image-chooser .prev {
  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: 5px 0px !important;
  height: 69px;
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 60px;
  margin-right: 5px;
}
body.indivtext .image-chooser .prev:active,
body#logoposition .image-chooser .prev:active,
body.indivtext .image-chooser .prev.active,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev:disabled,
body#logoposition .image-chooser .prev:disabled,
body.indivtext .image-chooser .prev.disabled,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.highlight,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.highlight:active,
body#logoposition .image-chooser .prev.highlight:active,
body.indivtext .image-chooser .prev.highlight.active,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.highlight:disabled,
body#logoposition .image-chooser .prev.highlight:disabled,
body.indivtext .image-chooser .prev.highlight.disabled,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.is-disabled,
body#logoposition .image-chooser .prev.is-disabled {
  color: #808080 !important;
  background: #eee;
}
body.indivtext .image-chooser .prev.full-size,
body#logoposition .image-chooser .prev.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.indivtext .image-chooser .prev.cancel,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.cancel:active,
body#logoposition .image-chooser .prev.cancel:active,
body.indivtext .image-chooser .prev.cancel.active,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.cancel:disabled,
body#logoposition .image-chooser .prev.cancel:disabled,
body.indivtext .image-chooser .prev.cancel.disabled,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.firmware,
body#logoposition .image-chooser .prev.firmware {
  background-color: #CA2828;
}
body.indivtext .image-chooser .prev.small,
body#logoposition .image-chooser .prev.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;
}
body.indivtext .image-chooser .prev.small:active,
body#logoposition .image-chooser .prev.small:active,
body.indivtext .image-chooser .prev.small.active,
body#logoposition .image-chooser .prev.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);
}
body.indivtext .image-chooser .prev.feed-test,
body#logoposition .image-chooser .prev.feed-test {
  width: 130px !important;
}
body.indivtext .image-chooser .prev:disabled,
body#logoposition .image-chooser .prev:disabled,
body.indivtext .image-chooser .prev.disabled,
body#logoposition .image-chooser .prev.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body.indivtext .image-chooser .next,
body#logoposition .image-chooser .next {
  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: 5px 0px !important;
  height: 69px;
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 60px;
  margin-right: 5px;
  float: right;
  position: relative;
  bottom: 69px;
  margin-right: 0;
  margin-left: 5px;
}
body.indivtext .image-chooser .next:active,
body#logoposition .image-chooser .next:active,
body.indivtext .image-chooser .next.active,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next:disabled,
body#logoposition .image-chooser .next:disabled,
body.indivtext .image-chooser .next.disabled,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.highlight,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.highlight:active,
body#logoposition .image-chooser .next.highlight:active,
body.indivtext .image-chooser .next.highlight.active,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.highlight:disabled,
body#logoposition .image-chooser .next.highlight:disabled,
body.indivtext .image-chooser .next.highlight.disabled,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.is-disabled,
body#logoposition .image-chooser .next.is-disabled {
  color: #808080 !important;
  background: #eee;
}
body.indivtext .image-chooser .next.full-size,
body#logoposition .image-chooser .next.full-size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.indivtext .image-chooser .next.cancel,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.cancel:active,
body#logoposition .image-chooser .next.cancel:active,
body.indivtext .image-chooser .next.cancel.active,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.cancel:disabled,
body#logoposition .image-chooser .next.cancel:disabled,
body.indivtext .image-chooser .next.cancel.disabled,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.firmware,
body#logoposition .image-chooser .next.firmware {
  background-color: #CA2828;
}
body.indivtext .image-chooser .next.small,
body#logoposition .image-chooser .next.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;
}
body.indivtext .image-chooser .next.small:active,
body#logoposition .image-chooser .next.small:active,
body.indivtext .image-chooser .next.small.active,
body#logoposition .image-chooser .next.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);
}
body.indivtext .image-chooser .next.feed-test,
body#logoposition .image-chooser .next.feed-test {
  width: 130px !important;
}
body.indivtext .image-chooser .next:disabled,
body#logoposition .image-chooser .next:disabled,
body.indivtext .image-chooser .next.disabled,
body#logoposition .image-chooser .next.disabled {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
body.indivtext .image-chooser.collapsed,
body#logoposition .image-chooser.collapsed {
  bottom: -98px;
}
body.indivtext .mceLayout,
body#logoposition .mceLayout {
  width: 100% !important;
  height: 100% !important;
}
body.indivtext .mceLayout .mceIframeContainer,
body#logoposition .mceLayout .mceIframeContainer {
  height: 100%;
}
body.indivtext .mceLayout .mceIframeContainer iframe,
body#logoposition .mceLayout .mceIframeContainer iframe {
  height: 100% !important;
}
body.indivtext .mceLayout tr.mceLast,
body#logoposition .mceLayout tr.mceLast {
  line-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}
body.indivtext .mceLayout tr.mceLast .mceStatusbar,
body#logoposition .mceLayout tr.mceLast .mceStatusbar {
  height: 0 !important;
  line-height: 4px !important;
}
body.indivtext .mceLayout tr.mceLast div,
body#logoposition .mceLayout tr.mceLast div {
  height: 0 !important;
  margin: 0 !important;
}
body.indivtext .move-button,
body#logoposition .move-button,
body.indivtext .toggle-toolbar-button,
body#logoposition .toggle-toolbar-button {
  position: absolute;
  top: -10px;
  left: -10px;
  color: white;
  background: black;
  border: 2px solid white;
  border-radius: 30px;
  padding: 2px 4px;
  cursor: move;
  font-size: 14px;
}
body.indivtext .toggle-toolbar-button,
body#logoposition .toggle-toolbar-button {
  top: 18px;
  cursor: auto;
}
body#logoposition .image-chooser,
body.indivtext.vertical .image-chooser {
  width: 100%;
  left: 0;
  margin-left: 0;
}
body#logoposition .image-chooser .left,
body.indivtext.vertical .image-chooser .left {
  width: 15%;
}
body#logoposition .image-chooser .images,
body.indivtext.vertical .image-chooser .images {
  width: 80%;
}
body.dashboardslide {
  overflow: hidden;
}
body.dashboardslide .grids {
  width: 95%;
  height: 84%;
  padding-top: 4%;
  margin: 0 auto;
}
body.dashboardslide .grids .grid {
  width: 100%;
  height: 100%;
  padding: 0;
}
body.dashboardslide .box {
  width: 100%;
  height: 100%;
  position: relative;
}
body.dashboardslide .box .close-button {
  left: 0;
  top: 0;
  right: auto;
}
body.dashboardslide .box .slide {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-size: cover !important;
}
body.dashboardslide .box .slide.drop-it,
body.dashboardslide .box .slide.active {
  background: rgba(134, 134, 134, 0.5);
}
body.dashboardslide .box .slide .module-config {
  height: 100%;
}
body.dashboardslide .box .slide .module-config img.type {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
  border-radius: 4px;
}
body.dashboardslide .box .slide .module-config .sfinput {
  display: block;
  margin: 0 auto;
}
body.dashboardslide .box .slide .module-config form.configuration {
  margin: 5px auto 0;
}
body.dashboardslide .box .slide .module-config form.configuration table.sfvtable {
  margin-top: 5px;
}
body.dashboardslide .box .slide .module-config form.configuration table.sfvtable tbody.dashboard {
  display: block;
  height: 100%;
  overflow-y: auto;
  padding-top: 10px;
}
body.dashboardslide .box .slide .module-config form.configuration table.sfvtable th {
  width: 170px;
}
body.dashboardslide .box .slide .module-config .type.big-icon {
  margin-top: 20px;
}
body.dashboardslide .box .slide[data-content-id="94"] .module-config .color-settings {
  display: inline-block;
}
body.dashboardslide .box .slide[data-content-id="94"] .module-config .color-settings > div {
  margin: 0 5px 0 0;
}
body.dashboardslide .box .slide[data-content-id="66"] .ui-slider,
body.dashboardslide .box .slide[data-content-id="76"] .ui-slider {
  margin: 0 25px 0;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config {
  margin: 0;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config div {
  margin: 0;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config > img {
  display: none;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config table.mceLayout {
  position: absolute;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config table.mceLayout tr.mceLast {
  display: none;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config table.mceLayout iframe {
  top: 0;
  left: 0;
  position: absolute;
}
body.dashboardslide .box .slide[data-content-id="78"] .module-config form.configuration {
  width: auto;
  margin: 0;
}
body.dashboardslide .box .slide[data-content-id="71"] .module-config .sfinput {
  margin: 0;
}
body.dashboardslide .box .slide[data-content-id="71"] .module-config .location-selection {
  width: 58%;
}
body.dashboardslide .box .slide[data-content-id="71"] .module-config .configuration h2 {
  margin-bottom: -10px;
}
body.dashboardslide .box:not(.helper) {
  padding: 10px;
}
body.dashboardslide .box.width-1 {
  width: 33.33%;
}
body.dashboardslide .box.width-2 {
  width: 66.66%;
}
body.dashboardslide .box.width-25 {
  width: 50%;
}
body.dashboardslide .box.height-1 {
  height: 50%;
}
body.dashboardslide .box.height-2 {
  height: 100%;
}
body.dashboardslide .box .slide .module-config > img:not(.big-icon) {
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
body.dashboardslide .header {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 12px;
  z-index: 1337;
}
body.dashboardslide .header nav ul {
  float: right;
}
body.dashboardslide .header nav ul li {
  float: left;
}
body.dashboardslide .header nav ul li a:not(.sfbutton) {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
body.dashboardslide .header nav ul li a:not(.sfbutton):hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
body.dashboardslide .header .panel {
  padding: 20px 0;
}
body.dashboardslide .header ul {
  list-style: none;
}
body.dashboardslide .header .datasource-layout {
  color: white;
  padding: 15px;
}
body.dashboardslide .header .datasource-layout ul {
  width: 430px;
}
body.dashboardslide .header .datasource-layout li {
  width: 192px;
  float: left;
  margin: 0 0 16px 16px;
}
body.dashboardslide .header .datasource-layout li img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
body.dashboardslide .header .datasource-layout li.active img {
  opacity: 1;
}
body.dashboardslide .header .datasource-layout table {
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
  width: 100%;
}
body.dashboardslide .header .datasource-layout table .left {
  text-align: left;
}
body.dashboardslide .header .datasource-layout table td,
body.dashboardslide .header .datasource-layout table th {
  margin: 0;
}
body.dashboardslide .header .datasource-layout table td:not(:last-child),
body.dashboardslide .header .datasource-layout table th:not(:last-child) {
  padding-right: 5px;
}
body.dashboardslide .header .datasource-layout table .sfbutton {
  font-size: 8px;
  padding: 2px 6px !important;
}
body.dashboardslide .header .datasource-layout .typeConfig {
  min-width: 860px;
  overflow: initial;
  background-color: #f3f3f3;
  position: absolute;
  box-shadow: 0 0 5px 0px black;
  left: -130%;
  top: 16%;
}
body.dashboardslide .header .datasource-layout .typeConfig .title {
  width: 100%;
  height: 34px;
  margin: 0;
  background-color: #ffc400;
  color: white;
  font-size: 15px;
  padding: 7px 0;
}
body.dashboardslide .header .datasource-layout .typeConfig .title p {
  margin-left: 9px;
  transform: translateY(-11px);
}
body.dashboardslide .header .datasource-layout .typeConfig table {
  margin: 20px 0;
  color: black;
  display: flex;
  justify-content: center;
}
body.dashboardslide .header .datasource-layout .typeConfig td {
  padding: 2px 10px !important;
}
body.dashboardslide .header .datasource-layout .typeConfig tr:nth-of-type(2) td {
  padding-top: 5px;
}
body.dashboardslide .header .datasource-layout .typeConfig select,
body.dashboardslide .header .datasource-layout .typeConfig input[type='text'] {
  height: 20px;
  font-size: 11px;
  padding: 0 0 0 4px;
  width: 100px !important;
  background: white;
}
body.dashboardslide .header .datasource-layout .typeConfig .head {
  border-bottom: 1px solid #ffc400;
  text-align: center;
}
body.dashboardslide .header .datasource-layout .typeConfig .warning {
  text-align: center;
  margin: 5px auto;
  background-color: rgba(255, 0, 0, 0.432);
  border: 2px solid rgba(255, 0, 0, 0.623);
  color: black;
  width: 90%;
  padding: 5px;
}
body.dashboardslide .header .datasource-layout .typeConfig .centered {
  text-align: center;
}
body.dashboardslide .header .datasource-layout .disabled {
  display: none;
}
body.dashboardslide .header .datasource-layout .graphs {
  height: 100%;
  min-height: 150px;
  padding-left: 20px;
}
body.dashboardslide .header .datasource-layout .graphs td {
  padding: 2px 0px;
}
body.dashboardslide .header .switch-grid ul {
  width: 430px;
}
body.dashboardslide .header .switch-grid li {
  width: 192px;
  float: left;
  margin: 0 0 16px 16px;
}
body.dashboardslide .header .switch-grid li img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
body.dashboardslide .header .switch-grid li.active img {
  opacity: 1;
}
body.dashboardslide .header .settings {
  color: white;
  padding: 10px;
}
body.dashboardslide .choose-ressource {
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0;
  position: absolute;
  padding: 20px;
  bottom: 0;
  width: 862px;
  left: 50%;
  margin-left: -406px;
  height: 100px;
  color: white;
}
body.dashboardslide .choose-ressource .prev,
body.dashboardslide .choose-ressource .next {
  padding: 6px 14px !important;
  height: 69px;
  display: block;
  width: 20px;
  float: left;
  text-align: center;
  line-height: 60px;
}
body.dashboardslide .choose-ressource .next {
  margin-right: 0;
  margin-left: -5px;
}
body.dashboardslide .choose-ressource .error {
  line-height: 60px;
  display: block;
  text-align: center;
  font-size: 12px;
}
body.dashboardslide .choose-ressource .panel ul {
  list-style: none;
  position: absolute;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 0;
}
body.dashboardslide .choose-ressource .panel ul li {
  position: relative;
  float: left;
}
body.dashboardslide .choose-ressource .panel .images,
body.dashboardslide .choose-ressource .panel .modules {
  height: 60px;
  float: left;
  width: 610px;
  position: relative;
  overflow: hidden;
  margin: 4px 0 5px 0;
}
body.dashboardslide .choose-ressource .panel .modules {
  width: 769px;
}
body.dashboardslide .choose-ressource .panel.module-chooser li,
body.dashboardslide .choose-ressource .panel.module-chooser body > .module {
  background: white;
  height: 60px;
  width: 69px;
  padding: 5px;
  border-radius: 4px;
  margin: 0 8px;
  list-style: none;
}
body.dashboardslide .choose-ressource .panel.module-chooser li img,
body.dashboardslide .choose-ressource .panel.module-chooser body > .module img {
  height: 100%;
  width: auto;
}
body.dashboardslide .choose-ressource .panel.image-chooser .left {
  font-size: 12px;
  height: 100%;
  margin: 0 9px 0 0;
  width: 150px;
  float: left;
}
body.dashboardslide .choose-ressource .panel.image-chooser .left .qq-upload-drop-area {
  display: none !important;
}
body.dashboardslide .choose-ressource .panel.image-chooser .images img {
  margin: 0 5px;
  height: 60px;
}
body.dashboardslide .choose-ressource .panel.image-chooser .images ul li .delete {
  text-shadow: 0 0 5px black;
  font-size: 20px;
  position: absolute;
  display: none;
  bottom: 3px;
  cursor: pointer;
  color: #fff;
  right: 3px;
}
body.dashboardslide .choose-ressource .panel.image-chooser .images ul li:hover .delete {
  display: block;
}
body.dashboardslide .choose-ressource .switcher {
  width: 50px;
  left: -50px;
  position: absolute;
  height: 100px;
  top: -1px;
}
body.dashboardslide .choose-ressource .switcher ul {
  list-style: none;
  height: 100%;
}
body.dashboardslide .choose-ressource .switcher ul li {
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  height: 50%;
  display: block;
  line-height: 50px;
}
body.dashboardslide .choose-ressource .switcher ul li:hover,
body.dashboardslide .choose-ressource .switcher ul li.active {
  background: black;
}
body.dashboardslide .choose-ressource .switcher ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
body.dashboardslide .ui-draggable-dragging {
  list-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
}
body.dashboardslide .ui-draggable-dragging img {
  width: 100%;
  height: auto;
}
body.dashboardslide .ui-draggable-dragging.module {
  background: white;
  border-radius: 4px;
}
body.dashboardslide.vertical .box.height-1 {
  height: 25% !important;
}
body.dashboardslide.vertical .box.height-2 {
  height: 50% !important;
}
body.dashboardslide.vertical .box .slide .mceLayout {
  top: 10px;
  left: 10px;
}
body.dashboardslide.vertical .box .slide .module-config {
  margin-top: 10px !important;
}
body.dashboardslide.vertical .box .slide .module-config form.configuration {
  width: 100% !important;
  padding: 0 10px !important;
  margin-top: 10px !important;
}
body.dashboardslide.vertical .box .slide .module-config form.configuration td {
  padding: 0 !important;
}
body.dashboardslide.vertical .choose-ressource {
  margin: 0;
  border-left: 0;
  border-right: 0;
  width: 90%;
  left: 10%;
}
body.dashboardslide.vertical .choose-ressource .prev,
body.dashboardslide.vertical .choose-ressource .next {
  width: 5% !important;
  margin: 0 !important;
}
body.dashboardslide.vertical .choose-ressource .panel .images,
body.dashboardslide.vertical .choose-ressource .panel .modules {
  width: 61% !important;
}
body.dashboardslide.vertical .choose-ressource .panel .modules {
  width: 90% !important;
}
body.dashboardslide.vertical .choose-ressource .panel.image-chooser .left {
  width: 25% !important;
  margin-left: 2% !important;
}
body.dashboardslide.vertical .choose-ressource .switcher {
  width: 11.2%;
  left: -11.1%;
}
.rss.configuration .status {
  padding: 10px;
  border: 1px solid lightblue;
  background-color: white;
  color: #333;
  margin-top: 10px;
}
.rss.configuration .status p {
  padding: 0;
  margin: 0;
}
.rss.configuration .status p.error {
  color: red;
}
.rss.configuration .status p.success {
  color: green;
}
body.msie {
  min-height: 100%;
}
body.msie header {
  background: url(../images/ie/header_bg.png) repeat-x;
}
body.msie .outer-wrap {
  background-color: #4b4b4b;
  background-image: url(../images/ie/section_bg.png);
  background-repeat: repeat-x;
  display: flex;
}
body.msie aside.right .box h1 {
  background: url(../images/ie/right_sidebar_title.png) repeat-x;
}
body.msie aside.left .toggle {
  background: url(../images/ie/left_sidebar_toggle_bg.png) repeat-y;
}
body.msie div.template_configuration i {
  filter: glow(color=#000000, strength=3);
}
body.msie aside.left {
  background-image: url(../images/ie/075.png);
}
body.msie .iframe-wrap:after {
  display: none;
}
body.msie.v9 #rightbox-help form input.sfinput {
  height: 25px !important;
}
body.msie #rightbox-help form input.sfbutton {
  float: right;
}
div.calendar.configuration {
  max-width: initial !important;
}
div.calendar.configuration div.containment > div.clearfix > div {
  width: 1000px !important;
  max-width: initial !important;
}
div.calendar.configuration table.cals tr > *:nth-child(1) {
  width: 30%;
}
div.calendar.configuration table.cals tr > *:nth-child(2) {
  width: 20%;
  text-align: center;
}
div.calendar.configuration table.cals tr > *:nth-child(3) {
  width: 30%;
}
div.calendar.configuration table.cals tr > *:nth-child(4) {
  width: 20%;
  text-align: center;
}
div.calendar.configuration .tabbedpanne {
  width: 345px;
}
div.calendar.configuration .calendar-icon {
  background-color: #e6e6e6 !important;
}
div.calendar.configuration .scrollpane {
  max-height: 255px;
  overflow-y: scroll;
  margin-right: -10px;
  margin-top: -9px;
  margin-bottom: -10px;
}
div.calendar.configuration .sfbutton {
  margin: 5px;
}
div.calendar.configuration .delete_cals {
  width: 35px;
  font-size: 15px;
}
div.calendar.configuration .button:hover,
div.calendar.configuration .button:active {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}
div.calendar.configuration .button:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.calendar.configuration .button i {
  font-size: 14px;
}
div.calendar.configuration input[type=text].readonly,
div.calendar.configuration input[type=text].editbyclick:not(:focus) {
  background: none;
  border-color: rgba(0, 0, 0, 0);
  color: #000;
}
div.calendar.configuration input[type=text].readonly,
div.calendar.configuration input[type=text].editbyclick {
  width: 100px;
}
div.calendar.configuration input[type=text].readonly {
  cursor: text;
}
div.calendar.configuration input[type=text].editbyclick:not(:focus) {
  cursor: pointer;
}
div.calendar.configuration input[type=file] {
  margin: 10px 0 20px;
}
div.calendar.configuration select {
  width: 100%;
}
div.calendar.configuration td.select-to-select > span {
  width: 12%;
  display: inline-block;
  text-align: center;
  margin: 0px -3px;
}
div.calendar.configuration td.select-to-select > select {
  width: 44%;
  min-width: 50px;
}
div.calendar.configuration.vertical div.containment > div.clearfix > div {
  width: 500px !important;
}
div.calendar.configuration.vertical div.containment > div.clearfix > div .vertical-hide {
  display: none !important;
}
div.calendar.configuration.vertical div.containment > div.clearfix > div .vertical-block {
  display: block !important;
  width: 100% !important;
  padding-left: 0px !important;
}
.counterv2 {
  background: black;
  padding-right: 20px;
  position: relative;
}
.counterv2 > ul {
  list-style: none;
  text-align: center;
}
.counterv2 > ul > li {
  display: inline-block;
  color: white;
  margin-right: 0.1em;
  overflow: hidden;
}
.counterv2 .number {
  background: #121212;
  position: relative;
  list-style: none;
  border-radius: 100px;
}
div.documentviewer.configuration .sfbutton.ctrl {
  padding: 2px 6px !important;
  font-size: 18px;
  margin: 0;
}
div.documentviewer.configuration .icon-font {
  padding-right: 5px;
}
div.documentviewer.configuration .highlight {
  padding: 8px !important;
}
div.documentviewer.configuration .tabbedpane {
  width: 521px;
}
div.documentviewer.configuration .document-uploader {
  width: 250px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #ffc400 !important;
  border: 0px solid !important;
  box-shadow: none;
}
div.documentviewer.configuration .display {
  background: url(../images/display.png);
  width: 400px;
  height: 234px;
  padding: 11px;
  background-size: 100% 100%!important;
  margin-bottom: 15px;
}
div.documentviewer.configuration .display .panel {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
div.documentviewer.configuration .display .panel .wrapper {
  display: inline-flex;
  position: relative;
}
.picker.modal-dialog-bg.picker-dialog-bg {
  z-index: 3004;
}
.picker.dcs-s-dcs-t-dcs-xb.picker-dialog-bg {
  z-index: 3005;
}
.picker.dcs-s-dcs-t.picker-dialog {
  z-index: 3006;
}
body ul.nav {
  list-style: none;
  height: 30px;
  margin: 5px 0;
}
body ul.nav li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}
body ul.nav li * {
  height: 30px;
}
.weather-slide {
  /* weather location */
  /* today */
  /* 1-Week and x-Days css */
  /* 2-Weeks css */
  /* weather legend */
}
.weather-slide .header .weather-title {
  display: -moz-box;
  -moz-box-pack: start;
  -moz-box-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.weather-slide .header .weather-title .api-logo-wrapper {
  display: -moz-box;
  -moz-box-pack: end;
  display: flex;
  justify-content: flex-end;
  width: 45%;
  padding-top: 20px;
}
.weather-slide .weather-location {
  display: -moz-box;
  -moz-box-pack: justify;
  -moz-box-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.weather-slide .weather-location .location-wrapper {
  width: 50%;
}
.weather-slide .weather-container .weather-wrapper .hour {
  display: -moz-box;
  -moz-box-pack: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.2em;
}
.weather-slide .weather-container .weather-wrapper .hour .minutes-up {
  font-size: .7em;
  vertical-align: super;
}
.weather-slide .weather-container .weather-wrapper .weather-hour {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 5px;
}
.weather-slide .weather-container .weather-wrapper .weather-hour .image-wrapper {
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.weather-slide .weather-container .weather-wrapper .weather-hour .temperature {
  width: 100%;
  text-align: center;
  border-radius: 0 0 5px 5px;
  padding: 3px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.weather-slide .weather-container .weather-wrapper .windchill {
  margin: 0 auto;
}
.weather-slide .weather-container .weather-wrapper .windchill,
.weather-slide .weather-container .weather-wrapper .wind-direction,
.weather-slide .weather-container .weather-wrapper .wind-speed,
.weather-slide .weather-container .weather-wrapper .precipitation,
.weather-slide .weather-container .weather-wrapper .precipitation-prob,
.weather-slide .weather-container .weather-wrapper .airhumidity {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: justify;
  -moz-box-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper .windchill .image-wrapper,
.weather-slide .weather-container .weather-wrapper .wind-direction .image-wrapper,
.weather-slide .weather-container .weather-wrapper .wind-speed .image-wrapper,
.weather-slide .weather-container .weather-wrapper .precipitation .image-wrapper,
.weather-slide .weather-container .weather-wrapper .precipitation-prob .image-wrapper,
.weather-slide .weather-container .weather-wrapper .airhumidity .image-wrapper {
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
}
.weather-slide .weather-container .weather-wrapper .windchill .windchill-value,
.weather-slide .weather-container .weather-wrapper .wind-direction .direction,
.weather-slide .weather-container .weather-wrapper .wind-speed .speed,
.weather-slide .weather-container .weather-wrapper .precipitation .precipitation-value,
.weather-slide .weather-container .weather-wrapper .precipitation-prob .probability,
.weather-slide .weather-container .weather-wrapper .airhumidity .airhumidity-value {
  font-size: .7em;
}
.weather-slide .weather-container {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: justify;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: justify;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.weather-slide .wrapper-fit {
  height: fit-content;
}
.weather-slide .x-days-wrapper,
.weather-slide .three-days-wrapper {
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper .date {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper .date .day-name {
  font-weight: bold;
  font-size: 1.2em;
}
.weather-slide .weather-container .weather-wrapper .date .day-date {
  font-size: .8em;
}
.weather-slide .weather-container .weather-wrapper .weather-day {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper .weather-day .image-wrapper {
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  max-width: 100%;
  padding: 5px 0 0 0;
}
.weather-slide .weather-container .weather-wrapper .weather-day .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 10vw;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
.weather-slide .weather-container .weather-wrapper .weather-day .condition {
  font-size: .7em;
}
.weather-slide .weather-container .weather-wrapper .temperatures {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.weather-slide .weather-container .weather-wrapper .temperatures .temperature-item {
  text-align: center;
  padding: 5px 0px;
  font-size: 1.2em;
  font-weight: bold;
}
.weather-slide .weather-container .weather-wrapper .data {
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: 50%;
}
.weather-slide .weather-container .weather-wrapper .data .wind,
.weather-slide .weather-container .weather-wrapper .data .airhumidity,
.weather-slide .weather-container .weather-wrapper .data .precipitation,
.weather-slide .weather-container .weather-wrapper .data .precipitation-prob,
.weather-slide .weather-container .weather-wrapper .data .predictability {
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: justify;
  -moz-box-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3px;
}
.weather-slide .weather-container .weather-wrapper .data .wind .data-image-wrapper,
.weather-slide .weather-container .weather-wrapper .data .precipitation .data-image-wrapper,
.weather-slide .weather-container .weather-wrapper .data .precipitation-prob .data-image-wrapper,
.weather-slide .weather-container .weather-wrapper .data .airhumidity .data-image-wrapper,
.weather-slide .weather-container .weather-wrapper .data .predictability .prediction-image-wrapper {
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
}
.weather-slide .weather-container .weather-wrapper .data .wind .speed,
.weather-slide .weather-container .weather-wrapper .data .precipitation .precipitation-data,
.weather-slide .weather-container .weather-wrapper .data .precipitation-prob .precipitation-percent,
.weather-slide .weather-container .weather-wrapper .data .airhumidity .percent {
  text-align: end;
  font-size: .65em;
}
.weather-slide .weather-container .weather-wrapper .data .predictability .prediction-wrapper {
  width: 70%;
  height: .6em;
  background-color: #cccccc;
}
.weather-slide .prediction-1 {
  height: 100%;
  background-color: #f83737;
}
.weather-slide .prediction-2 {
  height: 100%;
  background-color: #eeb64d;
}
.weather-slide .prediction-3 {
  height: 100%;
  background-color: #f1e556;
}
.weather-slide .prediction-4 {
  height: 100%;
  background-color: #a4c93d;
}
.weather-slide .prediction-5 {
  height: 100%;
  background-color: #6db13a;
}
.weather-slide .two-week-forecast-head-font {
  font-size: .8em !important;
}
.weather-slide .two-week-forecast-small-font {
  font-size: .6em !important;
}
.weather-slide .two-week-forecast-temps {
  font-size: .7em !important;
  font-weight: bold;
}
.weather-slide .two-week-forecast-data {
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
  padding: 3px 0 0 0 !important;
}
.weather-slide .weather-legend {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
  padding: 5px;
  border-radius: 5px;
}
.weather-slide .weather-legend .legend-item {
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}
.weather-slide .weather-legend .legend-item img,
.weather-slide .weather-legend .legend-item div.background-svg {
  margin-right: 5px;
}
.weather-slide .weather-legend .legend-item p {
  font-size: .6em;
}
.weather-slide .background-svg {
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.weather-slide .hidden {
  display: none !important;
}
.weather-slide .fixed-width {
  width: 100px !important;
}
.weather-slide .predictability-fixed-height {
  height: 17px !important;
}
.weather-slide p {
  margin: 0px;
}
body#logoposition {
  background: url(../images/logoposition.jpg);
  background-size: cover;
}
body#logoposition.vertical {
  background: url(../images/logoposition_v.png);
  background-size: cover;
}
body#logoposition nav {
  width: 150px;
  height: 100%;
  right: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  transition: transform .3s;
}
body#logoposition nav:not(.open) {
  transform: translateX(150px);
}
body#logoposition nav ul {
  padding: 0;
}
body#logoposition nav ul li {
  float: none;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}
body#logoposition nav ul li a {
  color: #000;
  display: inline-block !important;
  text-align: center;
  width: 100%;
  margin: 0;
}
body#logoposition nav .image-chooser {
  position: static;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
body#logoposition nav .image-chooser p {
  color: white;
  font-size: 12px;
}
body#logoposition nav .image-chooser .prev,
body#logoposition nav .image-chooser .next {
  width: 120px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  float: none;
}
body#logoposition nav .image-chooser .prev.disabled,
body#logoposition nav .image-chooser .next.disabled {
  cursor: default;
}
body#logoposition nav .image-chooser .images {
  float: none;
  width: 100%;
  flex: 1;
  margin: 10px 0;
}
body#logoposition nav .image-chooser .images .error {
  line-height: initial;
}
body#logoposition nav .image-chooser .images ul {
  position: static;
  padding: 0;
  transition: transform .3s;
}
body#logoposition nav .image-chooser .images ul li {
  float: none;
  border: none;
  padding: 12px 10px 8px;
  margin: 5px 0;
  border-left: 1px solid transparent;
}
body#logoposition nav .image-chooser .images ul li:hover {
  border-left-color: #ddd;
}
body#logoposition nav .image-chooser .images ul li img {
  width: 100%;
  height: inherit;
  margin: 0;
}
body#logoposition nav .image-chooser .images ul li .delete {
  width: 38px;
  bottom: 0;
}
body#logoposition .toggler {
  position: absolute;
  top: 50%;
  right: 150px;
  width: 20px;
  height: 100px;
  z-index: 1024;
  margin-top: -50px;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
}
body#logoposition nav.open + .toggler .shower {
  display: none;
}
body#logoposition nav:not(.open) + .toggler {
  transform: translateX(150px);
}
body#logoposition nav:not(.open) + .toggler .hider {
  display: none;
}
body#logoposition .image .close-button {
  top: -21px;
  right: 0;
  border-radius: 0;
  border-width: 1px;
}
body#logoposition .image .front-button,
body#logoposition .image .back-button {
  position: relative;
  top: -6px;
  padding: 4px 6px;
  text-align: center;
  font-size: 10px;
  z-index: 1002;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background: black;
  border: 1px solid #FFFFFF;
}
body#logoposition .image .maximize-button {
  position: absolute;
  top: -21px;
  left: 0;
  padding: 4px 6px;
  text-align: center;
  font-size: 10px;
  z-index: 1002;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background: black;
  border: 1px solid #FFFFFF;
}
body#logoposition .image .minimize-button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  text-align: center;
  font-size: 10px;
  z-index: 1002;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background: black;
  border: 1px solid #FFFFFF;
}
body#logoposition .image.fullscreen {
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.web-public p {
  margin-top: 0;
}
.web-public .row {
  margin-bottom: 8px;
}
.web-public .row label {
  width: 64px;
  display: inline-block;
}
.web-public .row input {
  margin-left: 4px;
}
.web-public textarea {
  height: 72px;
}
.yieldcompare.configuration div.containment .sfform {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 10px;
}
.yieldcompare.configuration div.containment .sfform-element {
  float: none;
}
.yieldcompare.configuration div.containment .sfform-element.sfform-left {
  width: 50%;
  padding-right: 18px;
}
.yieldcompare.configuration div.containment .sfform-element.sfform-right {
  width: 50%;
}
.yieldcompare.configuration div.containment .sfinput {
  border: 1px solid white !important;
  background-color: white !important;
  background: white !important;
}
.yieldcompare.configuration div.containment div.datasource-descriptions {
  max-height: 70px;
  overflow-y: auto;
}
.yieldcompare.configuration div.containment div.datasource-descriptions div.datasource-description {
  padding: 5px 0;
  width: 100%;
}
.license-manager .package-type-container {
  margin-top: 10px;
  display: flex;
}
.license-manager .package-type-container #subscription-radio,
.license-manager .package-type-container #license-radio {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.license-manager .package-type-container .package-type-item.first {
  margin-right: 10px;
}
.license-manager .package-type-container .package-type-item {
  display: flex;
  align-items: center;
}
.license-manager .detail-container div.package-information {
  padding: 10px;
  border: 1px solid lightblue;
  background-color: white;
  color: #333;
  margin-bottom: 10px;
}
.license-manager .detail-container div.package-information p {
  margin: 0;
  padding: 0;
}
.license-manager .detail-container div.package-information p .package-name {
  font-family: RobotoBold;
  font-style: italic;
}
.license-manager .activated-packages-container .expired {
  color: grey;
}
.license-manager .activated-packages-container td,
.license-manager .activated-packages-container th {
  padding: 3px 5px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  overflow-wrap: break-word;
}
.license-manager .activated-packages-container td:last-child,
.license-manager .activated-packages-container th:last-child {
  padding-right: 0;
  border-right: 0;
}
.license-manager .activated-packages-container td:first-child,
.license-manager .activated-packages-container th:first-child {
  padding-left: 0;
}
.license-manager .activated-packages-container .target-type {
  max-width: 370px;
}
.license-manager .activated-packages-container .activation-date {
  width: 130px;
  text-align: center;
}
.license-manager .activated-packages-container .expire-date {
  width: 130px;
  text-align: center;
}
.license-manager .activated-packages-container .license-type,
.license-manager .activated-packages-container .subscription-link {
  text-align: center;
}
.license-manager .activated-packages-container .license-code {
  width: 140px;
  text-align: center;
}
.license-manager .activate-package-container label {
  width: 25%;
  display: inline-block;
  padding-right: 10px;
}
.license-manager .activate-package-container input {
  width: 65%;
}
.license-manager .template-variant,
.license-manager .slideshow-specific,
.license-manager .display-specific {
  margin: 5px 0;
}
.license-manager .template-variant label,
.license-manager .slideshow-specific label,
.license-manager .display-specific label {
  width: 25%;
  display: inline-block;
  padding-right: 10px;
}
.license-manager .template-variant select,
.license-manager .slideshow-specific select,
.license-manager .display-specific select {
  width: 65%;
}
.license-manager .status-box {
  padding: 10px;
  border: 1px solid lightblue;
  background-color: white;
  color: #333;
  margin-top: 10px;
}
.license-manager .status-box p {
  padding: 0;
  margin: 0;
}
.license-manager .status-box p span {
  padding: 0 5px;
}
.license-manager .status-box p.invalid span {
  color: red;
}
.license-manager .status-box p.correct span {
  color: green;
}
.license-manager .template-variant {
  margin-bottom: 10px;
}
.license-manager .slideshow {
  margin-bottom: 20px;
}
.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  font-size: 12px;
}
.modal-window .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal-window.small .inner {
  width: 640px;
  border-radius: 2px;
}
.modal-window .accordion {
  background: #e3e3e3;
  margin-bottom: 10px;
}
.modal-window .accordion > a {
  border-bottom: 1px solid #FFF;
  background-color: #d1d1d1;
}
.modal-window .accordion > a,
.modal-window .accordion > div {
  padding: 5px;
}
.modal-window .accordion > a {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}
.modal-window .accordion.imploded > a {
  background-image: url('../images/icons/arrow-down-white.png');
}
.modal-window .accordion.imploded > div {
  display: none;
}
.modal-window .accordion.expanded > a {
  background-image: url('../images/icons/arrow-up-white.png');
}
.modal-window .accordion.expanded > div {
  display: block;
}
.modal-window .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  display: table;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: #f3f3f3;
  color: #777777;
  border-radius: 2px;
}
.modal-window .inner input,
.modal-window .inner select,
.modal-window .inner textarea {
  color: #777777;
}
.modal-window .inner .sflabel {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.modal-window .inner .sfbutton {
  color: white !important;
  background: #ababaa;
  border: 0px solid;
  box-shadow: none;
  text-align: center;
  height: 31px;
  width: 150;
  padding-top: 8px;
  font-family: RobotoBold;
  outline: none;
  text-shadow: 2px 2px 17px #bbbbbb;
}
.modal-window .inner .sfbutton a {
  padding: 8px 28px;
}
.modal-window .inner .sfbutton.highlight {
  background-color: #ffc400;
}
.modal-window .inner .sfbutton.wide {
  width: 330px;
  width: 98%;
}
.modal-window .inner .sfselect {
  border: 1px solid white !important;
  background-color: white !important;
}
.modal-window .inner .sfinput {
  border: 1px solid white !important;
  background-color: white !important;
  background: white !important;
}
.modal-window .inner .headline {
  font-family: "PFDINTEXTPROMEDIUM";
  height: 42px;
  background: #f7b300 !important;
  border-radius: 2px;
}
.modal-window .inner .headline h2 {
  color: white;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 12px 28px 4px;
  border: none;
  margin: 0;
  font-weight: lighter;
  text-shadow: none;
  text-shadow: 2px 2px 17px #c7c2c2;
}
.modal-window .inner .content {
  padding: 18px 29px 0;
  line-height: 1.2;
  max-height: 640px;
  overflow: hidden;
  overflow-y: none;
}
.modal-window .inner .content p {
  margin: 0 0 10px;
}
.modal-window .inner .content p:last-child {
  margin: 0;
}
.modal-window .inner .content ul {
  border: 0px;
  background: #f3f3f3;
}
.modal-window .inner .content ul:before {
  background: #f3f3f3!important;
}
.modal-window .inner .content.mCS_no_scrollbar {
  padding-right: 30px;
}
.modal-window .inner .content hr {
  margin: 5px 0;
  color: #000;
  border: none;
  background-color: #000;
  height: 1px;
}
.modal-window .inner .content li {
  border: 0px;
  margin-bottom: 5px;
}
.modal-window .inner .content li:last-child {
  margin-bottom: 0;
}
.modal-window .inner .content li .left {
  width: 50%;
  text-align: left;
}
.modal-window .inner .content li .left > * {
  vertical-align: top;
}
.modal-window .inner .content li .right {
  width: 50%;
  text-align: right;
}
.modal-window .inner .content li .right > * {
  vertical-align: top;
}
.modal-window .inner .content li .rightAligned {
  text-align: right;
  display: flex;
}
.modal-window .inner .content li .rightAligned > * {
  vertical-align: top;
}
.modal-window .inner .footer {
  padding: 18px 29px;
}
.modal-window .inner .footer .dontNotifiyMeAgainContainer {
  margin-top: 5px;
}
.modal-window .inner .footer .dontNotifiyMeAgainContainer input {
  vertical-align: middle;
}
.modal-window .inner .footer .dontNotifiyMeAgainContainer label {
  vertical-align: middle;
}
.modal-window.no-assigned-slideshow table,
.modal-window.no-assigned-datasource table,
.modal-window.missing-datasource-subscription table,
.modal-window.missing-datasource-info table {
  width: 100%;
  margin-top: 15px;
}
.modal-window.no-assigned-slideshow tr,
.modal-window.no-assigned-datasource tr,
.modal-window.missing-datasource-subscription tr,
.modal-window.missing-datasource-info tr {
  height: 10%;
  width: 100%;
  padding: 5px;
}
.modal-window.no-assigned-slideshow th,
.modal-window.no-assigned-datasource th,
.modal-window.missing-datasource-subscription th,
.modal-window.missing-datasource-info th {
  text-align: start;
}
.modal-window.no-assigned-slideshow th:nth-child(1),
.modal-window.no-assigned-datasource th:nth-child(1),
.modal-window.missing-datasource-subscription th:nth-child(1),
.modal-window.missing-datasource-info th:nth-child(1) {
  height: 100%;
  width: 50%;
}
.modal-window.no-assigned-slideshow th:nth-child(2),
.modal-window.no-assigned-datasource th:nth-child(2),
.modal-window.missing-datasource-subscription th:nth-child(2),
.modal-window.missing-datasource-info th:nth-child(2) {
  height: 100%;
  width: 30%;
}
.modal-window.no-assigned-slideshow th:nth-child(3),
.modal-window.no-assigned-datasource th:nth-child(3),
.modal-window.missing-datasource-subscription th:nth-child(3),
.modal-window.missing-datasource-info th:nth-child(3) {
  height: 100%;
  width: 20%;
}
.modal-window.no-assigned-slideshow _:-ms-lang(x),
.modal-window.no-assigned-datasource _:-ms-lang(x),
.modal-window.missing-datasource-subscription _:-ms-lang(x),
.modal-window.missing-datasource-info _:-ms-lang(x),
.modal-window.no-assigned-slideshow _:-webkit-full-screen,
.modal-window.no-assigned-datasource _:-webkit-full-screen,
.modal-window.missing-datasource-subscription _:-webkit-full-screen,
.modal-window.missing-datasource-info _:-webkit-full-screen,
.modal-window.no-assigned-slideshow th,
.modal-window.no-assigned-datasource th,
.modal-window.missing-datasource-subscription th,
.modal-window.missing-datasource-info th {
  text-align: left;
}
.modal-window.no-assigned-slideshow .header,
.modal-window.no-assigned-datasource .header,
.modal-window.missing-datasource-subscription .header,
.modal-window.missing-datasource-info .header {
  color: #000;
}
.modal-window.missing-datasource-info .peakpower {
  text-align: center;
}
.modal-window ::-webkit-scrollbar {
  width: 10px;
  background: #c1c0c0;
  border: none;
}
.modal-window ::-webkit-scrollbar-thumb {
  background: #6e6e6e;
  border: none;
}
.accessControl .access-control-overview-container td,
.accessControl .access-control-overview-container th {
  padding: 5px 20px 5px 0;
}
.accessControl .access-control-overview-container td:last-child,
.accessControl .access-control-overview-container th:last-child {
  padding-right: 0;
}
.newSubAccount .access-control-add-container input#email {
  width: 100%;
}
.newSubAccount .access-control-add-container label {
  margin-right: 20px;
}
.newSubAccount .access-control-add-container .list-container td,
.newSubAccount .access-control-add-container .list-container th {
  text-align: left;
  padding: 5px 20px 5px 0;
}
.newSubAccount .access-control-add-container .list-container td:last-child,
.newSubAccount .access-control-add-container .list-container th:last-child {
  padding-right: 0;
}
.newSubAccount .access-control-add-container .list-container h3 {
  border-bottom: 1px solid white;
}
.editPendingActivation .access-control-edit-pending-container label {
  margin-right: 20px;
}
.editPendingActivation .access-control-edit-pending-container .list-container td,
.editPendingActivation .access-control-edit-pending-container .list-container th {
  text-align: left;
  padding: 5px 20px 5px 0;
}
.editPendingActivation .access-control-edit-pending-container .list-container td:last-child,
.editPendingActivation .access-control-edit-pending-container .list-container th:last-child {
  padding-right: 0;
}
.editPendingActivation .access-control-edit-pending-container .list-container h3 {
  border-bottom: 1px solid white;
}
.editSubAccount .access-control-edit-container label {
  margin-right: 20px;
}
.editSubAccount .access-control-edit-container .list-container td,
.editSubAccount .access-control-edit-container .list-container th {
  text-align: left;
  padding: 5px 20px 5px 0;
}
.editSubAccount .access-control-edit-container .list-container td:last-child,
.editSubAccount .access-control-edit-container .list-container th:last-child {
  padding-right: 0;
}
.editSubAccount .access-control-edit-container .list-container h3 {
  border-bottom: 1px solid white;
}
.slideshows-list {
  width: 31%;
  margin-right: 30px;
}
.displays-list {
  width: 31%;
  margin-right: 30px;
}
.datasources-list {
  width: 31%;
}
.filemanager .accordion-box img.preload {
  height: 54px;
  margin: 0 21px 0 20px;
}
.filemanager .accordion-box .right {
  position: relative;
  float: right;
}
.filemanager .accordion-box .right .toggle {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
@-moz-document url-prefix() {
  .filemanager .accordion-box .right .toggle {
    top: -10px;
    position: relative;
  }
}
.filemanager .accordion-box .right _:-ms-lang(x),
.filemanager .accordion-box .right _:-webkit-full-screen,
.filemanager .accordion-box .right .toggle {
  top: -10px;
  position: relative;
}
.filemanager .accordion-box .content {
  min-height: 0px;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
.filemanager .accordion-box .content .nofiles {
  display: block;
  width: 100%;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
}
.filemanager .accordion-box .content ul {
  padding: 0;
  margin: 0;
}
.filemanager .accordion-box .content ul li {
  padding: 0;
  margin: 5px 5px;
  float: left;
  position: relative;
  height: 68px;
  width: 123px;
  overflow: hidden;
}
.filemanager .accordion-box .content ul li img {
  height: auto;
  width: 100%;
}
.filemanager .accordion-box .content ul li a.delete {
  line-height: 10px;
  bottom: 5px;
  right: 8px;
  position: absolute;
}
.filemanager .accordion-box.document li a:not(.delete) {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  background-size: contain;
  background-image: url('../images/icons/file.png');
}
.filemanager .boxy-wrapper img {
  max-width: 1920px;
}
div.advertising.configuration h1,
div.advertising.configuration p,
div.advertising.configuration li,
div.advertising.configuration label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  border: none;
}
div.advertising.configuration h1 {
  font-size: 25px;
}
div.advertising.configuration h1 {
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.1;
}
div.advertising.configuration p {
  margin: 0 0 10px;
}
div.advertising.configuration ul {
  margin: 14px 0;
  padding: 0 0 0 40px;
}
div.advertising.configuration label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
div.advertising.configuration label input[type=radio] {
  position: absolute;
  margin: 4px 0 0 -20px;
}
div.advertising.configuration .information {
  max-width: 650px !important;
  width: 650px !important;
}
.intersolar-container {
  text-transform: uppercase;
}
.intersolar-container .inter-popup {
  position: fixed;
  top: 31.5%;
  right: 0;
  height: 300px;
  width: 300px;
  z-index: 999999;
  background-color: #005CA2;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.intersolar-container .hidden {
  display: none;
}
.intersolar-container .inter-bottom {
  display: flex;
  background-color: #007BBF;
  flex: 1;
  flex-direction: row;
}
.intersolar-container .inter-top {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.intersolar-container .inter-bottom-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.intersolar-container .inter-bottom-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intersolar-container .inter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1AE00;
  height: 30px;
  width: 100px;
  color: #ffffff;
  cursor: pointer;
}
.intersolar-container .inter-visit {
  color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
}
.intersolar-container .inter-place-parent {
  display: flex;
  height: 25px;
  padding-left: 10px;
}
.intersolar-container .inter-place {
  padding-right: 5px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.intersolar-container .inter-place-number {
  padding-left: 5px;
  color: #ffffff;
  font-family: RobotoBold;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.intersolar-container .inter-top-head {
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.intersolar-container .inter-top-body {
  display: flex;
  height: 75px;
  cursor: move;
}
.intersolar-container .inter-top-footer {
  display: flex;
  height: 110px;
  cursor: move;
}
.intersolar-container .inter-top-body-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 15px;
}
.intersolar-container .inter-top-body-right {
  flex: 1;
  display: flex;
}
.intersolar-container .inter-date {
  color: #ffffff;
}
.intersolar-container .inter-year {
  font-size: 25px;
  color: #ffffff;
}
.intersolar-container .inter-europe {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  padding-bottom: 4px;
}
.intersolar-container .inter-date-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.intersolar-container .inter-day,
.intersolar-container .inter-hour,
.intersolar-container .inter-min {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  flex-direction: column;
}
.intersolar-container .inter-days-left {
  flex: 1;
  display: flex;
  color: #ffffff;
}
.intersolar-container .inter-hours-left {
  flex: 1;
  display: flex;
  color: #ffffff;
}
.intersolar-container .inter-mins-left {
  display: flex;
  color: #ffffff;
  flex: 1;
}
.intersolar-container .inter-day-counter {
  position: absolute;
  top: 42%;
  left: 11%;
  font-size: 30px;
  color: #ffffff;
  width: 33px;
  text-align: center;
}
.intersolar-container .inter-hour-counter {
  position: absolute;
  top: 42%;
  left: 44.5%;
  font-size: 30px;
  color: #ffffff;
  width: 33px;
  text-align: center;
}
.intersolar-container .inter-min-counter {
  position: absolute;
  top: 42%;
  right: 11%;
  font-size: 30px;
  color: #ffffff;
  width: 33px;
  text-align: center;
}
.intersolar-container #inter-svg-min {
  transform: rotate(-88deg);
}
.intersolar-container .inter-close {
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #F8F8FF;
  align-items: center;
  justify-content: center;
  color: #005CA2;
  font-family: RobotoBold;
  cursor: pointer;
}
.intersolar-container .inter-popup-small {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.intersolar-container .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.intersolar-container .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.intersolar-container .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.intersolar-container .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
div.sortableDatasources {
  width: 94.5%;
  overflow-y: auto;
  max-height: 300px;
}
div.sortableDatasources div.headline {
  display: flex;
  align-items: center;
  height: 35px;
}
div.sortableDatasources div.headline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
div.sortableDatasources ul.list li {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #e8e8e8;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  min-height: 33px;
}
div.sortableDatasources ul.list li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
div.sortableDatasources ul.list li.droparea {
  border: 1px solid #D4D4D4;
  background: #D4D4D4;
}
div.sortableDatasources ul.ui-sortable {
  max-height: 250px;
  overflow-y: auto;
}
div.sortableDatasources hr.datasource-line {
  margin-bottom: 5px;
}
div.sortableDatasources div.expected:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
div.sortableDatasources ul.list li .cut {
  overflow: initial;
}
div.sortableDatasources ul.list li div.column {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 0.9%;
}
div.sortableDatasources ul.list li div.column .sfbutton {
  display: inline-block;
  width: 100px;
  height: 25px;
  padding: 5px 10px !important;
  border: none;
  background-color: #ffc400;
  color: white;
  font-size: 11px;
  font-weight: normal;
}
div.sortableDatasources ul.list li div.column .sfbutton:focus {
  outline: none;
}
div.sortableDatasources ul.list li div.column .typeConfig {
  min-width: 860px;
  background-color: #f3f3f3;
  position: fixed;
  top: 19%;
  left: 29%;
  box-shadow: 0 0 5px 0px black;
  z-index: 10000;
}
div.sortableDatasources ul.list li div.column .typeConfig .title {
  width: 100%;
  height: 30px;
  margin: 0;
  background-color: #ffc400;
  color: white;
  font-size: 15px;
  padding: 5px 0;
}
div.sortableDatasources ul.list li div.column .typeConfig .title p {
  margin-left: 9px;
  transform: translateY(-11px);
}
div.sortableDatasources ul.list li div.column .typeConfig table {
  margin: 15px auto;
}
div.sortableDatasources ul.list li div.column .typeConfig td {
  padding: 2px 10px;
}
div.sortableDatasources ul.list li div.column .typeConfig tr:nth-of-type(2) td {
  padding-top: 5px;
}
div.sortableDatasources ul.list li div.column .typeConfig .head {
  border-bottom: 1px solid #ffc400;
  text-align: center;
}
div.sortableDatasources ul.list li div.column .typeConfig .centered a,
div.sortableDatasources ul.list li div.column .typeConfig .centered div {
  margin: 0 auto;
}
div.sortableDatasources ul.list li div.column .typeConfig .foxcolor-wrap {
  float: none !important;
}
div.sortableDatasources ul.list li div.column .typeConfig .sfselect {
  display: inline-block;
  height: 20px;
  width: 100px !important;
  padding: 0;
}
div.sortableDatasources ul.list li div.column .typeConfig .legends {
  padding: 1px;
}
div.sortableDatasources ul.list li div.column .disabled {
  display: none;
}
div.sortableDatasources ul.list li div.column .warning {
  text-align: center;
  margin: 5px auto;
  background-color: rgba(255, 0, 0, 0.432);
  border: 2px solid rgba(255, 0, 0, 0.623);
  color: black;
  width: 90%;
  padding: 5px;
}
div.sortableDatasources ul.list li div.column .sfselect,
div.sortableDatasources ul.list li div.column .sfinput {
  width: 100%;
  height: 60%;
}
div.sortableDatasources ul.list li div.column:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.sortableDatasources ul.list li div.column:nth-child(1) i {
  font-size: 20px;
  color: #bfbfbf;
}
div.sortableDatasources ul.list li div.column:nth-child(4) .sfselect {
  width: 70%;
}
div.sortableDatasources ul.list li div.column:nth-child(7) a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.sortableDatasources ul.list li div.column:nth-child(7) i {
  font-size: 16px;
}
div.sortableDatasources div.expected {
  height: 100%;
}
div.sortableDatasources div.expected div.column {
  height: 100%;
}
div.sortableDatasources div.expected div.column:nth-child(1) {
  margin-top: 5px;
  width: 5%;
}
div.sortableDatasources div.expected div.column:nth-child(2) {
  margin-top: 7px;
  width: 25%;
}
div.sortableDatasources div.expected div.column:nth-child(3) {
  padding: 1px;
  width: 10%;
}
div.sortableDatasources div.expected div.column:nth-child(4) {
  width: 2%;
  margin-right: 3%;
  margin-top: 6px;
}
div.sortableDatasources div.expected div.column:nth-child(5) {
  margin-top: 1px;
  width: 15%;
}
div.sortableDatasources div.expected div.column:nth-child(6) {
  margin-top: 1px;
  width: 20%;
}
div.sortableDatasources div.expected div.column:nth-child(7) {
  margin-top: 5px;
  width: 5%;
  margin-left: 5px;
}
div.sortableDatasources div.expected div.column .sfselect,
div.sortableDatasources div.expected div.column .sfinput {
  width: 97%;
}
div.sortableDatasources div.expected div.column .sfselect {
  height: 28px;
}
div.sortableDatasources div.column {
  float: left;
}
div.sortableDatasources div.column:last-child {
  padding-right: 0;
}
div.sortableDatasources div.column:nth-child(1) {
  width: 5%;
}
div.sortableDatasources div.column:nth-child(2) {
  width: 25%;
  overflow: hidden !important;
}
div.sortableDatasources div.column:nth-child(3) {
  width: 10%;
}
div.sortableDatasources div.column:nth-child(4) {
  width: 5%;
}
div.sortableDatasources div.column:nth-child(5) {
  width: 15%;
}
div.sortableDatasources div.column:nth-child(6) {
  width: 20%;
}
div.sortableDatasources div.column:nth-child(7) {
  width: 5%;
  margin-left: 5px;
}
div#configuration-weather {
  display: flex;
}
div#configuration-weather div.configuration-weather-wrapper {
  width: 525px;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-line {
  width: 100%;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list {
  width: 100%;
  height: 100%;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list .weather-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list .weather-box-transparency {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list .weather-box-transparency select {
  width: 12%;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list .weather-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table {
  width: 100%;
  height: 100%;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table tr.head {
  border-bottom: 1px solid #9a9a9a;
  text-align: center;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table td.centered {
  text-align: center;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table p.p-l {
  padding-left: 30px;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table a.toggle-checkbox {
  margin: auto;
}
div#configuration-weather div.configuration-weather-wrapper div.weather-config-list table div.foxcolor-wrap {
  float: none !important;
  margin: auto;
}
.pdfViewer.configuration .document-name {
  font-family: RobotoBold;
}
.pdfViewer.configuration .upload-button-container {
  width: 185px;
  position: relative;
  overflow: hidden;
  direction: ltr;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdfViewer.configuration .upload-button-container i {
  padding-right: 7px;
}
.pdfViewer.configuration .upload-button-container .upload-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.pdfViewer.configuration .sfform .sfform-element {
  float: none;
  line-height: initial;
  width: 100%;
}
body.passwordExpired .info {
  border: 3px solid lightblue;
  background-color: white;
  color: #333;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.passwordExpired .info h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
body.passwordExpired .info ul {
  padding-left: 15px;
}
body.passwordExpired hr {
  margin-bottom: 10px;
}
body.passwordExpired .inputs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@font-face {
  font-family: PFDinTextPro;
  src: url('../fonts/PFDinTextPro-Regular.otf'), url('../fonts/PFDinTextPro-Regular.woff');
}
body.register-body {
  font-family: PFDinTextPro;
  background: url('../images/hintergrund.jpg'), #fff;
  background-size: cover;
}
.register-container {
  font-family: PFDinTextPro;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 input {
  padding: 3px 10px;
  border: 1px solid #ffa200;
  font-size: 14px;
  background: #eee;
  width: 100%;
}
.register-container .fancy-button {
  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;
  width: 50% !important;
  float: right;
}
.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 .register-box {
  background: #FCC000;
  top: -30px;
  width: 600px;
  padding: 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.register-container .register-box .heading {
  font-family: PFDinTextPro;
  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: 42%;
  margin: 0;
}
.register-container .register-box .logo img.password-reset {
  transform: translateY(195%);
}
.register-container .register-box .register-box-inner {
  padding: 1px;
  background: #fff;
  padding-bottom: 80px;
  min-height: 330px;
  border-radius: 0 0 4px 4px;
}
.register-container .register-box .register-box-inner .error-line {
  width: 100%;
  padding: 3px;
  background: #b84040;
  line-height: 25px;
}
.register-container .register-box .register-box-inner .success-line {
  height: 25px;
  width: 100%;
  padding: 3px;
  background: #40b840;
}
.register-container .register-box .register-box-inner .content {
  padding: 0 20px 20px;
  font-size: 12px;
  margin-top: 20px;
}
.register-container .register-box .register-box-inner .content table {
  width: 100%;
}
.register-container .register-box .register-box-inner .content table tr :first-child {
  width: 30%;
}
.register-container .register-box .register-box-inner .content table tr :nth-child(2) {
  width: 65%;
}
.register-container .register-box .register-box-inner .content table tr th {
  border-bottom: 2px solid #f8c102;
  width: 100%!important;
  margin-bottom: 10px;
  padding-bottom: 1%;
}
.register-container .register-box .register-box-inner .content table tr th img {
  width: 9% !important;
  height: 38px;
  float: left;
}
.register-container .register-box .register-box-inner .content table tr th h3 {
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: left;
  padding-left: 10px;
}
.register-container .register-box .register-box-inner .content table tr td {
  width: 30%;
  padding: 5px 0px 5px 0;
}
.register-container .register-box .register-box-inner .content table tr td input,
.register-container .register-box .register-box-inner .content table tr td select {
  width: 100%!important;
}
.register-container .register-box .register-box-inner .content table tr td .fancy-button.spin-on-click {
  /* strip to long button text */
  text-overflow: ellipsis;
}
.register-container .register-box .register-box-inner .content table tr td .fancy-button.spin-on-click:before {
  display: none;
  content: url(../images/loading_gray.gif);
  position: relative;
  top: 2px;
  padding-right: 3px;
}
.register-container .register-box .register-box-inner .content table tr td .fancy-button.spin-on-click:before.highlight {
  content: url(../images/loading.gif);
}
.register-container .register-box .register-box-inner .content table tr td .fancy-button.spin-on-click.spinning:before {
  display: inline;
}
.register-container .register-box .register-box-inner .content password-table {
  margin-bottom: 35px;
}
body.password-reset.energyfox {
  background-image: url(../images/login/energyfoxBackground.jpg);
}
body.password-reset .box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.password-reset .box-container .centered-box {
  z-index: 9;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #EFEFEF;
  padding: 10px 20px;
}
#tutorial-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
#tutorial-wrapper > * {
  pointer-events: all;
}
#tutorial-wrapper .focuser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 0 20px);
}
#tutorial-wrapper .focuser canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#tutorial-wrapper .speechbubble {
  position: absolute;
  bottom: 200px;
  right: 250px;
  width: 350px;
  box-shadow: 0 0 130px #000;
  background: white;
  border-radius: 15px;
  padding: 25px 35px 25px 25px;
}
#tutorial-wrapper .speechbubble .content {
  padding-bottom: 20px;
  color: black;
}
#tutorial-wrapper .speechbubble .content a {
  color: blue;
  text-decoration: underline;
}
#tutorial-wrapper .speechbubble .tipp-counter {
  color: black;
  font-size: 12px;
}
#tutorial-wrapper .speechbubble:after {
  content: '';
  position: absolute;
  right: -150px;
  bottom: -110px;
  width: 200px;
  height: 235px;
  background: url('../images/fuechse/6-showcase-2_small.png');
  pointer-events: none;
}
#tutorial-wrapper .speechbubble.left {
  right: initial;
  left: 250px;
  padding: 25px 25px 25px 35px;
}
#tutorial-wrapper .speechbubble.left:after {
  right: initial;
  left: -150px;
  height: 250px;
  background: url('../images/fuechse/5-showcase_small.png');
}
.news-paper-background {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  background-color: black;
  top: 0;
}
.news-paper-view {
  background-color: white;
  width: 90%;
  height: 100%;
  z-index: 9999;
  color: black;
  padding: 5%;
  box-shadow: 0px 0px 11px 0px #E8E8E8;
  /*overflow: auto;*/
  overflow-y: scroll;
}
.news-paper-info {
  background-color: white;
  width: 50%;
  /*height: 700px;*/
  height: 100%;
  z-index: 9999;
  color: black;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
}
.news-paper-view-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-head {
  font-weight: bold;
}
.news-small-text {
  font-size: 12.8px;
}
.news-text {
  font-size: 13px;
}
.news-image {
  width: 200px;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.news-box {
  display: flex;
  flex-direction: column;
  width: 1200px;
  height: 700px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.news-container {
  display: flex;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.no-overflow {
  overflow: hidden;
}
.news-box-head {
  flex: 1;
  color: #ffffff;
  background: #fec107;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
}
.news-box-body {
  flex: 12;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.news-head-text {
  flex: 20;
  align-items: center;
  padding-left: 2%;
  font-size: 30px;
  display: flex;
}
.news-close {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  cursor: pointer;
}
.news-icon-hover {
  text-shadow: 0px 0px 15px #E8E8E8;
}
.news-big-box {
  /*margin-bottom: 5%;
  flex:9;*/
  height: 80%;
  width: 95%;
  overflow-y: auto;
}
.news-small-box {
  /*flex:1;
  margin-bottom: 2%;
  width: 350px;*/
  height: 40px;
  margin-top: 10px;
  width: 250px;
  border-radius: 5px;
}
.news-word {
  background-color: #0173C7;
  color: #ffffff;
  align-items: center;
  display: flex;
  font-size: 20px;
  cursor: pointer;
}
.news-pdf {
  background-color: #DD0B0B;
  color: #ffffff;
  align-items: center;
  display: flex;
  font-size: 20px;
  cursor: pointer;
}
.news-pdf-disabled {
  background-color: #B50909;
}
.news-textfile {
  background-color: grey;
  color: #ffffff;
  align-items: center;
  display: flex;
  font-size: 20px;
  cursor: pointer;
}
.news-facebook {
  background-color: #3A5795;
  color: #ffffff;
  align-items: center;
  display: flex;
  font-size: 20px;
}
.news-small-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.news-small-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 3;
  height: 100%;
}
.screenReaderText {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#spinner {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
}
.hidden {
  display: none;
}
.news-paper-des {
  font-family: RobotoBold;
  font-size: 20px;
  line-height: 28px;
}
.news-paper-des-text {
  line-height: 20px;
  font-size: 15px;
}
.news-paper-info p {
  margin: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .news-box {
    width: 1200px;
  }
}
@media screen and (max-width: 1240px) {
  .news-box {
    width: 1000px;
  }
}
@media screen and (max-width: 1040px) {
  .news-box {
    width: 800px;
  }
}
#cookiebar {
  background: rgba(90, 90, 90, 0.9);
  border-top: 1px solid #FFF;
  color: #FFF;
  left: 0;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  z-index: 9999;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
}
#cookiebar button {
  border-radius: 3px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 26px;
  font-size: 0.93333em;
  letter-spacing: 0.1em;
  background: #e3a202;
  border-color: #e3a202;
  color: white;
}
#cookiebar a {
  margin: 13px;
  text-decoration: underline;
}
#cookiebar-desc {
  display: inline-block;
}
#cookiebar-desc span {
  margin-right: 1em;
}
