@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----------------------------------*  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.row {
  list-style: none;
  margin-left: -20px;
}

@media (max-width: 768px) {
  .row {
    margin-left: -20px;
  }
}

.col--2-of-2, .col--3-of-3, .col--4-of-4, .col--5-of-5, .col--6-of-6, .col--8-of-8, .col--12-of-12 {
  width: calc( 100% - 20px);
}

.col--1-of-2, .col--2-of-4, .col--3-of-6, .col--4-of-8, .col--6-of-12 {
  width: calc( 50% - 20px);
}

.col--1-of-3, .col--2-of-6, .col--4-of-12 {
  width: calc( 33.33333% - 20px);
}

.col--2-of-3, .col--4-of-6, .col--8-of-12 {
  width: calc( 66.66667% - 20px);
}

.col--1-of-4, .mediaSelectionPanel_thumbnailList li, .col--2-of-8, .col--3-of-12 {
  width: calc( 25% - 20px);
}

.col--3-of-4, .col--6-of-8, .col--9-of-12 {
  width: calc( 75% - 20px);
}

.col--push-2-of-2, .col--push-3-of-3, .col--push-4-of-4, .col--push-5-of-5, .col--push-6-of-6, .col--push-8-of-8, .col--push-12-of-12 {
  margin-left: calc( 100% + 20px);
}

.col--push-1-of-2, .col--push-2-of-4, .col--push-3-of-6, .col--push-4-of-8, .col--push-6-of-12 {
  margin-left: calc( 50% + 20px);
}

.col--push-1-of-3, .col--push-2-of-6, .col--push-4-of-12 {
  margin-left: calc( 33.33333% + 20px);
}

.col--push-2-of-3, .col--push-4-of-6, .col--push-8-of-12 {
  margin-left: calc( 66.66667% + 20px);
}

.col--push-1-of-4, .col--push-2-of-8, .col--push-3-of-12 {
  margin-left: calc( 25% + 20px);
}

.col--push-3-of-4, .col--push-6-of-8, .col--push-9-of-12 {
  margin-left: calc( 75% + 20px);
}

.col--pull-2-of-2, .col--pull-3-of-3, .col--pull-4-of-4, .col--pull-5-of-5, .col--pull-6-of-6, .col--pull-8-of-8, .col--pull-12-of-12 {
  margin-left: calc( -100% + 20px);
}

.col--pull-1-of-2, .col--pull-2-of-4, .col--pull-3-of-6, .col--pull-4-of-8, .col--pull-6-of-12 {
  margin-left: calc( -50% + 20px);
}

.col--pull-1-of-3, .col--pull-2-of-6, .col--pull-4-of-12 {
  margin-left: calc( -33.33333% + 20px);
}

.col--pull-2-of-3, .col--pull-4-of-6, .col--pull-8-of-12 {
  margin-left: calc( -66.66667% + 20px);
}

.col--pull-1-of-4, .col--pull-2-of-8, .col--pull-3-of-12 {
  margin-left: calc( -25% + 20px);
}

.col--pull-3-of-4, .col--pull-6-of-8, .col--pull-9-of-12 {
  margin-left: calc( -75% + 20px);
}

.col--1-of-5 {
  width: calc( 20% - 20px);
}

.col--push-1-of-5 {
  margin-left: calc( 20% + 20px);
}

.col--pull-1-of-5 {
  margin-left: calc( -20% + 20px);
}

.col--2-of-5 {
  width: calc( 40% - 20px);
}

.col--push-2-of-5 {
  margin-left: calc( 40% + 20px);
}

.col--pull-2-of-5 {
  margin-left: calc( -40% + 20px);
}

.col--3-of-5 {
  width: calc( 60% - 20px);
}

.col--push-3-of-5 {
  margin-left: calc( 60% + 20px);
}

.col--pull-3-of-5 {
  margin-left: calc( -60% + 20px);
}

.col--4-of-5 {
  width: calc( 80% - 20px);
}

.col--push-4-of-5 {
  margin-left: calc( 80% + 20px);
}

.col--pull-4-of-5 {
  margin-left: calc( -80% + 20px);
}

.col--1-of-6 {
  width: calc( 16.66667% - 20px);
}

.col--push-1-of-6 {
  margin-left: calc( 16.66667% + 20px);
}

.col--pull-1-of-6 {
  margin-left: calc( -16.66667% + 20px);
}

.col--5-of-6 {
  width: calc( 83.33333% - 20px);
}

.col--push-5-of-6 {
  margin-left: calc( 83.33333% + 20px);
}

.col--pull-5-of-6 {
  margin-left: calc( -83.33333% + 20px);
}

.col--1-of-8 {
  width: calc( 12.5% - 20px);
}

.col--push-1-of-8 {
  margin-left: calc( 12.5% + 20px);
}

.col--pull-1-of-8 {
  margin-left: calc( -12.5% + 20px);
}

.col--3-of-8 {
  width: calc( 37.5% - 20px);
}

.col--push-3-of-8 {
  margin-left: calc( 37.5% + 20px);
}

.col--pull-3-of-8 {
  margin-left: calc( -37.5% + 20px);
}

.col--5-of-8 {
  width: calc( 62.5% - 20px);
}

.col--push-5-of-8 {
  margin-left: calc( 62.5% + 20px);
}

.col--pull-5-of-8 {
  margin-left: calc( -62.5% + 20px);
}

.col--7-of-8 {
  width: calc( 87.5% - 20px);
}

.col--push-7-of-8 {
  margin-left: calc( 87.5% + 20px);
}

.col--pull-7-of-8 {
  margin-left: calc( -87.5% + 20px);
}

.col--1-of-12 {
  width: calc( 8.33333% - 20px);
}

.col--push-1-of-12 {
  margin-left: calc( 8.33333% + 20px);
}

.col--pull-1-of-12 {
  margin-left: calc( -8.33333% + 20px);
}

.col--2-of-12 {
  width: calc( 16.66667% - 20px);
}

.col--push-2-of-12 {
  margin-left: calc( 16.66667% + 20px);
}

.col--pull-2-of-12 {
  margin-left: calc( -16.66667% + 20px);
}

.col--5-of-12 {
  width: calc( 41.66667% - 20px);
}

.col--push-5-of-12 {
  margin-left: calc( 41.66667% + 20px);
}

.col--pull-5-of-12 {
  margin-left: calc( -41.66667% + 20px);
}

.col--7-of-12 {
  width: calc( 58.33333% - 20px);
}

.col--push-7-of-12 {
  margin-left: calc( 58.33333% + 20px);
}

.col--pull-7-of-12 {
  margin-left: calc( -58.33333% + 20px);
}

.col--10-of-12 {
  width: calc( 83.33333% - 20px);
}

.col--push-10-of-12 {
  margin-left: calc( 83.33333% + 20px);
}

.col--pull-10-of-12 {
  margin-left: calc( -83.33333% + 20px);
}

.col--11-of-12 {
  width: calc( 91.66667% - 20px);
}

.col--push-11-of-12 {
  margin-left: calc( 91.66667% + 20px);
}

.col--pull-11-of-12 {
  margin-left: calc( -91.66667% + 20px);
}

