/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type=text]::-ms-clear {
  display: none;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.hide {
  display: none;
}
.button {
  padding: 0 4px 4px 4px;
  height: 28px;
  margin-right: 3px;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  background: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background ease-in 0.2s;
  -o-transition: background ease-in 0.2s;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
}
.button i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  width: 16px;
  height: 16px;
  font-size: 0;
}
.button span {
  padding: 0 0 0 6px;
  font-size: 0.9em;
  vertical-align: middle;
  color: #464646 /*$ToolbarText*/;
  display: inline-block;
}
.button svg {
  fill: #464646 /*$ToolbarIcon*/;
}
.button.is--button-status {
  height: 26px;
}
.button.is--button-status span {
  padding: 0 6px 0 0;
  font-size: 0.8em;
  vertical-align: initial;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.1) /*$ToolbarButtonBgHover*/;
  cursor: pointer;
}
.button.is--button-disabled,
button:disabled {
  opacity: 0.2;
}
.button.is--button-disabled:hover,
button:disabled:hover {
  background-color: transparent;
  cursor: default;
}
.button.is--button-highlight {
  background-color: rgba(24, 122, 178, 0.3) /*$ToolbarButtonBgHighlight*/;
  border-color: rgba(24, 122, 178, 0.5) /*$ToolbarButtonBorderHighlight*/;
  border-width: 1px;
  border-style: solid;
}
.button.is--button-highlight:hover {
  background-color: rgba(24, 122, 178, 0.2) /*$ToolbarButtonBgHighlightHover*/;
  border-color: rgba(24, 122, 178, 0.2) /*$ToolbarButtonBorderHighlightHover*/;
}
.button.is--button-right {
  float: right;
}
.app-nav__buttons .button svg,
.app__head-status .button svg {
  fill: #fff /*$HeadIcon*/;
}
.app-nav__buttons .button span,
.app__head-status .button span {
  color: #fff /*$HeadText*/;
}
.app-nav__buttons .button.is--button-disabled,
.app__head-status .button.is--button-disabled,
.app-nav__buttons button:disabled,
.app__head-status button:disabled {
  opacity: 0.5;
}
.app__head-status span {
  display: inline;
}
.app__head-status.mobile .button:hover {
  background-color: transparent !important;
}
.app__head-status.mobile .button {
  cursor: default;
}
.tinytool .button {
  padding: 0 3px 4px 3px;
  height: 24px;
  margin: 0 0 0 3px;
}
.tinytool .button span {
  vertical-align: top;
  margin-top: 1px;
}
.tinytool .button i {
  vertical-align: top;
  margin-top: 3px;
}
.tinytool .button i svg {
  fill: #464646 /*$BasicText*/;
}
.list-advanced .button {
  padding: 0 2px;
  height: auto;
  border-width: 0;
}
.contentgroup .contentgroup__additional .tinytool .button span {
  font-size: 0.7em;
}
.notebox .notebox-head .notebox-head__control .tinytool .button:hover,
.wizardbox .wizardbox-head .wizardbox-head__control .tinytool .button:hover {
  background-color: #b90707;
}
.notebox .notebox-head .notebox-head__control .tinytool .button:hover svg,
.wizardbox .wizardbox-head .wizardbox-head__control .tinytool .button:hover svg {
  fill: #fff;
}
.buttongroup {
  display: inline-block;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buttongroup .buttongroup-more {
  display: none;
}
.buttongroup.is--more-menu .buttongroup-more {
  display: inline-block;
  position: absolute;
  padding: 5px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buttongroup.is--more-menu .buttongroup-more .buttongroup-more-menu {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 8px 0px rgba(0, 0, 0, 0.15);
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  z-index: 10;
  width: 140px;
}
.buttongroup.is--more-menu .buttongroup-more .buttongroup-more-menu .button {
  display: block;
  margin-right: 0;
  width: 100%;
  text-align: left;
}
.buttongroup.is--more-menu .buttongroup-more .buttongroup-more-menu .button span {
  width: calc(100% - 24px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.buttongroup.is--more-menu .buttongroup-more:hover {
  background-color: rgba(0, 0, 0, 0.1) /*$ToolbarButtonBgHover*/;
}
.buttongroup.is--more-menu .buttongroup-more:hover .buttongroup-more-menu {
  display: block;
}
.buttongroup.is--buttongroup-right {
  position: absolute;
  right: 0;
  background-color: #e6e6e6 /*$ToolbarBg*/;
}
@media only screen and (max-width: 479px) {
  .app__head-status span {
    display: none;
  }
  .button span {
    display: none;
  }
  .button.is--button-status span {
    display: initial;
  }
  .buttongroup .buttongroup-more .button span {
    display: inline-block;
  }
}
@media only screen and (max-width: 320px) {
  .buttongroup .buttongroup-more .button span {
    display: inline-block;
  }
}
.button-extended {
  padding: 0;
  height: 28px;
  text-align: left;
  outline: 0;
  text-decoration: none;
  border-color: transparent;
  border-width: 0;
  border-style: dotted;
  background: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background ease-in 0.2s;
  -o-transition: background ease-in 0.2s;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
}
.button-extended i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  width: 18px;
  height: 18px;
  font-size: 0;
}
.button-extended i svg {
  fill: rgba(97, 97, 97, 0.3);
}
.button-extended i.multistate-fav-2 {
  display: none;
}
.button-extended span {
  padding: 0 0 0 6px;
  font-size: 0.9em;
  vertical-align: middle;
  color: #464646 /*$ToolbarText*/;
  display: inline-block;
}
.button-extended:hover {
  cursor: pointer;
}
.button-extended:hover svg {
  fill: rgba(97, 97, 97, 0.8);
}
.button-extended.is--button-highlight i.multistate-fav-1 {
  display: none;
}
.button-extended.is--button-highlight i.multistate-fav-2 {
  display: inline-block;
}
.button-extended.is--button-highlight i.multistate-fav-2 svg {
  fill: #e8a10e;
}
.button-resultset-size {
  padding: 0 2px 2px 2px;
  text-align: center;
  border-color: transparent;
  border-width: 0;
  border-style: dotted;
  background: #a2a2a2 /*$NavPrimaryBg*/;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background ease-in 0.2s;
  -o-transition: background ease-in 0.2s;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
}
.button-resultset-size span {
  padding: 0 0 0 0px;
  font-size: 0.9em;
  vertical-align: middle;
  color: #fff /*$NavPrimaryText*/;
  display: inline-block;
}
.button-resultset-size:hover:not(.no-hover) {
  background: #4e4e4e /*$NavPrimaryBgHover*/;
  cursor: pointer;
}
.button-resultset-size:hover:not(.no-hover) span {
  color: #fff /*$NavPrimaryTextHover*/;
}
.button-list-tiny {
  padding: 0;
  height: auto;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  text-align: left;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-list-tiny i {
  padding: 3px;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
}
.button-list-tiny i.type-download-bg-2cancel,
.button-list-tiny i.type-download-bg-2pause {
  position: absolute;
  top: 0;
}
.type-download-bg-1,
.type-download-bg-2,
.type-download-bg-3,
.type-download-bg-4,
.type-download-bg-5,
.type-download-bg-6,
.type-favourite-bg-1,
.type-favourite-bg-2,
.type-edit-bg-1 {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 3px 3px;
}
.type-download-bg-2cancel,
.type-download-bg-2pause {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 3px 3px;
}
.type-download-bg-1 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj4NCiAgPHBhdGggZD0iTTI0LjUsOWMtMS0yLjktMy45LTUtNy4yLTVDMTMuOSw0LDExLDYuMiwxMCw5LjJDOS41LDkuMSw4LjksOSw4LjQsOUM0LjgsOSwyLDExLjcsMiwxNS4yYzAsMywyLDQuOCw1LjEsNC44SDE0di01DQoJCWMwLTAuNSwwLjUtMSwxLTFoNGMwLjUsMCwxLDAuNSwxLDF2NWg0LjljMy4xLDAsNS4xLTEuOCw1LjEtNC44QzMwLDEyLDI3LjYsOS41LDI0LjUsOXoiLz4NCiAgPHBvbHlnb24gcG9pbnRzPSIxOCwyNS41IDE4LDE2IDE2LDE2IDE2LDI1LjUgMTIsMjIgMTIsMjUgMTcsMjkgMjIsMjUgMjIsMjIgCSIvPg0KPC9zdmc+);
}
.type-download-bg-2 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogcmdiYSg5NywgOTcsIDk3LCAwLjQpOyI+DQoJPHBhdGggZD0iTTE2LDI3QTExLDExLDAsMCwxLDUsMTZIMmExNCwxNCwwLDAsMCwyOCwwSDI3QTExLDExLDAsMCwxLDE2LDI3WiIgLz4NCjwvc3ZnPg==);
}
.type-download-bg-2cancel {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJmaWxsOiByZ2JhKDk3LCA5NywgOTcsIDAuNCk7Ij4NCiAgPHBvbHlnb24gcG9pbnRzPSIyMi4wNiAxMi4wNiAxOS45NCA5Ljk0IDE2IDEzLjg4IDEyLjA2IDkuOTQgOS45NCAxMi4wNiAxMy44OCAxNiA5Ljk0IDE5Ljk0IDEyLjA2IDIyLjA2IDE2IDE4LjEyIDE5Ljk0IDIyLjA2IDIyLjA2IDE5Ljk0IDE4LjEyIDE2IDIyLjA2IDEyLjA2Ii8+DQo8L3N2Zz4=);
}
.type-download-bg-2pause {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJmaWxsOiByZ2JhKDk3LCA5NywgOTcsIDAuNCk7Ij4NCiAgICA8cmVjdCB4PSIxMiIgeT0iMTAiIHdpZHRoPSIzIiBoZWlnaHQ9IjEyIi8+DQogICAgPHJlY3QgeD0iMTciIHk9IjEwIiB3aWR0aD0iMyIgaGVpZ2h0PSIxMiIvPg0KPC9zdmc+);
}
.type-download-bg-3 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogIzg4YjkyYzsiPg0KCTxwb2x5Z29uIHBvaW50cz0iMjkuMTcgNC41IDExLjgyIDIxLjg0IDIuODMgMTIuODUgMCAxNS42OCA4Ljk5IDI0LjY3IDguOTkgMjQuNjggMTEuODIgMjcuNSAzMiA3LjMyIDI5LjE3IDQuNSIgLz4NCjwvc3ZnPg==);
}
.type-download-bg-4 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogcmdiYSg5NywgOTcsIDk3LCAwLjQpOyI+DQogIDxwYXRoIGQ9Ik0xOSwxNi4xOWEuNDguNDgsMCwwLDEtLjEzLS4xOS41NC41NCwwLDAsMSwuMTMtLjE4bDUuNzktNmE0LjA5LDQuMDksMCwwLDAsLjkzLTQuNTNDMjQuODMsMy4yOCwyMi41NiwyLDE5LjksMkgxMi4xQzkuNDQsMiw3LjE3LDMuMjgsNi4zMyw1LjI2QTQuMDksNC4wOSwwLDAsMCw3LjI1LDkuOGw1Ljc5LDZhLjQ4LjQ4LDAsMCwxLC4xMy4xOS41NC41NCwwLDAsMS0uMTMuMThsLTUuNzksNmE0LjA5LDQuMDksMCwwLDAtLjkzLDQuNTNjLjg0LDIsMy4xMSwzLjI2LDUuNzcsMy4yNmg3LjhjMi42NiwwLDQuOTMtMS4yOCw1Ljc3LTMuMjZhNC4wOSw0LjA5LDAsMCwwLS45My00LjUzWm0tNC40NywxLjM5YTIuMTQsMi4xNCwwLDAsMCwwLTMuMTRsLTUuNzktNkM2Ljg4LDYuNTMsOC44Myw0LDEyLjEsNGg3LjhjMy4yNywwLDUuMjIsMi41MiwzLjQsNC40MWwtNS43OSw2YTIuMTQsMi4xNCwwLDAsMCwwLDMuMTRsMy41NSwzLjY5SDEwLjk0WiIvPg0KPC9zdmc+);
}
.type-download-bg-5 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogIzhCMjkxQzsiPg0KCSAgPHBhdGggZD0iTTI5LjksMjYuODcsMTYuODEsNC40M2ExLDEsMCwwLDAtMS42MywwTDIuMSwyNi44N2MtLjMuNTIuMTQsMS4xMy44MSwxLjEzSDI5LjA5QzI5Ljc3LDI4LDMwLjIxLDI3LjM5LDI5LjksMjYuODdaTTE3LjU2LDI0YTEuNTYsMS41NiwwLDAsMS0zLjEyLDB2LS44N2ExLjU2LDEuNTYsMCwxLDEsMy4xMywwWm0wLTUuNTZhMS41NiwxLjU2LDAsMCwxLTMuMTIsMFYxMy41NmExLjU2LDEuNTYsMCwwLDEsMy4xMywwWiIvPg0KPC9zdmc+);
}
.type-download-bg-6 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogI0Q2NzAwMDsiPg0KCSAgPHBhdGggZD0iTTE2LDJBMTQsMTQsMCwxLDAsMzAsMTYsMTQsMTQsMCwwLDAsMTYsMlptMCwyMmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSwxNiwyNFptMi04YTIsMiwwLDAsMS00LDBWMTBhMiwyLDAsMCwxLDQsMFoiIC8+DQo8L3N2Zz4=);
}
.type-favourite-bg-1,
.type-favourite-toolbar-bg-1 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogcmdiYSg5NywgOTcsIDk3LCAwLjQpOyI+DQoJPHBhdGggZD0iTTguODYsMjguNjJhMS44NSwxLjg1LDAsMCwxLTEuMDktLjM2LDEuODcsMS44NywwLDAsMS0uNjctMi4wOGwyLjI3LTcuMS02LTQuMzlBMS44NywxLjg3LDAsMCwxLDQuNSwxMS4zMmg3LjM3bDIuMjktNy4wOWExLjg1LDEuODUsMCwwLDEsMy41MywwTDIwLDExLjMxaDcuMzdhMS44NSwxLjg1LDAsMCwxLDEuNzYsMS4yOWgwYTEuODcsMS44NywwLDAsMS0uNjcsMi4wOGwtNiw0LjM5LDIuMjcsNy4xYTEuODYsMS44NiwwLDAsMS0yLjg2LDIuMDhsLTYtNC4zNy02LDQuMzdBMS44NCwxLjg0LDAsMCwxLDguODYsMjguNjJabTcuMDYtN2ExLDEsMCwwLDEsLjU5LjE5bDYuMiw0LjU0TDIwLjM1LDE5YTEsMSwwLDAsMSwuMzYtMS4xMWw2LjIyLTQuNThIMTkuMjVhMSwxLDAsMCwxLTEtLjY5TDE1LjkyLDUuMjZsLTIuMzcsNy4zNWExLDEsMCwwLDEtMSwuNjlINC45Mmw2LjIyLDQuNThBMSwxLDAsMCwxLDExLjQ5LDE5TDkuMTMsMjYuMzhsNi4yLTQuNTRBMSwxLDAsMCwxLDE1LjkyLDIxLjY1WiIgLz4NCjwvc3ZnPg==);
}
.type-favourite-bg-2,
.type-favourite-toolbar-bg-2 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogI2U4YTEwZTsiPg0KCTxwYXRoIGQ9Ik0yOS4xMSwxMi42MWExLjg1LDEuODUsMCwwLDAtMS43Ni0xLjI5SDIwTDE3LjY5LDQuMjJhMS44NSwxLjg1LDAsMCwwLTMuNTMsMGwtMi4yOSw3LjA5SDQuNWExLjg3LDEuODcsMCwwLDAtMS4wOSwzLjM3bDYsNC4zOUw3LjEsMjYuMThhMS44NywxLjg3LDAsMCwwLC42NywyLjA4LDEuODQsMS44NCwwLDAsMCwyLjE5LDBsNi00LjM3LDYsNC4zN2ExLjg2LDEuODYsMCwwLDAsMi44Ni0yLjA4bC0yLjI3LTcuMSw2LTQuMzlBMS44NywxLjg3LDAsMCwwLDI5LjExLDEyLjYxWiIgLz4NCjwvc3ZnPg==);
}
.type-edit-bg-1 {
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZmlsbDogIzQ2NDY0NjsiPg0KCTxwYXRoIGQ9Ik02LjA4LDIxLjdsOC42NSw0LjYxTDYuMywzMFpNMTQsNy4wOWw4Ljg5LDUuMUwxNi4wOCwyNC4wOWwtMC41MS0xLjUyTDEzLDIyLjNsLTAuNDUtMS42M0wxMCwyMC41Nyw5LjI1LDE4Ljc4LDcuMTksMTlabTQuMjctNS42M2ExLjMzLDEuMzMsMCwwLDEsLjcuMTdsNi4zLDMuNjJhMS44NCwxLjg0LDAsMCwxLC4zOSwyLjU0TDI0LjkzLDkuMDksMTUuODYsMy44OWwwLjc1LTEuMzFBMi4xLDIuMSwwLDAsMSwxOC4yOSwxLjQ2WiIgLz4NCjwvc3ZnPg==);
}
.type-favourite-toolbar-bg-1,
.type-favourite-toolbar-bg-2 {
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.button-list-tiny:hover {
  background-color: rgba(0, 0, 0, 0.1) /*$ToolbarButtonBgHover*/;
  cursor: pointer;
}
.gear {
  animation-name: ckw;
  animation-duration: 1.5s;
  animation-delay: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  display: inline-block;
}
@-moz-keyframes ckw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ckw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ckw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: lighter;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #464646 /*$BasicHeadlines*/;
}
h2 {
  color: #464646 /*$BasicHeadlines*/;
  margin-top: 36px;
  font-size: 1.2em;
  font-weight: lighter;
  margin-bottom: 0.5em;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table thead tr th fieldset,
table tbody tr th fieldset,
table thead tr td fieldset,
table tbody tr td fieldset {
  margin: 0;
}
table thead tr th {
  border-bottom: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
  color: #464646 /*$BasicText*/;
  padding: 7px 12px 5px 0px;
  vertical-align: top;
}
table thead tr th input[type=text] {
  width: 80%;
  padding: 2px 6px;
  height: auto;
}
table thead tr th > span {
  border-right: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  padding-right: 10px;
  display: block;
}
table thead tr th > span.is--image span {
  display: inline-block;
  width: calc(100% - 10px);
  text-overflow: ellipsis;
  overflow: hidden;
}
table thead tr th > span.is--image svg {
  width: 8px;
  height: 8px;
  float: right;
  margin-top: 7px;
}
table thead tr th span:empty {
  display: list-item;
}
table thead tr th.short-header {
  width: 40px;
  max-width: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table thead tr th.short-cell {
  width: 20px;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table thead tr th.fav-cell {
  width: 20px;
  min-width: 20px;
}
table tbody tr td {
  font-size: 0.9em;
  padding: 6px 12px 6px 0;
  vertical-align: top;
}
table tbody tr td label {
  margin-bottom: 0;
}
table tbody tr td.short-cell {
  width: 20px;
  max-width: 80px;
  padding: 6px 5px 0 5px;
}
table tbody tr td.fav-cell {
  width: 20px;
  min-width: 20px;
  padding: 6px 5px 0 5px;
}
table tbody tr td.lang-cell {
  padding: 9px 12px 0 0;
  width: 16px;
}
table tbody tr td.lang-cell img {
  width: 16px;
  height: auto;
  display: block;
}
table tbody tr:nth-child(even) td {
  background-color: rgba(243, 243, 243, 0.7);
}
.is--small-icons i img {
  width: 16px;
  vertical-align: text-bottom;
}
table.is--type-mobile tbody tr td span.checkbox-style {
  margin-right: 0;
}
table.is--type-mobile tbody tr td span.checkbox-style ~ span.checkbox-name {
  display: none;
}
table.is--type-mobile tbody tr td span.checkbox-style ~ span.checkbox-extra {
  display: inline;
}
table.is--rotate-headers thead tr th:empty {
  width: auto;
}
table.is--rotate-headers thead tr th {
  border-bottom: none;
  height: 75px;
  white-space: nowrap;
  width: 40px;
  padding: 0;
  vertical-align: inherit;
}
table.is--rotate-headers thead tr th > div {
  -moz-transform: translate(-70px, -50px) rotate(405deg);
  -ms-transform: translate(-70px, -50px) rotate(405deg);
  -o-transform: translate(-70px, -50px) rotate(405deg);
  -webkit-transform: translate(-70px, -50px) rotate(405deg);
  transform: translate(-70px, -50px) rotate(405deg);
  width: 30px;
  position: absolute;
}
table.is--rotate-headers thead tr th > div > span {
  border-bottom: 1px solid #ccc;
  border-right: 0;
  padding: 3px 6px 3px 24px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 77px;
  text-overflow: ellipsis;
}
table.is--rotate-headers tbody tr td:first-of-type {
  border: none;
}
table.is--rotate-headers tbody tr td {
  border-left: solid 1px #ccc;
  padding: 6px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a.link-document {
  padding: 0 6px 0 0;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.link-document i {
  display: inline-block;
  font-size: 0;
}
a.link-document span {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
a.link-document.info {
  color: #0073cc;
  display: block;
  padding: 2px 6px 2px 0;
}
a.link-document.info span:hover {
  text-decoration: underline;
}
a.link-document:hover {
  color: #464646 /*$BasicIcon*/;
}
a.link-document:hover span {
  color: #464646 /*$BasicIcon*/;
}
a.link-document:hover svg {
  fill: #464646 /*$BasicIcon*/;
}
a.link-document.is--basic-link i {
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
a.link-document.is--basic-link svg {
  fill: #464646 /*$BasicText*/;
}
a.link-document.is--mimetype-link i {
  vertical-align: -3px;
  margin-right: 6px;
}
a.link-document.is--mimetype-link img {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.video {
  top: 25%;
  left: 25%;
  bottom: 25%;
  right: 25%;
  background: #000;
}
.video video.video__player {
  position: absolute;
  height: calc(100% - 40px);
  width: 100%;
  background: #000;
}
.mimic-element {
  position: relative;
}
.mimic-element .mimic-element__checkbox-style {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 2px 6px 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mimic-element .mimic-element__checkbox-style:before {
  position: absolute;
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  height: 2px;
  width: 6px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mimic-element .mimic-element__radio-style {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 2px 6px 0 6px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mimic-element .mimic-element__radio-style:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: none;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.mimic-element .mimic-element__content-count {
  position: absolute;
  right: 5px;
  width: auto;
  padding: 0 3px 1px 2px;
  font-size: 0.75em;
  border: dotted 1px rgba(70, 50, 50, 0.22);
  border-radius: 3px;
}
.mimic-element.is--selection-selected .mimic-element__checkbox-style {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.mimic-element.is--selection-selected .mimic-element__checkbox-style:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mimic-element.is--selection-selected .mimic-element__radio-style {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.mimic-element.is--selection-selected .mimic-element__radio-style:before {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1079px) {
  table thead tr th.prio4,
  table tbody tr th.prio4,
  table thead tr td.prio4,
  table tbody tr td.prio4 {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  table thead tr th.prio3,
  table tbody tr th.prio3,
  table thead tr td.prio3,
  table tbody tr td.prio3 {
    display: none;
  }
}
@media only screen and (max-width: 879px) {
  table thead tr th.prio2,
  table tbody tr th.prio2,
  table thead tr td.prio2,
  table tbody tr td.prio2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.3em;
  }
  h2 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 639px) {
  table thead tr th.short-header {
    width: 20px;
    max-width: 20px;
  }
  table.is--type-mobile {
    display: block;
  }
  table.is--type-mobile tbody,
  table.is--type-mobile tr,
  table.is--type-mobile td {
    display: block;
  }
  table.is--type-mobile tr {
    margin-bottom: 10px;
  }
  table.is--type-mobile thead,
  table.is--type-mobile th {
    display: none;
  }
  table.is--type-mobile td:first-of-type {
    background-color: #ccc;
  }
  table.is--type-mobile tbody tr td {
    padding: 3px 6px;
    background-color: #f3f3f3;
    border: none;
  }
  table.is--type-mobile tbody tr td label.custom-radiocheck {
    margin-bottom: 0;
  }
  table.is--type-mobile tbody tr td span.checkbox-style {
    margin: 2px 6px 0 0;
  }
  table.is--type-mobile tbody tr td span.checkbox-style ~ span.checkbox-name {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  table.is--type-mobile tbody tr td span.checkbox-style ~ span.checkbox-extra {
    display: none;
  }
}
*:focus {
  outline: none;
}
label {
  display: block;
}
label,
.datepicker {
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label > span,
.datepicker > span {
  display: block;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 5px;
}
label input[type=date],
.datepicker input[type=date],
label input[type=time],
.datepicker input[type=time] {
  font-family: 'Lucida Console', Monaco, monospace;
  font-size: 0.9em !important;
}
label input[type=text],
.datepicker input[type=text],
label input[type=password],
.datepicker input[type=password],
label input[type=date],
.datepicker input[type=date],
label input[type=time],
.datepicker input[type=time] {
  width: 100%;
  border: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: none;
  padding: 6px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label div.documentLinkValue,
.datepicker div.documentLinkValue {
  width: 100%;
  border: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: none;
  padding: 6px;
  font-size: 1em;
  height: 35px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=text]:focus,
.datepicker input[type=text]:focus,
label input[type=password]:focus,
.datepicker input[type=password]:focus,
label input[type=date]:focus,
.datepicker input[type=date]:focus,
label input[type=time]:focus,
.datepicker input[type=time]:focus,
label textarea:focus,
.datepicker textarea:focus {
  background-color: #fff3da;
}
label input[type=text]:disabled,
.datepicker input[type=text]:disabled,
label input[type=password]:disabled,
.datepicker input[type=password]:disabled,
label input[type=date]:disabled,
.datepicker input[type=date]:disabled,
label input[type=time]:disabled,
.datepicker input[type=time]:disabled {
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
}
label input[type=date]::-webkit-inner-spin-button,
.datepicker input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
label textarea,
.datepicker textarea {
  width: 100%;
  height: 200px;
  border: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: none;
  padding: 6px;
  margin: 0 0px 0px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.required span::after,
.datepicker.required span::after {
  content: " *";
  font-weight: bold;
}
label.required input:focus,
.datepicker.required input:focus {
  background-color: rgba(204, 0, 0, 0.1);
}
.brandingitem > div > span {
  display: block;
  width: 100%;
  font-size: 0.9em;
}
input[type=checkbox] {
  width: auto;
  margin-right: 3px;
  vertical-align: middle;
}
input[type=checkbox] ~ span {
  display: inline;
  vertical-align: middle;
}
button.button-form {
  background: #f5f5f5;
  border: solid 1px #e8e8e8;
  margin: 10px 0;
  padding: 3px 9px 5px 9px;
  font-size: 0.9em;
  display: inline-block;
  cursor: pointer;
}
button.button-form:hover {
  background: rgba(0, 0, 0, 0.1) /*$ToolbarButtonBgHover*/;
}
button.button-form:disabled {
  cursor: default;
  background: #f5f5f5;
  border: solid 1px #e8e8e8;
  opacity: 0.5;
}
fieldset {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
  min-width: inherit;
}
fieldset legend {
  font-size: 0.9em;
  padding: 0;
  margin-bottom: 5px;
}
fieldset label,
fieldset .datepicker {
  margin-bottom: 5px;
}
label.custom-radiocheck {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
label.custom-radiocheck span {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.custom-radiocheck input[type=checkbox],
label.custom-radiocheck input[type=radio] {
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
}
label.custom-radiocheck span.checkbox-style {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  display: inline-block;
  margin: 3px 6px 0 0;
}
label.custom-radiocheck input[type=checkbox]:checked ~ span.checkbox-style:before,
label.custom-radiocheck input[type=checkbox]:checked:disabled ~ span.checkbox-style:before {
  position: absolute;
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  height: 2px;
  width: 6px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.custom-radiocheck input[type=checkbox]:checked ~ span.checkbox-style.is--inherited:before,
label.custom-radiocheck input[type=checkbox]:checked:disabled ~ span.checkbox-style.is--inherited:before {
  position: absolute;
  content: "";
  border: 2px solid;
  height: 4px;
  width: 4px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
label.custom-radiocheck input[type=checkbox]:checked ~ span.checkbox-style {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
label.custom-radiocheck input[type=checkbox]:focus ~ span.checkbox-style {
  background-color: #fff3da;
}
label.custom-radiocheck input[type=checkbox]:checked ~ span.checkbox-style:before {
  border-color: rgba(0, 0, 0, 0.6);
}
label.custom-radiocheck input[type=checkbox]:checked ~ span.checkbox-style.is--inherited:before {
  border-color: transparent;
  background-color: #6c8e17;
}
label.custom-radiocheck input[type=checkbox]:disabled ~ span {
  color: rgba(0, 0, 0, 0.3);
}
label.custom-radiocheck input[type=checkbox]:disabled ~ span.checkbox-style {
  border: solid 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
label.custom-radiocheck input[type=checkbox]:checked:disabled ~ span.checkbox-style:before {
  border-color: rgba(0, 0, 0, 0.3);
}
label.custom-radiocheck input[type=checkbox]:checked:disabled ~ span.checkbox-style.is--inherited:before {
  border-color: transparent;
  background-color: #6c8e17;
}
label.custom-radiocheck span.radio-style {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin: 3px 6px 0 0;
  border-radius: 8px;
}
label.custom-radiocheck span.radio-style:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: none;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
label.custom-radiocheck input[type=radio]:checked ~ span.radio-style {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
label.custom-radiocheck input[type=radio]:focus ~ span.radio-style {
  background-color: #fff3da;
}
label.custom-radiocheck input[type=radio]:checked ~ span.radio-style:before {
  background: rgba(0, 0, 0, 0.6);
}
label.custom-radiocheck input[type=radio]:disabled ~ span {
  color: rgba(0, 0, 0, 0.3);
}
label.custom-radiocheck input[type=radio]:disabled ~ span.radio-style {
  border: solid 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
label.custom-radiocheck input[type=radio]:checked:disabled ~ span.radio-style:before {
  border-color: rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.3);
}
div.custom-search {
  position: relative;
}
div.custom-search input {
  width: 100%;
  border: 0;
  padding: 8px 36px 8px 8px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.custom-search input:focus {
  background-color: rgba(255, 255, 255, 0.85);
}
div.custom-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-right: 0;
}
div.custom-typeahead {
  position: relative;
  display: inline-block;
  background: #fff;
  margin-right: 3px;
}
div.custom-typeahead input {
  width: calc(100% - 22px);
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.custom-typeahead button + input {
  position: relative;
  left: 22px;
}
div.custom-typeahead button {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
}
div.custom-typeahead button:first-child {
  cursor: initial;
}
div.custom-typeahead button:hover {
  background-color: transparent;
}
div.custom-typeahead input + button {
  left: auto;
  right: 0;
}
div.custom-typeahead.is--full {
  width: 100%;
}
div.custom-typeahead.is--full button:first-child,
div.custom-typeahead.is--full input {
  background-color: rgba(255, 255, 255, 0.7);
}
div.custom-typeahead.is--one {
  width: calc(100% - 35px);
}
div.custom-typeahead.is--two {
  width: calc(100% - 65px);
}
div.custom-typeahead.is--three {
  width: calc(100% - 105px);
}
div.custom-typeahead.is--full input:first-child {
  width: 100%;
}
div.custom-select {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.custom-select select {
  margin-top: 0;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj4NCgk8cG9seWdvbiBwb2ludHM9IjExLjQxIDIyLjQxIDAuODEgMTEuODEgMy4wNCA5LjU5IDExLjQxIDE3Ljk0IDE5Ljc3IDkuNTkgMjIgMTEuODEgMTEuNDEgMjIuNDEiIC8+DQo8L3N2Zz4=);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #fff;
  padding-right: 20px;
}
div.custom-select select:focus {
  background-color: #fff3da;
}
div.custom-select select::-ms-expand {
  display: none;
}
fieldset.various-value legend {
  position: relative;
  width: 100%;
  padding-right: 36px;
}
fieldset.various-value legend .various-value__additional {
  position: absolute;
  right: 0;
  top: -3px;
}
fieldset.various-value ul li.various-value__item {
  position: relative;
}
fieldset.various-value ul li.various-value__item label,
fieldset.various-value ul li.various-value__item div.datepicker {
  width: calc(100% - 28px);
}
fieldset.various-value ul li.various-value__item label input,
fieldset.various-value ul li.various-value__item div.datepicker input,
fieldset.various-value ul li.various-value__item label select,
fieldset.various-value ul li.various-value__item div.datepicker select {
  margin-top: 0;
}
fieldset.various-value ul li.various-value__item.documentLink label {
  width: calc(100% - 56px);
}
fieldset.various-value ul li.various-value__item .various-value__item__additional {
  position: absolute;
  right: 0;
  top: 0;
}
fieldset.various-value ul li.various-value__item .various-value__item__additional .tinytool button {
  height: 35px;
}
fieldset.various-value ul li:last-of-type span.draggable-various-value {
  border-bottom-style: dotted;
}
fieldset.various-value ul li > span.draggable-various-value {
  padding: 6px 6px 12px 18px;
  background-color: rgba(253, 169, 120, 0.1);
  border-color: rgba(253, 169, 120, 0.1);
  border-width: 1px;
  border-left-style: dotted;
  border-right-style: dotted;
  border-top-style: dotted;
  border-bottom-style: none;
  display: block;
}
fieldset.various-value ul li > span.draggable-various-value:before {
  content: '';
  position: absolute;
  left: 5px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAWCAYAAAD9091gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADZJREFUeNpiLCkp+c8AAYxAjMFmYiAAWKCqGZB0orCJMmHUDcPFDYz////Hq4CwGyhOkwABBgDVfBf4DFftPAAAAABJRU5ErkJggg==');
  opacity: 0.3;
  background-repeat: no-repeat;
}
fieldset.various-value ul [draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -webkit-user-drag: element;
  cursor: ns-resize;
}
select {
  width: 100%;
  border: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: none;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 1em;
}
select:focus {
  background: #fff3da;
}
select:disabled {
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
}
input.is--input-invalid,
div.is--input-invalid {
  border-color: #b90707 !important;
}
.filtergroup label.custom-radiocheck {
  display: block;
  margin-bottom: 1px;
}
.toolbar div.custom-typeahead input {
  margin-left: 0;
  margin-right: 0;
  padding: 6px 30px 5px 5px;
}
.tile-nav__primary-search div.custom-typeahead {
  margin-right: 0;
  width: 100%;
}
.tile-nav__primary-search div.custom-typeahead .typeahead-wrapper {
  background-color: #a2a2a2 /*$NavPrimaryBg*/;
}
.tile-nav__primary-search div.custom-typeahead button {
  top: 5px;
  right: 5px;
}
.tile-nav__primary-search div.custom-typeahead button:first-child {
  top: 0;
  height: 100%;
  width: 22px;
}
.tile-nav__primary-search div.custom-typeahead button:first-child i {
  margin-bottom: 0px;
}
.tile-nav__primary-search div.custom-typeahead input {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 36px 8px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  label {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  button.button-form {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  label.custom-radiocheck {
    display: block;
  }
}
.area-grid .grid-splitter-drag-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding-top: 55px;
  z-index: 449;
  cursor: ew-resize;
  background-color: rgba(255, 255, 255, 0.05);
}
.area-grid__body {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-grid__body .content-main {
  display: inline-block;
  width: 100%;
  min-width: 500px;
  max-width: 800px;
  vertical-align: top;
}
.area-grid__body .content-additional {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  margin-top: 44px;
  margin-left: 24px;
  position: relative;
}
.area-grid__body.no--toolbar .area-grid__body-content {
  top: 0;
}
.area-grid__aside {
  position: absolute;
  background: #f1f1f1;
  top: 0;
  bottom: 0;
  width: 304px;
  min-width: 100px;
  border-right: solid 1px rgba(101, 101, 101, 0.25);
  -webkit-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.area-grid__aside .grid-splitter-drag {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  padding-top: 55px;
  display: block;
  z-index: 450;
  background-color: rgba(0, 0, 0, 0.6);
}
.area-grid__aside .grid-splitter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 12px;
  padding-top: 55px;
  display: block;
  z-index: 400;
  cursor: ew-resize;
  background-color: transparent;
}
.area-grid__aside h1 {
  display: none;
}
.area-grid__body-content,
.area-grid__aside-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-grid__aside-content {
  right: 4px;
}
.area-grid__aside-content .collections-searchResult .button-resultset-size {
  width: calc(100% - 58px);
}
.area-grid__aside-content.is--reset-gap {
  right: 0;
  padding: 6px;
}
.area-grid__aside-content.is--reset-gap .area-grid__aside-content {
  padding-top: 0;
}
.area-grid__body-content-iframe {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-grid__body-content-iframe iframe {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-grid.is--split .area-grid__body {
  left: 304px;
}
.area-grid.is--regular .area-grid__body {
  left: 0;
}
.area-grid.is--split .area-grid__aside.is--collapsed {
  width: 12px;
  min-width: 12px;
}
.area-grid.is--split .area-grid__aside.is--collapsed .grid-splitter {
  width: 12px;
  cursor: pointer;
  right: 0;
}
.area-grid.is--split .area-grid__aside.is--collapsed .grid-splitter span {
  position: absolute;
  top: calc(50% - 15px);
  left: 4px;
  width: 2px;
  height: 30px;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.area-grid.is--split .area-grid__aside.is--collapsed .toolbar,
.area-grid.is--split .area-grid__aside.is--collapsed .area-grid__body-content,
.area-grid.is--split .area-grid__aside.is--collapsed .area-grid__aside-content {
  display: none;
}
.area-grid.is--split .area-grid__aside.is--collapsed:hover {
  background-color: #e8e8e8;
}
.area-start__logo {
  text-align: right;
  height: 90px;
  margin-bottom: 30px;
}
.area-start__logo img {
  max-width: 360px;
  max-height: 90px;
}
.area-start__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 48px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-start__body-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-start__body-half.is--left-column {
  width: 700px;
  float: left;
  margin-right: 24px;
}
.area-start__body-half.is--right-column {
  width: 500px;
  float: left;
  margin-left: 24px;
}
.html-content .area-grid__body .area-grid__body-content {
  top: 0;
}
@media only screen and (max-width: 1399px) {
  .area-start__body {
    padding: 24px 24px 24px 24px;
  }
  .area-start__body-half.is--left-column {
    width: calc(55% - 24px);
    float: left;
  }
  .area-start__body-half.is--right-column {
    width: 45%;
    margin-left: 0;
    float: left;
  }
}
@media only screen and (max-width: 1279px) {
  .area-grid__body-content .content-additional {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .area-start__logo {
    border-bottom: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  .area-grid__body {
    left: 0;
  }
  .area-grid__body-content .content-main {
    width: 100%;
  }
  .area-start__body-half,
  .area-start__body-half.is--left-column,
  .area-start__body-half.is--right-column {
    width: 100%;
    float: none;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .area-start {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area-start__body {
    margin: 0;
    padding: 12px;
    width: 100%;
  }
  .area-grid.is--split .area-grid__body {
    left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .area-grid__aside {
    width: 100% !important;
    z-index: 50;
  }
  .area-grid__aside h1 {
    display: block;
  }
  .area-grid__aside .grid-splitter {
    display: none;
  }
  .area-grid__aside-content {
    right: 0;
  }
  .area-grid__body {
    left: 0 !important;
  }
  .area-grid__body-content .content-main {
    max-width: none;
    min-width: 100%;
  }
  .area-grid.is--split .area-grid__aside.is--collapsed {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .area-start__logo {
    display: none;
  }
}
#devtools {
  display: none;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
}
body .busylock-wrapper {
  position: fixed;
  z-index: 950;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}
body .busylock-wrapper .busylock-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
body .busylock-wrapper.is--busylock-open {
  display: block;
}
body .spinner {
  text-align: center;
  margin: 50px 0;
}
body .spinner-inner {
  display: inline-block;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: relative;
}
body .spinner-label {
  font-size: 0.8em;
}
body .spinner-animation {
  animation-name: spinner-rotate;
  animation-duration: 1.1s;
  animation-delay: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  display: inline-block;
}
body .spinner-animation path {
  fill: rgba(0, 0, 0, 0.2);
}
body .spinner-animation path.spinner-custom {
  fill: #464646 /*$BasicIcon*/;
}
@-moz-keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.app {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Helvetica, sans-serif /*$ApplicationFont*/;
}
.app__head {
  position: relative;
  height: 50px;
  background-color: #006ab4 /*$HeadBg*/;
  color: #fff /*$HeadText*/;
}
.app__head-logo {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 490;
}
.app__head-logo-wrapper {
  border: solid 3px transparent;
}
.app__head-logo-wrapper img {
  max-height: 20px;
  vertical-align: middle;
}
.app__head-logo-wrapper span {
  vertical-align: middle;
  padding-left: 9px;
  font-size: 1.1em;
  font-weight: lighter;
}
.app__head-status {
  position: absolute;
  top: 9px;
  right: 6px;
  z-index: 900;
  border: solid 3px transparent;
}
.app__head-status button {
  margin-right: 0;
}
.app__quick {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 40px;
  -webkit-box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(101, 101, 101, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.app__body {
  position: absolute;
  left: 40px;
  right: 0;
  top: 50px;
  bottom: 0;
}
.appdiv {
  display: block;
}
.loader {
  display: none;
}
@media only screen and (max-width: 639px) {
  .app__quick {
    display: none;
  }
  .app__body {
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .app__head-logo span {
    display: none;
  }
}
.app-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 500;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  transition: width 0.2s ease-in;
}
.app-nav .app-nav__buttons {
  position: absolute;
  top: 12px;
  left: 6px;
  min-width: 60px;
}
.app-nav .app-nav__wrapper {
  position: absolute;
  top: 51px;
  bottom: 0;
  z-index: 910;
  width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -moz-transition: opacity ease-in 0.1s 0.2s;
  -o-transition: opacity ease-in 0.1s 0.2s;
  -webkit-transition: opacity ease-in 0.1s 0.2s;
  transition: opacity ease-in 0.1s 0.2s;
}
.app-nav .app-nav__wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.app-nav .app-nav__wrapper ul li a {
  display: block;
  padding: 2px 3px 4px 6px;
  margin-bottom: 3px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  cursor: pointer;
}
.app-nav .app-nav__wrapper ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.app-nav .app-nav__wrapper ul li a span {
  padding: 0 6px;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9em;
}
.app-nav .app-nav__wrapper ul li a:hover {
  text-decoration: underline;
}
.app-nav__primary {
  display: block;
  margin: 3px 10px 0 0;
}
.app-nav__primary li a {
  background-color: #a2a2a2 /*$NavPrimaryBg*/;
  border-color: #a2a2a2 /*$NavPrimaryBorder*/;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.app-nav__primary li a svg {
  fill: #fff /*$NavPrimaryText*/;
}
.app-nav__primary li a span {
  color: #fff /*$NavPrimaryText*/;
}
.app-nav__primary li:hover a,
.app-nav__primary li.current a {
  background-color: #4e4e4e /*$NavPrimaryBgHover*/;
  border-color: #4e4e4e /*$NavPrimaryBorderHover*/;
}
.app-nav__primary li:hover a svg,
.app-nav__primary li.current a svg {
  fill: #fff /*$NavPrimaryTextHover*/;
}
.app-nav__primary li:hover a span,
.app-nav__primary li.current a span {
  color: #fff /*$NavPrimaryTextHover*/;
}
.app-nav__primary li.is--selected a {
  background-color: #4e4e4e /*$NavPrimaryBgHover*/;
  border-color: #4e4e4e /*$NavPrimaryBorderHover*/;
}
.app-nav__primary li.is--selected:hover a {
  background-color: #494949;
  border-color: #494949;
}
.app-nav__secondary {
  display: block;
  margin: 0 10px 12px 0;
}
.app-nav__secondary li a {
  background-color: #f1f1f1 /*$NavSecondaryBg*/;
  border-color: #f1f1f1 /*$NavSecondaryBorder*/;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.app-nav__secondary li a svg {
  fill: #0e0e0e /*$NavSecondaryText*/;
}
.app-nav__secondary li a span {
  color: #0e0e0e /*$NavSecondaryText*/;
}
.app-nav__secondary li:hover a,
.app-nav__secondary li.current a {
  background-color: #e8e8e8 /*$NavSecondaryBgHover*/;
  border-color: #e8e8e8 /*$NavSecondaryBorderhover*/;
}
.app-nav__secondary li:hover a svg,
.app-nav__secondary li.current a svg {
  fill: #0e0e0e /*$NavSecondaryTextHover*/;
}
.app-nav__secondary li:hover a span,
.app-nav__secondary li.current a span {
  color: #0e0e0e /*$NavSecondaryTextHover*/;
}
.app-nav__secondary li.is--selected a {
  background-color: #e8e8e8 /*$NavSecondaryBgHover*/;
  border-color: #e8e8e8 /*$NavSecondaryBorderhover*/;
}
.app-nav__secondary li.is--selected:hover a {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.app-nav__additional {
  display: block;
  margin: 0 10px;
}
.app-nav__additional ul li button {
  border-color: transparent;
  padding-bottom: 3px !important;
  margin: 3px 0 !important;
  width: 100%;
  text-align: left;
}
.app-nav__additional ul li button i {
  vertical-align: -3px;
}
.app-nav__additional ul li button img {
  width: 16px;
  height: 16px;
}
.app-nav__additional ul li button span {
  color: #464646 /*$BasicText*/ !important;
  vertical-align: 0;
}
.app-nav__additional ul li.is--selected button,
.app-nav__additional ul li.is--selected:hover button,
.app-nav__additional ul li:hover button {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.app-nav.is--app-nav-open {
  width: 300px;
}
.app-nav.is--app-nav-open .app-nav__buttons .button svg {
  fill: #464646 /*$BasicText*/;
}
.app-nav.is--app-nav-open .app-nav__buttons .button span {
  color: #464646 /*$BasicText*/;
}
.app-nav.is--app-nav-open .app-nav__buttons .button:hover {
  background: transparent;
}
.app-nav.is--app-nav-open .app-nav__wrapper {
  width: 300px;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .app-nav {
    background-color: #fff;
  }
  .app-nav__primary {
    margin: 3px 5px 0 5px;
  }
  .app-nav__secondary {
    margin: 3px 5px 0 5px;
  }
  .app-nav__additional ul li button span {
    display: inline-block;
  }
  .app-nav.is--app-nav-open {
    width: 100%;
  }
  .app-nav.is--app-nav-open .app-nav__wrapper {
    width: 100%;
  }
}
.app-quicknav {
  right: -17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.app-quicknav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.app-quicknav ul li a {
  display: block;
  padding: 2px 3px 4px 3px;
  margin: 0 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.app-quicknav ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.app-quicknav ul li a span {
  padding: 0 6px;
  vertical-align: middle;
  display: inline-block;
}
.app-quicknav ul li:hover a,
.app-quicknav ul li.is--selected a,
.app-quicknav ul li.current a {
  background: #e8e8e8;
}
.app-quicknav ul li.is--selected:hover a {
  background: #e0e0e0;
}
.app-quicknav__primary {
  display: block;
  margin: 4px 0 0 0;
}
.app-quicknav__primary li a svg {
  fill: #414141;
}
.app-quicknav__primary li:hover a svg {
  fill: #414141;
}
.app-quicknav__secondary {
  display: block;
  margin: 0;
}
.app-quicknav__secondary li a svg {
  fill: #414141;
}
.app-quicknav__secondary li:hover a svg {
  fill: #414141;
}
.app__note {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  opacity: 0.2;
  z-index: 700;
  padding: 6px 12px;
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  -o-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  -webkit-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
}
.app__note.is--note-success {
  background-color: #496711;
}
.app__note.is--note-error {
  background-color: #b90707;
}
.app__note.is--note-warning {
  background-color: #e48f09;
}
.app__note.is--note-information {
  background-color: #2d74b9;
}
.app__note.is--note-show {
  bottom: 0;
  opacity: 1;
}
.inside__note {
  width: 100%;
  padding: 6px 12px;
  text-align: center;
  font-size: 0.8em;
  color: rgba(70, 70, 70, 0.65);
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inside__note.is--clickable-note {
  cursor: pointer;
}
.inside__note.hierarchy {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.is--validation-note {
  padding: 3px;
  border: solid 1px #e48f09;
  background: #e48f09;
  color: #ffffff;
  font-size: 0.8em;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentgroup {
  margin: 30px 0;
}
.contentgroup h2 {
  margin-top: 0;
  display: block;
  position: relative;
  padding: 0 0 3px 0;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  transition: border-color 0.5s;
  *zoom: 1;
}
.contentgroup h2:before,
.contentgroup h2:after {
  content: "";
  display: table;
}
.contentgroup h2:after {
  clear: both;
}
.contentgroup h2 .contentgroup__label {
  float: left;
  width: 100%;
  padding-right: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentgroup h2 .contentgroup__label img {
  width: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}
.contentgroup h2 .contentgroup__additional {
  position: absolute;
  top: 3px;
  right: 24px;
}
.contentgroup h2 .contentgroup__control {
  position: absolute;
  top: 3px;
  right: 0;
}
.contentgroup-content {
  display: none;
}
.contentgroup:hover h2 {
  border-bottom-color: #c3c3c3;
}
div.contentgroup:first-of-type {
  margin-top: 0;
}
.is--group-open h2 span.contentgroup__control i svg {
  fill: #464646 /*$BasicText*/;
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.is--group-open .contentgroup-content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contentgroup h2 {
    padding: 0 0 6px 0;
  }
}
.area-nav {
  background-color: #e6e6e6 /*$ToolbarBg*/;
  margin-bottom: 2px;
}
.area-grid__body-content .content-additional h2 {
  margin-top: 0;
  display: block;
  padding: 0 0 3px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.toolbar {
  position: relative;
  background-color: #e6e6e6 /*$ToolbarBg*/;
  min-height: 40px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.findbar {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background-color: #f1f1f1 /*$ToolbarBg*/;
  min-height: 40px;
  padding: 6px;
  z-index: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.findbar .findbar__additional {
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 700;
  padding: 6px 12px;
  text-align: right;
  font-size: 0.8em;
  color: #ffffff;
}
.findbar .findbar__additional span {
  font-size: 0.9em;
  background: #496711;
  color: #ffffff;
  margin-left: 3px;
  padding: 3px 6px;
  font-style: italic;
  border-radius: 3px;
}
.findbar .findbar__additional span:first-child {
  font-weight: bold;
  font-style: normal;
}
.findbar .findbar__additional span.hidden {
  display: none;
}
.toolbar input,
.findbar input {
  border: solid 1px transparent;
  margin-right: 3px;
  font-size: 0.8em;
  width: auto;
}
.toolbar input[type=text],
.findbar input[type=text] {
  vertical-align: middle;
}
.toolbar input[type=number],
.findbar input[type=number] {
  width: 60px;
  -webkit-appearance: none;
  vertical-align: middle;
}
.toolbar input::-webkit-outer-spin-button,
.findbar input::-webkit-outer-spin-button,
.toolbar input::-webkit-inner-spin-button,
.findbar input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.toolbar input[type=checkbox],
.findbar input[type=checkbox] {
  height: auto;
}
.toolbar span#numPages,
.findbar span#numPages {
  font-size: 0.9em;
  vertical-align: middle;
  padding: 3px 6px 3px 3px;
}
.toolbar select,
.findbar select {
  border: solid 1px transparent;
  padding: 0 6px 3px;
  font-size: 0.8em;
  height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.toolbar input:first-child,
.findbar input:first-child {
  margin-left: 6px;
}
.toolbar label,
.findbar label {
  display: inline-block;
  margin: 0 6px 0 0;
  max-width: none;
}
.toolbar__splitter,
.findbar__splitter {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 3px;
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}
.searchField {
  margin-top: 5px;
}
@media only screen and (max-width: 479px) {
  .is--s-display-hide {
    display: none;
  }
}
.breadcrumb {
  margin-bottom: 6px;
  white-space: nowrap;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  content: "";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb span {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 9px;
  font-variant: small-caps;
  font-size: 0.8em;
  max-width: 240px;
  white-space: normal;
}
.breadcrumb span a {
  display: inline-block;
  padding: 3px 21px 3px 3px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}
.breadcrumb span a:after {
  position: absolute;
  content: "";
  border-right: 2px solid;
  border-top: 2px solid;
  height: 6px;
  width: 6px;
  top: 12px;
  right: 0;
  margin-right: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb span a:hover {
  background: #ccc;
}
.breadcrumb span:last-of-type {
  font-weight: bold;
  padding: 3px;
}
.breadcrumb .is--current-item {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .breadcrumb span {
    max-width: 120px;
    overflow: hidden;
  }
  .breadcrumb span a {
    text-overflow: ellipsis;
    width: calc(100% - 21px);
  }
}
.branding-preview {
  margin-bottom: 20px;
  width: 400px;
  height: 304px;
}
.branding-preview svg {
  width: 100%;
}
.is--fixed {
  position: fixed !important;
  top: 60px;
}
.ms-ColorPicker-table tr > td:first-child {
  min-width: 58px;
}
.ms-ColorPicker-table tr > td:first-child .ms-TextField {
  min-width: 58px;
}
.tinytool {
  color: #464646 /*$BasicText*/;
}
.tinytool__splitter {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 3px;
  display: inline-block;
  height: 24px;
  vertical-align: top;
}
.tinytool label,
.tinytool > div {
  margin: 0 0 0 4px;
  max-width: none;
  display: inline-block;
}
.tinytool label div.custom-select,
.tinytool > div div.custom-select {
  margin-top: 0;
  padding: 0;
  width: auto;
}
.tinytool label div.custom-select select,
.tinytool > div div.custom-select select {
  height: auto;
  background-color: #fff;
  min-height: 24px;
  padding: 0 24px 0 0;
}
.tinytool label select:focus,
.tinytool > div select:focus {
  background-color: #fff3da;
}
.tinytool__info {
  border-radius: 3px;
  font-size: 0.9em;
  padding: 1px 3px;
  border: dotted rgba(0, 0, 0, 0.13) 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.tinytool__info:not(:first-of-type) {
  margin: 0 0 0 4px;
}
.list-simple ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-simple ul li label {
  cursor: pointer;
  margin: 0;
  max-width: none;
  display: block;
  padding: 6px 6px 6px 0;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.list-simple ul li > a,
.list-simple ul li > span {
  display: block;
  padding: 6px 6px 6px 0;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.list-simple ul li > a {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.list-simple ul li > a span.list-simple__additional {
  position: absolute;
  top: 8px;
  right: 3px;
}
.list-simple ul li > a span.list-simple__additional i {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 16px;
  height: 16px;
}
.list-simple ul li > a span.list-simple__additional svg {
  fill: rgba(0, 0, 0, 0.3);
}
.list-simple ul li:last-of-type span.draggable-list-simple {
  border-bottom-style: dotted;
}
.list-simple ul li > span.draggable-list-simple {
  padding: 5px 6px 6px 18px;
  background-color: rgba(253, 169, 120, 0.1);
  border-color: rgba(253, 169, 120, 0.1);
  border-width: 1px;
  border-left-style: dotted;
  border-right-style: dotted;
  border-top-style: dotted;
  border-bottom-style: none;
}
.list-simple ul li > span.draggable-list-simple:before {
  content: '';
  position: absolute;
  left: 16px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAWCAYAAAD9091gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADZJREFUeNpiLCkp+c8AAYxAjMFmYiAAWKCqGZB0orCJMmHUDcPFDYz////Hq4CwGyhOkwABBgDVfBf4DFftPAAAAABJRU5ErkJggg==');
  opacity: 0.3;
  background-repeat: no-repeat;
}
.list-simple ul [draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -webkit-user-drag: element;
  cursor: ns-resize;
}
.list-simple ul li.is--selection-selected {
  background-color: rgba(24, 122, 178, 0.3) !important;
}
.list-simple ul li:hover a {
  background-color: rgba(29, 29, 29, 0.1);
}
.list-simple ul li.is--listitem-changed a {
  font-style: italic;
}
.list-simple ul li:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.7);
}
.list-simple ul li.is--item-open,
.list-simple ul li.is--item-open:nth-child(even) {
  background-color: rgba(29, 29, 29, 0.1);
}
.list-simple ul.global {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.list-simple.is--selection ul li > a {
  padding-left: 28px;
}
.list-advanced table thead tr th.check-cell,
.list-advanced table tbody tr th.check-cell,
.list-advanced table thead tr td.check-cell,
.list-advanced table tbody tr td.check-cell {
  display: none;
  width: 15px;
  padding: 6px 9px 6px 3px;
}
.list-advanced table tbody tr td {
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.list-advanced table tbody tr td:first-child div {
  position: relative;
}
.list-advanced table tbody tr:hover td,
.list-advanced table tbody tr:nth-child(even):hover td {
  background-color: rgba(29, 29, 29, 0.1);
}
.list-advanced table tbody tr.is--item-open td,
.list-advanced table tbody tr.is--item-open:nth-child(even) td {
  background-color: rgba(29, 29, 29, 0.1);
}
.list-advanced.recentFileList td {
  word-break: break-all;
}
.list-advanced.is--selection table thead tr td a.link-document,
.list-advanced.is--selection table tbody tr td a.link-document {
  cursor: default;
}
.list-advanced.is--selection table thead tr th.check-cell,
.list-advanced.is--selection table tbody tr th.check-cell,
.list-advanced.is--selection table thead tr td.check-cell,
.list-advanced.is--selection table tbody tr td.check-cell {
  display: table-cell;
}
.list-object ul li {
  padding: 6px 0;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.list-object ul li > div {
  position: relative;
}
.list-object ul li > div .list-object__name {
  display: inline-block;
  word-break: break-word;
  min-height: 26px;
  width: calc(100% - 185px);
}
.list-object ul li > div .list-object__name a.link-document {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}
.list-object ul li > div .list-object__name a {
  text-decoration: none;
  color: #464646 /*$BasicText*/;
}
.list-object ul li > div .list-object__name label {
  margin: 0;
  display: inline-block;
  width: calc(70%);
}
.list-object ul li > div .list-object__name label input {
  height: 20px;
  padding-left: 2px;
  margin-left: -3px;
  padding-bottom: 13px;
  padding-top: 9px;
  max-width: calc(70% - 40px);
}
.list-object ul li > div .list-object__name label .is--validation-note {
  float: right;
  width: 40%;
  display: inline-block;
}
.list-object ul li > div .list-object__name > i {
  vertical-align: -3px;
  margin-right: 6px;
}
.list-object ul li > div .list-object__name > i img {
  width: 16px;
  height: 16px;
}
.list-object ul li > div .list-object__tools {
  display: inline-block;
  position: absolute;
  right: 0;
}
.list-object ul li > div .list-object__tools .tinytool {
  font-size: 0.9em;
}
.list-object ul li:first-of-type {
  padding-top: 0;
}
.list-object ul li:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.7);
}
.list-object .toolbar,
.list-object .buttongroup.is--buttongroup-right {
  background: none;
}
.list-object.is--tools-single ul li .list-object__name {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 639px) {
  .list-object ul li {
    background-color: #f3f3f3;
    margin-bottom: 10px;
    padding: 0;
  }
  .list-object ul li > div {
    position: relative;
  }
  .list-object ul li > div .list-object__name {
    width: 100%;
    margin-top: 6px;
    padding-left: 3px;
  }
  .list-object ul li > div .list-object__tools {
    position: relative;
    text-align: right;
    width: 100%;
    background-color: #e2e2e2;
    padding: 3px 3px 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list-object ul li:nth-child(even) {
    background-color: #f3f3f3;
  }
  .list-object.is--tools-single ul li > div .list-object__name {
    margin-top: 0;
  }
  .list-object.is--tools-single ul li > div .list-object__tools {
    position: absolute;
  }
}
.aftersearch-filter div {
  margin-bottom: 24px;
}
.aftersearch-filter div h2 {
  font-size: 0.9em;
  color: #464646 /*$BasicHeadlines*/;
  margin: 0;
  padding: 6px 6px 6px 0;
}
.aftersearch-filter div ul {
  border-top: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  margin: 0;
  padding: 3px 0 0 0;
  list-style-type: none;
}
.aftersearch-filter div ul li {
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.aftersearch-filter div ul li input[type=checkbox] {
  width: auto;
  margin-right: 3px;
  vertical-align: middle;
}
.aftersearch-filter div ul li input[type=checkbox] ~ span {
  display: inline;
  vertical-align: middle;
}
.aftersearch-filter div:first-of-type h2 {
  margin-top: 0;
}
.toc {
  font-size: 0.9em;
}
.toc ul {
  margin: 6px 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toc ul li {
  padding: 3px 0 3px 9px;
}
.toc ul li a {
  display: block;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  border-bottom: solid 1px transparent;
}
.toc ul li a:hover {
  background-color: rgba(29, 29, 29, 0.1);
}
.toc > ul {
  margin: 0;
}
.toc > ul > li {
  padding: 3px 0 3px 0;
}
.treeview {
  width: 100%;
  min-width: 220px;
}
.treeview ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.treeview ul li {
  color: #464646 /*$BasicText*/;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 15px;
}
.treeview__label {
  vertical-align: top;
  display: inline-block;
  color: inherit;
  width: 100%;
  padding: 6px 0 6px 6px;
  box-sizing: border-box;
  cursor: default;
  -moz-transition: background ease-in 0.2s;
  -o-transition: background ease-in 0.2s;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
}
.treeview__label label {
  cursor: pointer;
  margin: 0;
  max-width: none;
}
.treeview__label-title {
  display: inline-block !important;
  width: 100%;
  color: #464646 /*$BasicText*/;
  text-decoration: none;
  vertical-align: top !important;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.treeview__label input[type=checkbox] {
  display: none;
}
.treeview__label input[type=checkbox] ~ span {
  display: none;
  vertical-align: top;
}
.treeview__label-check {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: relative;
  display: none;
  vertical-align: top;
  margin: 2px 0 0 0;
}
.treeview__label-check:before {
  position: absolute;
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  height: 2px;
  width: 6px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.treeview__label input[type=checkbox]:checked ~ .treeview__label-check {
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.treeview__label input[type=checkbox]:checked ~ .treeview__label-check:before {
  border-color: #222222;
}
.treeview__label:hover {
  background-color: rgba(29, 29, 29, 0.1);
}
.treeview__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 33px;
}
.treeview__toggle:hover {
  background-color: rgba(29, 29, 29, 0.1);
}
.treeview__toggle:before {
  position: absolute;
  content: "";
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #464646 /*$BasicIcon*/;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #464646 /*$BasicIcon*/;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 13px;
  left: 3px;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.treeview.is--selection input[type=checkbox] {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 0;
}
.treeview.is--selection .treeview__label label {
  cursor: default;
}
.treeview.is--selection .treeview__label .treeview__label-check {
  display: inline-block;
}
.treeview.is--selection .treeview__label .treeview__label-title {
  width: calc(100% - 30px);
  margin-right: 6px;
}
.treeview .treeview__label.is--item-open {
  background-color: rgba(29, 29, 29, 0.1);
}
.treeview .treeview__label.is--item-open:hover {
  background-color: #cccccc;
}
.treeview .treeview__label.is--selection-selected {
  background-color: rgba(24, 122, 178, 0.3);
}
.treeview .treeview__node.is--closed ul {
  display: none;
}
.treeview .treeview__node.currentResult > span {
  font-weight: bold;
}
.treeview .treeview__node.is--closed .treeview__toggle:before {
  top: 14px;
  left: 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-left-color: #777777;
  border-bottom-color: #777777;
}
.dialogbox-wrapper {
  position: fixed;
  z-index: 950;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.dialogbox-wrapper.is--dialog-open {
  display: block;
}
.notebox {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 600px;
  min-height: 300px;
  max-height: 80%;
  overflow-y: auto;
  margin-left: -300px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notebox-head {
  position: relative;
  padding: 6px 30px 3px 12px;
  background-color: #f8f8f8;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.notebox-head h2 {
  font-size: 1.3em;
  color: #464646 /*$BasicHeadlines*/;
  font-weight: lighter;
  margin: 0 0 0.25em 0;
}
.notebox-head__control {
  position: absolute;
  top: 9px;
  right: 6px;
}
.notebox-content {
  padding: 12px;
  font-size: 0.9em;
  color: #464646 /*$BasicText*/;
  /*position: relative;*/
  width: 100%;
  height: calc(100% - 82px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.notebox-content.deepLink label {
  display: inline-block;
  width: calc(100% - 31px);
}
.notebox-content label {
  margin-top: 10px;
}
.notebox-content textarea {
  margin-bottom: 20px;
}
.notebox-content button {
  margin-top: 13px;
  margin-left: 2px;
}
.notebox-toolbar {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #e6e6e6 /*$ToolbarBg*/;
  min-height: 40px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select-document {
  width: 1000px !important;
  height: 700px !important;
  margin-left: -600px !important;
  margin-top: -350px !important;
}
.select-document .wizardbox-module {
  position: unset !important;
  padding: 0 !important;
}
.wizardbox {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 720px;
  height: 640px;
  margin-left: -360px;
  margin-top: -320px;
  overflow: hidden;
}
.wizardbox-head {
  position: relative;
  padding: 6px 30px 3px 12px;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wizardbox-head h2 {
  font-size: 1.3em;
  color: #464646 /*$BasicHeadlines*/;
  font-weight: lighter;
  margin: 0 0 0.25em 0;
}
.wizardbox-head p {
  margin: 0;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.wizardbox-head p:last-child {
  margin-bottom: 11px;
}
.wizardbox-head p:not(:last-child) {
  margin-bottom: 5px;
}
.wizardbox-head .custom-typeahead {
  margin-bottom: 5px;
}
.wizardbox-head__control {
  position: absolute;
  top: 9px;
  right: 6px;
}
.wizardbox-toolbar {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #e6e6e6 /*$ToolbarBg*/;
  min-height: 40px;
  padding: 6px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wizardbox-content {
  position: absolute;
  width: 100%;
  top: 72px;
  bottom: 40px;
}
.wizardbox-content.search--toolbar {
  top: 94px;
}
.wizardbox-content tr.clickable {
  cursor: pointer;
}
.wizardbox-content tr.clickable td {
  background-color: initial !important;
}
.wizardbox-content tr.clickable.hover {
  background-color: rgba(29, 29, 29, 0.1) !important;
}
.wizardbox-content tr.clickable.selected {
  background-color: rgba(29, 29, 29, 0.1) !important;
}
.wizardbox-module {
  position: absolute;
  width: 100%;
  top: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wizardbox-module .currentResult {
  font-weight: bold;
}
.wizardbox-note {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  opacity: 0.2;
  z-index: 50;
  padding: 6px 12px;
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  -o-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  -webkit-transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
  transition: bottom 0.15s ease-in, opacity 0.2s ease-in 0.1s;
}
.wizardbox-note.is--note-error {
  background-color: #b90707;
}
.wizardbox-content.no--toolbar .wizardbox-module,
.wizardbox-content.search--toolbar .wizardbox-module {
  top: 0;
}
.wizardbox.is--wizard-warning .wizardbox-note {
  bottom: 40px;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .select-document {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .notebox {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-top: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .select-document {
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .wizardbox {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-height: 340px) and (max-width: 767px) {
  .notebox {
    margin-top: -150px;
  }
}
@media only screen and (max-height: 680px) {
  .select-document {
    height: auto !important;
    margin-left: 0 !important;
    margin-top: auto !important;
  }
  .wizardbox {
    top: 12px;
    bottom: 12px;
    height: auto;
    margin-top: auto;
  }
}
@media only screen and (max-height: 340px) {
  .notebox {
    top: 12px;
    bottom: 12px;
    height: auto;
    margin-top: auto;
    min-height: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.tile-nav {
  margin: 0 0 36px 0;
  *zoom: 1;
}
.tile-nav:before,
.tile-nav:after {
  content: "";
  display: table;
}
.tile-nav:after {
  clear: both;
}
.tile-nav__primary-search {
  background-color: #a2a2a2 /*$NavPrimaryBg*/;
  padding: 18px;
  /*display:none;*/
}
.tile-nav__primary,
.tile-nav__secondary {
  margin-bottom: 6px;
}
.tile-nav__primary a,
.tile-nav__secondary a {
  border-color: #a2a2a2 /*$NavPrimaryBorder*/;
  border-style: solid;
  border-width: 1px;
  background-color: #a2a2a2 /*$NavPrimaryBg*/;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -moz-transition: background ease-in 0.2s;
  -o-transition: background ease-in 0.2s;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tile-nav__primary a h2,
.tile-nav__secondary a h2 {
  color: #fff /*$NavPrimaryText*/;
  margin: 0 0 0 0;
  vertical-align: middle;
  display: inline-block;
}
.tile-nav__primary a i,
.tile-nav__secondary a i {
  display: inline-block;
  vertical-align: middle;
}
.tile-nav__primary a svg,
.tile-nav__secondary a svg {
  fill: #fff /*$NavPrimaryText*/;
}
.tile-nav__primary a span,
.tile-nav__secondary a span {
  position: absolute;
  right: 15px;
}
.tile-nav__primary a span i,
.tile-nav__secondary a span i {
  width: 24px;
  height: 24px;
}
.tile-nav__primary a:hover,
.tile-nav__secondary a:hover {
  border-color: #4e4e4e /*$NavPrimaryBorderHover*/;
  background-color: #4e4e4e /*$NavPrimaryBgHover*/;
}
.tile-nav__primary a:hover h2,
.tile-nav__secondary a:hover h2 {
  color: #fff /*$NavPrimaryTextHover*/;
}
.tile-nav__primary a:hover svg,
.tile-nav__secondary a:hover svg {
  fill: #fff /*$NavPrimaryTextHover*/;
}
.tile-nav__primary a {
  padding: 18px 18px 12px 18px;
}
.tile-nav__primary a h2 {
  font-size: 1.75em;
}
.tile-nav__primary a i {
  width: 48px;
  height: 48px;
}
.tile-nav__primary a span {
  top: 25px;
}
.tile-nav__secondary a {
  padding: 12px 12px 12px 12px;
}
.tile-nav__secondary a h2 {
  font-size: 1.4em;
}
.tile-nav__secondary a i {
  width: 24px;
  height: 24px;
}
.tile-nav__secondary a span {
  top: 15px;
}
@media only screen and (max-width: 1023px) {
  .tile-nav {
    margin: 0 0 24px 0;
  }
}
.typeahead {
  position: absolute;
  margin-top: 1px;
  left: -1px;
  z-index: 1000;
  background-color: #f8f8f8;
  width: calc(100% + 1px);
  font-size: 0.8em;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.typeahead ul > li {
  cursor: pointer;
  padding: 5px 10px 5px 5px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.typeahead ul > li.selected {
  background-color: #e6e6e6;
}
.typeahead ul > li .suffix {
  font-weight: bold;
}
.typeahead ul > li:hover {
  background-color: #e6e6e6;
}
.tile-nav__primary-search .typeahead {
  left: 0;
  width: 100%;
}
.recent-objects {
  margin: 6px;
}
.recent-objects span {
  border-bottom-color: rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: #464646 /*$BasicText*/;
}
.recent-objects ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recent-objects ul li a {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.recent-objects ul li:hover a {
  background-color: rgba(29, 29, 29, 0.1);
}
.recent-filelist-container > span {
  border-bottom-color: rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: #464646 /*$BasicText*/;
}
.recent-filelist-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recent-filelist-container ul li {
  font-size: 0.9em;
  padding: 6px 12px 6px 0;
  vertical-align: top;
}
.recent-filelist-container ul li a.link-document span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .recent-filelist-container {
    display: none;
  }
}
.favourite-objects {
  display: none;
}
.favourite-objects > span {
  border-bottom-color: rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  padding: 0 0 6px 0;
  margin-bottom: 6px;
  color: #464646 /*$BasicText*/;
}
.favourite-objects ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.favourite-objects ul li a {
  display: block;
  padding: 9px 0;
  text-decoration: none;
  color: #464646 /*$BasicText*/;
  cursor: pointer;
  font-size: 0.9em;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.favourite-objects ul li a span {
  vertical-align: top;
  display: inline-block;
  margin-left: 8px;
  padding-top: 2px;
  width: calc(100% - 32px);
}
.favourite-objects ul li a i {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 24px;
  height: 24px;
}
.favourite-objects ul li a svg {
  fill: #464646 /*$BasicIcon*/;
}
.favourite-objects ul li:hover a {
  background-color: rgba(29, 29, 29, 0.1);
}
.html-content {
  color: #464646 /*$BasicText*/;
}
.html-content .system-description {
  text-align: justify;
}
.html-content h2 {
  margin: 0;
}
.html-content p {
  margin: 0.3em 0 1.5em 0;
  line-height: 1.6em;
}
.html-content p:first-child {
  margin-top: 0;
}
.html-content h4,
.html-content h5 {
  font-weight: bold;
}
.html-content ul {
  list-style-type: square;
  margin: 0.5em 1.5em 1.5em 1.5em;
  line-height: 1.6em;
}
.html-content ul ul {
  margin-bottom: 0.75em;
}
.html-content__nav {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  padding-top: 6px;
  margin: 6px 0 0 0;
  text-align: right;
}
.html-content__nav a {
  color: #464646 /*$BasicText*/;
  display: inline-block;
  margin-left: 12px;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
}
.html-content__nav a:hover {
  text-decoration: underline;
}
.fileupload {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  color: #464646 /*$BasicText*/;
  position: relative;
}
.fileupload__name {
  width: calc(100% - 200px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 20px;
  display: block;
}
.fileupload__progressbar {
  width: 100%;
  height: 6px;
  margin-top: 6px;
  background-color: #fff3da;
}
.fileupload__progressbar-progress {
  height: 100%;
  background-color: #496711;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fileupload__progressbar-progress > span {
  position: absolute;
  right: 0;
  top: 0;
  color: #464646 /*$BasicText*/;
  font-size: 0.9em;
}
.imageupload {
  position: relative;
  margin-bottom: 12px;
}
.imageupload > div > span {
  margin-bottom: 6px;
}
.imageupload > div input {
  display: none;
}
.imageupload > div .imageupload-preview__thumb {
  background-color: #fff3da;
  border: dotted 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  padding: 6px;
  text-align: center;
  margin-bottom: 0;
}
.imageupload > div .imageupload-preview__thumb-image {
  font-size: 0;
  margin-bottom: 0;
}
.imageupload > div .imageupload-preview__thumb-image img {
  max-height: 100px;
}
.imageupload > div .imageupload-preview__thumb-message {
  font-style: italic;
  font-size: 0.8em;
  opacity: 0.7;
}
.imageupload__tools {
  position: absolute;
  right: 0;
  top: 0;
}
.imageupload__tools .tinytool {
  font-size: 0.9em;
}
.portal-switch {
  min-width: 100%;
  max-width: 310px;
  text-align: left;
  margin-top: 6px;
  display: none;
}
.portal-switch ul {
  padding: 3px;
}
.portal-switch ul li a {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2px 30px 4px 6px;
  margin-bottom: 3px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  font-size: 0.9em;
  cursor: pointer;
  color: #0e0e0e /*$NavSecondaryText*/;
  background-color: #f1f1f1 /*$NavSecondaryBg*/;
  border-color: #f1f1f1 /*$NavSecondaryBorder*/;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.portal-switch ul li a span.portal-switch__additional {
  position: absolute;
  right: 3px;
}
.portal-switch ul li a span.portal-switch__additional i {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 16px;
  height: 16px;
}
.portal-switch ul li a span.portal-switch__additional svg {
  fill: #414141;
}
.portal-switch ul li:last-of-type a {
  margin: 0;
}
.portal-switch ul li:hover a {
  background-color: #e8e8e8 /*$NavSecondaryBgHover*/;
  border-color: #e8e8e8 /*$NavSecondaryBorderhover*/;
  color: #0e0e0e /*$NavSecondaryTextHover*/;
}
.portal-switch ul li:hover a svg {
  fill: #414141;
}
.is--portal-switch {
  display: inline-block;
  position: relative;
}
.is--portal-switch:hover {
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.is--portal-switch:hover span {
  color: #464646 /*$BasicText*/;
}
.is--portal-switch:hover .portal-switch {
  display: block;
}
.filtergroup {
  width: 100%;
  min-width: 220px;
  margin: 0 0 24px 0;
}
.filtergroup h2 {
  margin-top: 0;
  display: block;
  position: relative;
  padding: 0 0 3px 0;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  transition: border-color 0.5s;
  font-size: 1em;
  *zoom: 1;
}
.filtergroup h2:before,
.filtergroup h2:after {
  content: "";
  display: table;
}
.filtergroup h2:after {
  clear: both;
}
.filtergroup h2 .filtergroup__label {
  float: left;
  width: 100%;
  margin: 3px 0;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filtergroup h2 .filtergroup__control {
  position: absolute;
  top: 3px;
  right: 0;
}
.filtergroup-content {
  display: none;
}
.filtergroup-content fieldset {
  margin-bottom: 0;
}
.filtergroup-content fieldset .filtergroup-content__count {
  position: absolute;
  right: 0;
  width: auto;
  padding: 0 3px 1px 2px;
  font-size: 0.7em;
  border: dotted 1px rgba(70, 50, 50, 0.22);
  border-radius: 3px;
}
.filtergroup-content fieldset .filtervalue-label {
  width: calc(100% - 20px);
}
.filtergroup-content a.filtergroup-content__more {
  font-size: 0.9em;
  padding-left: 24px;
  cursor: pointer;
}
.filtergroup-content a.filtergroup-content__more:hover {
  color: #464646 /*$BasicIcon*/;
}
.filtergroup-content .button {
  position: absolute;
  top: 2px;
  right: 0;
  width: auto;
  font-size: 0.7em;
  height: 20px;
  padding: 0px 2px 0px 2px;
}
.filtergroup:hover h2 {
  border-bottom-color: #c3c3c3;
}
.filtergroup.is--group-open h2 span.filtergroup__control i svg {
  fill: #464646 /*$BasicText*/;
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.filtergroup.is--group-open.multipleand .filtergroup-content .checked:not(.last) .filtervalue-label:after,
.filtergroup.is--group-open.multipleor .filtergroup-content .checked:not(.last) .filtervalue-label:after {
  margin-left: 5px;
  font-size: 0.65em;
  vertical-align: super;
}
.filtergroup.is--group-open.multipleand .filtergroup-content .checked:not(.last) .filtervalue-label:after {
  content: "AND";
}
.filtergroup.is--group-open.multipleor .filtergroup-content .checked:not(.last) .filtervalue-label:after {
  content: "OR";
}
.filtergroup.is--group-open .filtergroup-content {
  display: block;
}
.filtergroup.is--group-open .filtergroup-content > .button {
  width: 100%;
  text-align: left;
  margin-right: 0;
  padding: 0 0 1px 0;
  height: auto;
  border: 0;
}
.filtergroup.is--group-open .filtergroup-content > .button i {
  margin-left: 2px;
  opacity: 0.25;
}
.filtergroup.is--group-open .filtergroup-content > .button span {
  font-size: 0.9em;
  vertical-align: top;
  color: #464646 /*$BasicText*/;
}
.filtergroup.is--group-open .filtergroup-content__count.is--occurrences-none {
  display: none;
}
.additionalfiltervalue-label {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 40px);
}
.usernav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.usernav > div span {
  color: #0e0e0e /*$NavSecondaryText*/;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  padding: 3px 6px 6px 3px;
  border-bottom: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  margin: 3px;
}
.usernav ul {
  padding: 3px;
}
.usernav ul li a {
  display: block;
  padding: 2px 3px 4px 6px;
  margin-bottom: 3px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  cursor: pointer;
  background-color: #f1f1f1 /*$NavSecondaryBg*/;
  border-color: #f1f1f1 /*$NavSecondaryBorder*/;
  -moz-transition: background ease-in 0.1s;
  -o-transition: background ease-in 0.1s;
  -webkit-transition: background ease-in 0.1s;
  transition: background ease-in 0.1s;
}
.usernav ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.usernav ul li a i svg {
  fill: #414141;
}
.usernav ul li a span {
  padding: 0 6px;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9em;
  color: #0e0e0e /*$NavSecondaryText*/;
}
.usernav ul li a.aboutLink i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 4px;
}
.usernav ul li:last-of-type a {
  margin: 0;
}
.usernav ul li:hover a {
  background-color: #e8e8e8 /*$NavSecondaryBgHover*/;
  border-color: #e8e8e8 /*$NavSecondaryBorderhover*/;
}
.usernav ul li:hover a svg {
  fill: #414141;
}
.usernav ul li:hover a span {
  color: #0e0e0e /*$NavSecondaryTextHover*/;
}
.is--usernav ul {
  cursor: pointer;
}
.is--usernav .usernav {
  display: block;
}
.sortable-list thead tr th > span {
  border-right: none;
}
.sortable-list thead tr th {
  padding: 7px 6px 5px 6px;
  position: relative;
  cursor: default;
}
.sortable-list thead tr th.with-caption:before {
  content: "";
  border-left: solid 1px rgba(29, 29, 29, 0.2) /*$BasicBorder*/;
  display: inline-block;
  position: absolute;
  width: 1px;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.sortable-list thead tr th.sort-header:hover {
  background-color: rgba(131, 131, 131, 0.1);
  cursor: pointer;
}
.sortable-list tbody tr td {
  font-size: 0.9em;
  padding: 7px 20px 5px 6px;
  vertical-align: top;
  box-sizing: border-box;
}
.documentpreview {
  padding: 10px;
}
.documentpreview__container .preview-item {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  width: 260px;
  height: 260px;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fafafa;
}
.documentpreview__container .preview-item-inner {
  width: 260px;
  height: 260px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 0;
}
.documentpreview__container .preview-item-inner i img {
  -moz-transition: max-height 0.1s, max-width 0.1s;
  -o-transition: max-height 0.1s, max-width 0.1s;
  -webkit-transition: max-height 0.1s, max-width 0.1s;
  transition: max-height 0.1s, max-width 0.1s;
  max-width: 220px;
  max-height: 180px;
  border: 1px dotted rgba(0, 0, 0, 0.05);
}
.documentpreview__container .preview-item-inner i img.is--no-preview {
  border-color: transparent;
  width: 220px;
  height: 180px;
}
.documentpreview__container .preview-item__details {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}
.documentpreview__container .preview-item__details-header {
  top: 0;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.documentpreview__container .preview-item__details-bottombar {
  bottom: 0;
  padding: 6px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.documentpreview__container .preview-item__details-filename {
  display: inline-block;
  width: calc(100% - 25px);
  cursor: default;
  font-size: 0.8em;
  color: #212121;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.documentpreview__container .preview-item__mimetype {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin-right: 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.documentpreview__container .preview-item__mimetype i img {
  width: 16px;
}
.documentpreview__container .preview-item__additional {
  float: right;
}
.documentpreview__container .preview-item__flag {
  background-color: #464646 /*$BasicHeadlines*/;
  position: absolute;
  top: -5px;
  right: 40px;
  z-index: 200;
  font-size: 0.7em;
  padding: 3px 6px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.documentpreview__container .preview-item__flag:after {
  content: '';
  position: absolute;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #a9a9a9;
  right: -4px;
  top: 2px;
  transform: rotate(-135deg);
}
.documentpreview__container .preview-item-inner:hover i {
  z-index: 100;
  vertical-align: 0;
}
.documentpreview__container .preview-item-inner:not(.is--no-preview):hover {
  z-index: 150;
  background: #f3f3f3;
}
.documentpreview__container .preview-item-inner:not(.is--no-preview):hover i img {
  max-width: 256px;
  max-height: 256px;
}
.documentpreview__container .preview-item-inner:not(.is--no-preview):hover i img.is--no-preview {
  max-width: 64px;
  max-height: 64px;
}
.documentpreview__container .image-preview {
  position: relative;
  background: #f0f0f0;
  text-align: center;
  line-height: 0;
  height: 150px;
  width: 200px;
}
@media only screen and (max-width: 639px) {
  .documentpreview__container .preview-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .documentpreview__container .preview-item {
    width: calc(50% - 12px);
    display: table;
    table-layout: fixed;
    float: left;
  }
  .documentpreview__container .preview-item-inner {
    width: 100%;
  }
  .documentpreview__container .preview-item-inner i {
    width: 100%;
  }
  .documentpreview__container .preview-item-inner i img {
    max-width: 90%;
  }
  .documentpreview__container .preview-item-inner:hover i img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .documentpreview__container .preview-item {
    width: 100%;
    margin-right: 0;
  }
}
td > .tinytool__info {
  float: right;
}
td.is--cell-small-icon {
  padding-top: 9px;
}
td.is--cell-small-icon img {
  width: 16px;
  height: auto;
  display: block;
}
table.metaInfoBoxContent {
  text-align: left;
  word-break: break-word;
}
table.metaInfoBoxContent tr:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.7);
}
table.metaInfoBoxContent td {
  padding-bottom: 6px;
}
table.metaInfoBoxContent tr:not(:first-child) td {
  padding-top: 6px;
}
.fileView .selectCheckbox,
.fileEdit .selectCheckbox,
.documentMetaEdit .selectCheckbox,
.privilegeEdit .selectCheckbox {
  display: none;
  width: 15px;
  padding: 0 9px 0 3px;
}
.fileView.is--selection .selectCheckbox,
.fileEdit.is--selection .selectCheckbox,
.documentMetaEdit.is--selection .selectCheckbox,
.privilegeEdit.is--selection .selectCheckbox {
  display: inline-block;
}
.documentMetaEdit .documentMetaEditTitle {
  max-height: 20px;
}
.documentMetaEdit .documentMetaEditButton {
  position: relative;
  top: -3px;
  margin-left: 2px;
}
.documentMetaEdit.is--selection li label {
  display: inline-block;
  width: calc(95% - 55px) !important;
}
.documentMetaEdit.is--selection li div.datepicker {
  display: inline-block;
  width: calc(100% - 95px) !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker-wrapper .react-datepicker__input-container {
  width: 100%;
}
.fileEdit li {
  height: 26px;
}
.fileEdit li input {
  height: 30px !important;
  margin-top: -2px !important;
}
.fileEdit li .list-object__name {
  width: calc(100% - 327px) !important;
}
.fileEdit li .list-object__name label {
  width: calc(99.5% - 22px) !important;
}
.fileEdit li .list-object__name label input {
  max-width: none !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-bottom: 2px !important;
  padding-top: 0 !important;
}
.fileEdit li .tinytool > div:first-child {
  margin-left: 0;
}
.fileEdit li .tinytool .react-datepicker-wrapper {
  width: 148px;
  padding-bottom: 7px !important;
}
.fileEdit li .tinytool .react-datepicker-wrapper input {
  width: 148px;
}
.fileEdit li:nth-child(even) {
  background-color: initial !important;
}
.fileEdit li:first-of-type {
  padding-top: 6px !important;
}
.fileEdit li.active {
  background-color: #f0f0f0 !important;
}
.fileEdit.is--selection .list-object__name {
  width: calc(100% - 354px) !important;
}
.fileEdit input[type=date] {
  font-family: 'Segoe UI', Tahoma, Geneva, Helvetica, sans-serif /*$ApplicationFont*/;
  font-size: 1.04em !important;
}
.fileEdit .react-datepicker__close-icon::after {
  margin-bottom: 2px;
}
@media only screen and (max-width: 639px) {
  .fileEdit li {
    height: unset;
  }
  .fileEdit li .tinytool > label {
    width: 50%;
    display: inline-block;
    margin: 0;
    top: -2px;
  }
  .fileEdit li .tinytool > label:last-of-type {
    margin-right: 0;
  }
  .fileEdit li .tinytool > button {
    display: none;
  }
  .fileEdit li .list-object__name {
    width: 100% !important;
  }
  .fileEdit li input {
    margin-top: 0 !important;
  }
  .fileEdit.is--selection .list-object__name {
    width: calc(100% - 30px) !important;
  }
}
.imgViewer {
  background-color: #cfcfcf;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.imgViewer .imageOverlay {
  overflow: hidden;
  height: 100%;
}
.imgViewer .imageOverlay img {
  display: block;
  margin: auto;
  border: 9px solid transparent;
  border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 40% repeat;
  background-color: #ffffff;
  background-clip: content-box;
}
.imgViewer .imageOverlay img[data-rotate="90"] {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.imgViewer .imageOverlay img[data-rotate="180"] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.imgViewer .imageOverlay img[data-rotate="270"] {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media only screen and (max-width: 639px) {
  .imgViewer label {
    width: auto;
  }
}
.imgViewer .spinner {
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.seekbar input[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
.seekbar input[type=range]:focus {
  outline: none;
}
.seekbar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #424242;
  border-radius: 5px;
}
.seekbar input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
.seekbar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #4f4f4f;
}
.seekbar input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #424242;
  border-radius: 5px;
}
.seekbar input[type=range]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
}
.seekbar input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.seekbar input[type=range]::-ms-fill-lower {
  background: #353535;
  border-radius: 10px;
}
.seekbar input[type=range]::-ms-fill-upper {
  background: #424242;
  border-radius: 10px;
}
.seekbar input[type=range]::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
}
.seekbar input[type=range]:focus::-ms-fill-lower {
  background: #424242;
}
.seekbar input[type=range]:focus::-ms-fill-upper {
  background: #4f4f4f;
}
.language-picker {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.9em;
  min-width: 200px;
}
.language-picker img {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 8px;
  margin-bottom: 1px;
}
.language-picker > div:first-of-type {
  border-radius: 0;
  border-color: #c5c5c5;
  min-height: 28px;
  height: 28px;
  box-shadow: none;
}
.language-picker > div:first-of-type div:nth-child(2) {
  padding: 4px;
  height: 28px;
  min-height: 28px;
}
.language-picker > div:first-of-type div:nth-child(2) span {
  margin-left: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.language-picker > div:nth-child(3) > div {
  border-radius: 0;
  border-bottom: solid 1px #c5c5c5;
  border-left: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
  margin: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
}
.language-picker > div:nth-child(3) > div > div {
  padding: 0;
}
.language-picker > div:nth-child(3) div[role] {
  min-height: initial;
  height: 28px;
  padding: 2px 10px;
}
.language-picker .select-value {
  cursor: pointer;
}
.language-picker .select-value-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
}
.lang-dependent {
  width: 16px;
  margin-left: 7px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.lang-dependent img {
  width: 16px;
  height: auto;
  display: block;
}
.ms-DatePicker .ms-DatePicker-wrap {
  margin-bottom: 0px;
}
.ms-DatePicker + button {
  position: absolute;
  top: 27px;
  right: -1px;
}
.ms-DatePicker + button svg {
  fill: gray !important;
}
.ms-DatePicker i[role="presentation"] svg {
  height: 18px;
  width: 18px;
  fill: gray !important;
  display: block;
}
.ms-DatePicker i[role="presentation"][data-icon-name="Down"] {
  transform: rotate(-180deg);
}
.fileEdit .datepicker {
  width: 149px;
}
.fileEdit .datepicker .ms-DatePicker + button {
  position: absolute;
  top: 1px;
  right: 3px;
}
.documentMetaEdit .ms-DatePicker + button {
  position: absolute;
  top: 2px;
  right: -1px;
}
.ms-TextField .ms-TextField-fieldGroup {
  border: none !important;
  background: none !important;
}
.htmlview {
  position: absolute;
  height: calc(100% - 40px);
  width: 100%;
}
.hierarchyitem svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -2px;
}
.hierarchyitem i {
  margin-right: 5px;
}
.hierarchyitem > label {
  display: inline-block !important;
}
.custom-radiocheck.hierarchy,
.custom-radiocheck.hierarchy-choose {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  transition: border-color 0.5s;
  cursor: pointer;
  padding-left: 5px;
}
.custom-radiocheck.hierarchy span.filtervalue-label,
.custom-radiocheck.hierarchy-choose span.filtervalue-label {
  padding: 3px 0 0 0;
}
.custom-radiocheck.hierarchy span.filtergroup-content__count,
.custom-radiocheck.hierarchy-choose span.filtergroup-content__count {
  margin: 5px 2px;
}
.custom-radiocheck.hierarchy span:first-of-type,
.custom-radiocheck.hierarchy-choose span:first-of-type {
  padding-left: 0;
}
.custom-radiocheck.hierarchy .button,
.custom-radiocheck.hierarchy-choose .button {
  height: auto;
  margin: 1px 3px 0 0;
  padding-bottom: 2px;
}
.custom-radiocheck.hierarchy {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-radiocheck.hierarchy-choose {
  background-color: none;
}
img.external-preview {
  max-width: 400px;
}
.branding-input {
  position: relative;
  width: 100%;
}
.branding-input > div {
  position: absolute;
  right: 5px;
  top: 30px;
  width: 23px;
  height: 23px;
  border: 1px solid #686666;
  cursor: pointer;
  opacity: 1;
}
#script-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 200px;
  text-align: right;
  z-index: 500;
}
#AppHub {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: -3px;
  margin-left: 3px;
}
#AppHub > div {
  height: 26px;
  width: 28px;
  padding: 0px 1px 2px 1px;
}
#AppHub svg {
  fill: #fff /*$HeadIcon*/;
}
#AppHub:hover {
  background-color: rgba(0, 0, 0, 0.1) /*$ToolbarButtonBgHover*/;
  border-color: transparent;
}
#AppHubOverlay {
  overflow: hidden;
}
#AppHubOverlay.AppHub__overlay.is--visible {
  bottom: 20px;
  top: 50px;
  margin-left: 10px;
  width: auto;
  right: 10px;
  z-index: 1000;
  box-shadow: 0 5px 15px #505050;
  overflow: visible;
}
#AppHubOverlay.AppHub__overlay.is--visible:before {
  position: absolute;
  right: 9px;
  top: -10px;
  border-bottom: 10px solid #e7e7e7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  display: block;
}
#AppHubOverlay.AppHub__overlay.is--visible > div {
  height: 100%;
}
/*#AppHub.is--open .AppHub:hover {
    background-color: @toolbarHover;
}*/
.container {
  padding: 0;
  margin: 0;
  display: block;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container h1,
.container h2,
.container h3,
.container p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container h1 {
  margin: 0 0 0.8em 24px;
  font-weight: 300;
}
.container h2 {
  margin: 0 0 0.2em 0;
  font-size: 1.3em;
  font-weight: 400;
}
.container h3 {
  margin: 0 0 0 24px;
  font-weight: lighter;
}
.container p {
  margin: 0;
  font-weight: light;
}
.container a:link {
  color: #000;
}
.container a:visited {
  color: #000;
}
.container a:active {
  color: #000;
}
.container a:hover {
  color: #000;
}
.container-item {
  width: 30%;
  max-width: 500px;
  height: 120px;
  display: inline-block;
  background-color: #efefef;
  margin: 10px;
  padding: 4px;
  min-height: 90px;
  cursor: pointer;
  border-radius: 2px;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.container-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(10, 57, 94, 0.2);
  background-color: #efefef;
}
.container-item.disabled {
  background-color: initial;
  cursor: auto;
}
.container-item.disabled:hover {
  box-shadow: initial;
  background-color: initial;
}
.container-item img,
.container-item svg {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 12px;
  padding-top: 10px;
  width: 72px;
  vertical-align: top;
}
.application-start_description {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 96px);
  min-height: 90px;
  padding: 5px 10px 15px 10px;
  vertical-align: top;
  background-color: #efefef;
  border-radius: 2px;
  overflow-y: auto;
  height: 100%;
}
.application-start:hover .application-start_description {
  background-color: none;
}
@media only screen and (max-width: 1200px) {
  .container-item {
    width: 44%;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
  .container-item {
    width: 92%;
  }
}
.tmp-hide-oldsearch {
  display: none;
}


/*# sourceMappingURL=app.css.map*/