html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
  display: inline-block;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

div.core-toast-container {
  z-index: 9999;
  text-align: center;
  pointer-events: none;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 500px) {
  div.core-toast-container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.core-toast-container div.core-toast {
  float: right;
  clear: both;
  color: #333;
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  transition: all .5s;
  display: block;
  position: relative;
  box-shadow: 0 3px 25px #0000004d;
}

div.core-toast-container div.core-toast div.icon {
  color: #fff;
  background: #3498db;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

div.core-toast-container div.core-toast div.content {
  text-align: left;
  max-width: 350px;
  padding: 12px 20px 12px 60px;
}

div.core-toast-container div.core-toast div.content p {
  margin: 0;
  font-size: 15px;
}

div.core-toast-container div.core-toast div.content p.title {
  font-weight: 600;
}

div.core-toast-container div.core-toast div.content p.subtitle {
  opacity: .8;
  margin-top: 3px;
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  div.core-toast-container div.core-toast div.content {
    width: 100%;
    max-width: 100%;
  }
}

div.core-toast-container div.core-toast.notice div.icon {
  background: #3498db;
}

div.core-toast-container div.core-toast.positive div.icon {
  background: #59b147;
}

div.core-toast-container div.core-toast.negative div.icon {
  background: #ca2c2c;
}

div.core-toast-container div.core-toast.warning div.icon {
  background: #f6a623;
}

div.core-toast-container .toast-list-enter, div.core-toast-container .toast-list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

div.core-toast-container .toast-list-leave-active {
  position: absolute;
}

@font-face {
  font-family: Magicons;
  src: url(/static/font/Magicons.5dad2e13.eot);
  src: url(/static/font/Magicons.5dad2e13.eot#iefix) format("embedded-opentype"), url(/static/font/Magicons.f6b8fe39.ttf) format("truetype"), url(/static/font/Magicons.8cbbdb9b.woff) format("woff"), url(/static/svg/Magicons.44f907b5.svg#Magicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="magicon-"], [class*=" magicon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: Magicons !important;
}

.magicon-menu:before {
  content: "";
}

.magicon-user:before {
  content: "";
}

.magicon-loupe:before {
  content: "";
}

.magicon-inbox:before {
  content: "";
}

.magicon-mail:before {
  content: "";
}

.magicon-image:before {
  content: "";
}

.magicon-home:before {
  content: "";
}

.magicon-cart:before {
  content: "";
}

.magicon-link:before {
  content: "";
}

.magicon-pulse:before {
  content: "";
}

.magicon-music:before {
  content: "";
}

.magicon-calendar:before {
  content: "";
}

.magicon-notifications:before {
  content: "";
}

.magicon-notifications-filled:before {
  content: "";
}

.magicon-notifications-off:before {
  content: "";
}

.magicon-folder:before {
  content: "";
}

.magicon-folder-filled:before {
  content: "";
}

.magicon-folder-opened:before {
  content: "";
}

.magicon-bubble:before {
  content: "";
}

.magicon-bubble-filled:before {
  content: "";
}

.magicon-heart:before {
  content: "";
}

.magicon-heart-filled:before {
  content: "";
}

.magicon-camera:before {
  content: "";
}

.magicon-camera-filled:before {
  content: "";
}

.magicon-ribbon:before {
  content: "";
}

.magicon-ribbon-filled:before {
  content: "";
}

.magicon-ribbon-plus:before {
  content: "";
}

.magicon-star:before {
  content: "";
}

.magicon-star-half:before {
  content: "";
}

.magicon-star-filled:before {
  content: "";
}

.magicon-menu-left-1:before {
  content: "";
}

.magicon-menu-center-1:before {
  content: "";
}

.magicon-menu-right-1:before {
  content: "";
}

.magicon-menu-left-2:before {
  content: "";
}

.magicon-menu-center-2:before {
  content: "";
}

.magicon-menu-right-2:before {
  content: "";
}

.magicon-enter-left:before {
  content: "";
}

.magicon-enter-right:before {
  content: "";
}

.magicon-exit-left:before {
  content: "";
}

.magicon-exit-right:before {
  content: "";
}

.magicon-pause:before {
  content: "";
}

.magicon-pause-filled:before {
  content: "";
}

.magicon-settings-1:before {
  content: "";
}

.magicon-settings-2:before {
  content: "";
}

.magicon-settings-3:before {
  content: "";
}

.magicon-target-1:before {
  content: "";
}

.magicon-target-2:before {
  content: "";
}

.magicon-download:before {
  content: "";
}

.magicon-share-1:before {
  content: "";
}

.magicon-share-2:before {
  content: "";
}

.magicon-play:before {
  content: "";
}

.magicon-play-filled:before {
  content: "";
}

.magicon-backward:before {
  content: "";
}

.magicon-backward-filled:before {
  content: "";
}

.magicon-forward:before {
  content: "";
}

.magicon-forward-filled:before {
  content: "";
}

.magicon-clock:before {
  content: "";
}

.magicon-clock-filled:before {
  content: "";
}

.magicon-dashboard:before {
  content: "";
}

.magicon-dashboard-filled:before {
  content: "";
}

.magicon-plus-circle:before {
  content: "";
}

.magicon-plus-circle-filled:before {
  content: "";
}

.magicon-minus-circle:before {
  content: "";
}

.magicon-minus-circle-filled:before {
  content: "";
}

.magicon-ok-circle:before {
  content: "";
}

.magicon-ok-circle-filled:before {
  content: "";
}

.magicon-blocks:before {
  content: "";
}

.magicon-blocks-filled:before {
  content: "";
}

.magicon-tiles:before {
  content: "";
}

.magicon-tiles-filled:before {
  content: "";
}

.magicon-close-circle:before {
  content: "";
}

.magicon-close-circle-filled:before {
  content: "";
}

.magicon-list:before {
  content: "";
}

.magicon-text-align-justify:before {
  content: "";
}

.magicon-text-align-left:before {
  content: "";
}

.magicon-text-align-center:before {
  content: "";
}

.magicon-text-align-right:before {
  content: "";
}

.magicon-volume:before {
  content: "";
}

.magicon-monitor:before {
  content: "";
}

.magicon-laptop:before {
  content: "";
}

.magicon-smartphone:before {
  content: "";
}

.magicon-watch:before {
  content: "";
}

.magicon-duplicate:before {
  content: "";
}

.magicon-crop:before {
  content: "";
}

.magicon-resize-plus-1:before {
  content: "";
}

.magicon-resize-minus-1:before {
  content: "";
}

.magicon-resize-minus-2:before {
  content: "";
}

.magicon-resize-plus-2:before {
  content: "";
}

.magicon-resize-minus-3:before {
  content: "";
}

.magicon-resize-plus-3:before {
  content: "";
}

.magicon-battery-empty:before {
  content: "";
}

.magicon-battery-low:before {
  content: "";
}

.magicon-battery-half:before {
  content: "";
}

.magicon-battery-full:before {
  content: "";
}

.magicon-signal:before {
  content: "";
}

.magicon-power:before {
  content: "";
}

.magicon-text:before {
  content: "";
}

.magicon-info:before {
  content: "";
}

.magicon-document:before {
  content: "";
}

.magicon-document-filled:before {
  content: "";
}

.magicon-document-text:before {
  content: "";
}

.magicon-document-plus:before {
  content: "";
}

.magicon-pencil:before {
  content: "";
}

.magicon-pencil-filled:before {
  content: "";
}

.magicon-edit:before {
  content: "";
}

.magicon-switch:before {
  content: "";
}

.magicon-switch-filled:before {
  content: "";
}

.magicon-switches:before {
  content: "";
}

.magicon-repeat:before {
  content: "";
}

.magicon-sort-az:before {
  content: "";
}

.magicon-arrow-left-1:before {
  content: "";
}

.magicon-arrow-right-1:before {
  content: "";
}

.magicon-arrow-up-1:before {
  content: "";
}

.magicon-arrow-down-1:before {
  content: "";
}

.magicon-arrow-left-2:before {
  content: "";
}

.magicon-arrow-right-2:before {
  content: "";
}

.magicon-arrow-up-2:before {
  content: "";
}

.magicon-arrow-down-2:before {
  content: "";
}

.magicon-arrows-left-right:before {
  content: "";
}

.magicon-arrows-up-down:before {
  content: "";
}

.magicon-jump-left-up:before {
  content: "";
}

.magicon-jump-right-up:before {
  content: "";
}

.magicon-jump-down-left:before {
  content: "";
}

.magicon-jump-up-right:before {
  content: "";
}

.magicon-jump-left-down:before {
  content: "";
}

.magicon-jump-right-down:before {
  content: "";
}

.magicon-jump-up-left:before {
  content: "";
}

.magicon-jump-down-right:before {
  content: "";
}

.magicon-arrow-left-right:before {
  content: "";
}

.magicon-arrow-up-down:before {
  content: "";
}

.magicon-reload-1:before {
  content: "";
}

.magicon-reload-2:before {
  content: "";
}

.magicon-plus:before {
  content: "";
}

.magicon-minus:before {
  content: "";
}

.magicon-ok:before {
  content: "";
}

.magicon-close:before {
  content: "";
}

.magicon-dots-hr:before {
  content: "";
}

.magicon-dots-vr:before {
  content: "";
}

.magicon-mic:before {
  content: "";
}

.magicon-mic-off:before {
  content: "";
}

.magicon-zoom-in:before {
  content: "";
}

.magicon-zoom-in-filled:before {
  content: "";
}

.magicon-zoom-out:before {
  content: "";
}

.magicon-zoom-out-filled:before {
  content: "";
}

.magicon-stop:before {
  content: "";
}

.magicon-dots:before {
  content: "";
}

.magicon-pin:before {
  content: "";
}

.magicon-pin-filled:before {
  content: "";
}

.magicon-trash:before {
  content: "";
}

.magicon-trash-filled:before {
  content: "";
}

.magicon-tag:before {
  content: "";
}

.magicon-tag-filled:before {
  content: "";
}

.magicon-cloud:before {
  content: "";
}

.magicon-cloud-filled:before {
  content: "";
}

.magicon-lock:before {
  content: "";
}

.magicon-lock-filled:before {
  content: "";
}

.magicon-sun:before {
  content: "";
}

.magicon-sun-filled:before {
  content: "";
}

.magicon-moon:before {
  content: "";
}

.magicon-moon-filled:before {
  content: "";
}

@font-face {
  font-family: entypo;
  src: url(/static/font/entypo.579b82e8.eot);
  src: url(/static/font/entypo.579b82e8.eot#iefix) format("embedded-opentype"), url(/static/font/entypo.897928d1.ttf) format("truetype"), url(/static/font/entypo.e38b9ffc.woff) format("woff"), url(/static/svg/entypo.80ce4aaa.svg#entypo) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="entypo-"], [class*=" entypo-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: entypo !important;
}

.entypo-add-to-list:before {
  content: "";
}

.entypo-classic-computer:before {
  content: "";
}

.entypo-controller-fast-backward:before {
  content: "";
}

.entypo-creative-commons-attribution:before {
  content: "";
}

.entypo-creative-commons-noderivs:before {
  content: "";
}

.entypo-creative-commons-noncommercial-eu:before {
  content: "";
}

.entypo-creative-commons-noncommercial-us:before {
  content: "";
}

.entypo-creative-commons-public-domain:before {
  content: "";
}

.entypo-creative-commons-remix:before {
  content: "";
}

.entypo-creative-commons-share:before {
  content: "";
}

.entypo-creative-commons-sharealike:before {
  content: "";
}

.entypo-creative-commons:before {
  content: "";
}

.entypo-document-landscape:before {
  content: "";
}

.entypo-remove-user:before {
  content: "";
}

.entypo-warning:before {
  content: "";
}

.entypo-arrow-bold-down:before {
  content: "";
}

.entypo-arrow-bold-left:before {
  content: "";
}

.entypo-arrow-bold-right:before {
  content: "";
}

.entypo-arrow-bold-up:before {
  content: "";
}

.entypo-arrow-down:before {
  content: "";
}

.entypo-arrow-left:before {
  content: "";
}

.entypo-arrow-long-down:before {
  content: "";
}

.entypo-arrow-long-left:before {
  content: "";
}

.entypo-arrow-long-right:before {
  content: "";
}

.entypo-arrow-long-up:before {
  content: "";
}

.entypo-arrow-right:before {
  content: "";
}

.entypo-arrow-up:before {
  content: "";
}

.entypo-arrow-with-circle-down:before {
  content: "";
}

.entypo-arrow-with-circle-left:before {
  content: "";
}

.entypo-arrow-with-circle-right:before {
  content: "";
}

.entypo-arrow-with-circle-up:before {
  content: "";
}

.entypo-bookmark:before {
  content: "";
}

.entypo-bookmarks:before {
  content: "";
}

.entypo-chevron-down:before {
  content: "";
}

.entypo-chevron-left:before {
  content: "";
}

.entypo-chevron-right:before {
  content: "";
}

.entypo-chevron-small-down:before {
  content: "";
}

.entypo-chevron-small-left:before {
  content: "";
}

.entypo-chevron-small-right:before {
  content: "";
}

.entypo-chevron-small-up:before {
  content: "";
}

.entypo-chevron-thin-down:before {
  content: "";
}

.entypo-chevron-thin-left:before {
  content: "";
}

.entypo-chevron-thin-right:before {
  content: "";
}

.entypo-chevron-thin-up:before {
  content: "";
}

.entypo-chevron-up:before {
  content: "";
}

.entypo-chevron-with-circle-down:before {
  content: "";
}

.entypo-chevron-with-circle-left:before {
  content: "";
}

.entypo-chevron-with-circle-right:before {
  content: "";
}

.entypo-chevron-with-circle-up:before {
  content: "";
}

.entypo-cloud:before {
  content: "";
}

.entypo-controller-fast-forward:before {
  content: "";
}

.entypo-controller-jump-to-start:before {
  content: "";
}

.entypo-controller-next:before {
  content: "";
}

.entypo-controller-paus:before {
  content: "";
}

.entypo-controller-play:before {
  content: "";
}

.entypo-controller-record:before {
  content: "";
}

.entypo-controller-stop:before {
  content: "";
}

.entypo-controller-volume:before {
  content: "";
}

.entypo-dot-single:before {
  content: "";
}

.entypo-dots-three-horizontal:before {
  content: "";
}

.entypo-dots-three-vertical:before {
  content: "";
}

.entypo-dots-two-horizontal:before {
  content: "";
}

.entypo-dots-two-vertical:before {
  content: "";
}

.entypo-download:before {
  content: "";
}

.entypo-emoji-flirt:before {
  content: "";
}

.entypo-flow-branch:before {
  content: "";
}

.entypo-flow-cascade:before {
  content: "";
}

.entypo-flow-line:before {
  content: "";
}

.entypo-flow-parallel:before {
  content: "";
}

.entypo-flow-tree:before {
  content: "";
}

.entypo-install:before {
  content: "";
}

.entypo-layers:before {
  content: "";
}

.entypo-open-book:before {
  content: "";
}

.entypo-resize-100:before {
  content: "";
}

.entypo-resize-full-screen:before {
  content: "";
}

.entypo-save:before {
  content: "";
}

.entypo-select-arrows:before {
  content: "";
}

.entypo-sound-mute:before {
  content: "";
}

.entypo-sound:before {
  content: "";
}

.entypo-trash:before {
  content: "";
}

.entypo-triangle-down:before {
  content: "";
}

.entypo-triangle-left:before {
  content: "";
}

.entypo-triangle-right:before {
  content: "";
}

.entypo-triangle-up:before {
  content: "";
}

.entypo-uninstall:before {
  content: "";
}

.entypo-upload-to-cloud:before {
  content: "";
}

.entypo-upload:before {
  content: "";
}

.entypo-add-user:before {
  content: "";
}

.entypo-address:before {
  content: "";
}

.entypo-adjust:before {
  content: "";
}

.entypo-air:before {
  content: "";
}

.entypo-aircraft-landing:before {
  content: "";
}

.entypo-aircraft-take-off:before {
  content: "";
}

.entypo-aircraft:before {
  content: "";
}

.entypo-align-bottom:before {
  content: "";
}

.entypo-align-horizontal-middle:before {
  content: "";
}

.entypo-align-left:before {
  content: "";
}

.entypo-align-right:before {
  content: "";
}

.entypo-align-top:before {
  content: "";
}

.entypo-align-vertical-middle:before {
  content: "";
}

.entypo-archive:before {
  content: "";
}

.entypo-area-graph:before {
  content: "";
}

.entypo-attachment:before {
  content: "";
}

.entypo-awareness-ribbon:before {
  content: "";
}

.entypo-back-in-time:before {
  content: "";
}

.entypo-back:before {
  content: "";
}

.entypo-bar-graph:before {
  content: "";
}

.entypo-battery:before {
  content: "";
}

.entypo-beamed-note:before {
  content: "";
}

.entypo-bell:before {
  content: "";
}

.entypo-blackboard:before {
  content: "";
}

.entypo-block:before {
  content: "";
}

.entypo-book:before {
  content: "";
}

.entypo-bowl:before {
  content: "";
}

.entypo-box:before {
  content: "";
}

.entypo-briefcase:before {
  content: "";
}

.entypo-browser:before {
  content: "";
}

.entypo-brush:before {
  content: "";
}

.entypo-bucket:before {
  content: "";
}

.entypo-cake:before {
  content: "";
}

.entypo-calculator:before {
  content: "";
}

.entypo-calendar:before {
  content: "";
}

.entypo-camera:before {
  content: "";
}

.entypo-ccw:before {
  content: "";
}

.entypo-chat:before {
  content: "";
}

.entypo-check:before {
  content: "";
}

.entypo-circle-with-cross:before {
  content: "";
}

.entypo-circle-with-minus:before {
  content: "";
}

.entypo-circle-with-plus:before {
  content: "";
}

.entypo-circle:before {
  content: "";
}

.entypo-circular-graph:before {
  content: "";
}

.entypo-clapperboard:before {
  content: "";
}

.entypo-clipboard:before {
  content: "";
}

.entypo-clock:before {
  content: "";
}

.entypo-code:before {
  content: "";
}

.entypo-cog:before {
  content: "";
}

.entypo-colours:before {
  content: "";
}

.entypo-compass:before {
  content: "";
}

.entypo-copy:before {
  content: "";
}

.entypo-credit-card:before {
  content: "";
}

.entypo-credit:before {
  content: "";
}

.entypo-cross:before {
  content: "";
}

.entypo-cup:before {
  content: "";
}

.entypo-cw:before {
  content: "";
}

.entypo-cycle:before {
  content: "";
}

.entypo-database:before {
  content: "";
}

.entypo-dial-pad:before {
  content: "";
}

.entypo-direction:before {
  content: "";
}

.entypo-document:before {
  content: "";
}

.entypo-documents:before {
  content: "";
}

.entypo-drink:before {
  content: "";
}

.entypo-drive:before {
  content: "";
}

.entypo-drop:before {
  content: "";
}

.entypo-edit:before {
  content: "";
}

.entypo-email:before {
  content: "";
}

.entypo-emoji-happy:before {
  content: "";
}

.entypo-emoji-neutral:before {
  content: "";
}

.entypo-emoji-sad:before {
  content: "";
}

.entypo-erase:before {
  content: "";
}

.entypo-eraser:before {
  content: "";
}

.entypo-export:before {
  content: "";
}

.entypo-eye:before {
  content: "";
}

.entypo-feather:before {
  content: "";
}

.entypo-flag:before {
  content: "";
}

.entypo-flash:before {
  content: "";
}

.entypo-flashlight:before {
  content: "";
}

.entypo-flat-brush:before {
  content: "";
}

.entypo-folder-images:before {
  content: "";
}

.entypo-folder-music:before {
  content: "";
}

.entypo-folder-video:before {
  content: "";
}

.entypo-folder:before {
  content: "";
}

.entypo-forward:before {
  content: "";
}

.entypo-funnel:before {
  content: "";
}

.entypo-game-controller:before {
  content: "";
}

.entypo-gauge:before {
  content: "";
}

.entypo-globe:before {
  content: "";
}

.entypo-graduation-cap:before {
  content: "";
}

.entypo-grid:before {
  content: "";
}

.entypo-hair-cross:before {
  content: "";
}

.entypo-hand:before {
  content: "";
}

.entypo-heart-outlined:before {
  content: "";
}

.entypo-heart:before {
  content: "";
}

.entypo-help-with-circle:before {
  content: "";
}

.entypo-help:before {
  content: "";
}

.entypo-home:before {
  content: "";
}

.entypo-hour-glass:before {
  content: "";
}

.entypo-image-inverted:before {
  content: "";
}

.entypo-image:before {
  content: "";
}

.entypo-images:before {
  content: "";
}

.entypo-inbox:before {
  content: "";
}

.entypo-infinity:before {
  content: "";
}

.entypo-info-with-circle:before {
  content: "";
}

.entypo-info:before {
  content: "";
}

.entypo-key:before {
  content: "";
}

.entypo-keyboard:before {
  content: "";
}

.entypo-lab-flask:before {
  content: "";
}

.entypo-landline:before {
  content: "";
}

.entypo-language:before {
  content: "";
}

.entypo-laptop:before {
  content: "";
}

.entypo-leaf:before {
  content: "";
}

.entypo-level-down:before {
  content: "";
}

.entypo-level-up:before {
  content: "";
}

.entypo-lifebuoy:before {
  content: "";
}

.entypo-light-bulb:before {
  content: "";
}

.entypo-light-down:before {
  content: "";
}

.entypo-light-up:before {
  content: "";
}

.entypo-line-graph:before {
  content: "";
}

.entypo-link:before {
  content: "";
}

.entypo-list:before {
  content: "";
}

.entypo-location-pin:before {
  content: "";
}

.entypo-location:before {
  content: "";
}

.entypo-lock-open:before {
  content: "";
}

.entypo-lock:before {
  content: "";
}

.entypo-log-out:before {
  content: "";
}

.entypo-login:before {
  content: "";
}

.entypo-loop:before {
  content: "";
}

.entypo-magnet:before {
  content: "";
}

.entypo-magnifying-glass:before {
  content: "";
}

.entypo-mail:before {
  content: "";
}

.entypo-man:before {
  content: "";
}

.entypo-map:before {
  content: "";
}

.entypo-mask:before {
  content: "";
}

.entypo-medal:before {
  content: "";
}

.entypo-megaphone:before {
  content: "";
}

.entypo-menu:before {
  content: "";
}

.entypo-message:before {
  content: "";
}

.entypo-mic:before {
  content: "";
}

.entypo-minus:before {
  content: "";
}

.entypo-mobile:before {
  content: "";
}

.entypo-modern-mic:before {
  content: "";
}

.entypo-moon:before {
  content: "";
}

.entypo-mouse:before {
  content: "";
}

.entypo-music:before {
  content: "";
}

.entypo-network:before {
  content: "";
}

.entypo-new-message:before {
  content: "";
}

.entypo-new:before {
  content: "";
}

.entypo-news:before {
  content: "";
}

.entypo-note:before {
  content: "";
}

.entypo-notification:before {
  content: "";
}

.entypo-old-mobile:before {
  content: "";
}

.entypo-old-phone:before {
  content: "";
}

.entypo-palette:before {
  content: "";
}

.entypo-paper-plane:before {
  content: "";
}

.entypo-pencil:before {
  content: "";
}

.entypo-phone:before {
  content: "";
}

.entypo-pie-chart:before {
  content: "";
}

.entypo-pin:before {
  content: "";
}

.entypo-plus:before {
  content: "";
}

.entypo-popup:before {
  content: "";
}

.entypo-power-plug:before {
  content: "";
}

.entypo-price-ribbon:before {
  content: "";
}

.entypo-price-tag:before {
  content: "";
}

.entypo-print:before {
  content: "";
}

.entypo-progress-empty:before {
  content: "";
}

.entypo-progress-full:before {
  content: "";
}

.entypo-progress-one:before {
  content: "";
}

.entypo-progress-two:before {
  content: "";
}

.entypo-publish:before {
  content: "";
}

.entypo-quote:before {
  content: "";
}

.entypo-radio:before {
  content: "";
}

.entypo-reply-all:before {
  content: "";
}

.entypo-reply:before {
  content: "";
}

.entypo-retweet:before {
  content: "";
}

.entypo-rocket:before {
  content: "";
}

.entypo-round-brush:before {
  content: "";
}

.entypo-rss:before {
  content: "";
}

.entypo-ruler:before {
  content: "";
}

.entypo-scissors:before {
  content: "";
}

.entypo-share-alternitive:before {
  content: "";
}

.entypo-share:before {
  content: "";
}

.entypo-shareable:before {
  content: "";
}

.entypo-shield:before {
  content: "";
}

.entypo-shop:before {
  content: "";
}

.entypo-shopping-bag:before {
  content: "";
}

.entypo-shopping-basket:before {
  content: "";
}

.entypo-shopping-cart:before {
  content: "";
}

.entypo-shuffle:before {
  content: "";
}

.entypo-signal:before {
  content: "";
}

.entypo-sound-mix:before {
  content: "";
}

.entypo-sports-club:before {
  content: "";
}

.entypo-spreadsheet:before {
  content: "";
}

.entypo-squared-cross:before {
  content: "";
}

.entypo-squared-minus:before {
  content: "";
}

.entypo-squared-plus:before {
  content: "";
}

.entypo-star-outlined:before {
  content: "";
}

.entypo-star:before {
  content: "";
}

.entypo-stopwatch:before {
  content: "";
}

.entypo-suitcase:before {
  content: "";
}

.entypo-swap:before {
  content: "";
}

.entypo-sweden:before {
  content: "";
}

.entypo-switch:before {
  content: "";
}

.entypo-tablet:before {
  content: "";
}

.entypo-tag:before {
  content: "";
}

.entypo-text-document-inverted:before {
  content: "";
}

.entypo-text-document:before {
  content: "";
}

.entypo-text:before {
  content: "";
}

.entypo-thermometer:before {
  content: "";
}

.entypo-thumbs-down:before {
  content: "";
}

.entypo-thumbs-up:before {
  content: "";
}

.entypo-thunder-cloud:before {
  content: "";
}

.entypo-ticket:before {
  content: "";
}

.entypo-time-slot:before {
  content: "";
}

.entypo-tools:before {
  content: "";
}

.entypo-traffic-cone:before {
  content: "";
}

.entypo-tree:before {
  content: "";
}

.entypo-trophy:before {
  content: "";
}

.entypo-tv:before {
  content: "";
}

.entypo-typing:before {
  content: "";
}

.entypo-unread:before {
  content: "";
}

.entypo-untag:before {
  content: "";
}

.entypo-user:before {
  content: "";
}

.entypo-users:before {
  content: "";
}

.entypo-v-card:before {
  content: "";
}

.entypo-video:before {
  content: "";
}

.entypo-vinyl:before {
  content: "";
}

.entypo-voicemail:before {
  content: "";
}

.entypo-wallet:before {
  content: "";
}

.entypo-water:before {
  content: "";
}

.entypo-500px-with-circle:before {
  content: "";
}

.entypo-500px:before {
  content: "";
}

.entypo-basecamp:before {
  content: "";
}

.entypo-behance:before {
  content: "";
}

.entypo-creative-cloud:before {
  content: "";
}

.entypo-dropbox:before {
  content: "";
}

.entypo-evernote:before {
  content: "";
}

.entypo-flattr:before {
  content: "";
}

.entypo-foursquare:before {
  content: "";
}

.entypo-google-drive:before {
  content: "";
}

.entypo-google-hangouts:before {
  content: "";
}

.entypo-grooveshark:before {
  content: "";
}

.entypo-icloud:before {
  content: "";
}

.entypo-mixi:before {
  content: "";
}

.entypo-onedrive:before {
  content: "";
}

.entypo-paypal:before {
  content: "";
}

.entypo-picasa:before {
  content: "";
}

.entypo-qq:before {
  content: "";
}

.entypo-rdio-with-circle:before {
  content: "";
}

.entypo-renren:before {
  content: "";
}

.entypo-scribd:before {
  content: "";
}

.entypo-sina-weibo:before {
  content: "";
}

.entypo-skype-with-circle:before {
  content: "";
}

.entypo-skype:before {
  content: "";
}

.entypo-slideshare:before {
  content: "";
}

.entypo-smashing:before {
  content: "";
}

.entypo-soundcloud:before {
  content: "";
}

.entypo-spotify-with-circle:before {
  content: "";
}

.entypo-spotify:before {
  content: "";
}

.entypo-swarm:before {
  content: "";
}

.entypo-vine-with-circle:before {
  content: "";
}

.entypo-vine:before {
  content: "";
}

.entypo-vk-alternitive:before {
  content: "";
}

.entypo-vk-with-circle:before {
  content: "";
}

.entypo-vk:before {
  content: "";
}

.entypo-xing-with-circle:before {
  content: "";
}

.entypo-xing:before {
  content: "";
}

.entypo-yelp:before {
  content: "";
}

.entypo-dribbble-with-circle:before {
  content: "";
}

.entypo-dribbble:before {
  content: "";
}

.entypo-facebook-with-circle:before {
  content: "";
}

.entypo-facebook:before {
  content: "";
}

.entypo-flickr-with-circle:before {
  content: "";
}

.entypo-flickr:before {
  content: "";
}

.entypo-github-with-circle:before {
  content: "";
}

.entypo-github:before {
  content: "";
}

.entypo-google-with-circle:before {
  content: "";
}

.entypo-google:before {
  content: "";
}

.entypo-instagram-with-circle:before {
  content: "";
}

.entypo-instagram:before {
  content: "";
}

.entypo-lastfm-with-circle:before {
  content: "";
}

.entypo-lastfm:before {
  content: "";
}

.entypo-linkedin-with-circle:before {
  content: "";
}

.entypo-linkedin:before {
  content: "";
}

.entypo-pinterest-with-circle:before {
  content: "";
}

.entypo-pinterest:before {
  content: "";
}

.entypo-rdio:before {
  content: "";
}

.entypo-stumbleupon-with-circle:before {
  content: "";
}

.entypo-stumbleupon:before {
  content: "";
}

.entypo-tumblr-with-circle:before {
  content: "";
}

.entypo-tumblr:before {
  content: "";
}

.entypo-twitter-with-circle:before {
  content: "";
}

.entypo-twitter:before {
  content: "";
}

.entypo-vimeo-with-circle:before {
  content: "";
}

.entypo-vimeo:before {
  content: "";
}

.entypo-youtube-with-circle:before {
  content: "";
}

.entypo-youtube:before {
  content: "";
}

@font-face {
  font-family: FontAwesome;
  src: url(/static/font/fontawesome-webfont.2b13baa7.eot);
  src: url(/static/font/fontawesome-webfont.2b13baa7.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/static/font/fontawesome-webfont.cf011583.woff) format("woff"), url(/static/font/fontawesome-webfont.8a7cb27d.ttf) format("truetype"), url(/static/svg/fontawesome-webfont.da909aa0.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: FontAwesome !important;
}

.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333em;
  line-height: .75em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before, .fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before, .fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before, .fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before, .fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before, .fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before, .fa-users:before {
  content: "";
}

.fa-chain:before, .fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before, .fa-scissors:before {
  content: "";
}

.fa-copy:before, .fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before, .fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before, .fa-sort:before {
  content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "";
}

.fa-legal:before, .fa-gavel:before {
  content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before, .fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before, .fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before, .fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before, .fa-usd:before {
  content: "";
}

.fa-rupee:before, .fa-inr:before {
  content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}

.fa-won:before, .fa-krw:before {
  content: "";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before, .fa-car:before {
  content: "";
}

.fa-cab:before, .fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}

.fa-ge:before, .fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before, .fa-weixin:before {
  content: "";
}

.fa-send:before, .fa-paper-plane:before {
  content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before, .fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before, .fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before, .fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before, .fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before, .fa-address-card:before {
  content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

i.svg {
  margin: 0;
  padding: 0;
  display: block;
}

i.svg.wittig-logo-white {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xIFRpbnkvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEtdGlueS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzNTEuNXB4IiBoZWlnaHQ9IjEyNy41NnB4IiB2aWV3Qm94PSIwIDAgMzUxLjUgMTI3LjU2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNy44MzYsMC45ODhsMTMuMjcxLDczLjgyOEw0NC42NDMsMC45ODhoMTguMTkzbDEzLjQ0Nyw3My44MjhMODkuNjQzLDEuMTY0aDE2LjU1MWgxLjY0M2wtMjIuNSwxMjYuMDM1DQoJCUg2Ny4xNDNMNTMuNzgzLDUxLjk2NWwtMTMuNDQ3LDc1LjIzNEgyMi4xNDNMLTAuMzU3LDAuOTg4SDE3LjgzNnoiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTM3LjkzMiwxMjcuMDc0aC0xOC4wMThWNzUuOTAxdi0zLjY4N3YtMy4xNjZ2LTIuMDYxVjQ4aDE4LjAxOHYxOC44NTd2Mi4xNTZ2My4yOHYzLjQ1MVYxMjcuMDc0eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDYuNDIsMS4xNjRoNTMuOTY1djE4LjAxOGgtMTguMDE4djEwOC4wMThoLTE3LjkzVjE5LjE4MkgxNDYuNDJWMS4xNjR6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5OS4zMywxLjE2NGg1My45NjV2MTguMDE4aC0xOC4wMTh2MTA4LjAxOGgtMTcuOTNWMTkuMTgySDE5OS4zM1YxLjE2NHoiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjc5LjkyNiwxMjcuMTk5aC0xOC4wMThWMS4xNjRoMTguMDE4VjEyNy4xOTl6Ii8+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMwNC41MzUsOS4xMThjNS4yNzMtNS4zMDIsMTEuNjMxLTcuOTU0LDE5LjA3Mi03Ljk1NHMxMy43OTksMi42NTIsMTkuMDcyLDcuOTU0DQoJCWM1LjI3Myw1LjMwNCw3LjkxLDExLjY3Niw3LjkxLDE5LjExNmgtMTcuOTNjMC0yLjUxOS0wLjg3OS00LjY1OC0yLjYzNy02LjQxNnMtMy44OTYtMi42MzctNi40MTYtMi42MzdzLTQuNjQ1LDAuODc5LTYuMzcxLDIuNjM3DQoJCWMtMS43MjksMS43NTgtMi41OTQsMy44OTctMi41OTQsNi40MTZ2NzEuOTgyYzAsMi41MjEsMC44NjUsNC42NDUsMi41OTQsNi4zNzJjMS43MjcsMS43MjksMy44NTIsMi41OTMsNi4zNzEsMi41OTMNCgkJczQuNjU4LTAuODY0LDYuNDE2LTIuNTkzYzEuNzU4LTEuNzI4LDIuNjM3LTMuODUyLDIuNjM3LTYuMzcyVjczLjIzNGgtOS4wNTNWNTUuMjE3aDI2Ljk4MnY0NWMwLDcuNDQyLTIuNjM3LDEzLjc5OS03LjkxLDE5LjA3Mg0KCQlzLTExLjYzMSw3LjkxLTE5LjA3Miw3Ljkxcy0xMy43OTktMi42MzctMTkuMDcyLTcuOTFzLTcuOTEtMTEuNjMtNy45MS0xOS4wNzJWMjguMjM0QzI5Ni42MjUsMjAuNzk0LDI5OS4yNjIsMTQuNDIyLDMwNC41MzUsOS4xMTgNCgkJeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjIuNjkzLDEuMTY0Ii8+DQoJPGxpbmUgZmlsbD0iI0ZGRkZGRiIgeDE9IjEwMy40MDIiIHkxPSIxLjI2MSIgeDI9IjExMy4wNDciIHkyPSIxMC42MzYiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIyLjY5MywxLjE2NCIvPg0KCTxwb2x5bGluZSBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEyMy45OTYsMS4xMzYgOTkuNTI3LDEuMTM2IDk5LjA2OCwxOS4xNTEgMTIyLjY5MywxOS4xNTEgCSIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMzcuOTMyLDQwLjMzM2gtMTguMDE4VjE0Ljk2NlYxMy4xNHYtMS41N3YtMS4wMjFWMS4xMzZoMTguMDE4djkuMzQ3djEuMDd2MS42MjV2MS43MTFWNDAuMzMzeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
  width: 56px;
  height: 20px;
}

i.svg.wittig-logo-darkblue {
  background: url(/static/svg/logo-wittig-darkblue.23fa9856.svg) no-repeat;
  width: 80px;
  height: 29px;
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

html, body {
  -webkit-font-smoothing: antialiased;
  color: #222;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  top: 0;
  left: 0;
}

body * {
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

#app-wrapper, #cms-layout {
  width: 100%;
  height: 100%;
}

nav#cms-sidebar {
  z-index: 999;
  color: #fff;
  background: #263238;
  width: 220px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

nav#cms-sidebar > div.toggle-menu {
  display: none;
}

nav#cms-sidebar > a#client-logo {
  background: #202a2f;
  width: 220px;
  height: 60px;
  padding-top: 22px;
  transition: background-color .15s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

nav#cms-sidebar > a#client-logo > i {
  background-size: 100px 16px;
  width: 100px;
  height: 16px;
  margin: 0 auto;
}

nav#cms-sidebar > a#client-logo:hover {
  background: #1c2429;
}

nav#cms-sidebar > div.menu-holder {
  height: 100%;
  padding-top: 60px;
  overflow: hidden !important;
}

nav#cms-sidebar > div.menu-holder > div.scrollable {
  width: 240px;
  height: 100%;
  overflow-y: scroll;
}

nav#cms-sidebar > div.menu-holder > div.scrollable > div.scrollable-content {
  width: 100%;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder {
  width: 100%;
  font-size: 15px;
  transition: background-color .15s;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder:first-of-type {
  margin-top: 20px;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder:last-of-type {
  margin-bottom: 20px;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > a.main-item {
  color: #fff;
  opacity: .5;
  width: 100%;
  height: 40px;
  padding: 10px 15px 0 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: block;
  position: relative;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > a.main-item > i {
  position: absolute;
  top: 11px;
  left: 25px;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > a.main-item > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 25px;
  display: block;
  overflow: hidden;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder:not(.active) > a.main-item:hover {
  opacity: .75;
  background: #222d32;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items {
  padding: 0 0 10px 55px;
  display: none;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items:after {
  content: "";
  clear: both;
  display: table;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a {
  color: #fff;
  float: left;
  clear: both;
  opacity: .4;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a:before {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a:hover {
  opacity: .75;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a.active {
  opacity: 1;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder.active {
  background: #202a2f;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder.active > a.main-item {
  opacity: 1;
}

nav#cms-sidebar > div.menu-holder div.menu-item-holder.active > div.sub-items {
  display: block;
}

nav#cms-sidebar > div.menu-holder div.menu-group {
  width: 100%;
  padding-top: 25px;
}

nav#cms-sidebar > div.menu-holder div.menu-group > span.group-title {
  color: #fff;
  opacity: .4;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

nav#cms-sidebar > div.menu-holder div.menu-group div.menu-item-holder:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  nav#cms-sidebar {
    transition: transform .2s;
    top: 0;
    transform: translateX(-220px);
  }

  nav#cms-sidebar > div.toggle-menu {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
  }

  nav#cms-sidebar > div.toggle-menu > a {
    color: #fff;
    text-align: center;
    background: #202a2f;
    width: 100%;
    height: 100%;
    padding: 21px;
    text-decoration: none;
    transition: all .15s;
    display: block;
  }

  nav#cms-sidebar > div.toggle-menu > a:hover {
    background: #11171a;
  }

  nav#cms-sidebar.show {
    transform: translateX(0);
  }
}

div#cms-content-wrapper {
  background: #f1f4f5;
  width: 100%;
  height: 100%;
  padding-left: 220px;
  overflow-y: scroll;
}

div#cms-content-wrapper > div#cms-top-bar {
  z-index: 59;
  background: #fff;
  width: 100%;
  height: 60px;
  padding-left: 220px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px #8e8e8e4a;
}

div#cms-content-wrapper > div#cms-top-bar:after {
  content: "";
  clear: both;
  display: table;
}

div#cms-content-wrapper > div#cms-top-bar > div.navigation-arrows {
  background: #fff;
  border-right: 1px solid #eee;
  width: 120px;
  height: 100%;
  padding: 12px;
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
}

div#cms-content-wrapper > div#cms-top-bar > div.navigation-arrows:after {
  content: "";
  clear: both;
  display: table;
}

div#cms-content-wrapper > div#cms-top-bar > div.navigation-arrows > a {
  color: #222;
  float: left;
  opacity: .3;
  cursor: default;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .15s;
  display: block;
}

div#cms-content-wrapper > div#cms-top-bar > div.navigation-arrows > a.active {
  opacity: 1;
  cursor: pointer;
}