.col, .mediaSelectionPanel_thumbnailList li {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  margin-left: 20px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .col, .mediaSelectionPanel_thumbnailList li {
    margin-left: 20px;
    margin-right: 0;
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .col[class*="col--m-"], .mediaSelectionPanel_thumbnailList li[class*="col--m-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .col.col--m-1-of-2, .col.col--m-2-of-4, .mediaSelectionPanel_thumbnailList li.col--m-2-of-4, .mediaSelectionPanel_thumbnailList li.col--m-1-of-2 {
    width: calc(50% - 20px);
  }
  .col.col--m-1-of-3, .mediaSelectionPanel_thumbnailList li {
    width: calc(33.33333% - 20px);
  }
  .col.col--m-2-of-3, .mediaSelectionPanel_thumbnailList li.col--m-2-of-3 {
    width: calc(66.66667% - 20px);
  }
  .col.col--m-1-of-4, .mediaSelectionPanel_thumbnailList li.col--m-1-of-4 {
    width: calc(25% - 20px);
  }
  .col.col--m-3-of-4, .mediaSelectionPanel_thumbnailList li.col--m-3-of-4 {
    width: calc(75% - 20px);
  }
}

@media (max-width: 480px) {
  .col[class*="col--s-"], .mediaSelectionPanel_thumbnailList li[class*="col--s-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .col.col--s-1-of-2, .col.col--s-2-of-4, .mediaSelectionPanel_thumbnailList li.col--s-2-of-4, .mediaSelectionPanel_thumbnailList li {
    width: 50%;
  }
  .col.col--s-1-of-3, .mediaSelectionPanel_thumbnailList li.col--s-1-of-3 {
    width: 33.33333%;
  }
  .col.col--s-2-of-3, .mediaSelectionPanel_thumbnailList li.col--s-2-of-3 {
    width: 66.66667%;
  }
  .col.col--s-1-of-4, .mediaSelectionPanel_thumbnailList li.col--s-1-of-4 {
    width: 25%;
  }
  .col.col--s-3-of-4, .mediaSelectionPanel_thumbnailList li.col--s-3-of-4 {
    width: 75%;
  }
}

.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col--d-first {
  float: left;
}

.col--d-last {
  float: right;
}

.row--no-gutter {
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
}

.row--no-gutter .col, .row--no-gutter .mediaSelectionPanel_thumbnailList li, .mediaSelectionPanel_thumbnailList .row--no-gutter li {
  margin-left: 0;
  box-sizing: border-box;
}

.row--no-gutter .col--span-all {
  margin-left: 0;
  width: 100%;
}

.col--ab {
  vertical-align: bottom;
}

.col--am {
  vertical-align: middle;
}

/*! jQuery UI - v1.11.4 - 2016-06-06
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

body, html {
  background-color: #ffffff;
  color: #8c8c8c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

body.deny_scrolling, html.deny_scrolling {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  body, html {
    font-size: 15px;
  }
}

@media screen and (max-width: 960px) {
  body, html {
    font-size: 14px;
  }
}

p {
  line-height: 21px;
  letter-spacing: 0.3px;
}

a {
  color: #3f8c9c;
  text-decoration: none;
}

h1 {
  font-size: 4.5vw;
  font-family: "Montserrat", sans-serif;
  line-height: 5.2vw;
}

h2 {
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
}

.dashboard {
  position: fixed;
  border-radius: 0px;
  left: 0px;
  top: 0px;
  bottom: 40px;
  right: 0px;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background: white;
  color: black;
  z-index: 5;
  box-sizing: border-box;
  display: none;
  line-height: 33px;
  padding: 90px 30px 30px 260px;
}

.dashboard.open {
  display: block;
}

.dashboard_header {
  position: absolute;
  background: #3c3c3c;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  padding: 10px 30px;
}

.dashboard_header h3 {
  font-weight: normal;
  color: #3f8c9c;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  margin: 0px;
  border: 0px;
}

@media screen and (max-width: 480px) {
  .dashboard_header h3 {
    font-size: 16px;
  }
}

.dashboard_nav_menu_icon {
  position: absolute;
  background: #3c3c3c;
  top: 90px;
  left: 20px;
  width: 30px;
  height: 30px;
  display: none;
  background: url("../img/menu_black.svg");
}

@media screen and (max-width: 768px) {
  .dashboard_nav_menu_icon {
    display: block;
  }
}

.dashboard_nav_menu_close_icon {
  position: absolute;
  background: #3c3c3c;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  display: none;
  background: url("../img/close_menu.svg");
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .dashboard_nav_menu_close_icon {
    display: block;
  }
}

.dashboard_nav {
  position: absolute;
  background: #3f8c9c;
  top: 60px;
  left: 0px;
  bottom: 0px;
  width: 170px;
  padding: 15px 30px;
  z-index: 1;
  transition: left 0.3s;
}

@media screen and (max-width: 768px) {
  .dashboard_nav {
    left: -230px;
    padding: 70px 30px 15px;
  }
  .dashboard_nav.open {
    left: 0px;
  }
}

.dashboard_nav input[type="submit"] {
  background: rgba(255, 255, 255, 0);
  border: 0px;
  display: block;
  width: 170px;
  height: 40px;
  padding: 0 0 0 5px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  margin-left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  border-radius: 0px;
  transition: all 0.15s;
}

.dashboard_nav input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.1);
  border-left: 10px solid rgba(255, 255, 255, 0.3);
}

.dashboard_board {
  position: absolute;
  bottom: 15px;
  top: 60px;
  left: 230px;
  right: 0px;
  padding: 30px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .dashboard_board {
    left: 80px;
    padding: 30px 30px 30px 0px;
  }
}

.dashboard_board h3 {
  margin: 0 0 15px 0;
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
  color: white;
  background-color: #3f8c9c;
  border-radius: 3px;
  position: relative;
}

.dashboard_board h3::before {
  content: "";
  position: absolute;
  background-color: #3f8c9c;
  height: 1px;
  width: 30px;
  top: calc(50% - 1px);
  left: -30px;
}

.dashboard_board label {
  display: table-cell;
  width: 175px;
  text-align: left;
  padding: 0 10px 0 5px;
}

.dashboard_board label:after {
  content: ":";
}

.dashboard_board label:empty:after {
  content: "";
}

.dashboard_board form.fullwidth {
  width: 100%;
}

.dashboard_submit_input {
  padding: 5px 10px;
  border-radius: 3px;
  background: #3f8c9c;
  transition: all 0.2s;
  color: white;
  border: 0px;
  display: inline-block;
  vertical-align: top;
}

.dashboard_submit_input.one_line {
  display: table-cell;
  width: 30px;
  margin-left: 5px;
}

.dashboard_submit_input:hover {
  background: #3c3c3c;
  color: white;
}

.label_aligned {
  margin-left: 190px;
}

.dashboard_inputgroup {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.dashboard_inputgroup.disabled {
  display: none;
}

.dashboard_text_input {
  display: inline-block;
  width: calc(100% - 240px);
  min-width: 200px;
  padding: 5px;
  padding-left: 10px;
  border-radius: 0px !important;
  background: white;
  transition: all 0.2s;
  color: #3f8c9c;
  border: 0px;
  border-bottom: 1px solid #e1e1e1;
}

.dashboard_text_input.autofill {
  display: table-cell;
  width: calc(100% - 25px);
}

.dashboard_text_input.one_line {
  width: calc(100% - 52px);
}

.dashboard_text_input.small {
  display: inline-block;
  width: 150px;
}

.dashboard_text_input:hover {
  border-bottom: 1px solid #3c3c3c;
}

.dashboard_text_input:focus {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  outline: 0px;
}

.addArticleForm, .editArticleForm {
  display: block;
  padding: 30px;
  border: 1px solid #3f8c9c;
  border-radius: 3px;
  box-sizing: border-box;
}

.addArticleForm.hidden, .editArticleForm.hidden {
  display: none;
}

.pagefilter_form {
  line-height: 20px;
  margin: -10px 0 20px 0;
}

.button_filter {
  background: white;
  color: #3f8c9c;
  font-size: 0.8em;
  line-height: 20px;
  padding: 0 5px;
  margin: 0px;
  border: 0px;
  height: 20px;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  transition: border-radius 0.2s;
}

.button_filter:hover {
  background: #3f8c9c;
  color: white;
}

.button_filter.active {
  background: #3f8c9c;
  color: white;
}

.dashboard_icon_button {
  border: 0px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: border-radius 0.2s;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.dashboard_icon_button:hover {
  border-radius: 100%;
}

.dashboard_icon_button::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 2px;
  left: 2px;
}

.dashboard_icon_button_small {
  border: 0px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  transition: border-radius 0.2s;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.dashboard_icon_button_small:hover {
  background: #3c3c3c;
}

.dashboard_icon_button_small::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}

.dashboard_icon_group_button_small {
  border: 0px;
  width: 24px;
  height: 24px;
  transition: border-radius 0.2s;
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  vertical-align: middle;
}

.dashboard_icon_group_button_small:hover {
  background: #3c3c3c;
}

.dashboard_icon_group_button_small::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}

.dashboard_icon_group_button_small:first-child {
  border-radius: 3px 0 0 3px;
}

.dashboard_icon_group_button_small:last-child {
  border-radius: 0 3px 3px 0;
}

.dashboard_icon_group {
  margin-right: 5px;
}

.button_language {
  background: #3f8c9c;
  line-height: 24px;
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  padding: 0px;
}

.button_language::before {
  display: none;
}

.button_language.active {
  background: #49a54e;
}

.button_language:hover {
  background: #3c3c3c;
}

.button_delete, .background_dialogue_image_delete {
  background: #3f8c9c;
}

.button_delete::before, .background_dialogue_image_delete::before {
  background: url("../img/trash.svg");
}

.button_save {
  background: #3f8c9c;
}

.button_save::before {
  background: url("../img/save.svg");
}

.button_activate {
  background: #3f8c9c;
}

.button_activate::before {
  background: url("../img/on.svg");
}

.button_details {
  background: #3f8c9c;
}

.button_details::before {
  background: url("../img/details.svg");
}

.button_edit {
  background: #3f8c9c;
}

.button_edit::before {
  background: url("../img/edit.svg");
}

.button_online {
  background: #49a54e;
}

.button_online::before {
  background: url("../img/on.svg");
}

.button_offline {
  background: #3f8c9c;
}

.button_offline::before {
  background: url("../img/on.svg");
}

.button_timer {
  background: #3f8c9c;
}

.button_timer::before {
  background: url("../img/timer.svg");
}

.button_timer_set {
  background: #49a54e;
}

.button_timer_set::before {
  background: url("../img/timer.svg");
}

.showAddForm {
  text-align: right;
}

.showAddForm_button {
  border: 0px;
  background: #3f8c9c;
  border-radius: 3px;
  padding: 10px 20px 10px 50px;
  color: white;
  line-height: 30px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0px;
}

.showAddForm_button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/add.svg");
  top: 10px;
  left: 10px;
}

.showAddForm_button:hover {
  background: #3c3c3c;
}

.versionControlForm {
  display: inline-block;
}

.pagecreator_form {
  margin-bottom: 40px;
}

.pagecreator_form select[name="pagepreset"] {
  display: none;
}

.pagecreator_link, .pagecreator_form__button {
  background: #3f8c9c;
  border: 0px;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  transition: border-radius 0.2s;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
}

.pagecreator_link:hover, .pagecreator_form__button:hover {
  border-radius: 100%;
}

input[type="text"].pagecreator_form__input {
  border: 0px;
  height: 30px;
  line-height: 30px;
  float: left;
  padding: 0px;
  margin-left: 0px;
  color: #3f8c9c;
  background: white;
  transition: all 0.2s;
}

input[type="text"].pagecreator_form__input:hover {
  padding: 0 10px;
  color: white;
}

input[type="text"].pagecreator_form__input:focus {
  padding: 0 0px;
  color: #3f8c9c;
}

.pagetable {
  width: 100%;
  margin: 20px 0;
}

.pagetable tr.page_row {
  margin-bottom: 10px;
}

.pagetable tr.page_row td:first-child {
  text-align: left;
  font-weight: normal;
  color: #3f8c9c;
  background: white;
  line-height: 30px;
  border-radius: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.pagetable tr.page_row td:first-child a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  padding-right: 20px;
}

.pagetable tr.page_row td:first-child span.id {
  font-size: 0.9rem;
  display: block;
  margin-left: 5px;
  padding: 0px 10px;
  background-color: #3f8c9c;
  border-radius: 3px;
  float: right;
  transition: all 0.2s;
  color: white;
}

.pagetable tr.page_row td:first-child span.show_versions {
  font-size: 0.9rem;
  display: block;
  margin-left: 5px;
  padding: 0px 10px;
  background-color: #3f8c9c;
  border-radius: 3px;
  float: right;
  transition: all 0.2s;
  cursor: pointer;
  color: white;
}

.pagetable tr.page_row td:first-child span.show_versions:hover {
  background-color: #3c3c3c;
}

.pagetable tr.page_row td:first-child span.show_versions.open {
  background-color: #3c3c3c;
}

.pagetable tr.page_row td:last-child {
  text-align: right;
  width: 100px;
  vertical-align: top;
  line-height: 30px;
}

.pagetable tr.page_row td:last-child form {
  height: 30px;
}

.pagetable tr.version_row {
  border-bottom: 0px;
  display: none;
}

.pagetable tr.version_row.open {
  display: table-row;
}

.pagetable tr.version_row td:first-child {
  text-align: left;
  padding: 0 0 0 30px;
  position: relative;
}

.pagetable tr.version_row td:first-child .version_details {
  font-size: 0.8em;
  color: #3f8c9c;
  margin: 0 0 10px 55px;
  line-height: normal;
}

.pagetable tr.version_row td:first-child .version_nr {
  display: inline-block;
  width: 40px;
  height: 22px;
  background: white;
  border: 1px solid #3f8c9c;
  color: #3f8c9c;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
}

.pagedetails {
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 0;
  border-left: 5px solid #3f8c9c;
  padding-left: 10px;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.2s;
}

.pagedetails.open {
  max-height: 200px;
  margin: 0 0 10px 20px;
}

.detail_label {
  width: 80px;
  font-style: italic;
  display: inline-block;
}

.button_unfold {
  color: #3f8c9c;
  transition: all 0.2s;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
}

.button_unfold.open {
  color: #3f8c9c;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mediafilter_form {
  border-bottom: 1px solid #d5d5d5;
}

.medialist {
  list-style: none;
  margin: 0px 0px;
  padding: 0px;
}

.medialist_item {
  display: block;
  height: 70px;
  position: relative;
  margin: 5px 0;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}

.medialist_item_imageframe {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #d5d5d5;
  left: 0px;
  top: 5px;
  border-radius: 3px;
}

.medialist_item_imageframe img {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}

.medialist_item_label {
  text-align: left;
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 80px;
  color: #3c3c3c;
  font-size: 0.9em;
  height: 20px;
  line-height: 20px;
  left: 0px;
  top: 5px;
}

.medialist_item_details {
  text-align: left;
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 80px;
  color: #3f8c9c;
  font-size: 0.7em;
  height: 40px;
  line-height: 20px;
  left: 0px;
  top: 25px;
}

.medialist_item_detail_tag {
  padding: 2px 3px 2px 15px;
  border: 1px solid #3f8c9c;
  border-radius: 10px 3px 3px 10px;
  cursor: pointer;
  margin-right: 3px;
  position: relative;
  transition: all 0.2s;
}

.medialist_item_detail_tag:hover {
  background: #3f8c9c;
  color: white;
}

.medialist_item_detail_tag:hover:before {
  background: white;
}

.medialist_item_detail_tag:before {
  content: "";
  position: absolute;
  background: #3f8c9c;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.medialist_item_form {
  position: absolute;
  right: 0px;
  top: 20px;
  background: white;
  height: 30px;
  padding: 5px;
  border-radius: 0 8px 0 8px;
}

.upload_overlay {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 7;
  transition: all 0.2s;
  display: none;
}

.upload_spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -100px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 8;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.progress_message {
  font-size: 1.2 em;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0px, -140px);
      -ms-transform: translate(0px, -140px);
          transform: translate(0px, -140px);
  color: white;
  padding: 160px 0px 20px;
  background: #3f8c9c;
}

.usertable {
  width: 100%;
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 50px;
}

.usertable tr:nth-child(even) {
  background-color: #eee;
}

.usertable th {
  text-align: left;
  border-bottom: 1px solid #3f8c9c;
  vertical-align: top;
  position: relative;
  padding: 10px;
  color: #3f8c9c;
}

.usertable th:nth-child(7) {
  width: 70px;
  text-align: right;
}

.usertable td {
  vertical-align: top;
  padding: 10px;
}

.usertable td:nth-child(7) {
  width: 70px;
  text-align: right;
}

.user_change_permission_form {
  position: relative;
}

.user_change_permission_form select {
  vertical-align: middle;
}

.user_change_permission_form .button_save {
  display: none;
  vertical-align: middle;
}

.user_change_permission_form .button_save.open {
  display: inline-block;
}

.permissions_table {
  width: 50%;
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 50px;
}

.permissions_table tr:nth-child(even) {
  background-color: #eee;
}

.permissions_table th {
  text-align: left;
  border-bottom: 1px solid #3f8c9c;
  vertical-align: top;
  position: relative;
  padding: 10px;
  color: #3f8c9c;
}

.permissions_table td {
  vertical-align: top;
  padding: 10px;
}

.archives_table {
  width: 100%;
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 50px;
}

.archives_table tr:nth-child(even) {
  background-color: #eee;
}

.archives_table th {
  text-align: left;
  border-bottom: 1px solid #3f8c9c;
  vertical-align: top;
  position: relative;
  padding: 10px;
  color: #3f8c9c;
}

.archives_table th:nth-child(5) {
  width: 100px;
  text-align: right;
}

.archives_table td {
  vertical-align: top;
  padding: 10px;
}

.archives_table td:nth-child(5) {
  width: 70px;
  text-align: right;
}

.archives_table_image {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.image_choose_preview {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.article_image_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  height: 300px;
  left: 190px;
  right: 0px;
  top: 0px;
  overflow-y: auto;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.article_image_list .mediaSelectionPanel_close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  z-index: 1;
  cursor: pointer;
}

.article_image_list .mediaSelectionPanel_close:hover {
  background-color: #e1e1e1;
}

.article_image_list .mediaSelectionPanel_close:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #3f8c9c;
}

.article_image_list .mediaSelectionPanel_close:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0px;
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #3f8c9c;
}

.article_image_list .mediaSelectionPanel_header {
  display: none;
}

.article_image_list .mediaSelectionPanel_item {
  padding: 10px;
}

.article_image_list .mediaSelectionPanel_item .mediaSelectionPanel_selector {
  cursor: pointer;
  position: relative;
  height: 60px;
}

.article_image_list .mediaSelectionPanel_item .mediaSelectionPanel_selector:hover {
  background-color: #e1e1e1;
}

.article_image_list .mediaSelectionPanel_item .mediaSelectionPanel_selector img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article_image_list .mediaSelectionPanel_item .mediaSelectionPanel_selector .mediaSelectionPanel_description {
  font-size: 0.9rem;
  position: absolute;
  top: 30px;
  left: 75px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.subcategory_tags {
  position: absolute;
  left: 250px;
  right: 70px;
  top: 43px;
  background-color: #3f8c9c;
  padding: 3px 10px;
  border-radius: 4px;
  border: 2px solid white;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}

.subcategory_tags:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -8px;
  width: 12px;
  height: 12px;
  background-color: #3f8c9c;
  border: 0px solid transparent;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.subcategory_tags.open {
  display: block;
}

.subcategory_tags .subcategory_tag {
  display: inline-block;
  padding: 2px 5px;
  background-color: white;
  color: #3f8c9c;
  border-radius: 3px;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.subcategory_tags .subcategory_tag:hover {
  background-color: #3c3c3c;
  color: white;
}

.subcategory_tags .subcategory_tag:before {
  content: "+ ";
}

#userbar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  line-height: 30px;
  padding: 5px 20px;
  background: black;
  color: white;
  z-index: 4;
}

#userbar form.editform, #userbar form.saveform {
  display: block;
  float: right;
}

#userbar form.logoutform {
  display: inline-block;
}

.userpanel_button {
  width: 30px;
  height: 30px;
  text-align: center;
  background: black;
  border: 0px;
  display: inline-block;
  padding: 0px;
  border-radius: 3px;
  transition: all 0.2s;
  position: relative;
  vertical-align: bottom;
}

.userpanel_button img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.userpanel_button:hover {
  background: #3f8c9c;
}

.userpanel_userpic {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.saveoptions {
  position: fixed;
  width: 400px;
  bottom: 40px;
  right: -460px;
  background-color: #3c3c3c;
  padding: 30px;
  border-radius: 15px 0 0 0;
  font-size: 0.9em;
  transition: all 0.5s;
}

.saveoptions.open {
  right: 0px;
}

@media screen and (max-width: 460px) {
  .saveoptions {
    width: 100%;
    box-sizing: border-box;
    right: -100vw;
  }
  .saveoptions.open {
    border-radius: 0;
  }
}

.saveoptions_headline {
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid white;
  font-family: "Montserrat", sans-serif;
  margin-top: 0px;
  text-align: center;
}

.saveoptions_inputgroup {
  display: block;
  float: none;
  margin-bottom: 30px;
}

.saveoptions_inputgroup label {
  width: 100px;
  display: inline-block;
}

.saveoptions_inputgroup label::after {
  content: ":";
}

.saveoptions_inputgroup input, .saveoptions_inputgroup select {
  width: calc(100% - 110px);
  padding: 5px;
  margin: 0px;
  border: 0px;
  box-sizing: content-box;
  background: transparent;
  border-bottom: 1px solid white;
  outline: 0px;
}

.saveoptions_inputgroup input option, .saveoptions_inputgroup select option {
  color: black;
}

.userpanel_saveoptions_button {
  border: 5px solid transparent;
  background-clip: padding-box;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #565656;
  outline: 0px;
}

.userpanel_saveoptions_button:hover {
  background-color: #6f6f6f;
}

.userpanel_saveoptions_button.save_publish {
  background-color: #49a54e;
}

.userpanel_saveoptions_button.save_publish:hover {
  background-color: #66BB6A;
}

.userpanel_saveoptions_button.save_abort {
  width: 33%;
}

.userpanel_saveoptions_button.save_preset {
  width: calc(67% - 5px);
}

.main_nav {
  position: absolute;
  top: 50px;
  left: 250px;
  right: 8vw;
  transition: all 0.4s;
  text-align: right;
}

.main_nav > .icon-menu {
  display: none;
  width: 22px;
  height: 19px;
  position: absolute;
  top: 19px;
  right: 21px;
  background: url("../img/menu.svg");
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .main_nav > .icon-menu {
    display: block;
  }
}

.main_nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .main_nav > ul {
    display: block;
    position: fixed;
    left: 0px;
    right: 100vw;
    height: 100vh;
    top: 0px;
    box-sizing: border-box;
    background: #3c3c3c;
    overflow: hidden;
    transition: all 0.1s;
    z-index: 2;
    padding: 20vh 0;
  }
  .main_nav > ul.open {
    right: 0vw;
  }
  .main_nav > ul.open > a {
    color: white;
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 5vh 0px;
    font-family: "Montserrat", sans-serif;
  }
  .main_nav > ul.open > li.language_menu {
    color: white;
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 5vh 0px;
    font-family: "Montserrat", sans-serif;
  }
}

.main_nav > ul > .close_menu {
  display: none;
  position: absolute;
  width: 22px;
  height: 19px;
  background: url("../img/close_menu1.svg");
  top: 19px;
  right: 21px;
  cursor: pointer;
  margin: 0px !important;
}

@media screen and (max-width: 1100px) {
  .main_nav > ul > .close_menu {
    display: block;
  }
}

.main_nav > ul > a {
  display: inline-block;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: bold;
  padding: 0 20px;
  transition: all 0.1s;
}

@media screen and (max-width: 1100px) {
  .main_nav > ul > a {
    padding: 0px;
  }
}

.main_nav > ul > a:hover {
  color: white;
}

.notification {
  position: fixed;
  width: 100%;
  max-width: 650px;
  max-height: 800px;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 100px 50px 50px 50px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.notification p {
  margin: 1.4rem 0;
}

.notification:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
  top: 30px;
}

@media screen and (max-width: 800px) {
  .notification {
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    max-width: none;
    max-height: none;
  }
}

@media screen and (max-width: 520px) {
  .notification {
    font-size: 0.8rem;
  }
}

.notification_closebutton {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 40px;
  top: 40px;
}

.notification_closebutton:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0px;
  top: 13px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.notification_closebutton:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0px;
  top: 13px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.notification_warning:after {
  background-image: url("../img/error.svg");
}

.notification_warning strong {
  color: #E53935;
}

.notification_success:after {
  background-image: url("../img/success.svg");
}

.notification_success strong {
  color: #66BB6A;
}

.notification_notice:after {
  background-image: url("../img/info.svg");
}

.notification_notice strong {
  color: #FBC02D;
}

.notification_overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  background-color: rgba(128, 128, 128, 0.8);
}

.popup {
  position: fixed;
  background: #3c3c3c;
  width: 300px;
  padding: 30px;
  border-radius: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  text-align: center;
  display: none;
}

.popup.open {
  display: block;
}

.popup label {
  display: block;
  color: #3f8c9c;
  font-size: 10px;
  line-height: normal;
  margin: 2px 0 10px 0;
}

.popup input {
  margin: 3px 7px 0px 7px;
  width: 250px;
  border: 0px;
  outline: 0px;
  border-radius: 3px;
  color: #3c3c3c;
  box-sizing: content-box;
  padding: 2px 5px;
}

.popup input:focus {
  color: #3f8c9c;
}

.popup input[type='submit'] {
  background: #3f8c9c;
  color: white;
}

.popup input[type='submit']:hover {
  background: white;
  color: #3f8c9c;
}

.site_overlay {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  display: none;
}

.site_overlay.open {
  display: block;
}

.register_popup {
  height: 350px;
}

.pw_recovery_popup {
  height: 180px;
}

.login_popup {
  height: 230px;
}

.password_forgotten {
  margin-top: 20px;
  color: #3f8c9c;
  cursor: pointer;
}

.password_forgotten:hover {
  color: white;
}

.closebutton {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  margin-right: 25px;
  line-height: initial;
  cursor: pointer;
}

.closebutton:before {
  content: "+";
  background: #3f8c9c;
  color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  text-align: center;
}

.languageMenu {
  display: inline-block;
}

.languageMenu button {
  background: transparent;
  border: 0px;
  padding: 0;
  font-size: inherit;
}

.languageMenu button[disabled] {
  opacity: 0.5;
}

@-webkit-keyframes outline_blink {
  0% {
    outline: 5px solid rgba(0, 0, 0, 0.5);
  }
  50% {
    outline: 5px solid rgba(255, 255, 255, 0.5);
  }
  100% {
    outline: 5px solid rgba(0, 0, 0, 0.5);
  }
}

@keyframes outline_blink {
  0% {
    outline: 5px solid rgba(0, 0, 0, 0.5);
  }
  50% {
    outline: 5px solid rgba(255, 255, 255, 0.5);
  }
  100% {
    outline: 5px solid rgba(0, 0, 0, 0.5);
  }
}

.content {
  height: auto;
  position: relative;
}

.content.invisible {
  visibility: hidden;
}

.content.media, .content .text {
  max-width: 100%;
}

.content.media.active, .content .text.active {
  outline: 5px solid rgba(128, 128, 128, 0.5);
  -webkit-animation: outline_blink 3s infinite linear;
          animation: outline_blink 3s infinite linear;
}

.content.media.highlighted, .content .text.highlighted {
  outline: 5px solid #3f8c9c;
}

.content.active > .container_frame_overlay {
  outline: 5px solid rgba(128, 128, 128, 0.5);
  -webkit-animation: outline_blink 3s infinite linear;
          animation: outline_blink 3s infinite linear;
}

.content.highlighted > .container_frame_overlay {
  outline: 5px solid #3f8c9c;
}

[contenteditable=true] {
  background: transparent;
  transition: all 0.2s;
}

[contenteditable=true]:focus, [contenteditable=true]:focus:hover {
  background: transparent;
  outline: 1px solid rgba(128, 128, 128, 0.7);
}

[contenteditable=true]:focus.active, [contenteditable=true]:focus:hover.active {
  outline: 5px solid rgba(128, 128, 128, 0.5);
  -webkit-animation: outline_blink 3s infinite linear;
          animation: outline_blink 3s infinite linear;
}

[contenteditable=true]:hover {
  background: rgba(128, 128, 128, 0.2);
}

[contenteditable=false] {
  cursor: not-allowed;
  min-height: 1.2em;
}

[container=true] {
  outline: 0px dashed #3f8c9c;
  transition: all 0.2s;
}

[container=true].open {
  outline: 1px dashed #3f8c9c;
}

.content.to_be_deleted {
  outline: 1px solid red;
  z-index: 5;
}

.content.spaced {
  margin-top: 25px;
  margin-bottom: 25px;
}

.content.container.col, .mediaSelectionPanel_thumbnailList li.content.container {
  background-clip: padding-box;
  background-size: cover;
}

.content.text {
  margin: 0px 0px 21px 0px;
}

div.content.container[level] {
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 25px;
}

div.content.container[level].spaced {
  margin-top: 25px;
  margin-bottom: 3px;
}

div.content.container[level] > .content_tools {
  left: -1px;
  right: -1px;
}

div.content.container[level] > .content_tools.open {
  display: block;
}

div.content.container[level] > .container_frame_overlay {
  display: block;
  border: 1px dotted #3f8c9c;
}

section.content.container[level] {
  margin-top: 1px;
  margin-bottom: 0px;
  min-height: 25px;
  vertical-align: bottom;
}

section.content.container[level].spaced {
  margin-top: 25px;
  margin-bottom: 25px;
}

section.content.container[level] > .content_tools {
  left: 19px;
  right: -1px;
}

section.content.container[level] > .content_tools.open {
  display: block;
}

section.content.container[level].heightCorrected > .container_frame_overlay {
  bottom: 0px;
}

section.content.container[level] > .container_frame_overlay {
  left: 19px;
  display: block;
  border: 1px dotted #3c3c3c;
}

.container_frame_overlay {
  display: none;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  box-sizing: border-box;
  color: white;
  transition: all 0.05s;
  z-index: 0;
}

.applicants_table {
  width: 100%;
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 50px;
}

.applicants_table tr:nth-child(even) {
  background-color: #eee;
}

.applicants_table th {
  text-align: left;
  border-top: 1px solid #3f8c9c;
  border-bottom: 1px solid #3f8c9c;
  vertical-align: top;
  position: relative;
  padding: 0px 10px 10px;
}

.applicants_table th strong {
  color: #3f8c9c;
  font-weight: 900;
  position: absolute;
  top: -20px;
}

.applicants_table th:nth-child(8) strong {
  right: 0px;
}

.applicants_table td {
  vertical-align: top;
  padding: 10px;
}

.applicants_table td:nth-child(1) {
  width: 10%;
}

.applicants_table td:nth-child(2) {
  width: 16%;
}

.applicants_table td:nth-child(3) {
  width: 26%;
}

.applicants_table td:nth-child(4) {
  width: 10%;
}

.applicants_table td:nth-child(5) {
  width: 13%;
}

.applicants_table td:nth-child(6) {
  width: 10%;
}

.applicants_table td:nth-child(7) {
  width: 10%;
}

.applicants_table td:nth-child(8) {
  width: 5%;
  text-align: right;
}

.applicants_csv_form {
  text-align: right;
}

.applicants_csv_link {
  border: 0px;
  background: #3f8c9c;
  border-radius: 3px;
  padding: 10px 20px 10px 50px;
  color: white;
  line-height: 30px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0px;
}

.applicants_csv_link:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/download.svg");
  top: 10px;
  left: 10px;
}

.applicants_csv_link:hover {
  background: #3c3c3c;
}

.ascender_slider {
  overflow: visible;
}

.ascender_slider[level] {
  overflow: auto !important;
}

.ascender_slider[level] .ascender_slider_nav {
  display: none;
}

.ascender_slider_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 0;
  transition: left 0.3s ease-in-out;
  display: none;
}

.ascender_slider_slide[level] {
  position: relative !important;
  left: 0% !important;
  display: block !important;
}

.ascender_slider_slide.active {
  z-index: 2;
  display: block;
}

.ascender_slider_slide.next {
  left: 100%;
  z-index: 1;
  display: block;
}

.ascender_slider_slide.prev {
  left: -100%;
  z-index: 1;
  display: block;
}

.ascender_slider_nav {
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  height: 20px;
  cursor: default;
  margin: 0px;
}

.ascender_slider_nav > button {
  border: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 5px 10px;
  outline: 0px;
}

.ascender_slider_nav > button:hover {
  border: 0px;
  background-color: white;
  border-radius: 3px;
}

.ascender_slider_nav > button.highlighted {
  border: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 3px;
}

.ascender_slider_slide.jump {
  z-index: 3;
}

#wrapper {
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  padding: 0px;
  background-color: #ffffff;
  position: relative;
  box-sizing: content-box;
}

#wrapper.editmode {
  padding: 0 0 34px 0px;
  width: calc(100% - 202px);
  left: 100px;
}

#wrapper > header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 61px;
  padding: 28px 8vw;
  z-index: 1;
  transition: all 0.4s;
}

#wrapper > header.foregrounded {
  z-index: 5;
}

#wrapper > header.scrolled {
  height: 40px;
  padding: 10px 8vw 0 8vw;
  background: rgba(63, 140, 156, 0.7);
}

#wrapper > header.scrolled .main_nav {
  top: 15px;
}

#wrapper > header.scrolled .main_nav > .icon-menu {
  background: url("../img/menu_white.svg");
  top: -5px;
}

#wrapper > header.scrolled .main_nav > ul > a {
  color: white;
}

#wrapper > header.scrolled .main_nav > ul > a:hover {
  color: #3c3c3c;
}

#wrapper > header.scrolled .main_nav > ul > li.language_menu {
  color: white;
}

#wrapper > header.scrolled .main_nav > ul > li.language_menu:hover {
  color: #3c3c3c;
}

#wrapper > header.scrolled .logo {
  font-size: 25px;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.13);
}

#wrapper > header .logo {
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  color: white;
  text-shadow: 6px 6px 11px rgba(0, 0, 0, 0.13);
  transition: all 0.4s;
}

#wrapper.editmode > header {
  left: 200px;
}

#wrapper > footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  background-color: #3c3c3c;
  padding: 10px 30px;
  color: white;
}

#wrapper > footer > form {
  float: right;
  margin-top: 10px;
}

#wrapper > footer > p {
  position: absolute;
  top: 25px;
  left: 30px;
}

#wrapper > footer > form > label {
  color: #3f8c9c;
}

#wrapper > footer > form > input {
  color: #3f8c9c;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}

#wrapper > footer > form > input[type="submit"] {
  color: white;
  background-color: #3f8c9c;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
}

#wrapper > footer > form > input[type="submit"]:hover {
  color: #3f8c9c;
  background-color: white;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
}

#wrapper > footer > div > form > input {
  color: #3f8c9c;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}

#wrapper > footer > div > form > input[type="submit"] {
  color: white;
  background-color: #3f8c9c;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
}

#wrapper > footer > div > form > input[type="submit"]:hover {
  color: #3f8c9c;
  background-color: white;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
}

#wrapper > main {
  position: relative;
  display: block;
}

.JsTemplates {
  display: none;
}

div.col--fullwidth {
  left: calc(50% + 10px);
  width: 100vw;
  margin-left: -50vw;
  display: block;
  background: white;
  text-align: center;
  box-sizing: border-box;
}

div.col--fullwidth > .container_frame_overlay {
  left: 0px !important;
}

div.col--fullwidth > .content_tools {
  left: 0px !important;
}

section.col--fullwidth {
  left: calc(50%);
  width: 100vw;
  margin-left: -50vw;
  display: block;
  background: white;
  text-align: center;
}

section.col--fullwidth > .container_frame_overlay {
  left: 0px !important;
}

section.col--fullwidth > .content_tools {
  left: 0px !important;
}

.pageeditor {
  box-sizing: border-box;
  position: fixed;
  padding: 15px 15px 15px 65px;
  background: rgba(200, 200, 200, 0.9);
  left: -1px;
  right: -2px;
  height: 90px;
  top: -90px;
  z-index: 3;
  margin-bottom: -90px;
  box-shadow: 0 0 10px transparent;
  transition: all 0.4s;
  border: 1px solid white;
}

.pageeditor.open {
  top: -1px;
  margin-bottom: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.pageeditor.open h2 {
  border-radius: 0;
  height: 88px;
}

.pageeditor.open h2 img {
  bottom: 32px;
}

.pageeditor h2 {
  position: absolute;
  height: 130px;
  width: 40px;
  line-height: 30px;
  background: #3c3c3c;
  border-radius: 0 0 8px 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all 0.4s;
  color: white;
  box-sizing: border-box;
  margin: 0px;
}

.pageeditor h2:hover {
  background: #3f8c9c;
}

.pageeditor h2 img {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 7px;
  right: 8px;
  transition: all 0.4s;
}

.pageeditor_inputgroup {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  border-radius: 3px;
}

.pageeditor_inputgroup img {
  width: auto;
  height: 50px;
  border-radius: 3px;
}

.pageeditor_inputgroup input, .pageeditor_inputgroup select {
  display: block;
  position: absolute;
  left: 0px;
  width: 10vw;
  height: 25px;
  top: 25px;
  border: 0px;
  border-radius: 3px;
  transition: all 0.2s;
  padding: 0 5px;
}

.pageeditor_inputgroup input:focus, .pageeditor_inputgroup select:focus {
  color: #3f8c9c;
  padding: 0 0 0 10px;
  outline: 0px;
}

.pageeditor_inputgroup label {
  display: block;
  width: 10vw;
  color: #3c3c3c;
}

.pageNavigator {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 40px;
  width: 200px;
  z-index: 4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
}

.pageNavigatorTree {
  padding-left: 15px;
  list-style: none;
  font-size: 0.7rem;
  margin: 0px;
}

.pageNavigatorTree.close {
  max-height: 0px;
  overflow: hidden;
}

.pageNavigatorTree.firstLevel {
  padding-left: 0px;
  margin: 30px 0px 20px;
}

.pageNavigatorTree.firstLevel > .pageNavigatorTreeItem:after {
  display: none;
}

.pageNavigatorTreePlaceholder {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.2s;
  width: 60px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  background-color: #3f8c9c;
  color: white;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}

.pageNavigatorTreePlaceholder.open {
  max-height: 20px;
}

.pageNavigatorTreePlaceholder.highlighted {
  background-color: white;
  color: #3f8c9c;
}

.pageNavigatorTreePlaceholder:hover {
  background-color: white;
  color: #3f8c9c;
}

.pageNavigatorTreeItemIcon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  padding-right: 4px;
  padding-left: 2px;
}

.pageNavigatorTreeItem {
  line-height: 30px;
  position: relative;
  color: white;
}

.pageNavigatorTreeItem:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  left: 7px;
}

.pageNavigatorTreeItem:after {
  content: "";
  position: absolute;
  top: 15px;
  height: 1px;
  width: 6px;
  background: rgba(255, 255, 255, 0.1);
  left: -8px;
}

.pageNavigatorTreeItem.activated > span > .pageNavigatorTreeItemDeleter {
  display: inline-block;
}

.pageNavigatorTreeItem.activated > span {
  color: white;
  font-weight: 700;
  font-style: italic;
}

.pageNavigatorTreeItem.activated:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-right: 15px solid #3f8c9c;
  top: 5px;
  right: -20px;
  left: auto;
  background: transparent;
}

.pageNavigatorTreeItem.activated > .pageNavigatorTreeItemSpan {
  background-color: rgba(63, 140, 156, 0.3);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 3px 3px;
}

.pageNavigatorTreeItemSpan, .pageNavigatorTreeItemPage {
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.1s;
}

.pageNavigatorTreeItemSpan .pageNavigatorTreeItemDeleter, .pageNavigatorTreeItemPage .pageNavigatorTreeItemDeleter {
  display: none;
  padding-left: 8px;
}

.pageNavigatorTreeItemSpan:hover, .pageNavigatorTreeItemPage:hover {
  background-color: #3f8c9c;
  font-weight: 700;
  padding: 3px 3px;
}

.pageNavigatorTreeItemSpan:hover .pageNavigatorTreeItemDeleter, .pageNavigatorTreeItemPage:hover .pageNavigatorTreeItemDeleter {
  display: inline-block;
}

.pageNavigatorTreeItemDeleteIcon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  border-radius: 100%;
  transition: all 0.2s;
}

.pageNavigatorTreeItemDeleteIcon:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: black;
}

.pageNavigatorVisibility {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 40px;
  width: 180px;
  top: 0px;
  left: 0px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
}

.pageNavigatorVisibility > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 3px;
}

.pageNavigatorVisibility > img.right {
  float: right;
}

.pageNavigatorVisibility > img.activ {
  background-color: #3f8c9c;
}

.pageNavigatorTreeKnot {
  width: 9px;
  height: 9px;
  position: absolute;
  left: -12px;
  top: 11px;
  z-index: 1;
  border-radius: 100%;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
}

.pageNavigatorTreeKnot:hover {
  background-color: black;
}

.pageNavigatorTreeKnot:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 1px;
  top: 2px;
  border: 3.5px solid transparent;
  border-top: 6px solid white;
}

.pageNavigatorTreeKnot.close {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pageNavigatorNameOptions {
  position: fixed;
  background-color: rgba(63, 140, 156, 0.8);
  height: 40px;
  width: 160px;
  top: 50px;
  left: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}

.pageNavigatorNameOptions.open {
  display: block;
}

.pageNavigatorNameOptions:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom: 10px solid rgba(63, 140, 156, 0.8);
  top: -16px;
  left: 54px;
}

.pageNavigatorNameOptions select {
  height: 20px;
  width: 140px;
  border: 0px;
  position: relative;
  background-color: white;
  color: #3f8c9c;
}

.pageNavigatorTreeItemNameOption {
  display: none;
  white-space: nowrap;
}

.pageNavigatorTreeItemNameOption.open {
  display: inline-block;
}

.nav_new_link {
  cursor: pointer;
  position: relative;
}

#wrapper > nav > ul > div.nav_new_link {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  margin: 0px;
  color: white;
  background-color: #3f8c9c;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  position: relative;
}

#wrapper > nav > ul > div.nav_new_link > li {
  padding: 10px 15px 7px;
}

#wrapper > nav > ul > div.nav_new_link:hover {
  color: #3f8c9c;
  background-color: #3c3c3c;
}

#wrapper > nav > ul > div.nav_new_link.open {
  color: #3f8c9c;
  background-color: #3c3c3c;
}

.link_target_dialogue {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #3f8c9c;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 2;
  color: white;
  box-shadow: 0px 0px 0px 2px white;
}

.link_target_dialogue::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #3f8c9c;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
      -ms-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  box-shadow: 0px 0px 0px 2px white;
}

.link_target_dialogue::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 40px;
  height: 15px;
  background: #3f8c9c;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.link_target_dialogue.open {
  display: block;
}

.link_target_dialogue_title {
  width: 153px;
  height: 25px;
  border: 0px;
  border-radius: 3px;
  transition: all 0.2s;
  padding: 0 10px 0 2px;
}

.link_target_dialogue_title:focus {
  color: #3f8c9c;
  padding: 0 2px 0 10px;
}

.link_target_dialogue_submit {
  width: 25px;
  height: 25px;
  border: 0px;
  border-radius: 3px;
  background: #3c3c3c;
  transition: all 0.2s;
  float: right;
  color: white;
}

.link_target_dialogue_submit:hover {
  color: #3f8c9c;
  background: white;
}

.link_target_dialogue_page {
  margin: 3px 0 0 0;
  width: 200px;
  text-align: left;
  height: 25px;
  border: 0px;
  border-radius: 3px;
  background: #3c3c3c;
  transition: all 0.2s;
  color: white;
}

.link_target_dialogue_page:hover {
  color: #3f8c9c;
  background: white;
}

.content_placeholder {
  position: absolute;
  text-align: center;
  cursor: crosshair;
  height: 0px;
  background: rgba(20, 255, 20, 0.2);
  margin: 0px;
  left: 2px;
  right: 2px;
  box-sizing: border-box;
  display: block;
  z-index: 2;
}

.content_placeholder.open {
  height: 20px;
  position: relative;
}

.content_placeholder.open span {
  height: 20px;
  transition: all 0.2s;
}

.content_placeholder span {
  display: block;
  overflow: hidden;
  position: absolute;
  background: rgba(20, 255, 20, 0.4);
  height: 0px;
  width: 40px;
  text-align: center;
  color: white;
  font-weight: bold;
  top: 1px;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  transition: all 0.2s;
}

.content_placeholder span:hover {
  background: rgba(20, 255, 20, 0.4);
  width: 100%;
  border-radius: 3px;
}

.content_placeholder.highlighted span {
  background: rgba(20, 255, 20, 0.4);
  width: 100%;
  border-radius: 3px;
}

.ContentInserterBar {
  position: fixed;
  left: -200px;
  top: 90px;
  bottom: -1px;
  width: 200px;
  background: rgba(200, 200, 200, 0.9);
  box-shadow: 0 0 10px transparent;
  box-sizing: border-box;
  padding: 50px 0px 50px 55px;
  z-index: 2;
  border: 1px solid white;
  transition: all 0.4s;
  border-radius: 0 8px 0 0;
}

.ContentInserterBar.down {
  top: 145px;
}

.ContentInserterBar.open {
  left: -1px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.ContentInserterBar.open h2 {
  left: 0px;
  border-radius: 0 8px 0 0;
  width: 198px;
  padding: 0 10px 0 10px;
}

.ContentInserterBar.open.autohide {
  left: -160px;
}

.ContentInserterBar.open.autohide:hover {
  left: -1px;
}

.ContentInserterBar.open.autohide:hover h2 {
  padding: 0 10px 0 10px;
}

.ContentInserterBar.open.autohide h2 {
  padding: 0 10px 0 170px;
}

.ContentInserterBar h2 {
  position: absolute;
  display: block;
  left: -1px;
  top: 0px;
  width: 240px;
  height: 40px;
  background: #3c3c3c;
  border-radius: 0 8px 8px 0;
  text-align: center;
  font-size: 2em;
  line-height: 34px;
  cursor: pointer;
  transition: all 0.4s;
  padding: 0 10px 0 210px;
  box-sizing: border-box;
  margin: 0px;
}

.ContentInserterBar h2:hover {
  background: #3f8c9c;
}

.ContentInserterBar h2 img {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 7px;
  top: 7px;
}

.ContentInserterScroller {
  padding: 0 35px 0 0;
  overflow: auto;
}

.ContentInserter, .PresetInserter {
  text-align: left;
  color: white;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 3px;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 0.8rem;
}

.ContentInserter:hover, .PresetInserter:hover {
  color: white;
  background: #3f8c9c;
}

.PresetInserter {
  display: inline-block;
}

.type_headline {
  color: white !important;
  position: relative !important;
  font-size: 1em !important;
  text-align: left !important;
  margin: 10px 0 3px 0 !important;
  padding: 5px !important;
  border-bottom: 1px solid white !important;
  top: 0px !important;
}

.mediaSelectionPanel {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(60, 60, 60, 0.95);
  z-index: 5;
  display: none;
}

.mediaSelectionPanel.open {
  display: block;
}

.mediaSelectionPanel .mediaSelectionPanel_closebutton {
  position: absolute;
  display: block;
  width: 30px !important;
  height: 30px;
  right: 20px;
  top: 20px;
  background-image: url("../img/close_menu.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mediaSelectionPanel .mediaSelectionPanel_closebutton:hover {
  background-size: 30px 30px;
}

.mediaSelectionPanel_thumbnailList {
  list-style: none;
  width: calc(85vw - 80px);
  max-height: 80vh;
  max-width: 1120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 70px 30px 30px 30px;
  overflow: auto;
}

.mediaSelectionPanel_thumbnailList li {
  height: auto;
  padding: 15px;
  border: 0px;
  margin: 0px 0px 70px 0px;
  display: inline-block;
  transition: all 0.2s;
}

.mediaSelectionPanel_thumbnailList li div.mediaSelectionPanel_selector {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  background: #3c3c3c;
}

.mediaSelectionPanel_thumbnailList li div.mediaSelectionPanel_selector:hover {
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.mediaSelectionPanel_thumbnailList li div.mediaSelectionPanel_selector img {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  width: auto;
  height: auto;
  margin: 0px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #eee;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}

.mediaSelectionPanel_thumbnailList li div.mediaSelectionPanel_selector div.mediaSelectionPanel_description {
  position: absolute;
  color: white;
  font-size: 0.6rem;
  line-height: 0.85 rem;
  width: 100%;
  left: 0px;
  bottom: -2.55rem;
  text-align: center;
}

.mediaSelectionPanel_thumbnailList li.mediaSelectionPanel_header {
  position: absolute;
  display: table;
  width: 100% !important;
  height: 30px;
  top: 20px;
  left: 0px;
  padding: 0px 20px;
  box-sizing: border-box;
}

.mediaSelectionPanel_thumbnailList li.mediaSelectionPanel_close {
  position: absolute;
  display: none;
  width: 30px !important;
  height: 30px;
  right: 0px;
  top: -50px;
  background-image: url("../img/close_menu.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#mediaSelectionPanel_tag_input {
  height: 30px;
  display: table-cell;
  width: calc(100% - 50px);
  border: 0px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0px 5px;
}

#mediaSelectionPanel_tag_input:focus {
  outline: 0px;
}

#mediaSelectionPanel_tag_submit {
  height: 30px;
  display: table-cell;
  width: 30px;
  margin-left: 10px;
  vertical-align: top;
  border: 0px;
  border-radius: 3px;
  background-image: url("../img/search.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.ContentActions {
  position: fixed;
  left: -41px;
  top: 146px;
  height: 180px;
  width: 40px;
  box-sizing: border-box;
  z-index: 3;
  transition: all 0.4s;
}

.ContentActions.open {
  left: 0px;
}

.ContentActions.down {
  top: 201px;
}

.ContentActions h2 {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #3c3c3c;
  border-radius: 0 8px 8px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}

.ContentActions h2:hover {
  background: #3f8c9c;
}

.ContentActions h2.open {
  background: #3f8c9c;
}

.ContentActions h2 img {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 7px;
  top: 7px;
}

.layoutModePanel {
  position: fixed;
  left: 0px;
  top: 46px;
  height: 45px;
  box-sizing: border-box;
  z-index: 3;
  transition: all 0.4s;
}

.layoutModePanel.down {
  top: 100px;
}

.layoutModePanel h2 {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #3c3c3c;
  border-radius: 0 8px 8px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  box-sizing: border-box;
  margin: 0 0 5px 0;
}

.layoutModePanel h2:hover {
  background: #3f8c9c;
}

.layoutModePanel h2.open {
  background: #3f8c9c;
}

.layoutModePanel h2 img {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 7px;
  top: 7px;
}

#confirmer {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.8);
  color: white;
  transition: all 0.2s;
  display: none;
  z-index: 5;
  width: 300px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#confirmer.open {
  display: block;
}

#confirmer:hover {
  background: red;
}

#confirmer p {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1.4em;
}

#confirmer span#sure, #confirmer span#unsure {
  cursor: pointer;
  padding: 0 10px;
  border-radius: 3px;
}

#confirmer span#sure:hover, #confirmer span#unsure:hover {
  background: white;
  color: red;
}

.page_changer_form {
  position: fixed;
  display: block;
  height: 26px;
  padding: 15px 30px;
  background: #3c3c3c;
  bottom: -56px;
  left: 0px;
  right: 0px;
  text-align: center;
  transition: all 0.5s;
  z-index: 3;
}

.page_changer_form.open {
  bottom: 0px;
}

.save_form_button {
  background: #3f8c9c;
  color: white;
  border: 0px;
  border-radius: 3px;
  height: 26px;
  transition: all 0.2s;
  display: inline-block;
}

.save_form_button:hover {
  background: white;
  color: #3f8c9c;
}

.rich_text_editor {
  position: relative;
  height: 0px;
  display: block;
  overflow: visible;
}

.rich_text_editor_menubar {
  position: absolute;
  display: block;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  background: #3f8c9c;
  top: -37px;
  box-shadow: 0px 0px 0px 2px white;
}

.rich_text_editor_menubar.folded {
  width: 150px;
  white-space: normal;
  top: -97px;
}

.rich_text_editor_menubar::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #3f8c9c;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
      -ms-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  box-shadow: 0px 0px 0px 2px white;
}

.rich_text_editor_button {
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 0px;
  background: #3f8c9c;
  border: 0px;
  color: white;
  outline: none;
  z-index: 1;
}

.rich_text_editor_button img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin: 0px -10px 0px -10px;
}

.rich_text_editor_button:hover {
  background: #3c3c3c;
}

.rich_text_editor_button.selected {
  background: #3c3c3c;
}

.rich_text_editor_input_href {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 100%;
  height: 36px;
  line-height: 24px;
  padding: 0px 5px;
  background: white;
  border: 6px solid #3f8c9c;
  border-right: 36px solid #3f8c9c;
  color: #3f8c9c;
  outline: none;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 0px 0px 2px white;
}

.rich_text_editor_input_href.open {
  display: block;
}

.rich_text_editor_select {
  position: relative;
  width: 150px;
  height: 30px;
  line-height: 18px;
  font-size: 0.8em;
  padding: 0px;
  background: white;
  border: 6px solid #3f8c9c;
  color: #3f8c9c;
  outline: none;
  box-sizing: border-box;
  vertical-align: top;
}

.rich_text_editor_select:hover {
  border: 6px solid #3c3c3c;
  color: #3c3c3c;
}

.rich_text_editor_button_unlink {
  display: none;
}

.rich_text_editor_button_link_insert {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  border: 0px;
  border-left: 6px solid #3f8c9c;
  border-bottom: 6px solid #3f8c9c;
  color: white;
  outline: none;
  box-sizing: border-box;
  display: none;
  z-index: 0;
  padding: 0px;
}

.rich_text_editor_button_link_insert.open {
  display: block;
}

.content_tools {
  display: block;
  position: absolute;
  left: 0px;
  top: -1px;
  right: 0px;
  height: 0px;
  border-bottom: 1px solid transparent;
  margin: 0px;
  padding: 0px;
  text-align: right;
  background: transparent;
  z-index: 1;
}

.content_tools.open {
  display: block;
}

.content_tools_opener {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 100%;
  background: #3f8c9c;
  border: 2px solid white;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.content_tools_opener.media {
  top: -15px;
  right: auto;
  left: calc(50% - 15px);
  border-radius: 50% 50% 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.content_tools_opener.media:hover {
  background: #3c3c3c;
  border-radius: 50% 50% 50% 0%;
}

.content_tools_opener.media img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.content_tools_opener:hover {
  background: #3c3c3c;
  border-radius: 100% 100% 100% 0%;
}

.content_tools_opener.open {
  padding-right: 0px;
  background: #3c3c3c;
  z-index: 3;
}

.content_tools_opener img {
  width: 23px;
  height: 23px;
  position: relative;
  top: 4px;
}

.content_tools_menu {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  overflow: hidden;
  max-width: 31px;
  max-height: 0px;
  box-sizing: border-box;
  transition: all 0.2s;
  border-right: 1px solid #f0f0f0;
}

.content_tools_menu.open {
  max-width: 200px;
  max-height: 400px;
  z-index: 5;
  overflow: visible;
}

.content_tools_menu.open::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-bottom: 10px solid #3c3c3c;
  left: 8px;
  top: -17px;
  z-index: 5;
}

.content_tools_dialogue {
  display: none;
  position: fixed;
  width: 100%;
  height: 400px;
  padding: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  z-index: 3;
}

.content_tools_dialogue.open {
  display: block;
}

.content_tools_dialogue .inner_dialogue {
  width: calc(100% - 60px);
  max-width: 600px;
  height: 400px;
  position: relative;
  display: block;
  margin: 0px auto;
  background-color: rgba(60, 60, 60, 0.95);
  box-sizing: border-box;
  border-radius: 5px;
  border: 10px solid rgba(240, 240, 240, 0.9);
  border-top: 40px solid rgba(240, 240, 240, 0.9);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7), inset 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: none !important;
}

.content_tools_tab {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: white;
  background-clip: padding-box;
  margin: 0px;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  top: 0px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s;
}

.content_tools_tab:hover {
  background-color: #3f8c9c;
  background-clip: padding-box;
}

.content_tools_tab.content_tools_color {
  background-image: url("../img/text_background.svg");
}

.content_tools_tab.content_tools_add {
  background-image: url("../img/add.svg");
}

.content_tools_tab.content_tools_link {
  background-image: url("../img/link.svg");
}

.content_tools_tab.content_tools_dimensions {
  background-image: url("../img/dimensions.svg");
}

.content_tools_tab.content_tools_video {
  background-image: url("../img/content_tree/video_light.svg");
}

.content_tools_tab.content_tools_classes {
  background-image: url("../img/classes.svg");
}

.content_tools_tab.content_tools_id {
  background-image: url("../img/id.svg");
}

.content_tools_tab.content_tools_presets {
  background-image: url("../img/preset.svg");
}

.content_tools_tab.content_tools_move {
  background-image: url("../img/move.svg");
}

.content_tools_tab.content_tools_copy {
  background-image: url("../img/copy.svg");
}

.content_tools_tab.content_tools_delete {
  background-image: url("../img/delete.svg");
}

.content_tools_tab.content_tools_file {
  background-image: url("../img/change_file.svg");
}

.content_tools_tab.content_tools_permissions {
  background-image: url("../img/lock.svg");
}

.content_tools_size_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(63, 140, 156, 0.5);
  box-sizing: border-box;
  color: white;
  transition: all 0.05s;
  z-index: 2;
}

.content_tools_size_overlay.open {
  display: block;
}

.content_tools_size_overlay .content_tools_size_grid_label {
  position: absolute;
  background: #3f8c9c;
  padding: 0px 10px;
  height: 30px;
  right: 0px;
  bottom: -30px;
  line-height: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.content_tools_size_overlay .content_tools_size_fullwidth {
  position: absolute;
  background: #3f8c9c;
  padding: 0px 10px;
  height: 30px;
  right: 0px;
  top: -30px;
  line-height: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.content_tools_grid_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0px;
  box-sizing: border-box;
}

.content_tools_grid_overlay.open {
  display: block;
}

.content_tools_grid_overlay span {
  position: relative;
  height: 100%;
  border-right: 20px solid rgba(128, 128, 128, 0.2);
  box-sizing: border-box;
  display: inline-block;
}

.dialogue {
  display: none;
  z-index: 3;
}

.dialogue.open {
  display: block;
}

.dialogue h3 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  position: absolute;
  top: -1.7em;
  left: 0px;
  width: 100%;
  text-align: left;
  color: #3c3c3c;
}

.dialogue .closebutton {
  top: -30px;
  right: 0px;
  z-index: 3;
}

.Modul_Slider[level] {
  overflow: hidden !important;
  outline: 1px dotted red;
  outline-offset: -1px;
}

.Modul_Slider[level] .Modul_Slider_Slide[level] {
  position: absolute !important;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.Modul_Slider[level] .Modul_Slider_Slide[level].open {
  z-index: auto;
}

.Modul_Slider[level] .Modul_Slider_Slide[level] .content_tools_opener {
  right: 15px;
  top: 50px;
  color: white;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 700;
}

.Modul_Slider[level] .Modul_Slider_Slide[level] .content_tools_opener img {
  display: none;
}

.Modul_Slider[level] .Modul_Slider_Slide[level] .content_tools_opener:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 6px;
  left: 6px;
  background-image: none;
}

.Modul_Slider[level] .content_tools_opener {
  right: 15px;
  top: 10px;
}

.Modul_Slider[level] .content_tools_opener img {
  display: none;
}

.Modul_Slider[level] .content_tools_opener:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 6px;
  left: 6px;
  background-image: url("../img/content_tree/slider_light.svg");
}

.Modul_Slider span.slider_control {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 16px);
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0px 0px 10px transparent;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  cursor: pointer;
  transition: all, 0.2s;
}

.Modul_Slider span.slider_control:hover {
  background-color: black;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.Modul_Slider span.slider_control:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-right: 8px solid white;
  left: 4px;
  top: 9px;
}

.Modul_Slider span.slider_control.prev_slide {
  left: 15px;
}

.Modul_Slider span.slider_control.next_slide {
  right: 15px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.Modul_Slider_Slide {
  width: 100%;
  height: 100%;
}

.slick-list, .slick-track {
  height: 100%;
}

.alignment_dialogue_text-align_value_label {
  top: 70px;
}

.alignment_dialogue_text-align_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 70px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.alignment_dialogue_padding-left_value_label {
  top: 170px;
}

.alignment_dialogue_padding-left_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 170px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.alignment_dialogue_padding-left_unit {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 200px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.alignment_dialogue_padding-right_value_label {
  top: 270px;
}

.alignment_dialogue_padding-right_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 270px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.alignment_dialogue_padding-right_unit {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 300px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.alignment_dialogue_confirm_button {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 370px;
  outline: 0px;
  border: 0px;
  color: white;
  background: #3f8c9c;
  border-radius: 3px;
  transition: all 0.2s;
}

.alignment_dialogue_confirm_button:hover {
  color: #3f8c9c;
  background: white;
}

.background_dialogue_image_label {
  top: 70px;
}

.background_dialogue_image {
  position: absolute;
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  right: 90px;
  top: 90px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.background_dialogue_image_delete {
  position: absolute !important;
  right: 5px;
  top: 5px;
  outline: 0px;
  z-index: 3;
}

.background_dialogue_image_frame {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 220px;
  top: 70px;
  background-color: black;
  z-index: 0;
}

.background_dialogue_position_label {
  top: 265px;
}

.background_dialogue_position {
  position: absolute;
  display: block;
  width: 180px;
  height: 60px;
  left: 220px;
  top: 265px;
}

.background_dialogue_size_label {
  top: 335px;
}

.background_dialogue_size {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 335px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.background_dialogue_repeat_label {
  top: 375px;
}

.background_dialogue_repeat {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 375px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.color_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.color_dialogue_section:first-of-type {
  display: block;
  top: 25px;
  height: 80px;
}

.color_dialogue_section:nth-of-type(2) {
  display: block;
  bottom: 25px;
  height: 150px;
}

.color_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.color_dialogue_label {
  position: absolute;
  display: inline;
  font-size: 0.8em;
}

.color_dialogue_label .color_dialogue_switch {
  vertical-align: -2px;
}

.color_dialogue_label::after {
  content: ":";
}

.color_dialogue_label.text_color_label {
  top: 42px;
  left: 0%;
}

.color_dialogue_label.text_align_label {
  top: 42px;
  left: 30%;
}

.color_dialogue_label.text_format_label {
  top: 42px;
  left: 60%;
}

.color_dialogue_label.bg_color_label {
  top: 42px;
  left: 0%;
}

.color_dialogue_label.bg_color_alpha_label {
  top: 138px;
  left: 0%;
}

.color_dialogue_label.bg_color_alpha_label::after {
  content: "";
}

.color_dialogue_label.bg_image_label {
  top: 42px;
  left: 20%;
}

.color_dialogue_label.bg_position_label {
  top: 42px;
  left: 40%;
}

.color_dialogue_label.bg_repeat_label {
  top: 42px;
  left: 60%;
}

.color_dialogue_label.bg_size_label {
  top: 42px;
  left: 80%;
}

.color_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  padding-bottom: 30px;
  text-align: center;
}

.color_dialogue_input.text_color_input {
  top: 67px;
  left: 0%;
  width: 62px;
  height: 62px;
  border: 1px solid white;
  color: transparent;
  background-color: black;
}

.color_dialogue_input.bg_color_input {
  top: 67px;
  left: 0%;
  width: 62px;
  height: 62px;
  background-color: #ff0000;
  border: 1px solid white;
  color: transparent;
}

.color_dialogue_input.bg_color_alpha_input {
  top: 98px;
  left: calc(0% + 1px);
  width: 60px;
  height: 30px;
  color: transparent;
  border: 0px;
  background: url("../img/alpha_bg.gif");
  opacity: 0.5;
}

.color_dialogue_input.bg_image_input {
  top: 67px;
  left: 20%;
  width: 62px;
  height: 62px;
  background-color: transparent;
  border: 1px solid white;
  color: transparent;
}

.bg_color_alpha_slider {
  display: none;
  position: absolute;
  width: 300px;
  height: 33px;
  background-color: #3f8c9c;
  top: 100px;
  left: -1px;
  border-radius: 3px;
  z-index: 1;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.6);
}

.bg_color_alpha_slider.open {
  display: block;
}

.bg_color_alpha_slider span {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: black;
}

.ui-state-active {
  background-color: #3f8c9c !important;
  border-color: black !important;
  outline: 0px;
}

.color_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.color_dialogue_button.active {
  background-color: #3f8c9c;
}

.color_dialogue_button:hover {
  background-color: #3f8c9c;
}

.color_dialogue_button.text_align_left {
  background-image: url("../img/align_left.svg");
}

.color_dialogue_button.text_align_center {
  background-image: url("../img/align_center.svg");
}

.color_dialogue_button.text_align_right {
  background-image: url("../img/align_right.svg");
}

.color_dialogue_button.text_align_justify {
  background-image: url("../img/align_justify.svg");
}

.color_dialogue_button.text_format_bold {
  font-weight: bold;
}

.color_dialogue_button.text_format_italic {
  font-style: italic;
}

.color_dialogue_button.text_format_uppercase {
  text-transform: uppercase;
}

.color_dialogue_button.text_format_lowercase {
  text-transform: lowercase;
}

.color_dialogue_button.no_repeat_button {
  background-image: url("../img/no_repeat.svg");
}

.color_dialogue_button.repeat_x_button {
  background-image: url("../img/repeat_x.svg");
}

.color_dialogue_button.repeat_y_button {
  background-image: url("../img/repeat_y.svg");
}

.color_dialogue_button.repeat_button {
  background-image: url("../img/repeat.svg");
}

.color_dialogue_button.reset_button {
  background-image: url("../img/reset.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.color_dialogue_button_group {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}

.color_dialogue_button_group.text_align_buttons {
  top: 67px;
  left: 30%;
}

.color_dialogue_button_group.text_format_buttons {
  top: 67px;
  left: 60%;
}

.color_dialogue_button_group.bg_repeat_buttons {
  top: 67px;
  left: 60%;
}

.color_dialogue_select {
  position: absolute;
  width: 60px;
  height: 30px;
  font-size: 0.8em;
  color: white;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  cursor: pointer;
  outline: 0px;
}

.color_dialogue_select option {
  color: black;
}

.color_dialogue_select.bg_size_input {
  top: 67px;
  left: 80%;
}

.bg_position_inputgroup {
  display: block;
  position: absolute;
  top: 67px;
  left: 40%;
  width: 60px;
  height: 60px;
  background-image: url("../img/pos_raster.svg");
}

.bg_position_input {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  background-image: url("../img/pos_field.svg");
  cursor: pointer;
}

.bg_position_input:hover {
  background-image: url("../img/pos_field_hover.svg");
}

.bg_position_input.active {
  background-image: url("../img/pos_marker.svg");
}

.height_dialogue_height_value_label {
  top: 70px;
}

.height_dialogue_height_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 70px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_height_unit {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 100px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_padding-top_value_label {
  top: 170px;
}

.height_dialogue_padding-top_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 170px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_padding-top_unit {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 200px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_padding-bottom_value_label {
  top: 270px;
}

.height_dialogue_padding-bottom_value {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 270px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_padding-bottom_unit {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 300px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.height_dialogue_confirm_button {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  left: 220px;
  top: 370px;
  outline: 0px;
  border: 0px;
  color: white;
  background: #3f8c9c;
  border-radius: 3px;
  transition: all 0.2s;
}

.height_dialogue_confirm_button:hover {
  color: #3f8c9c;
  background: white;
}

.permissions_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.permissions_dialogue_section:first-of-type {
  display: block;
  top: 25px;
  height: 80px;
}

.permissions_dialogue_section:nth-of-type(2) {
  display: block;
  bottom: 25px;
  height: 180px;
}

.permissions_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.permissions_dialogue_label {
  position: absolute;
  display: block;
  width: 170px;
  top: 45px;
}

.permissions_dialogue_label.readermissions_label {
  left: 0%;
}

.permissions_dialogue_label.editpermissions_label {
  left: 50%;
}

.permissions_dialogue_select {
  position: absolute;
  display: block;
  width: 180px;
  height: 25px;
  top: 70px;
  outline: 0px;
  border: 0px;
  color: #3f8c9c;
  border-radius: 3px;
}

.permissions_dialogue_select.readpermission_select {
  left: 0%;
}

.permissions_dialogue_select.editpermission_select {
  left: 50%;
}

.permissions_dialogue_select.content_select {
  left: 0%;
}

.permissions_dialogue_select.contenttype_select {
  left: 50%;
  height: 100px;
  display: none;
}

.permissions_dialogue_select.contenttype_select.open {
  display: block;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.dimensions_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.dimensions_dialogue_section:first-of-type {
  display: block;
  top: 20px;
  height: 80px;
}

.dimensions_dialogue_section:nth-of-type(2) {
  display: block;
  top: 130px;
  height: 80px;
}

.dimensions_dialogue_section:nth-of-type(3) {
  display: block;
  top: 240px;
  height: 80px;
}

.dimensions_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.dimensions_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.dimensions_dialogue_button.active {
  background-color: #3f8c9c;
}

.dimensions_dialogue_button:hover {
  background-color: #3f8c9c;
}

.dimensions_dialogue_button.reset_button {
  background-image: url("../img/reset.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.dimensions_dialogue_button.apply_button {
  background-image: url("../img/on.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 35px;
}

.dimensions_dialogue_label {
  position: absolute;
  display: inline;
  font-size: 0.8em;
  top: 39px;
}

.dimensions_dialogue_label::after {
  content: ":";
}

.dimensions_dialogue_label.width_label {
  left: 0%;
}

.dimensions_dialogue_label.height_label {
  left: 50%;
}

.dimensions_dialogue_label.padding-top_label {
  left: 0%;
}

.dimensions_dialogue_label.padding-right_label {
  left: 25%;
}

.dimensions_dialogue_label.padding-bottom_label {
  left: 50%;
}

.dimensions_dialogue_label.padding-left_label {
  left: 75%;
}

.dimensions_dialogue_label.margin-top_label {
  left: 0%;
}

.dimensions_dialogue_label.margin-right_label {
  left: 25%;
}

.dimensions_dialogue_label.margin-bottom_label {
  left: 50%;
}

.dimensions_dialogue_label.margin-left_label {
  left: 75%;
}

.dimensions_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  text-align: left;
  border: 1x solid white;
  height: 25px;
  line-height: 25px;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  top: 60px;
  width: 23%;
}

.dimensions_dialogue_input.width_input {
  left: 0%;
  width: 48%;
}

.dimensions_dialogue_input.height_input {
  left: 50%;
  width: 48%;
}

.dimensions_dialogue_input.padding-top_input {
  left: 0%;
}

.dimensions_dialogue_input.padding-right_input {
  left: 25%;
}

.dimensions_dialogue_input.padding-bottom_input {
  left: 50%;
}

.dimensions_dialogue_input.padding-left_input {
  left: 75%;
}

.dimensions_dialogue_input.margin-top_input {
  left: 0%;
}

.dimensions_dialogue_input.margin-right_input {
  left: 25%;
}

.dimensions_dialogue_input.margin-bottom_input {
  left: 50%;
}

.dimensions_dialogue_input.margin-left_input {
  left: 75%;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.id_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.id_dialogue_section:first-of-type {
  display: block;
  top: 20px;
  height: 300px;
}

.id_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.id_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.id_dialogue_button.active {
  background-color: #3f8c9c;
}

.id_dialogue_button:hover {
  background-color: #3f8c9c;
}

.id_dialogue_button.reset_button {
  background-image: url("../img/reset.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.id_dialogue_button.apply_button {
  background-image: url("../img/on.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 35px;
}

.id_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid white;
  line-height: 25px;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  top: 60px;
  width: 500px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.classes_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.classes_dialogue_section:first-of-type {
  display: block;
  top: 20px;
  height: 300px;
}

.classes_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.classes_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.classes_dialogue_button.active {
  background-color: #3f8c9c;
}

.classes_dialogue_button:hover {
  background-color: #3f8c9c;
}

.classes_dialogue_button.reset_button {
  background-image: url("../img/reset.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.classes_dialogue_button.apply_button {
  background-image: url("../img/on.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 35px;
}

.classes_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  text-align: left;
  border: 1x solid white;
  height: 240px;
  line-height: 25px;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  top: 60px;
  width: 500px;
  resize: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.presets_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.presets_dialogue_section:first-of-type {
  display: block;
  top: 20px;
  height: 300px;
}

.presets_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.presets_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.presets_dialogue_button.active {
  background-color: #3f8c9c;
}

.presets_dialogue_button:hover {
  background-color: #3f8c9c;
}

.presets_dialogue_button.save_preset_button {
  background-image: url("../img/save.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.presets_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  text-align: left;
  border: 1x solid white;
  line-height: 25px;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  top: 60px;
  width: 500px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.dialogue_headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.link_dialogue_section {
  display: none;
  position: absolute;
  width: 500px;
  left: 55px;
  text-align: left;
}

.link_dialogue_section:first-of-type {
  display: block;
  top: 20px;
  height: 300px;
}

.link_dialogue_section_headline {
  display: block;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  border-bottom: 1px solid white;
}

.link_dialogue_button {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  outline: 0px;
}

.link_dialogue_button.active {
  background-color: #3f8c9c;
}

.link_dialogue_button:hover {
  background-color: #3f8c9c;
}

.link_dialogue_button.attach_link_button {
  background-image: url("../img/link.svg");
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
}

.link_dialogue_input {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  outline: 0px;
  box-sizing: border-box;
  text-align: left;
  border: 1x solid white;
  line-height: 25px;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  top: 60px;
  width: 500px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

/*# sourceMappingURL=main.css.map */