div#cms-content-wrapper > div#cms-top-bar > div.navigation-arrows > a.active:hover {
  background: #22222208;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs {
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 400;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span {
  color: gray;
  display: inline-block;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span > a {
  color: #1178b8;
  cursor: pointer;
  text-decoration: none;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span > a:hover {
  text-decoration: underline;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span > a.active {
  color: gray;
  cursor: default;
  text-decoration: none;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span > span.divider {
  text-align: center;
  width: 16px;
  display: inline-block;
}

div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span.collapsed {
  display: none;
}

@media screen and (max-width: 767px) {
  div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span:not(:last-of-type) {
    display: none;
  }

  div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs > span.collapsed {
    display: inline-block;
  }
}

div#cms-content-wrapper > div#cms-top-bar > div.sign-out {
  border-left: 1px solid #eee;
  width: 60px;
  height: 100%;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

div#cms-content-wrapper > div#cms-top-bar > div.sign-out:after {
  content: "";
  clear: both;
  display: table;
}

div#cms-content-wrapper > div#cms-top-bar > div.sign-out > a {
  color: #222;
  text-align: center;
  opacity: .5;
  width: 36px;
  height: 36px;
  padding: 10px;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
}

div#cms-content-wrapper > div#cms-top-bar > div.sign-out > a:hover {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  div#cms-content-wrapper, div#cms-content-wrapper > div#cms-top-bar {
    padding-left: 0;
  }

  div#cms-content-wrapper > div#cms-top-bar > div.breadcrumbs {
    padding-left: 75px;
    padding-right: 75px;
  }
}

div#cms-content-view {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

div.page-root {
  width: 100%;
  height: 100%;
  position: relative;
}

div.page-view-holder {
  max-width: 1800px;
  margin: 0 auto;
  padding: 90px 30px 30px;
}

@media screen and (max-width: 1023px) {
  div.page-view-holder {
    padding: 75px 15px 15px;
  }
}

a.button, input[type="submit"] {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #222;
  border: 0;
  border-radius: 3px;
  height: 36px;
  padding: 9px 14px 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

a.button:hover, input[type="submit"]:hover {
  background: #151515;
}

a.button.has-icon-left, input[type="submit"].has-icon-left {
  padding-left: 36px;
  position: relative;
}

a.button.has-icon-left > i, input[type="submit"].has-icon-left > i {
  margin-top: -6px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 14px;
}

@media screen and (max-width: 767px) {
  a.button.has-icon-left, input[type="submit"].has-icon-left {
    padding-right: 36px;
  }
}

a.button.has-icon-right, input[type="submit"].has-icon-right {
  padding-right: 36px;
  position: relative;
}

a.button.has-icon-right > i, input[type="submit"].has-icon-right > i {
  margin-top: -6px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
}

@media screen and (max-width: 767px) {
  a.button.has-icon-right, input[type="submit"].has-icon-right {
    padding-left: 36px;
  }
}

a.button.spinner-right, input[type="submit"].spinner-right {
  padding-right: 40px;
  position: relative;
}

a.button.spinner-right:after, input[type="submit"].spinner-right:after {
  content: "";
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  animation: 1s linear infinite spinner-animation;
  position: absolute;
  top: 50%;
  right: 10px;
}

a.button.icon-only i, input[type="submit"].icon-only i {
  font-size: 13px;
}

a.button.dark-color, a.button.default-dark-color, input[type="submit"].dark-color, input[type="submit"].default-dark-color {
  color: #fff;
  background: #222;
}

a.button.dark-color:hover, a.button.default-dark-color:hover, input[type="submit"].dark-color:hover, input[type="submit"].default-dark-color:hover {
  background: #151515;
}

a.button.dark-color.spinner-right:after, a.button.default-dark-color.spinner-right:after, input[type="submit"].dark-color.spinner-right:after, input[type="submit"].default-dark-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.dark-color.bordered-type, a.button.default-dark-color.bordered-type, input[type="submit"].dark-color.bordered-type, input[type="submit"].default-dark-color.bordered-type {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
  padding-top: 8px;
}

a.button.dark-color.bordered-type:hover, a.button.default-dark-color.bordered-type:hover, input[type="submit"].dark-color.bordered-type:hover, input[type="submit"].default-dark-color.bordered-type:hover {
  color: #151515;
  background: none;
  border: 1px solid #151515;
}

a.button.dark-color.bordered-type.spinner-right:after, a.button.default-dark-color.bordered-type.spinner-right:after, input[type="submit"].dark-color.bordered-type.spinner-right:after, input[type="submit"].default-dark-color.bordered-type.spinner-right:after {
  border: 2px solid #22222259;
  border-top-color: #222;
}

a.button.dark-color.quiet-type, a.button.default-dark-color.quiet-type, input[type="submit"].dark-color.quiet-type, input[type="submit"].default-dark-color.quiet-type {
  color: #222;
  background: none;
}

a.button.dark-color.quiet-type:hover:hover, a.button.default-dark-color.quiet-type:hover:hover, input[type="submit"].dark-color.quiet-type:hover:hover, input[type="submit"].default-dark-color.quiet-type:hover:hover {
  background: #2222221a;
}

a.button.dark-color.quiet-type.spinner-right:after, a.button.default-dark-color.quiet-type.spinner-right:after, input[type="submit"].dark-color.quiet-type.spinner-right:after, input[type="submit"].default-dark-color.quiet-type.spinner-right:after {
  border: 2px solid #22222259;
  border-top-color: #222;
}

a.button.medium-dark-color, a.button.dark-grey-color, input[type="submit"].medium-dark-color, input[type="submit"].dark-grey-color {
  color: #fff;
  background: #555;
}

a.button.medium-dark-color:hover, a.button.dark-grey-color:hover, input[type="submit"].medium-dark-color:hover, input[type="submit"].dark-grey-color:hover {
  background: #484848;
}

a.button.medium-dark-color.spinner-right:after, a.button.dark-grey-color.spinner-right:after, input[type="submit"].medium-dark-color.spinner-right:after, input[type="submit"].dark-grey-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.medium-dark-color.bordered-type, a.button.dark-grey-color.bordered-type, input[type="submit"].medium-dark-color.bordered-type, input[type="submit"].dark-grey-color.bordered-type {
  color: #555;
  background-color: #0000;
  border: 1px solid #555;
  padding-top: 8px;
}

a.button.medium-dark-color.bordered-type:hover, a.button.dark-grey-color.bordered-type:hover, input[type="submit"].medium-dark-color.bordered-type:hover, input[type="submit"].dark-grey-color.bordered-type:hover {
  color: #484848;
  background: none;
  border: 1px solid #484848;
}

a.button.medium-dark-color.bordered-type.spinner-right:after, a.button.dark-grey-color.bordered-type.spinner-right:after, input[type="submit"].medium-dark-color.bordered-type.spinner-right:after, input[type="submit"].dark-grey-color.bordered-type.spinner-right:after {
  border: 2px solid #55555559;
  border-top-color: #555;
}

a.button.medium-dark-color.quiet-type, a.button.dark-grey-color.quiet-type, input[type="submit"].medium-dark-color.quiet-type, input[type="submit"].dark-grey-color.quiet-type {
  color: #555;
  background: none;
}

a.button.medium-dark-color.quiet-type:hover:hover, a.button.dark-grey-color.quiet-type:hover:hover, input[type="submit"].medium-dark-color.quiet-type:hover:hover, input[type="submit"].dark-grey-color.quiet-type:hover:hover {
  background: #5555551a;
}

a.button.medium-dark-color.quiet-type.spinner-right:after, a.button.dark-grey-color.quiet-type.spinner-right:after, input[type="submit"].medium-dark-color.quiet-type.spinner-right:after, input[type="submit"].dark-grey-color.quiet-type.spinner-right:after {
  border: 2px solid #55555559;
  border-top-color: #555;
}

a.button.medium-color, a.button.grey-color, input[type="submit"].medium-color, input[type="submit"].grey-color {
  color: #fff;
  background: #999;
}

a.button.medium-color:hover, a.button.grey-color:hover, input[type="submit"].medium-color:hover, input[type="submit"].grey-color:hover {
  background: #8c8c8c;
}

a.button.medium-color.spinner-right:after, a.button.grey-color.spinner-right:after, input[type="submit"].medium-color.spinner-right:after, input[type="submit"].grey-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.medium-color.bordered-type, a.button.grey-color.bordered-type, input[type="submit"].medium-color.bordered-type, input[type="submit"].grey-color.bordered-type {
  color: #999;
  background-color: #0000;
  border: 1px solid #999;
  padding-top: 8px;
}

a.button.medium-color.bordered-type:hover, a.button.grey-color.bordered-type:hover, input[type="submit"].medium-color.bordered-type:hover, input[type="submit"].grey-color.bordered-type:hover {
  color: #8c8c8c;
  background: none;
  border: 1px solid #8c8c8c;
}

a.button.medium-color.bordered-type.spinner-right:after, a.button.grey-color.bordered-type.spinner-right:after, input[type="submit"].medium-color.bordered-type.spinner-right:after, input[type="submit"].grey-color.bordered-type.spinner-right:after {
  border: 2px solid #99999959;
  border-top-color: #999;
}

a.button.medium-color.quiet-type, a.button.grey-color.quiet-type, input[type="submit"].medium-color.quiet-type, input[type="submit"].grey-color.quiet-type {
  color: #999;
  background: none;
}

a.button.medium-color.quiet-type:hover:hover, a.button.grey-color.quiet-type:hover:hover, input[type="submit"].medium-color.quiet-type:hover:hover, input[type="submit"].grey-color.quiet-type:hover:hover {
  background: #9999991a;
}

a.button.medium-color.quiet-type.spinner-right:after, a.button.grey-color.quiet-type.spinner-right:after, input[type="submit"].medium-color.quiet-type.spinner-right:after, input[type="submit"].grey-color.quiet-type.spinner-right:after {
  border: 2px solid #99999959;
  border-top-color: #999;
}

a.button.medium-light-color, a.button.light-grey-color, input[type="submit"].medium-light-color, input[type="submit"].light-grey-color {
  color: #222;
  background: #f2f2f2;
}

a.button.medium-light-color:hover, a.button.light-grey-color:hover, input[type="submit"].medium-light-color:hover, input[type="submit"].light-grey-color:hover {
  background: #e5e5e5;
}

a.button.medium-light-color.spinner-right:after, a.button.light-grey-color.spinner-right:after, input[type="submit"].medium-light-color.spinner-right:after, input[type="submit"].light-grey-color.spinner-right:after {
  border: 2px solid #22222259;
  border-top-color: #222;
}

a.button.medium-light-color.bordered-type, a.button.light-grey-color.bordered-type, input[type="submit"].medium-light-color.bordered-type, input[type="submit"].light-grey-color.bordered-type {
  color: #f2f2f2;
  background-color: #0000;
  border: 1px solid #f2f2f2;
  padding-top: 8px;
}

a.button.medium-light-color.bordered-type:hover, a.button.light-grey-color.bordered-type:hover, input[type="submit"].medium-light-color.bordered-type:hover, input[type="submit"].light-grey-color.bordered-type:hover {
  color: #e5e5e5;
  background: none;
  border: 1px solid #e5e5e5;
}

a.button.medium-light-color.bordered-type.spinner-right:after, a.button.light-grey-color.bordered-type.spinner-right:after, input[type="submit"].medium-light-color.bordered-type.spinner-right:after, input[type="submit"].light-grey-color.bordered-type.spinner-right:after {
  border: 2px solid #f2f2f259;
  border-top-color: #f2f2f2;
}

a.button.medium-light-color.quiet-type, a.button.light-grey-color.quiet-type, input[type="submit"].medium-light-color.quiet-type, input[type="submit"].light-grey-color.quiet-type {
  color: #f2f2f2;
  background: none;
}

a.button.medium-light-color.quiet-type:hover:hover, a.button.light-grey-color.quiet-type:hover:hover, input[type="submit"].medium-light-color.quiet-type:hover:hover, input[type="submit"].light-grey-color.quiet-type:hover:hover {
  background: #f2f2f21a;
}

a.button.medium-light-color.quiet-type.spinner-right:after, a.button.light-grey-color.quiet-type.spinner-right:after, input[type="submit"].medium-light-color.quiet-type.spinner-right:after, input[type="submit"].light-grey-color.quiet-type.spinner-right:after {
  border: 2px solid #f2f2f259;
  border-top-color: #f2f2f2;
}

a.button.light-color, a.button.default-light-color, input[type="submit"].light-color, input[type="submit"].default-light-color {
  color: #222;
  background: #fff;
}

a.button.light-color:hover, a.button.default-light-color:hover, input[type="submit"].light-color:hover, input[type="submit"].default-light-color:hover {
  background: #f2f2f2;
}

a.button.light-color.spinner-right:after, a.button.default-light-color.spinner-right:after, input[type="submit"].light-color.spinner-right:after, input[type="submit"].default-light-color.spinner-right:after {
  border: 2px solid #22222259;
  border-top-color: #222;
}

a.button.light-color.bordered-type, a.button.default-light-color.bordered-type, input[type="submit"].light-color.bordered-type, input[type="submit"].default-light-color.bordered-type {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 8px;
}

a.button.light-color.bordered-type:hover, a.button.default-light-color.bordered-type:hover, input[type="submit"].light-color.bordered-type:hover, input[type="submit"].default-light-color.bordered-type:hover {
  color: #f2f2f2;
  background: none;
  border: 1px solid #f2f2f2;
}

a.button.light-color.bordered-type.spinner-right:after, a.button.default-light-color.bordered-type.spinner-right:after, input[type="submit"].light-color.bordered-type.spinner-right:after, input[type="submit"].default-light-color.bordered-type.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.light-color.quiet-type, a.button.default-light-color.quiet-type, input[type="submit"].light-color.quiet-type, input[type="submit"].default-light-color.quiet-type {
  color: #fff;
  background: none;
}

a.button.light-color.quiet-type:hover:hover, a.button.default-light-color.quiet-type:hover:hover, input[type="submit"].light-color.quiet-type:hover:hover, input[type="submit"].default-light-color.quiet-type:hover:hover {
  background: #ffffff1a;
}

a.button.light-color.quiet-type.spinner-right:after, a.button.default-light-color.quiet-type.spinner-right:after, input[type="submit"].light-color.quiet-type.spinner-right:after, input[type="submit"].default-light-color.quiet-type.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.highlight-1-color, input[type="submit"].highlight-1-color {
  color: #fff;
  background: #1178b8;
}

a.button.highlight-1-color:hover, input[type="submit"].highlight-1-color:hover {
  background: #0f69a1;
}

a.button.highlight-1-color.spinner-right:after, input[type="submit"].highlight-1-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.highlight-1-color.bordered-type, input[type="submit"].highlight-1-color.bordered-type {
  color: #1178b8;
  background-color: #0000;
  border: 1px solid #1178b8;
  padding-top: 8px;
}

a.button.highlight-1-color.bordered-type:hover, input[type="submit"].highlight-1-color.bordered-type:hover {
  color: #0f69a1;
  background: none;
  border: 1px solid #0f69a1;
}

a.button.highlight-1-color.bordered-type.spinner-right:after, input[type="submit"].highlight-1-color.bordered-type.spinner-right:after {
  border: 2px solid #1178b859;
  border-top-color: #1178b8;
}

a.button.highlight-1-color.quiet-type, input[type="submit"].highlight-1-color.quiet-type {
  color: #1178b8;
  background: none;
}

a.button.highlight-1-color.quiet-type:hover:hover, input[type="submit"].highlight-1-color.quiet-type:hover:hover {
  background: #1178b81a;
}

a.button.highlight-1-color.quiet-type.spinner-right:after, input[type="submit"].highlight-1-color.quiet-type.spinner-right:after {
  border: 2px solid #1178b859;
  border-top-color: #1178b8;
}

a.button.highlight-2-color, input[type="submit"].highlight-2-color {
  color: #fff;
  background: #e74c3c;
}

a.button.highlight-2-color:hover, input[type="submit"].highlight-2-color:hover {
  background: #e43725;
}

a.button.highlight-2-color.spinner-right:after, input[type="submit"].highlight-2-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.highlight-2-color.bordered-type, input[type="submit"].highlight-2-color.bordered-type {
  color: #e74c3c;
  background-color: #0000;
  border: 1px solid #e74c3c;
  padding-top: 8px;
}

a.button.highlight-2-color.bordered-type:hover, input[type="submit"].highlight-2-color.bordered-type:hover {
  color: #e43725;
  background: none;
  border: 1px solid #e43725;
}

a.button.highlight-2-color.bordered-type.spinner-right:after, input[type="submit"].highlight-2-color.bordered-type.spinner-right:after {
  border: 2px solid #e74c3c59;
  border-top-color: #e74c3c;
}

a.button.highlight-2-color.quiet-type, input[type="submit"].highlight-2-color.quiet-type {
  color: #e74c3c;
  background: none;
}

a.button.highlight-2-color.quiet-type:hover:hover, input[type="submit"].highlight-2-color.quiet-type:hover:hover {
  background: #e74c3c1a;
}

a.button.highlight-2-color.quiet-type.spinner-right:after, input[type="submit"].highlight-2-color.quiet-type.spinner-right:after {
  border: 2px solid #e74c3c59;
  border-top-color: #e74c3c;
}

a.button.positive-color, input[type="submit"].positive-color {
  color: #fff;
  background: #6e9742;
}

a.button.positive-color:hover, input[type="submit"].positive-color:hover {
  background: #61853a;
}

a.button.positive-color.spinner-right:after, input[type="submit"].positive-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.positive-color.bordered-type, input[type="submit"].positive-color.bordered-type {
  color: #6e9742;
  background-color: #0000;
  border: 1px solid #6e9742;
  padding-top: 8px;
}

a.button.positive-color.bordered-type:hover, input[type="submit"].positive-color.bordered-type:hover {
  color: #61853a;
  background: none;
  border: 1px solid #61853a;
}

a.button.positive-color.bordered-type.spinner-right:after, input[type="submit"].positive-color.bordered-type.spinner-right:after {
  border: 2px solid #6e974259;
  border-top-color: #6e9742;
}

a.button.positive-color.quiet-type, input[type="submit"].positive-color.quiet-type {
  color: #6e9742;
  background: none;
}

a.button.positive-color.quiet-type:hover:hover, input[type="submit"].positive-color.quiet-type:hover:hover {
  background: #6e97421a;
}

a.button.positive-color.quiet-type.spinner-right:after, input[type="submit"].positive-color.quiet-type.spinner-right:after {
  border: 2px solid #6e974259;
  border-top-color: #6e9742;
}

a.button.negative-color, input[type="submit"].negative-color {
  color: #fff;
  background: #d0021b;
}

a.button.negative-color:hover, input[type="submit"].negative-color:hover {
  background: #b70218;
}

a.button.negative-color.spinner-right:after, input[type="submit"].negative-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.negative-color.bordered-type, input[type="submit"].negative-color.bordered-type {
  color: #d0021b;
  background-color: #0000;
  border: 1px solid #d0021b;
  padding-top: 8px;
}

a.button.negative-color.bordered-type:hover, input[type="submit"].negative-color.bordered-type:hover {
  color: #b70218;
  background: none;
  border: 1px solid #b70218;
}

a.button.negative-color.bordered-type.spinner-right:after, input[type="submit"].negative-color.bordered-type.spinner-right:after {
  border: 2px solid #d0021b59;
  border-top-color: #d0021b;
}

a.button.negative-color.quiet-type, input[type="submit"].negative-color.quiet-type {
  color: #d0021b;
  background: none;
}

a.button.negative-color.quiet-type:hover:hover, input[type="submit"].negative-color.quiet-type:hover:hover {
  background: #d0021b1a;
}

a.button.negative-color.quiet-type.spinner-right:after, input[type="submit"].negative-color.quiet-type.spinner-right:after {
  border: 2px solid #d0021b59;
  border-top-color: #d0021b;
}

a.button.warning-color, input[type="submit"].warning-color {
  color: #fff;
  background: #f5a623;
}

a.button.warning-color:hover, input[type="submit"].warning-color:hover {
  background: #f39c0b;
}

a.button.warning-color.spinner-right:after, input[type="submit"].warning-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.warning-color.bordered-type, input[type="submit"].warning-color.bordered-type {
  color: #f5a623;
  background-color: #0000;
  border: 1px solid #f5a623;
  padding-top: 8px;
}

a.button.warning-color.bordered-type:hover, input[type="submit"].warning-color.bordered-type:hover {
  color: #f39c0b;
  background: none;
  border: 1px solid #f39c0b;
}

a.button.warning-color.bordered-type.spinner-right:after, input[type="submit"].warning-color.bordered-type.spinner-right:after {
  border: 2px solid #f5a62359;
  border-top-color: #f5a623;
}

a.button.warning-color.quiet-type, input[type="submit"].warning-color.quiet-type {
  color: #f5a623;
  background: none;
}

a.button.warning-color.quiet-type:hover:hover, input[type="submit"].warning-color.quiet-type:hover:hover {
  background: #f5a6231a;
}

a.button.warning-color.quiet-type.spinner-right:after, input[type="submit"].warning-color.quiet-type.spinner-right:after {
  border: 2px solid #f5a62359;
  border-top-color: #f5a623;
}

a.button.notice-color, input[type="submit"].notice-color {
  color: #fff;
  background: #3498db;
}

a.button.notice-color:hover, input[type="submit"].notice-color:hover {
  background: #258cd1;
}

a.button.notice-color.spinner-right:after, input[type="submit"].notice-color.spinner-right:after {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
}

a.button.notice-color.bordered-type, input[type="submit"].notice-color.bordered-type {
  color: #3498db;
  background-color: #0000;
  border: 1px solid #3498db;
  padding-top: 8px;
}

a.button.notice-color.bordered-type:hover, input[type="submit"].notice-color.bordered-type:hover {
  color: #258cd1;
  background: none;
  border: 1px solid #258cd1;
}

a.button.notice-color.bordered-type.spinner-right:after, input[type="submit"].notice-color.bordered-type.spinner-right:after {
  border: 2px solid #3498db59;
  border-top-color: #3498db;
}

a.button.notice-color.quiet-type, input[type="submit"].notice-color.quiet-type {
  color: #3498db;
  background: none;
}

a.button.notice-color.quiet-type:hover:hover, input[type="submit"].notice-color.quiet-type:hover:hover {
  background: #3498db1a;
}

a.button.notice-color.quiet-type.spinner-right:after, input[type="submit"].notice-color.quiet-type.spinner-right:after {
  border: 2px solid #3498db59;
  border-top-color: #3498db;
}

a.button.floating-right, input[type="submit"].floating-right {
  float: right;
  margin-left: 5px;
}

a.button.floating-left, input[type="submit"].floating-left {
  float: left;
  margin-right: 5px;
}

a.button.inline-block, input[type="submit"].inline-block {
  display: inline-block;
}

a.button.disabled, input[type="submit"].disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

div.cms-filter-button-holder {
  position: relative;
}

div.cms-filter-button-holder > div.filter-popover {
  z-index: 10;
  background-color: #f5f5f5;
  border: 1px solid #0003;
  border-radius: 3px;
  width: 250px;
  position: absolute;
  top: 40px;
  right: 0;
  box-shadow: 0 0 8px #00000014;
}

div.cms-filter-button-holder > div.filter-popover > div.heading {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  display: flex;
}

div.cms-filter-button-holder > div.filter-popover > div.heading > span.count {
  color: #555;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 600;
}

div.cms-filter-button-holder > div.filter-popover > div.heading > a.reset {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category a {
  color: #555;
  padding: 5px 0 5px 5px;
  text-decoration: none;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.header {
  display: flex;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.header > span {
  flex-grow: 1;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter {
  margin-top: 8px;
  display: flex;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter > div.dropdown-holder {
  flex-grow: 1;
  height: 28px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter > div.dropdown-holder > div.value > span {
  padding-top: 4px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter > div.dropdown-holder > div.value > input {
  height: 26px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter > div.dropdown-holder > div.droplist {
  top: 26px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category > div.filter > a {
  margin-top: 3px;
  padding-left: 12px;
}

div.cms-filter-button-holder > div.filter-popover > div.filter-category.has-filters > div.category > span {
  color: #3498db;
}

div.cms-filter-button-holder > div.filter-popover > div.footer {
  padding: 10px;
}

h1 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
}

h1 > i.heading-icon {
  float: left;
  margin: 0 12px 0 0;
  padding-top: 2px;
  display: block;
}

h1 > span {
  float: left;
  display: block;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
  }

  h1 > i.h1-icon {
    padding-top: 1px;
  }
}

h2 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}

h2 > i.heading-icon {
  float: left;
  margin: 0 12px 0 0;
  padding-top: 2px;
  display: block;
}

h2.panel-title {
  margin: 0;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}

h3 > i.heading-icon {
  float: left;
  margin: 0 12px 0 0;
  padding-top: 2px;
  display: block;
}

h3.panel-title {
  margin: 0;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

div.heading-holder {
  width: 100%;
  margin: 0 0 25px;
}

div.heading-holder:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder {
    margin: 0 0 5px;
  }
}

div.heading-holder > h1 {
  float: left;
  margin: 0;
  padding-top: 7px;
}

div.heading-holder > h1:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder > h1 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

div.heading-holder > h2 {
  float: left;
  margin: 0;
  padding-top: 7px;
}

div.heading-holder > h2:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder > h2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

div.heading-holder > h3 {
  float: left;
  margin: 0;
  padding-top: 7px;
}

div.heading-holder > h3:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder > h3 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

div.heading-holder > div.action-buttons {
  float: right;
}

div.heading-holder > div.action-buttons:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder > div.action-buttons {
    float: none;
    width: 100%;
  }
}

div.heading-holder > div.action-buttons > * {
  float: right;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  div.heading-holder > div.action-buttons > * {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 5px;
  }
}

div.heading-holder > div.left-action-buttons {
  float: left;
}

div.heading-holder > div.left-action-buttons:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div.heading-holder > div.left-action-buttons {
    float: none;
    width: 100%;
  }
}

div.heading-holder > div.left-action-buttons > * {
  float: left;
  margin-right: 5px;
}

div.heading-holder > div.left-action-buttons > :last-child {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  div.heading-holder > div.left-action-buttons > * {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 5px;
  }
}

div.progress-bar-holder {
  width: 100%;
  max-width: 350px;
  padding-top: 10px;
  padding-right: 50px;
  position: relative;
}

div.progress-bar-holder div.progressbar {
  background: #e5e9f2;
  border-radius: 3px;
  width: 100%;
  height: 6px;
  display: block;
  position: relative;
}

div.progress-bar-holder div.progressbar > span {
  background: #1178b8;
  border-radius: 3px;
  height: 6px;
  transition: all .15s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.progress-bar-holder > span.percentage {
  text-align: left;
  width: 40px;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}

div.progress-bar-holder.completed div.progressbar > span {
  background-color: #6e9742;
}

div.spinner-container {
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  background: #fffc;
  width: 100%;
  height: 100%;
  transition: visibility 0s linear .15s, opacity .15s;
  position: absolute;
  top: 0;
  left: 0;
}

div.spinner-container .spinner {
  border: 3px solid #22222240;
  border-top-color: #222;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  animation: 1s linear infinite spinner-animation;
  position: absolute;
  top: 50%;
  left: 50%;
}

div.spinner-container.no-overlay {
  background: none;
}

div.spinner-container.visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

table.table {
  text-align: left;
  vertical-align: middle;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

table.table tr th {
  text-align: left;
  border-bottom: 2px solid #eee;
  height: 42px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
}

table.table tr th i.info-icon {
  margin: 0 0 0 5px;
  font-size: 12px;
}

table.table tr th > span {
  cursor: auto;
  position: relative;
}

table.table tr th > span.sortable {
  cursor: pointer;
  white-space: nowrap;
  padding-right: 15px;
}

table.table tr th > span.sortable > i {
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 0;
}

table.table tr th > span.sortable:hover {
  text-decoration: underline;
}

table.table tr td {
  border-bottom: 1px solid #eee;
  height: 40px;
  padding: 10px;
}

table.table tr td.actions {
  text-align: right;
  padding-top: 12px;
}

table.table tr td.actions > a {
  color: gray;
  padding: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .15s;
}

table.table tr td.actions > a:hover {
  color: #4d4d4d;
}

table.table tr td.list ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style-type: circle;
}

table.table tr td.list ul > li {
  padding: 2px 0;
}

table.table tr {
  background: #fff;
  transition: background-color .1s;
}

table.table.table-striped tr:nth-child(2n) {
  background: #fcfcfc;
}

table.table.table-dark tr {
  background: #f4f4f4;
}

table.table.clickable tr {
  cursor: pointer;
}

table.table.clickable tr:hover {
  background-color: #f7f7f7;
}

table.table.clickable.table-striped tr:hover {
  background: #f2f2f2;
}

table.table.clickable.table-striped tr:hover:nth-child(2n) {
  background: #f4f4f4;
}

table.table.clickable.table-dark tr:hover {
  background: #ececec;
}

table.table.clickable tr.no-click:hover, table.table.clickable tr.header:hover {
  cursor: default;
  background: #fff !important;
}

table.table.table-striped tr.clickable:hover {
  cursor: pointer;
  background: #f7f7f7;
}

table.table.table-striped tr.clickable:nth-child(2n):hover {
  background: #f4f4f4;
}

table.table.table-dark tr.clickable:hover {
  cursor: pointer;
  background: #ececec;
}

table.table tr.selected, table.table.table-striped tr.selected {
  background: #ebf2f8 !important;
}

table.table tr.selected:hover, table.table.table-striped tr.selected:hover {
  background: #e3edf5 !important;
}

table.table tr.header {
  background: none;
}

table.table .cms-checkbox {
  margin: 0;
}

div.cms-table div.pagination {
  margin-top: 25px;
  padding: 0;
}

div.cms-table div.table-placeholder {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 75px;
  display: flex;
}

div.cms-table div.table-placeholder > span {
  color: #999;
  font-size: 13px;
  display: block;
}

div.cms-table {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  div.cms-table {
    -webkit-overflow-scrolling: touch;
    overflow: scroll hidden;
  }

  div.cms-table table.table {
    min-width: 730px;
  }
}

span.cms-text-label {
  white-space: nowrap;
  color: #fff;
  background: #222;
  border-radius: 2px;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 13px;
  display: inline-block;
}

span.cms-text-label.dark-color, span.cms-text-label.default-dark-color {
  color: #fff;
  background: #222;
}

span.cms-text-label.dark-color.bordered-type, span.cms-text-label.default-dark-color.bordered-type {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
}

span.cms-text-label.medium-dark-color, span.cms-text-label.dark-grey-color {
  color: #fff;
  background: #555;
}

span.cms-text-label.medium-dark-color.bordered-type, span.cms-text-label.dark-grey-color.bordered-type {
  color: #555;
  background-color: #0000;
  border: 1px solid #555;
}

span.cms-text-label.medium-color, span.cms-text-label.grey-color {
  color: #fff;
  background: #999;
}

span.cms-text-label.medium-color.bordered-type, span.cms-text-label.grey-color.bordered-type {
  color: #999;
  background-color: #0000;
  border: 1px solid #999;
}

span.cms-text-label.medium-light-color, span.cms-text-label.light-grey-color {
  color: #222;
  background: #f2f2f2;
}

span.cms-text-label.medium-light-color.bordered-type, span.cms-text-label.light-grey-color.bordered-type {
  color: #f2f2f2;
  background-color: #0000;
  border: 1px solid #f2f2f2;
}

span.cms-text-label.light-color, span.cms-text-label.default-light-color {
  color: #222;
  background: #fff;
}

span.cms-text-label.light-color.bordered-type, span.cms-text-label.default-light-color.bordered-type {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

span.cms-text-label.highlight-1-color {
  color: #fff;
  background: #1178b8;
}

span.cms-text-label.highlight-1-color.bordered-type {
  color: #1178b8;
  background-color: #0000;
  border: 1px solid #1178b8;
}

span.cms-text-label.highlight-2-color {
  color: #fff;
  background: #e74c3c;
}

span.cms-text-label.highlight-2-color.bordered-type {
  color: #e74c3c;
  background-color: #0000;
  border: 1px solid #e74c3c;
}

span.cms-text-label.positive-color {
  color: #fff;
  background: #6e9742;
}

span.cms-text-label.positive-color.bordered-type {
  color: #6e9742;
  background-color: #0000;
  border: 1px solid #6e9742;
}

span.cms-text-label.negative-color {
  color: #fff;
  background: #d0021b;
}

span.cms-text-label.negative-color.bordered-type {
  color: #d0021b;
  background-color: #0000;
  border: 1px solid #d0021b;
}

span.cms-text-label.warning-color {
  color: #fff;
  background: #f5a623;
}

span.cms-text-label.warning-color.bordered-type {
  color: #f5a623;
  background-color: #0000;
  border: 1px solid #f5a623;
}

span.cms-text-label.notice-color {
  color: #fff;
  background: #3498db;
}

span.cms-text-label.notice-color.bordered-type {
  color: #3498db;
  background-color: #0000;
  border: 1px solid #3498db;
}

.cms-tooltip {
  z-index: 10000;
  display: block !important;
}

.cms-tooltip .tooltip-inner {
  color: #fff;
  background: #000c;
  border-radius: 3px;
  padding: 8px 10px 6px;
  font-size: 12px;
}

.cms-tooltip .tooltip-arrow {
  border-style: solid;
  border-color: #000;
  width: 0;
  height: 0;
  margin: 5px;
  position: absolute;
}

.cms-tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.cms-tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0;
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
  left: calc(50% - 5px);
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important;
  border-right-color: #0000 !important;
}

.cms-tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.cms-tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  left: calc(50% - 5px);
  border-top-color: #0000 !important;
  border-left-color: #0000 !important;
  border-right-color: #0000 !important;
}

.cms-tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.cms-tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  margin-left: 0;
  margin-right: 0;
  top: calc(50% - 5px);
  left: 0;
  border-top-color: #0000 !important;
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important;
}

.cms-tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.cms-tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  margin-left: 0;
  margin-right: 0;
  top: calc(50% - 5px);
  right: 0;
  border-top-color: #0000 !important;
  border-bottom-color: #0000 !important;
  border-right-color: #0000 !important;
}

.cms-tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.cms-tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.cms-pill {
  white-space: nowrap;
  color: #222;
  cursor: default;
  background: #eee;
  border-radius: 12px;
  height: 24px;
  margin: 0 3px 6px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.cms-pill.deletable {
  padding-left: 26px;
}

.cms-pill > a {
  color: inherit;
  text-transform: none;
  opacity: .4;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 7px;
  text-decoration: none;
  transition: opacity .1s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.cms-pill > a:hover {
  opacity: .8;
}

.cms-pill.dark-color, .cms-pill.default-dark-color {
  color: #fff;
  background: #222;
}

.cms-pill.dark-color.bordered-type, .cms-pill.default-dark-color.bordered-type {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
}

.cms-pill.medium-dark-color, .cms-pill.dark-grey-color {
  color: #fff;
  background: #555;
}

.cms-pill.medium-dark-color.bordered-type, .cms-pill.dark-grey-color.bordered-type {
  color: #555;
  background-color: #0000;
  border: 1px solid #555;
}

.cms-pill.medium-color, .cms-pill.grey-color {
  color: #fff;
  background: #999;
}

.cms-pill.medium-color.bordered-type, .cms-pill.grey-color.bordered-type {
  color: #999;
  background-color: #0000;
  border: 1px solid #999;
}

.cms-pill.medium-light-color, .cms-pill.light-grey-color {
  color: #222;
  background: #f2f2f2;
}

.cms-pill.medium-light-color.bordered-type, .cms-pill.light-grey-color.bordered-type {
  color: #f2f2f2;
  background-color: #0000;
  border: 1px solid #f2f2f2;
}

.cms-pill.light-color, .cms-pill.default-light-color {
  color: #222;
  background: #fff;
}

.cms-pill.light-color.bordered-type, .cms-pill.default-light-color.bordered-type {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.cms-pill.highlight-1-color {
  color: #fff;
  background: #1178b8;
}

.cms-pill.highlight-1-color.bordered-type {
  color: #1178b8;
  background-color: #0000;
  border: 1px solid #1178b8;
}

.cms-pill.highlight-2-color {
  color: #fff;
  background: #e74c3c;
}

.cms-pill.highlight-2-color.bordered-type {
  color: #e74c3c;
  background-color: #0000;
  border: 1px solid #e74c3c;
}

.cms-pill.positive-color {
  color: #fff;
  background: #6e9742;
}

.cms-pill.positive-color.bordered-type {
  color: #6e9742;
  background-color: #0000;
  border: 1px solid #6e9742;
}

.cms-pill.negative-color {
  color: #fff;
  background: #d0021b;
}

.cms-pill.negative-color.bordered-type {
  color: #d0021b;
  background-color: #0000;
  border: 1px solid #d0021b;
}

.cms-pill.warning-color {
  color: #fff;
  background: #f5a623;
}

.cms-pill.warning-color.bordered-type {
  color: #f5a623;
  background-color: #0000;
  border: 1px solid #f5a623;
}

.cms-pill.notice-color {
  color: #fff;
  background: #3498db;
}

.cms-pill.notice-color.bordered-type {
  color: #3498db;
  background-color: #0000;
  border: 1px solid #3498db;
}

form.form div.form-row {
  width: 100%;
  margin-bottom: 15px;
  display: table;
}

form.form div.form-row > div.key {
  text-align: left;
  vertical-align: middle;
  width: 25%;
  min-width: 220px;
  padding-right: 30px;
  display: table-cell;
}

form.form div.form-row > div.key.v-align-top {
  vertical-align: top;
}

form.form div.form-row > div.key > span.title {
  font-weight: 600;
  display: block;
}

form.form div.form-row > div.key > span.explanation {
  color: #22222280;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3em;
  display: block;
}

form.form div.form-row > div.key > span.error-message {
  color: #d0021b;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3em;
  display: block;
}

@media screen and (max-width: 767px) {
  form.form div.form-row > div.key {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    display: table;
  }
}

form.form div.form-row > div.element {
  vertical-align: middle;
  width: 75%;
  height: 36px;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  form.form div.form-row > div.element {
    width: 100%;
    display: table;
  }
}

form.form div.form-row > div.element.v-align-top {
  vertical-align: top;
}

form.form div.form-row > div.element .display-inline {
  flex-direction: row;
  width: 100%;
  display: flex;
}

form.form div.form-row > div.element .display-inline > * {
  margin-left: 10px;
}

form.form div.form-row > div.element .display-inline > :first-child {
  flex-grow: 1;
  margin-left: 0;
}

form.form div.form-row-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  padding: 15px 0;
  position: relative;
}

form.form div.form-row-divider:after {
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
}

input.input-normal {
  color: #222;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  width: 100%;
  height: 36px;
  padding: 8px;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  transition: border-color .15s;
}

input.input-normal::-webkit-input-placeholder {
  color: gray;
  opacity: .75;
}

input.input-normal:-moz-placeholder {
  color: gray;
  opacity: .75;
}

input.input-normal::-moz-placeholder {
  color: gray;
  opacity: .75;
}

input.input-normal:-ms-input-placeholder {
  color: gray;
  opacity: .75;
}

input.input-normal:focus {
  border: 1px solid #9a9a9a;
  outline: none;
}

input.input-normal[disabled="disabled"] {
  opacity: .6;
  cursor: not-allowed;
  background: #eee;
}

input.input-normal.error {
  color: #d0021b;
  background: #d0021b08;
  border-color: #d0021b;
}

textarea.textarea-normal {
  resize: none;
  color: #222;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  width: 100%;
  min-height: 120px;
  padding: 8px;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  transition: border-color .15s;
}

textarea.textarea-normal::-webkit-input-placeholder {
  color: gray;
  opacity: .75;
}

textarea.textarea-normal:-moz-placeholder {
  color: gray;
  opacity: .75;
}

textarea.textarea-normal::-moz-placeholder {
  color: gray;
  opacity: .75;
}

textarea.textarea-normal:-ms-input-placeholder {
  color: gray;
  opacity: .75;
}

textarea.textarea-normal:focus {
  border: 1px solid #9a9a9a;
  outline: none;
}

textarea.textarea-normal.error {
  color: #d0021b;
  background: #d0021b08;
  border-color: #d0021b;
}

div.upload-holder {
  width: 100%;
}

div.upload-holder:after {
  content: "";
  clear: both;
  display: table;
}

div.upload-holder > a {
  margin-right: 12px;
}

div.upload-holder > div.chosen {
  float: left;
  margin-top: 8px;
}

div.upload-holder > div.chosen > i {
  float: left;
  color: #222;
  margin-top: 2px;
  margin-right: 7px;
  display: block;
}

div.upload-holder > div.uploading {
  float: left;
  width: 300px;
  margin-top: 5px;
}

div.image-upload-holder {
  width: 100%;
}

div.image-upload-holder:after {
  content: "";
  clear: both;
  display: table;
}

div.image-upload-holder > div.holder {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  width: 100%;
  height: 80px;
  padding: 5px 100px 16px 5px;
  position: relative;
}

div.image-upload-holder > div.holder > div.chosen-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

div.image-upload-holder > div.holder > div.chosen-image > img {
  max-width: 100%;
  max-height: 100%;
}

div.image-upload-holder > div.holder > div.chosen-image a.delete-image {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: absolute;
  top: 3px;
  right: 1px;
}

div.image-upload-holder > div.holder > div.chosen-image a.delete-image > i {
  font-size: 10px;
}

div.image-upload-holder > div.holder div.uploading {
  visibility: hidden;
  opacity: 0;
  background: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 100px 10px 10px;
  transition: visibility 0s linear .2s, opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

div.image-upload-holder > div.holder div.uploading.visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

div.image-upload-holder > div.holder div.placeholder {
  color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  display: flex;
}

div.image-upload-holder > div.holder > a.button {
  border-left: 1px solid #cdcdcd;
  border-radius: 0 3px 3px 0;
  width: 90px;
  height: 100%;
  padding-top: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

div.image-upload-holder > div.holder > a.button > span {
  text-align: center;
  padding-top: 5px;
  display: block;
}

div.image-upload-holder > div.holder span.restrictions {
  color: #959595;
  font-size: 10px;
  position: absolute;
  bottom: 4px;
  left: 5px;
}

div.radio-holder {
  width: 100%;
}

div.radio-holder:after {
  content: "";
  clear: both;
  display: table;
}

div.radio-holder > div.radio-button {
  float: left;
  margin: 5px 25px 5px 0;
}

div.radio-holder > div.radio-button input[type="radio"] {
  display: none;
}

div.radio-holder > div.radio-button input[type="radio"] + label > span {
  float: left;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 2px 8px 0 0;
  transition: border-color .15s;
  display: block;
  position: relative;
}

div.radio-holder > div.radio-button input[type="radio"] + label > span:after {
  content: "";
  opacity: 0;
  background: #222;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .15s;
  position: absolute;
  top: 3px;
  left: 3px;
}

div.radio-holder > div.radio-button input[type="radio"]:checked + label > span {
  border-color: #222;
}

div.radio-holder > div.radio-button.disabled {
  opacity: .4;
}

div.radio-holder > div.radio-button.disabled label {
  cursor: not-allowed;
}

div.checkbox-holder {
  width: 100%;
}

div.checkbox-holder:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-checkbox {
  float: left;
  margin: 5px 25px 5px 0;
}

div.cms-checkbox input[type="checkbox"] + label > div {
  float: left;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin: 2px 8px 0 0;
  transition: border-color .15s;
  display: block;
  position: relative;
}

div.cms-checkbox input[type="checkbox"] + label > div:after {
  content: "";
  opacity: 0;
  background: #222;
  border-radius: 1px;
  width: 6px;
  height: 6px;
  transition: opacity .15s;
  position: absolute;
  top: 3px;
  left: 3px;
}

div.cms-checkbox input[type="checkbox"]:checked + label > div {
  border-color: #222;
}

div.cms-checkbox.disabled {
  opacity: .4;
}

div.cms-checkbox.disabled label {
  cursor: not-allowed;
}

div.dropdown-holder {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  position: relative;
}

div.dropdown-holder div.value {
  width: 100%;
  height: 100%;
  position: relative;
}

div.dropdown-holder div.value > span {
  color: #222;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  width: 100%;
  height: 36px;
  padding: 9px 8px 8px;
  display: block;
  overflow: hidden;
}

div.dropdown-holder div.value > span.placeholder {
  color: gray;
}

div.dropdown-holder div.value > input[type="text"] {
  border: 0;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.dropdown-holder div.value > i.icon {
  cursor: pointer;
  margin-top: -6px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
}

div.dropdown-holder div.droplist {
  z-index: 999;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0 0 3px 3px;
  width: calc(100% + 2px);
  position: absolute;
  top: 35px;
  left: -1px;
  overflow-y: scroll;
  box-shadow: 0 2px 10px #0000001a;
}

div.dropdown-holder div.droplist > a {
  color: #222;
  word-break: break-all;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: block;
}

div.dropdown-holder div.droplist > a:hover, div.dropdown-holder div.droplist > a.active {
  background: #f7f7f7;
}

div.dropdown-holder div.droplist > a:last-of-type {
  border-bottom: 0;
}

div.dropdown-holder.disabled {
  opacity: .6;
  cursor: not-allowed;
  background: #eee;
}

div.dropdown-holder.disabled div.value > span, div.dropdown-holder.disabled div.value > i {
  cursor: not-allowed;
}

div.dropdown-holder.error {
  color: #d0021b;
  background: #d0021b08;
  border-color: #d0021b;
}

div.form-buttons {
  padding-top: 20px;
}

div.form-buttons .button {
  float: left;
  margin-right: 5px;
}

div.pagination {
  width: 100%;
}

div.pagination:after {
  content: "";
  clear: both;
  display: table;
}

div.pagination.has-padding {
  padding: 25px;
}

div.pagination ul {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
}

div.pagination ul:after {
  content: "";
  clear: both;
  display: table;
}

div.pagination ul > li {
  float: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: block;
}

div.pagination ul > li:first-of-type {
  border-radius: 3px 0 0 3px;
}

div.pagination ul > li:first-of-type i {
  font-size: 12px;
}

div.pagination ul > li:last-of-type {
  border-right: 1px solid #e5e5e5;
  border-radius: 0 3px 3px 0;
}

div.pagination ul > li:last-of-type i {
  font-size: 12px;
}

div.pagination ul > li > a {
  text-align: center;
  color: gray;
  background: #fff;
  min-width: 26px;
  padding: 4px 0 6px;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: block;
}

div.pagination ul > li > a:hover {
  background: #f7f7f7;
}

div.pagination ul > li > a.active {
  color: #fff;
  background: #222;
}

div.pagination > span.rowcount {
  float: left;
  opacity: .5;
  padding-top: 6px;
}

.trumbowyg-box {
  margin: 0 !important;
}

div.cms-input {
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  position: relative;
}

div.cms-input.prefix, div.cms-input.suffix {
  align-items: left;
  flex-flow: row;
  display: flex;
}

div.cms-input.prefix > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-grow: 1;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
}

div.cms-input.suffix > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 1;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
}

div.cms-input .prefix, div.cms-input .suffix {
  color: #555;
  white-space: nowrap;
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  height: 36px;
  padding: 8px 10px;
  font-size: 14px;
  display: block;
}

div.cms-input .prefix {
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

div.cms-input .suffix {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.cms-place-searchbar {
  position: relative;
}

div.cms-place-searchbar > input {
  padding-left: 30px;
}

div.cms-place-searchbar > i {
  opacity: .5;
  background-size: 14px 14px;
  margin-top: -6px;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 8px;
}

div.cms-searchbar {
  float: right;
  margin-left: 5px;
}

div.cms-searchbar > input[type="text"] {
  color: #222;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  width: 200px;
  height: 36px;
  padding: 8px;
  font-size: 14px;
  transition: border-color .15s;
}

div.cms-searchbar > input[type="text"]::-webkit-input-placeholder {
  color: gray;
  opacity: .75;
}

div.cms-searchbar > input[type="text"]:-moz-placeholder {
  color: gray;
  opacity: .75;
}

div.cms-searchbar > input[type="text"]::-moz-placeholder {
  color: gray;
  opacity: .75;
}

div.cms-searchbar > input[type="text"]:-ms-input-placeholder {
  color: gray;
  opacity: .75;
}

div.cms-searchbar > input[type="text"]:focus {
  outline: none;
}

div.cms-searchbar > a.button {
  background: #f9f9f9;
}

div.cms-searchbar > a.button:hover {
  background: #f1f1f1;
}

div.cms-searchbar > a.button:active {
  background: #eaeaea;
}

div.cms-searchbar > a.button.button-search {
  color: #222;
  float: right;
  border: 1px solid #cdcdcd;
  border-left-color: #e7e7e7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0 !important;
}

div.cms-searchbar > a.button.button-reset {
  color: #222;
  float: right;
  border: 1px solid #cdcdcd;
  border-left-color: #e7e7e7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: none;
  margin-left: 0 !important;
}

div.cms-searchbar.reset > a.button.button-search {
  display: none;
}

div.cms-searchbar.reset > a.button.button-reset {
  display: block;
}

@media screen and (max-width: 767px) {
  div.cms-searchbar {
    width: 100%;
    padding-right: 43px;
    position: relative;
  }

  div.cms-searchbar > input[type="text"] {
    width: 100%;
  }

  div.cms-searchbar > a.button {
    position: absolute;
    top: 0;
    right: 0;
    float: right !important;
    width: 43px !important;
  }
}

.tooltip {
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  padding: 4px;
  transition: opacity .15s;
  display: none;
}

.tooltip .tooltip-content {
  color: #fff;
  background: #000000e6;
  border-radius: 16px;
  padding: 5px 10px;
  font-size: 13px;
}

.tooltip.tooltip-open-transitionend {
  display: block;
}

.tooltip.tooltip-after-open {
  opacity: 1;
}

div.cms-switch > a {
  background: #ddd;
  border-radius: 20px;
  width: 40px;
  height: 24px;
  transition: background .15s;
  display: block;
  position: relative;
  box-shadow: inset 0 2px 2px #00000008;
}

div.cms-switch > a > div.handle {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: left .15s, right .15s;
  position: absolute;
  top: 4px;
  left: 4px;
  box-shadow: 0 3px 5px #0000000a;
}

div.cms-switch.small > a {
  border-radius: 15px;
  width: 30px;
  height: 18px;
  box-shadow: inset 0 1px 1px #00000008;
}

div.cms-switch.small > a > div.handle {
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 4px #0000000a;
}

div.cms-switch.large > a {
  border-radius: 25px;
  width: 50px;
  height: 30px;
  box-shadow: inset 0 2px 4px #00000008;
}

div.cms-switch.large > a > div.handle {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  box-shadow: 0 4px 6px #0000000a;
}

div.cms-switch.dimmed > a {
  background: #59b14766;
}

div.cms-switch.active > a {
  background: #59b147;
}

div.cms-switch.active > a > div.handle {
  left: 20px;
}

div.cms-switch.active.small > a > div.handle {
  left: 15px;
}

div.cms-switch.active.large > a > div.handle {
  left: 25px;
}

div.cms-switch.disabled {
  opacity: .4;
}

div.cms-switch.disabled > a {
  cursor: not-allowed;
}

div.cms-color-picker {
  float: left;
  margin-right: 10px;
  position: relative;
}

div.cms-color-picker > a {
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 32px;
  height: 32px;
  padding: 6px;
  text-decoration: none;
  display: block;
  position: relative;
}

div.cms-color-picker > a > div.color {
  background-color: #eee;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 6px;
}

div.cms-color-picker > a > span.title {
  padding-left: 28px;
  padding-right: 5px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

div.cms-color-picker > .vc-chrome {
  z-index: 1005;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.cms-pill-collection {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  width: 100%;
  min-height: 36px;
  max-height: 200px;
  padding: 10px 5px 5px;
  position: relative;
  overflow-y: auto;
}

.cms-pill-collection a.button.add {
  white-space: nowrap;
  border-radius: 12px;
  height: 24px;
  margin: 0 3px 6px;
  padding: 0 12px 0 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.cms-pill-collection a.button.add > i {
  margin-top: -4px;
  font-size: 10px;
  left: 8px;
}

div.panel {
  background: #fff;
  border-radius: 2px;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  box-shadow: 0 1px 3px #c5c5c580;
}

div.panel.has-padding {
  padding: 20px;
}

@media screen and (max-width: 1023px) {
  div.panel.has-padding {
    padding: 15px;
  }
}

div.panel span.panel-placeholder {
  text-align: center;
  color: gray;
  opacity: .5;
  width: 100%;
  padding: 40px;
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 1023px) {
  div.panel {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  div.panel {
    margin: 0 0 15px;
  }
}

div.cms-actions-grid {
  width: calc(100% + 4px);
  margin-bottom: 30px;
  margin-left: -2px;
}

div.cms-actions-grid:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-actions-grid div.action-holder {
  float: left;
  width: 25%;
  padding: 2px;
}

div.cms-actions-grid div.action-holder > a.action {
  color: #fff;
  background: #222;
  border-radius: 2px;
  width: 100%;
  height: 100px;
  text-decoration: none;
  display: table;
}

div.cms-actions-grid div.action-holder > a.action > div {
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  display: table-cell;
}

div.cms-actions-grid div.action-holder > a.action > div > span {
  margin: 4px 0;
  display: block;
}

div.cms-actions-grid div.action-holder > a.action:hover {
  background: #1a1a1a;
}

div.cms-actions-grid div.action-holder > a.action.disabled {
  opacity: .2;
  cursor: not-allowed;
}

div.cms-actions-grid div.action-holder > a.action.disabled:hover {
  background: #222;
}

@media screen and (max-width: 767px) {
  div.cms-actions-grid div.action-holder {
    width: 50%;
  }
}

div.cms-filter-panel {
  width: 100%;
}

div.cms-filter-panel div.filters {
  border-top: 1px solid #eee;
  width: 100%;
  padding: 20px;
}

div.cms-filter-panel div.filters div.row {
  width: 100%;
  margin: 10px 0;
  padding-right: 60px;
  display: block;
  position: relative;
}

div.cms-filter-panel div.filters div.row:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-filter-panel div.filters div.row:first-of-type {
  margin-top: 0;
}

div.cms-filter-panel div.filters div.row:last-of-type {
  margin-bottom: 0;
}

div.cms-filter-panel div.filters div.row div.dropdown-container {
  float: left;
  width: 50%;
  padding-right: 10px;
}

div.cms-filter-panel div.filters div.row div.row-actions {
  height: 100%;
  padding: 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}

div.cms-filter-panel div.filters div.row div.row-actions > a {
  color: #222;
  float: right;
  padding: 6px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  div.cms-filter-panel div.filters {
    padding: 0;
  }

  div.cms-filter-panel div.filters div.row {
    margin: 0;
    padding: 15px 48px 15px 15px;
  }

  div.cms-filter-panel div.filters div.row:not(:first-of-type) {
    border-top: 1px solid #cdcdcd;
  }

  div.cms-filter-panel div.filters div.row div.dropdown-container {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
  }

  div.cms-filter-panel div.filters div.row div.row-actions {
    height: auto;
    margin-top: -34px;
    top: 50%;
    right: 10px;
  }

  div.cms-filter-panel div.filters div.row div.row-actions > a {
    float: none;
  }
}

div.cms-media-panel {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

div.cms-media-panel:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-media-panel div.cms-media-item {
  float: left;
  padding: 10px;
}

div.cms-media-panel div.cms-media-item > div.block {
  background: #fff;
  border-radius: 2px;
  height: 200px;
  position: relative;
  box-shadow: 0 1px 5px #0003;
}

div.cms-media-panel div.cms-media-item > div.block > div.image-holder {
  background-color: #222;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

div.cms-media-panel div.cms-media-item > div.block > div.options {
  background: linear-gradient(#000000bf, #0000);
  border-radius: 3px;
  width: 100%;
  padding: 8px 8px 70px;
  position: absolute;
  top: 0;
  left: 0;
}

div.cms-media-panel div.cms-media-item > div.block > div.options:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-media-panel div.cms-media-item > div.block > div.options > a.button {
  float: right;
  height: 24px;
  padding: 4px 8px;
}

div.cms-media-panel div.cms-media-item > div.block > div.options > a.move-button:hover {
  background: none;
}

@media screen and (min-width: 1400px) {
  div.cms-media-panel div.cms-media-item {
    width: 25%;
  }

  div.cms-media-panel div.cms-media-item:nth-child(4n) {
    padding-right: 0;
  }

  div.cms-media-panel div.cms-media-item:nth-child(4n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1399px) and (min-width: 768px) {
  div.cms-media-panel div.cms-media-item {
    width: 33.3%;
  }

  div.cms-media-panel div.cms-media-item:nth-child(3n) {
    padding-right: 0;
  }

  div.cms-media-panel div.cms-media-item:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  div.cms-media-panel div.cms-media-item {
    width: 50%;
  }

  div.cms-media-panel div.cms-media-item:nth-child(2n) {
    padding-right: 0;
  }

  div.cms-media-panel div.cms-media-item:nth-child(odd) {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  div.cms-media-panel div.cms-media-item {
    width: 100%;
  }

  div.cms-media-panel div.cms-media-item > div.block {
    height: 150px;
  }
}

div.table-panel, div.table-panel div.panel {
  width: 100%;
}

div.table-panel div.panel div.cms-table div.pagination {
  margin-top: 0;
  padding: 25px;
}

@media screen and (max-width: 1023px) {
  div.table-panel div.panel {
    overflow: scroll hidden;
  }

  div.table-panel div.panel table.table {
    min-width: 730px;
  }
}

div.cms-view-panel, div.cms-view-panel div.panel {
  width: 100%;
}

div.cms-view-panel div.panel table.table td.key {
  width: 25%;
  font-weight: 600;
}

div.cms-view-panel div.panel table.table.table-striped tr {
  cursor: auto;
}

div.cms-view-panel div.panel table.table.table-striped tr:hover {
  background: #fff;
}

div.cms-view-panel div.panel table.table.table-striped tr:nth-child(2n):hover {
  background: #fcfcfc;
}

div.cms-view-panel div.panel table.table a {
  color: #1178b8;
}

div.cms-tab-panel {
  border-top-left-radius: 0;
  position: relative;
}

div.cms-tab-panel div.tabs {
  position: absolute;
  top: -36px;
  left: 0;
}

div.cms-tab-panel div.tabs:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-tab-panel div.tabs > a.tab-button {
  color: #222222bf;
  float: left;
  background-color: #e4e5e7;
  height: 36px;
  padding: 12px 15px;
  text-decoration: none;
}

div.cms-tab-panel div.tabs > a.tab-button:first-of-type {
  border-top-left-radius: 3px;
}

div.cms-tab-panel div.tabs > a.tab-button:last-of-type {
  border-top-right-radius: 3px;
}

div.cms-tab-panel div.tabs > a.tab-button.active {
  color: #222;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div.cms-tab-panel div.tabs > a.tab-button.error {
  color: #d0021b;
}

div.cms-shader {
  z-index: 999;
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

div.cms-shader div.modal-container {
  width: 100%;
  height: 100%;
  position: relative;
}

div.cms-shader div.modal-container div.modal-holder {
  background: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

div.cms-modal {
  background: #fff;
  border-radius: 2px;
  width: 100%;
  max-width: 600px;
  max-height: 95vh;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 0 50px #0003;
}

div.cms-modal.has-padding {
  padding: 20px;
}

div.cms-modal a.close-dialog {
  color: #222;
  padding: 10px;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

div.cms-modal div.cms-modal-buttons {
  text-align: center;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

div.cms-modal div.cms-modal-buttons:after {
  content: "";
  clear: both;
  display: table;
}

div.cms-modal div.cms-modal-buttons .button {
  margin: 0 1px;
  display: inline-block;
}

div.cms-modal.cms-modal-alert {
  max-width: 450px;
}

div.cms-modal.cms-modal-alert > div.content {
  text-align: center;
  width: 100%;
}

div.cms-modal.cms-modal-alert > div.content > span {
  text-align: center;
  display: block;
}

div.cms-modal.cms-modal-alert > div.content > span.title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

div.cms-modal.cms-modal-alert > div.content > span.subtitle {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

div.login-view {
  background-image: linear-gradient(-180deg, #fff 0%, #f1f4f5 100%);
  width: 100%;
  height: 100%;
  padding: 20px;
}

div.login-view div#login-container {
  width: 100%;
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

div.login-view div#login-container > div.header {
  width: 100%;
  position: absolute;
  top: 50px;
}

div.login-view div#login-container > div.header > div.logo > i {
  margin: 0 auto 15px;
}

div.login-view div#login-container > div.header > span {
  text-align: center;
  display: block;
}

div.login-view div#login-container > div.form {
  width: 100%;
  height: 3 300px;
  background: #fff;
  border-radius: 3px;
  margin-top: -150px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  box-shadow: 0 0 90px #1515151a;
}

div.login-view div#login-container > div.form span.title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

div.login-view div#login-container > div.form span.subtitle {
  text-align: center;
  width: 100%;
  margin: 5px 0 30px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

div.login-view div#login-container > div.form form.login-form {
  width: 100%;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"], div.login-view div#login-container > div.form form.login-form > input[type="password"] {
  color: #222;
  opacity: .5;
  border: 0;
  border-bottom: 1px solid #222;
  width: 100%;
  margin: 20px 0;
  padding: 8px 0;
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  font-weight: 600;
  transition: opacity .15s;
  display: block;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"]:focus, div.login-view div#login-container > div.form form.login-form > input[type="password"]:focus {
  opacity: 1;
  outline: none;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"]::-webkit-input-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="password"]::-webkit-input-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"]:-moz-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="password"]:-moz-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"]::-moz-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="password"]::-moz-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="text"]:-ms-input-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form > input[type="password"]:-ms-input-placeholder {
  color: #222;
}

div.login-view div#login-container > div.form form.login-form div.submit-holder {
  width: 100%;
  padding: 25px 0 0;
}

div.login-view div#login-container > div.form form.login-form div.submit-holder > input[type="submit"], div.login-view div#login-container > div.form form.login-form div.submit-holder > a.button {
  text-align: center;
  width: 160px;
  height: 42px;
  margin: auto;
  padding: 11px 30px;
  font-size: 16px;
}

div.login-view div#login-container > div.form form.login-form div.submit-holder > input[type="submit"]:focus, div.login-view div#login-container > div.form form.login-form div.submit-holder > a.button:focus {
  outline: none;
}

div.login-view div#login-container > div.footer {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

div.login-view div#login-container > div.footer > a {
  color: #222;
  opacity: .5;
  text-decoration: none;
  transition: opacity .15s;
}

div.login-view div#login-container > div.footer > a:hover {
  opacity: .8;
}

div.page-error-holder {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-top: -80px;
  margin-left: -150px;
  position: absolute;
  top: 50%;
  left: 50%;
}

div.page-error-holder div.icon {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

div.page-error-holder div.icon > i {
  font-size: 28px;
}

div.page-error-holder div.title {
  width: 100%;
  margin-bottom: 20px;
}

div.page-error-holder div.title > h1 {
  margin: 0;
}

div.page-error-holder div.subtitle {
  width: 100%;
  margin-bottom: 30px;
}

div.page-error-holder div.subtitle > p {
  margin: 10px 0;
}

div.page-error-holder div.subtitle > p > a {
  color: #222;
  text-decoration: none;
  transition: color .15s;
}

div.page-error-holder div.subtitle > p > a:hover {
  color: #1178b8;
}

.move-cursor {
  cursor: move !important;
}

body {
  font-family: Source Sans Pro, Helvetiva, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

i.img {
  display: block;
}

i.img.logo-aveco-white-130 {
  background: url(/static/svg/logo-aveco-compact-white.1d4d38f3.svg) no-repeat;
  width: 130px;
  height: 82px;
  background-size: 130px 82px !important;
}

i.img.logo-aveco-white-36h {
  background: url(/static/svg/logo-aveco-compact-white.1d4d38f3.svg) no-repeat;
  width: 56px;
  height: 36px;
  background-size: 56px 36px !important;
}

i.img.icon-triangle-white-8 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDggNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMSAoNTExNDcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmljb24tdHJpYW5nbGUtd2hpdGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iQXNzZXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODEuMDAwMDAwLCAtMzAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uLXRyaWFuZ2xlLXdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODEuMDAwMDAwLCAzMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTIiIHBvaW50cz0iMCAwIDQgNCA4IDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  width: 8px;
  height: 4px;
  background-size: 8px 4px !important;
}

i.img.icon-checkmark-white-8 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDggNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDcuMSAoNDU0MjIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0idWkvQ2hlY2tib3gvQ2hlY2tlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDAwMDAwLCAtMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0zIiBwb2ludHM9IjUuMDQzMTUzNDEgNi44Njc5ODIxNSAzLjEwOTMyOTk3IDUuMjYwMzc4MjYgMiA2LjQyMzkyNTk4IDUuMDU4ODQ3MTEgOSAxMCA0LjA4NzUzMjI3IDguODUxOTMxMDggMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  width: 8px;
  height: 6px;
  background-size: 8px 6px !important;
}

i.img.icon-cross-white-12 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwICg1NDk4MykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aWNvbi1jcm9zcy13aGl0ZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBc3NldHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnRib2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU2LjAwMDAwMCwgLTI4LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi1jcm9zcy13aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTYuMDAwMDAwLCAyOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuNDE0MjEzNTYsNiBMMTEuNjU2ODU0MiwxMC4yNDI2NDA3IEMxMi4wNDczNzg1LDEwLjYzMzE2NSAxMi4wNDczNzg1LDExLjI2NjMzIDExLjY1Njg1NDIsMTEuNjU2ODU0MiBDMTEuMjY2MzMsMTIuMDQ3Mzc4NSAxMC42MzMxNjUsMTIuMDQ3Mzc4NSAxMC4yNDI2NDA3LDExLjY1Njg1NDIgTDYsNy40MTQyMTM1NiBMMS43NTczNTkzMSwxMS42NTY4NTQyIEMxLjM2NjgzNTAyLDEyLjA0NzM3ODUgMC43MzM2NzAwNDIsMTIuMDQ3Mzc4NSAwLjM0MzE0NTc1MSwxMS42NTY4NTQyIEMtMC4wNDczNzg1NDEyLDExLjI2NjMzIC0wLjA0NzM3ODU0MTIsMTAuNjMzMTY1IDAuMzQzMTQ1NzUxLDEwLjI0MjY0MDcgTDQuNTg1Nzg2NDQsNiBMMC4zNDMxNDU3NTEsMS43NTczNTkzMSBDLTAuMDQ3Mzc4NTQxMiwxLjM2NjgzNTAyIC0wLjA0NzM3ODU0MTIsMC43MzM2NzAwNDIgMC4zNDMxNDU3NTEsMC4zNDMxNDU3NTEgQzAuNzMzNjcwMDQyLC0wLjA0NzM3ODU0MTIgMS4zNjY4MzUwMiwtMC4wNDczNzg1NDEyIDEuNzU3MzU5MzEsMC4zNDMxNDU3NTEgTDYsNC41ODU3ODY0NCBMMTAuMjQyNjQwNywwLjM0MzE0NTc1MSBDMTAuNjMzMTY1LC0wLjA0NzM3ODU0MTIgMTEuMjY2MzMsLTAuMDQ3Mzc4NTQxMiAxMS42NTY4NTQyLDAuMzQzMTQ1NzUxIEMxMi4wNDczNzg1LDAuNzMzNjcwMDQyIDEyLjA0NzM3ODUsMS4zNjY4MzUwMiAxMS42NTY4NTQyLDEuNzU3MzU5MzEgTDcuNDE0MjEzNTYsNiBaIiBpZD0iU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px !important;
}

i.img.icon-menu-white-17 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwICg1NDk4MykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aWNvbi1tZW51LXdoaXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFzc2V0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjguMDAwMDAwLCAtMjguMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Imljb24tbWVudS13aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguMDAwMDAwLCAyOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjMxMzcwODUsMTIgTDE1LjMxMzcwODUsMTIgQzE1Ljg2NTk5MzIsMTIgMTYuMzEzNzA4NSwxMS41NTIyODQ3IDE2LjMxMzcwODUsMTEgTDE2LjMxMzcwODUsMTEgQzE2LjMxMzcwODUsMTAuNDQ3NzE1MyAxNS44NjU5OTMyLDEwIDE1LjMxMzcwODUsMTAgTDEuMzEzNzA4NSwxMCBDMC43NjE0MjM3NDksMTAgMC4zMTM3MDg0OTksMTAuNDQ3NzE1MyAwLjMxMzcwODQ5OSwxMSBMMC4zMTM3MDg0OTksMTEgQzAuMzEzNzA4NDk5LDExLjU1MjI4NDcgMC43NjE0MjM3NDksMTIgMS4zMTM3MDg1LDEyIFogTTEuMzEzNzA4NSw3IEwxNS4zMTM3MDg1LDcgQzE1Ljg2NTk5MzIsNyAxNi4zMTM3MDg1LDYuNTUyMjg0NzUgMTYuMzEzNzA4NSw2IEwxNi4zMTM3MDg1LDYgQzE2LjMxMzcwODUsNS40NDc3MTUyNSAxNS44NjU5OTMyLDUgMTUuMzEzNzA4NSw1IEwxLjMxMzcwODUsNSBDMC43NjE0MjM3NDksNSAwLjMxMzcwODQ5OSw1LjQ0NzcxNTI1IDAuMzEzNzA4NDk5LDYgTDAuMzEzNzA4NDk5LDYgQzAuMzEzNzA4NDk5LDYuNTUyMjg0NzUgMC43NjE0MjM3NDksNyAxLjMxMzcwODUsNyBaIE0wLjMxMzcwODQ5OSwxIEwwLjMxMzcwODQ5OSwxIEMwLjMxMzcwODQ5OSwxLjU1MjI4NDc1IDAuNzYxNDIzNzQ5LDIgMS4zMTM3MDg1LDIgTDE1LjMxMzcwODUsMiBDMTUuODY1OTkzMiwyIDE2LjMxMzcwODUsMS41NTIyODQ3NSAxNi4zMTM3MDg1LDEgTDE2LjMxMzcwODUsMSBDMTYuMzEzNzA4NSwwLjQ0NzcxNTI1IDE1Ljg2NTk5MzIsLTEuMDE0NTMwNjNlLTE2IDE1LjMxMzcwODUsMCBMMS4zMTM3MDg1LDAgQzAuNzYxNDIzNzQ5LDEuMDE0NTMwNjNlLTE2IDAuMzEzNzA4NDk5LDAuNDQ3NzE1MjUgMC4zMTM3MDg0OTksMSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  width: 17px;
  height: 12px;
  background-size: 17px 12px !important;
}

i.img.icon-table-eye-dark {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTQgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uLXRhYmxlLWV5ZS1kYXJrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFzc2V0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEuMDAwMDAwLCAtMTc2LjAwMDAwMCkiIGZpbGw9IiMyMjIyMjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJUYWJsZS1JY29ucy9FeWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjAwMDAwMCwgMTc2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTcsMCBDMy44MTgxODE4MiwwIDEuMTAwOTA5MDksMi4wNzMzMzMzMyAwLDUgQzEuMTAwOTA5MDksNy45MjY2NjY2NyAzLjgxODE4MTgyLDEwIDcsMTAgQzEwLjE4MTgxODIsMTAgMTIuODk5MDkwOSw3LjkyNjY2NjY3IDE0LDUgQzEyLjg5OTA5MDksMi4wNzMzMzMzMyAxMC4xODE4MTgyLDAgNywwIFogTTcsOC4zMzMzMzMzMyBDNS4yNDM2MzYzNiw4LjMzMzMzMzMzIDMuODE4MTgxODIsNi44NCAzLjgxODE4MTgyLDUgQzMuODE4MTgxODIsMy4xNiA1LjI0MzYzNjM2LDEuNjY2NjY2NjcgNywxLjY2NjY2NjY3IEM4Ljc1NjM2MzY0LDEuNjY2NjY2NjcgMTAuMTgxODE4MiwzLjE2IDEwLjE4MTgxODIsNSBDMTAuMTgxODE4Miw2Ljg0IDguNzU2MzYzNjQsOC4zMzMzMzMzMyA3LDguMzMzMzMzMzMgWiBNNywzIEM1Ljk0MzYzNjM2LDMgNS4wOTA5MDkwOSwzLjg5MzMzMzMzIDUuMDkwOTA5MDksNSBDNS4wOTA5MDkwOSw2LjEwNjY2NjY3IDUuOTQzNjM2MzYsNyA3LDcgQzguMDU2MzYzNjQsNyA4LjkwOTA5MDkxLDYuMTA2NjY2NjcgOC45MDkwOTA5MSw1IEM4LjkwOTA5MDkxLDMuODkzMzMzMzMgOC4wNTYzNjM2NCwzIDcsMyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  width: 14px;
  height: 10px;
  background-size: 14px 10px !important;
}

i.img.icon-table-checkmark-dark {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTQgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uLXRhYmxlLWNoZWNrbWFyay1kYXJrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFzc2V0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDcuMDAwMDAwLCAtMTc1LjAwMDAwMCkiIGZpbGw9IiMyMjIyMjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJUYWJsZS1JY29ucy9DaGVja21hcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ3LjAwMDAwMCwgMTc1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjQuNDQ3MzA4NTcgOC42ODE5MDg1NSAxLjEyNTA5NDc3IDUuMjU5NDQzMzQgMCA2LjQxODQ4OTA3IDQuNDQ3MzA4NTcgMTEgMTQgMS4xNTkwNDU3MyAxMi44NzQ5MDUyIDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  width: 14px;
  height: 11px;
  background-size: 14px 11px !important;
}

i.img.icon-table-pencil-dark {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTEgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uLXRhYmxlLXBlbmNpbC1kYXJrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFzc2V0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIuMDAwMDAwLCAtMTc1LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJUYWJsZS1JY29ucy9QZW5jaWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyLjAwMDAwMCwgMTc1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAsOC43MjE5MDM0OCBMMCwxMSBMMi4yNzgwOTY1MiwxMSBMOC4zODg5Mjk1Nyw0Ljg0MDQ3NTgxIEw2LjExMDgzMzA1LDIuNTYyMzc5MjggTDAsOC43MjE5MDM0OCBaIE0xMC44MDA3NjYzLDIuNzUzNTEyMTMgQzExLjA2NjQxMTIsMi40ODc4NjcxOCAxMS4wNjY0MTEyLDIuMDU1MzQyNyAxMC44MDA3NjYzLDEuNzg5Njk3NzQgTDkuMjEwMzAyMjYsMC4xOTkyMzM3MTYgQzguOTQ0NjU3MywtMC4wNjY0MTEyMzg4IDguNTEyMTMyODIsLTAuMDY2NDExMjM4OCA4LjI0NjQ4Nzg3LDAuMTk5MjMzNzE2IEw3LDEuNDQ1NzIxNTggTDkuNTU0Mjc4NDIsNCBMMTAuODAwNzY2MywyLjc1MzUxMjEzIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
  width: 11px;
  height: 11px;
  background-size: 11px 11px !important;
}

i.img.icon-table-cross-dark {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTEgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY29uLXRhYmxlLWNyb3NzLWRhcms8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iQXNzZXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NC4wMDAwMDAsIC0xNzUuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IlRhYmxlLUljb25zL0Nyb3NzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NC4wMDAwMDAsIDE3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxMSAxLjExMDQ3NjE5IDkuODg5NTIzODEgMCA1LjUgNC4zODk1MjM4MSAxLjExMDQ3NjE5IDAgMCAxLjExMDQ3NjE5IDQuMzg5NTIzODEgNS41IDAgOS44ODk1MjM4MSAxLjExMDQ3NjE5IDExIDUuNSA2LjYxMDQ3NjE5IDkuODg5NTIzODEgMTEgMTEgOS44ODk1MjM4MSA2LjYxMDQ3NjE5IDUuNSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
  width: 11px;
  height: 11px;
  background-size: 11px 11px !important;
}

div#app-container {
  width: 100%;
  height: 100%;
  padding-top: 51px;
  font-family: Source Sans Pro, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 767px) {
  div#app-container {
    padding-top: 40px;
  }
}

div#app-container div.app-topbar {
  z-index: 1040;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px #4c4c4c80, 0 0 8px #00000026;
}

div#app-container div.app-topbar > div.title-bar {
  background: #1178b8;
  width: 100%;
  height: 51px;
}

div#app-container div.app-topbar > div.title-bar:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  div#app-container div.app-topbar > div.title-bar {
    height: 40px;
  }
}

div#app-container div.app-topbar > div.title-bar div.menu-toggle {
  display: none;
}

@media screen and (max-width: 1023px) {
  div#app-container div.app-topbar > div.title-bar div.menu-toggle {
    float: left;
    width: 24px;
    height: 24px;
    margin: 14px 0 0 14px;
    display: block;
  }

  div#app-container div.app-topbar > div.title-bar div.menu-toggle > a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  div#app-container div.app-topbar > div.title-bar div.menu-toggle {
    margin: 8px 0 0 10px;
  }
}

div#app-container div.app-topbar > div.title-bar div.logo {
  float: left;
  height: 100%;
  padding: 3px;
}

div#app-container div.app-topbar > div.title-bar div.logo > a {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  div#app-container div.app-topbar > div.title-bar div.logo {
    height: 40px;
  }

  div#app-container div.app-topbar > div.title-bar div.logo > a > i {
    transform-origin: 0;
    transform: scale(.8);
  }
}

div#app-container div.app-topbar > div.title-bar div.user {
  float: right;
  padding: 11px;
}

div#app-container div.app-topbar > div.title-bar div.user:after {
  content: "";
  clear: both;
  display: table;
}

div#app-container div.app-topbar > div.title-bar div.user div.user-info {
  float: left;
}

div#app-container div.app-topbar > div.title-bar div.user div.user-info > span {
  color: #fff;
  text-align: right;
  margin-top: -1px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

div#app-container div.app-topbar > div.title-bar div.user div.user-info > a {
  color: #ffffffbf;
  text-align: right;
  margin-top: 2px;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

div#app-container div.app-topbar > div.title-bar div.user div.user-info > a:hover {
  text-decoration: underline;
}

div#app-container div.app-topbar > div.title-bar div.user div.avatar {
  float: left;
  color: #1178b8;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  div#app-container div.app-topbar > div.title-bar div.user {
    display: none;
  }
}

div#app-container div.app-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

div#app-container div.app-wrapper > div.app-sidebar {
  background: #fafafa;
  border-right: 1px solid #d9d9d9;
  width: 200px;
  height: 100%;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder {
  height: 100%;
  overflow: hidden !important;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder > div.scrollable {
  width: 220px;
  height: 100%;
  overflow-y: scroll;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder > div.scrollable > div.scrollable-content {
  width: 100%;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder {
  width: 100%;
  font-size: 14px;
  transition: background-color .15s;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder:first-of-type {
  margin-top: 20px;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder:last-of-type {
  margin-bottom: 20px;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > a.main-item {
  color: #222;
  opacity: .5;
  width: 100%;
  height: 36px;
  padding: 10px 15px 0 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: block;
  position: relative;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > a.main-item > i {
  position: absolute;
  top: 11px;
  left: 23px;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > a.main-item > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 25px;
  display: block;
  overflow: hidden;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder:not(.active) > a.main-item:hover {
  opacity: .75;
  background: #ebebeb;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items {
  padding: 0 0 10px 55px;
  display: none;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items:after {
  content: "";
  clear: both;
  display: table;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a {
  color: #222;
  float: left;
  clear: both;
  opacity: .4;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a:before {
  content: "";
  border: 1px solid #222;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a:hover {
  opacity: .75;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder > div.sub-items > a.active {
  opacity: 1;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder.active {
  background: #ebebeb;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder.active > a.main-item {
  opacity: 1;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-item-holder.active > div.sub-items {
  display: block;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-group {
  width: 100%;
  padding-top: 25px;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-group > span.group-title {
  color: #222;
  opacity: .4;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

div#app-container div.app-wrapper > div.app-sidebar > div.menu-holder div.menu-group div.menu-item-holder:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  div#app-container div.app-wrapper {
    display: block;
    position: relative;
  }

  div#app-container div.app-wrapper > div.app-sidebar {
    z-index: 1020;
    transition: left .2s;
    position: absolute;
    top: 0;
    left: -220px;
  }

  div#app-container div.app-wrapper > div.app-sidebar.visible {
    left: 0;
  }
}

div#app-container div.app-wrapper > div.app-content {
  flex-grow: 1;
  overflow-y: auto;
}

form.form {
  width: 100%;
  font-size: 13px;
  display: block;
}

form.form div.form-row {
  margin-bottom: 10px;
}

form.form div.form-row > div.key {
  padding-right: 30px;
}

form.form div.form-row > div.key > span.title {
  font-size: 13px;
}

form.form div.form-row > div.element {
  height: 32px;
}

div.dropdown-holder {
  height: 32px;
  font-size: 13px;
}

div.dropdown-holder div.value > input {
  height: 30px;
}

div.dropdown-holder div.value > span {
  height: 30px;
  padding: 6px 30px 5px 8px;
  line-height: 18px;
}

div.dropdown-holder div.droplist {
  top: 30px;
}

input.input-normal {
  height: 32px;
  padding: 8px;
}

div.cms-input input {
  color: #222;
  font-family: Source Sans Pro, Arial, sans-serif;
}

div.cms-input span.prefix, div.cms-input span.suffix {
  height: 32px;
  font-size: 13px;
}

textarea.textarea-normal {
  padding: 8px;
}

div.form-date-time {
  flex-direction: row;
  display: flex;
}

div.form-date-time > div.cms-input:first-of-type {
  flex-grow: 1;
}

div.form-date-time > div.cms-input:first-of-type > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.form-date-time > div.cms-input:last-of-type {
  width: 80px;
}

div.form-date-time > div.cms-input:last-of-type > input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.cms-checkbox input[type="checkbox"] {
  display: none;
}

div.cms-checkbox input[type="checkbox"] + label > div {
  background: #fff;
  border: 1px solid #9b9b9b;
  width: 12px;
  height: 12px;
  margin-top: 0;
  transition: background .15s;
  box-shadow: 0 2px 4px #00000026;
}

div.cms-checkbox input[type="checkbox"] + label > div:after {
  content: "";
  opacity: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDggNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDcuMSAoNDU0MjIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlBhdGggMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0idWkvQ2hlY2tib3gvQ2hlY2tlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDAwMDAwLCAtMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0zIiBwb2ludHM9IjUuMDQzMTUzNDEgNi44Njc5ODIxNSAzLjEwOTMyOTk3IDUuMjYwMzc4MjYgMiA2LjQyMzkyNTk4IDUuMDU4ODQ3MTEgOSAxMCA0LjA4NzUzMjI3IDguODUxOTMxMDggMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) center / 8px 6px no-repeat;
  transition: opacity .15s;
  position: absolute;
  top: 2px;
  left: 2px;
}

div.cms-checkbox input[type="checkbox"]:checked + label > div {
  background-color: #2480ec;
  border-color: #2480ec;
}

div.cms-checkbox input[type="checkbox"]:checked + label > div:after {
  opacity: 1;
}

div.radio-holder > div.radio-button input[type="radio"] + label > span {
  border: 1px solid #9b9b9b;
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
  transition: all .15s;
  box-shadow: 0 2px 4px #00000026;
}

div.radio-holder > div.radio-button input[type="radio"] + label > span:after {
  background-color: #fff;
  width: 4px;
  height: 4px;
  top: 3px;
  left: 3px;
}

div.radio-holder > div.radio-button input[type="radio"]:checked + label > span {
  background-color: #2480ec;
  border-color: #2480ec;
}

div.radio-holder > div.radio-button input[type="radio"]:checked + label > span:after {
  opacity: 1;
}

div.cms-searchbar > input[type="text"] {
  height: 32px;
  font-family: Source Sans Pro, Arial, sans-serif;
  font-size: 13px;
}

div.padding-box {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  div.padding-box {
    padding: 15px;
  }
}

div.wm-block {
  background: #f7f7f7;
  padding: 25px;
}

div.wm-block.no-padding {
  padding: 0;
}

.relative {
  position: relative;
}

h1 {
  font-size: 17px;
  font-weight: 400;
}

h2 {
  font-size: 15px;
  font-weight: 400;
}

h3 {
  font-size: 14px;
  font-weight: 400;
}

div.heading-holder {
  margin: 0 0 25px;
}

div.heading-holder > h1, div.heading-holder > h2, div.heading-holder > h3 {
  padding-top: 7px;
}

div.page-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

div.page-heading > h1 {
  font-weight: 600;
}

div.page-heading > h1 > span {
  margin-top: 2px;
}

div.page-heading > h2 {
  font-size: 16px;
  font-weight: 400;
}

a.button, input[type="submit"] {
  height: 32px;
  padding: 9px 15px 10px;
  font-size: 13px;
  font-weight: 400;
}

a.button.dark-grey-color, input[type="submit"].dark-grey-color {
  color: #fff;
  background: #4a4a4a;
}

a.button.dark-grey-color:hover, input[type="submit"].dark-grey-color:hover {
  background: #3d3d3d;
}

a.button.bordered-negative-color, input[type="submit"].bordered-negative-color {
  color: #d0021b;
  opacity: .8;
  background: #fff;
  border: 1px solid #d0021b;
  padding-top: 8px;
  transition: opacity .15s;
}

a.button.bordered-negative-color:hover, input[type="submit"].bordered-negative-color:hover {
  opacity: 1;
}

a.button.bordered-positive-color, input[type="submit"].bordered-positive-color {
  color: #6e9742;
  opacity: .8;
  background: #fff;
  border: 1px solid #6e9742;
  padding-top: 8px;
  transition: opacity .15s;
}

a.button.bordered-positive-color:hover, input[type="submit"].bordered-positive-color:hover {
  opacity: 1;
}

a.button.bordered-dark-grey-color, input[type="submit"].bordered-dark-grey-color {
  color: #4a4a4a;
  opacity: .8;
  background: #fff;
  border: 1px solid #4a4a4a;
  padding-top: 8px;
  transition: opacity .15s;
}

a.button.bordered-dark-grey-color:hover, input[type="submit"].bordered-dark-grey-color:hover {
  opacity: 1;
}

a.button.bordered-light-grey-color, input[type="submit"].bordered-light-grey-color {
  color: #6f6f6f;
  opacity: .8;
  background: #fff;
  border: 1px solid #888;
  padding-top: 8px;
  transition: opacity .15s;
}

a.button.bordered-light-grey-color:hover, input[type="submit"].bordered-light-grey-color:hover {
  opacity: 1;
}

a.button.bordered-light-grey-color.spinner-right:after, input[type="submit"].bordered-light-grey-color.spinner-right:after {
  border: 2px solid #88888859;
  border-top-color: #888;
}

table.table tr th {
  border-top: 1px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
  height: 36px;
  padding: 9px 10px;
  font-size: 14px;
}

table.table tr th:first-child {
  padding-left: 15px;
}

table.table tr th:last-child {
  padding-right: 15px;
}

table.table.table-striped tr:nth-child(2n) {
  background-color: #f7f7f7;
}

table.table tr td {
  border-bottom: 1px solid #e4e4e4;
  height: 36px;
  padding: 5px 10px;
  font-size: 13px;
}

table.table tr td:first-child {
  padding-left: 15px;
  font-weight: 400;
}

table.table tr td:last-child {
  padding-right: 15px;
}

table.table tr td.actions {
  white-space: nowrap;
  padding-top: 6px;
  padding-bottom: 0;
}

table.table tr td.actions > a {
  display: inline-block;
}

span.cms-text-label {
  border-radius: 3px;
  padding: 2px 7px 3px;
  font-size: 11px;
  font-weight: 600;
}

div.app-switcher {
  float: left;
  border-left: 1px solid #ffffff4d;
  height: 27px;
  margin: 12px 0;
  padding-left: 12px;
  position: relative;
}

div.app-switcher > a {
  color: #fff;
  border-radius: 3px;
  padding: 4px 26px 6px 8px;
  font-size: 16px;
  text-decoration: none;
  transition: background .15s;
  display: block;
  position: relative;
}

div.app-switcher > a > i {
  position: absolute;
  top: 12px;
  right: 9px;
}

div.app-switcher > a:hover {
  background: #ffffff1a;
}

div.app-switcher > div.droplist {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  min-width: 250px;
  padding: 12px 12px 7px;
  position: absolute;
  top: 33px;
  left: 12px;
  box-shadow: 0 1px 2px #4c4c4c80, 0 0 8px #00000026;
}

div.app-switcher > div.droplist > span.title {
  color: #9e9e9e;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
}

div.app-switcher > div.droplist a {
  color: #4a4a4a;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

div.app-switcher > div.droplist a:hover {
  text-decoration: underline;
}

div.app-switcher > div.droplist > span.active {
  color: #1178b8;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

div.app-switcher > div.droplist > span.active:before {
  content: "";
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  border-left: 4px solid #1178b8;
  width: 0;
  height: 0;
  position: absolute;
  top: 9px;
  left: 0;
}

div.app-switcher > div.droplist > div.logout {
  display: none;
}

@media screen and (max-width: 767px) {
  div.app-switcher > div.droplist > div.logout {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
    display: block;
  }

  div.app-switcher {
    float: right;
    border-left: 1px solid #ffffff26;
    width: 150px;
    height: 100%;
    margin: 0;
    padding-left: 5px;
    padding-right: 12px;
    position: static;
  }

  div.app-switcher > a {
    padding: 11px 26px 11px 10px;
    font-size: 14px;
  }

  div.app-switcher > a > i {
    top: 18px;
  }

  div.app-switcher > div.droplist {
    width: 90%;
    top: 38px;
    left: 5%;
  }
}

div.pagination.top-pagination {
  padding: 0 0 20px;
}

div.route-login {
  background: #000 url(/static/image/login-bg.28452eee.jpg) center / cover no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

div.route-login div.content {
  background: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
  box-shadow: 0 0 80px #0003;
}

div.route-login div.content div.content-holder {
  width: 100%;
  padding: 40px 30px 30px;
}

div.route-login div.content div.content-holder div.logos-holder {
  width: 100%;
  margin-bottom: 30px;
}

div.route-login div.content div.content-holder div.logos-holder div.logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

div.route-login div.content div.content-holder div.logos-holder div.logo > i {
  background: url(/static/svg/logo-aveco-full-color.26aff007.svg) center / 150px 111px no-repeat;
  width: 150px;
  height: 111px;
  display: block;
}

div.route-login div.content div.content-holder h1 {
  text-align: center;
  color: #222;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
}

div.route-login div.content div.content-holder span.subtitle {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  display: block;
}

div.route-login div.content div.content-holder form {
  margin-top: 30px;
  display: block;
}

div.route-login div.content div.content-holder form div.cms-input {
  height: 34px;
  margin-bottom: 10px;
  font-size: 13px;
}

div.route-login div.content div.content-holder form input[type="submit"], div.route-login div.content div.content-holder form a.button {
  color: #fff;
  background-color: #1178b8;
  margin: 30px auto 0;
  padding-top: 7px;
  font-family: Source Sans Pro, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

div.route-login div.content div.content-holder form input[type="submit"]:hover, div.route-login div.content div.content-holder form a.button:hover {
  background: #0f69a1;
}

div.route-login div.content div.content-holder form input[type="submit"]:active, div.route-login div.content div.content-holder form a.button:active {
  background: #0d5a89;
}

div.route-login div.content div.content-holder form input[type="submit"]:focus, div.route-login div.content div.content-holder form a.button:focus {
  outline: none;
}

div.route-login div.content div.content-holder div.nav-link {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

div.route-login div.content div.content-holder div.nav-link a {
  color: #22222280;
}

div.route-login div.content div.content-holder div.nav-link a:hover {
  color: #222222bf;
}

@media screen and (max-width: 767px) {
  div.route-login div.content {
    width: 280px;
  }
}

div.route-project-form div.divider {
  background: #ddd;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

div.route-project-form div.linked-users > div.key {
  vertical-align: top;
}

div.route-project-form div.linked-users > div.element > div.top {
  margin-bottom: 15px;
}

div.route-project-form div.linked-users > div.element > div.top:after {
  content: "";
  clear: both;
  display: table;
}

div.route-project-form div.linked-users > div.element > div.top > span {
  float: left;
  color: #777;
  padding-top: 10px;
  display: block;
}

div.route-project-form div.linked-users > div.element > table {
  border: 1px solid #ccc;
}

div.route-project-form div.linked-users > div.element > table th {
  height: 34px;
  font-size: 13px;
}

div.route-project-form div.linked-users > div.element > table > tr > td {
  height: 32px;
  font-size: 12px;
}

div.route-project-form div.linked-users > div.element > table > tr:last-of-type > td {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  div.route-project-form div.page-heading {
    padding-bottom: 10px;
  }

  div.route-project-form a.button.lg-btn {
    display: none;
  }
}

div.route-project-form div.mobile-buttons {
  display: none;
}

@media screen and (max-width: 767px) {
  div.route-project-form div.mobile-buttons {
    margin-top: 15px;
    display: block;
  }

  div.route-project-form div.mobile-buttons > a.button {
    margin-bottom: 5px;
  }

  div.route-user-form div.page-heading {
    padding-bottom: 10px;
  }

  div.route-user-form a.button.lg-btn {
    display: none;
  }
}

div.route-user-form div.mobile-buttons {
  display: none;
}

@media screen and (max-width: 767px) {
  div.route-user-form div.mobile-buttons {
    margin-top: 15px;
    display: block;
  }

  div.route-user-form div.mobile-buttons > a.button {
    margin-bottom: 5px;
  }
}

div.modal-holder.user-assign-project-form-modal div.cms-modal {
  height: 250px;
}

div.modal-holder.user-assign-project-form-modal div.cms-modal form.form {
  height: 100px;
}

