@charset "UTF-8";
/* Colors */
/* Transition */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype'); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype'); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyI.ttf) format('truetype'); }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, .6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, .8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, .4); }

.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative; }

.swal2-modal:focus {
  outline: 0; }

.swal2-modal.swal2-loading {
  overflow-y: hidden; }

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block; }

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0; }

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px; }

.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  opacity: 0.4;
  cursor: no-drop; }

.swal2-modal .swal2-styled.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 15px; }

.swal2-modal :not(.swal2-styled).swal2-loading::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  display: none; }

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  margin: 20px auto; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s; }

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f06e57 !important; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.swal2-modal .swal2-file:focus::-webkit-input-placeholder, .swal2-modal .swal2-input:focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-file:focus::-moz-placeholder, .swal2-modal .swal2-input:focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-file:focus:-ms-input-placeholder, .swal2-modal .swal2-input:focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-range input {
  float: left;
  width: 80%; }

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px; }

.swal2-modal .swal2-input[type=number] {
  max-width: 150px; }

.swal2-modal .swal2-file {
  font-size: 20px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox {
  color: #545454; }

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
  vertical-align: middle; }

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none; }

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important; }

  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }

  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success::after, .swal2-icon.swal2-success::before {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, .2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s; }

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }

  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }

  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #fff; }

table.dataTable tbody tr.selected {
  background-color: #b0bed9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  /*
 * Table styles
 */
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
      float: none;
      text-align: center; }
    .dataTables_wrapper .dataTables_filter {
      margin-top: 0.5em; } }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
  border-spacing: 0; }

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 4px 10px; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 10px; }

table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -5px; }

table.dataTable thead th.ui-state-default {
  border-right-width: 0; }

table.dataTable thead th.ui-state-default:last-child {
  border-right-width: 1px; }

table.dataTable tbody tr {
  background-color: #fff; }

table.dataTable tbody tr.selected {
  background-color: #b0bed9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable th.center, table.dataTable td.center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.right, table.dataTable td.right {
  text-align: right; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.display tbody tr.odd:hover > .sorting_3, table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eee; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 5px 9px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px 5px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*
 * Control feature layout
 */ }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.55em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_paginate .fg-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .fg-button:active {
  outline: none; }

.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .ui-widget-header {
  font-weight: normal; }

.dataTables_wrapper .ui-toolbar {
  padding: 8px; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  /* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
      float: none;
      text-align: center; }
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
      margin-top: 0.5em; } }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/library/jquery/plugins/chosen/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/library/jquery/plugins/chosen/images/chosen-sprite.png') no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/library/jquery/plugins/chosen/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url('/library/jquery/plugins/chosen/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/library/jquery/plugins/chosen/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* General */
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
      background-image: url('/library/jquery/plugins/chosen/images/chosen-sprite@2x.png') !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important; } }

#login .icon-user::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjMzYzNjM5O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTYyLDUyNS40MThhMy40NjEsMy40NjEsMCwwLDAsMy4xMzktMy43MDljMC0yLjg0MS0xLjQtMy43MDktMy4xMzktMy43MDlzLTMuMTM5Ljg2OC0zLjEzOSwzLjcwOUEzLjQ2LDMuNDYsMCwwLDAsOTYyLDUyNS40MThabTYuOTMxLDUuNDU4LTEuNTgzLTMuNmEwLjgwNywwLjgwNywwLDAsMC0uMzU4LTAuMzg1bC0yLjQ1OC0xLjI5MWEwLjE1OSwwLjE1OSwwLDAsMC0uMTY5LjAxNCwzLjg0NiwzLjg0NiwwLDAsMS00LjcyNywwLDAuMTU3LDAuMTU3LDAsMCwwLS4xNjgtMC4wMTRsLTIuNDU4LDEuMjkxYTAuODA3LDAuODA3LDAsMCwwLS4zNTguMzg1bC0xLjU4MywzLjZhMC44LDAuOCwwLDAsMCwuMDU5Ljc2LDAuNzg4LDAuNzg4LDAsMCwwLC42NjQuMzY0aDEyLjQxNmEwLjc4NSwwLjc4NSwwLDAsMCwuNjYzLTAuMzY0QTAuOCwwLjgsMCwwLDAsOTY4LjkzMSw1MzAuODc2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1NSAtNTE4KSIvPjwvc3ZnPg=='); }

#login .icon-password::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEyIDE1Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjMzMzMzM2O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTU5LjczOCw1OTUuOTg1YTIuNjQ0LDIuNjQ0LDAsMCwxLDIuODM1LDEuODExLDEuMDgsMS4wOCwwLDAsMCwuOTgyLjcwNmgwYTEsMSwwLDAsMCwuOTg0LTEuMjc0LDQuNzE2LDQuNzE2LDAsMCwwLTkuMTksMS4zNzh2MS40NjVoLTAuMTEyQTEuMjEyLDEuMjEyLDAsMCwwLDk1NCw2MDEuMjU4djYuNTU0QTEuMjEyLDEuMjEyLDAsMCwwLDk1NS4yMzcsNjA5aDkuNTI2QTEuMjEyLDEuMjEyLDAsMCwwLDk2Niw2MDcuODEydi02LjU1N2ExLjIxMywxLjIxMywwLDAsMC0xLjIzNy0xLjE4OEg5NTcuNHYtMS40OTFBMi42MTYsMi42MTYsMCwwLDEsOTU5LjczOCw1OTUuOTg1Wm0xLjE3OSwxMC4zMzVhMC4yMjgsMC4yMjgsMCwwLDEtLjIzLjI3SDk1OS4zYTAuMjI4LDAuMjI4LDAsMCwxLS4yMy0wLjI3bDAuMjY1LTEuMjU1YTAuOTczLDAuOTczLDAsMCwxLS4zNTItMC45MTgsMS4wMzQsMS4wMzQsMCwwLDEsMi4wNDYuMTYzLDAuOTcyLDAuOTcyLDAsMCwxLS4zNzcuNzY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1NCAtNTk0KSIvPjwvc3ZnPg=='); }

.icon-logout a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEzIDExIj48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjZmZmO2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjQxLjA4LDM3MS4xMTFoNy4wNmEwLjYxMSwwLjYxMSwwLDAsMCwwLTEuMjIyaC03LjA2bDAuNzg4LS43OWEwLjYxLDAuNjEsMCwwLDAtLjg2MS0wLjg2NGwtMS44MjgsMS44MzNhMC40MzgsMC40MzgsMCwwLDAtLjA0MS4wNDVsLTAuMDE2LjAyMWMtMC4wMDYuMDA5LS4wMTMsMC4wMTctMC4wMTksMC4wMjdhMC4yMjYsMC4yMjYsMCwwLDAtLjAxNi4wMjZsLTAuMDE1LjAyNWMwLDAuMDA5LS4wMDkuMDE4LTAuMDEzLDAuMDI3bC0wLjAxMy4wMjctMC4wMDkuMDI3YzAsMC4wMS0uMDA4LjAyLTAuMDExLDAuMDNhMC4yNjgsMC4yNjgsMCwwLDEtLjAwNy4wMjdjMCwwLjAxLDAsLjAyLTAuMDA3LjAzMWEwLjMwNiwwLjMwNiwwLDAsMCwwLC4wMzJjMCwwLjAwOSwwLC4wMTgsMCwwLjAyN2EwLjU4MywwLjU4MywwLDAsMCwwLC4wNTloMGEwLjU2OCwwLjU2OCwwLDAsMCwwLC4wNTljMCwwLjAwOSwwLC4wMTgsMCwwLjAyN2EwLjMwNiwwLjMwNiwwLDAsMCwwLC4wMzJjMCwwLjAxMS4wMDUsMC4wMjEsMC4wMDcsMC4wMzFhMC4yNjgsMC4yNjgsMCwwLDEsLjAwNy4wMjdjMCwwLjAxLjAwNywwLjAyLDAuMDEsMC4wMjlzMC4wMDcsMC4wMTkuMDEsMC4wMjgsMC4wMDgsMC4wMTcuMDEzLDAuMDI2YTAuMjM5LDAuMjM5LDAsMCwwLC4wMTMuMDI4YzAsMC4wMDguMDEsMC4wMTYsMC4wMTQsMC4wMjVzMC4wMTEsMC4wMTguMDE3LDAuMDI2YTAuMjQ4LDAuMjQ4LDAsMCwwLC4wMTkuMDI2LDAuMTc3LDAuMTc3LDAsMCwwLC4wMTYuMDIyLDAuNTIyLDAuNTIyLDAsMCwwLC4wMzkuMDQzdjBsMS44MjksMS44MzRhMC42MDYsMC42MDYsMCwwLDAsLjQzLjE3OSwwLjYxMiwwLjYxMiwwLDAsMCwuNDMxLTEuMDQ0Wk02NTEuMzkxLDM2NWgtNy43MTlhMC42MSwwLjYxLDAsMCwwLS42MDkuNjExdjIuNDQ1YTAuNjA5LDAuNjA5LDAsMSwwLDEuMjE4LDB2LTEuODM0aDYuNXY4LjU1NmgtNi41di0xLjgzNGEwLjYwOSwwLjYwOSwwLDEsMC0xLjIxOCwwdjIuNDQ1YTAuNjEsMC42MSwwLDAsMCwuNjA5LjYxMWg3LjcxOWEwLjYxMSwwLjYxMSwwLDAsMCwuNjA5LTAuNjExdi05Ljc3OEEwLjYxMSwwLjYxMSwwLDAsMCw2NTEuMzkxLDM2NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzkgLTM2NSkiLz48L3N2Zz4='); }

#data_refresh {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NyIgaGVpZ2h0PSI3MSIgdmlld0JveD0iMCAwIDY3IDcxIj48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjMzYzNjM5O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg3NS43NywyNzY3LjE4YTQuMiw0LjIsMCwwLDAtNC4xOSw0LjE5LDI1LjEyLDI1LjEyLDAsMSwxLTI1LjEyLTI1LjE0LDI0LjksMjQuOSwwLDAsMSwxMy4yMiwzLjc4bC04LjUxLDguNTNoMjQuNnYtMjQuNjNsLTEwLjA1LDEwLjA2YTMzLjE1MiwzMy4xNTIsMCwwLDAtMTkuMjYtNi4xMywzMy41MywzMy41MywwLDEsMCwzMy40OSwzMy41M0E0LjE4Nyw0LjE4NywwLDAsMCwxODc1Ljc3LDI3NjcuMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxMi45NyAtMjczMy45MSkiLz48L3N2Zz4='); }

#admin span::after, #menu > ul > li.hasDropdown a::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xODgiIGhlaWdodD0iNy40MzgiIHZpZXdCb3g9IjAgMCAxMS4xODggNy40MzgiPjxkZWZzPjxzdHlsZT4ueCB7ZmlsbDogbm9uZTtzdHJva2U6ICNmZmY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAycHg7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0ieCIgZD0iTTMxOC43NTIsMzEuMzEzTDMxNC41LDM1bC00LjI1Mi0zLjY4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwOC45MDYgLTI4LjU2MykiLz48L3N2Zz4='); }

.chosen-container-single .chosen-single div b {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xODgiIGhlaWdodD0iNy40MzgiIHZpZXdCb3g9IjAgMCAxMS4xODggNy40MzgiPjxkZWZzPjxzdHlsZT4ueCB7ZmlsbDogbm9uZTtzdHJva2U6ICMzNjM2Mzk7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAycHg7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0ieCIgZD0iTTMxOC43NTIsMzEuMzEzTDMxNC41LDM1bC00LjI1Mi0zLjY4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwOC45MDYgLTI4LjU2MykiLz48L3N2Zz4='); }

#admin span::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj48ZGVmcz48c3R5bGU+Lngge2ZpbGw6ICNmZmY7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0ieCIgZD0iTTI0MywzNi43MzFWMzdIMjI4VjM2LjczMWExMC4xMjQsMTAuMTI0LDAsMCwxLDEuMjQ5LS44NTljMC45NzItLjQ4MSwxLjk3LTAuOTExLDIuOTY5LTEuMzM0YTEuMSwxLjEsMCwwLDAsLjc5MS0wLjg0OSwxLjc1NiwxLjc1NiwwLDAsMSwuMjgzLTAuNSwwLjg0MSwwLjg0MSwwLDAsMCwuMTY3LTAuMzA5LDEuNDQyLDEuNDQyLDAsMCwwLS4yMzMtMS4zLDEuMjU5LDEuMjU5LDAsMCwxLS4yMTUtMC40ODYsNy4xMjQsNy4xMjQsMCwwLDEtLjMxNC0xLDIuNjQ4LDIuNjQ4LDAsMCwxLS4wOTEtMS4yNjQsMy4yMTMsMy4yMTMsMCwwLDAsLjE4Ni0xLjAyYzAuMDE1LS40NTkuMDMyLTAuOTE4LDAuMDM1LTEuMzc3YTEuNDkxLDEuNDkxLDAsMCwxLC40Ny0xLjA5NCwzLjQ4NSwzLjQ4NSwwLDAsMSwxLjUyMS0uODg0YzAuNDktLjE0Mi45NzUtMC4zLDEuNDYzLTAuNDUxaDAuNzgxbC0wLjI1Mi42MTlhMi4xMSwyLjExLDAsMCwwLC4yNzMuMjI0LDIuMjc5LDIuMjc5LDAsMCwxLDEuMjM4LDIuNDIxLDMuNDYxLDMuNDYxLDAsMCwwLC4wMzMsMS4zNjYsMi4zMzcsMi4zMzcsMCwwLDEtLjEzOCwxLjgyMWMtMC4yNTEuNDk1LS40MzMsMS4wMjMtMC42MzcsMS41NDFhMS43MTcsMS43MTcsMCwwLDAtLjA0MS4zYy0wLjE0LjczMywwLjQyNSwxLjI1NCwwLjYsMS44OTNhMC41NTcsMC41NTcsMCwwLDAsLjMuMjIzYzAuMTg1LDAuMDg4LjM4OCwwLjE0LDAuNTc2LDAuMjI0QzI0MC4zODgsMzUuMjQ3LDI0MS45LDM1LjYyMSwyNDMsMzYuNzMxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyOCAtMjQpIi8+PC9zdmc+'); }

#menu > ul > li.menuitem-distribution > a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogI2YxYzQwZjsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDkuMDA5LDk5LjMzTDQzLjMzNCwxMDVIMzJWODhINDkuMDA5Vjk5LjMzWm0tMi40MTItOC45SDM0LjQ0NHYxLjAyNkg0Ni42VjkwLjQyOVpNMzUuMzgsOTUuNDQxcS0wLjAwNi4xNi0uMDEyLDAuMzIxSDQ1LjkzNGwtMC4zLS40LDEuMTE2LS4zMzMtMC4yMzItLjNIMzQuNWwtMC4yLjI5MlptNy4wNTcsNy4yOTJMNDYuNyw5OC40NTlINDIuNDM3djQuMjc0Wm0tMS45Ny00LjMxMUgzNC40NDJ2MS4wMjdoNi4wMjVWOTguNDIyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyIC04OCkiLz4NCjwvc3ZnPg=='); }

#menu > ul > li.menuitem-masterdata > a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4zMTMiIGhlaWdodD0iMTUuNDY5IiB2aWV3Qm94PSIwIDAgMTkuMzEzIDE1LjQ2OSI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICMyZmNjNzE7DQogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICA8L2RlZnM+DQogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjY0NSwxMzAuNDM2di0xLjlINTB2MS45SDMxLjY0NVptMCwxMy41NTZ2LTEuOTA1SDUwdjEuOTA1SDMxLjY0M1ptMTcuNTk1LTQuMTYzSDMyLjZsLTEuMTY5LTEuNDU2YTIuMDcxLDIuMDcxLDAsMCwxLC41NjUtMC42NjNjNS45NzYtLjAyNCwxMS45NTItMC4wMjEsMTguMzI2LTAuMDIxWk0zMSwxMzQuODM2bDEuNDExLTIuMDJINDkuMTI2TDUwLjIsMTM0LjFhMi4xMzEsMi4xMzEsMCwwLDEtLjUwOS43MThDNDMuNzA4LDEzNC44MzksMzcuNzI4LDEzNC44MzYsMzEsMTM0LjgzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMSAtMTI4LjUzMSkiLz4NCjwvc3ZnPg0K'); }

#menu > ul > li.menuitem-files > a::before, #menu > ul > li.menuitem-filemanager > a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogIzljNTliODsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDcuNTQsMTY1Ljk5M3YyLjIxNmMwLjg1MywxLjcsMi4yMDgsMS4xMjksMy40NDYsMS4yOXYxNi4yNzJjMC4wNTktLjA2Ni0wLjAwOC4wMzctMC4xLDAuMTA1YTAuNTc2LDAuNTc2LDAsMCwxLS4zLjEyNWMtNS4yNjkuMDA2LTEwLjUzOCwwLTE1Ljc3OCwwbC0wLjc3MS0zLjU1NkgzMS4wMVYxNjUuOTkzSDQ3LjU0Wm0tMS41ODQsMTQuMDE5VjE2OC4ySDMzLjIwOXYxMi43SDQ1LjA2NlptMS41NDcsMi40Yy0zLjM0OSwwLTYuMzM0LjAzMS05LjMxOS0uMDE4YTEuOSwxLjksMCwwLDAtMi4xMiwxLjMzM0g0OC43OTFWMTcwLjYzOUw0Ny41LDE3Mi4xMDZ2MTAuM1ptLTEyLjg4OS0zdi02Ljc0NGwxLjkxLDIuNTQzLDAuOTYyLTEuNjQyYzEuOTIyLS41ODUsMi40LDEuNDA2LDMuODQ3LDEuODQxLDAuNzc4LTEuNjI4LjU4OS0zLjkyMywyLjk0OS00LjY1MywwLjcxMywxLjI5My4yNDQsMi42MDcsMC4zMzIsMy44NDEsMC4wOTMsMS4zLjAyMSwyLjYxNywwLjAyMSwzLjg2MmwtMC45NTUuOTUySDM0LjYxNFptMC43NTctOWE0LjE0Miw0LjE0MiwwLDAsMSwxLjA1Ni0uOTEsNC45ODYsNC45ODYsMCwwLDEsMS41NTEtLjAzNHYyLjc1OUgzNi4yODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEgLTE2NikiLz4NCjwvc3ZnPg=='); }

#menu > ul > li.menuitem-import > a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDIwIDE4Ij4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogIzM1OThkYzsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzUuMTUsMjkwLjFsMC40MzEsMS44aDIuMTYzTDM3Ljk2NywyOTZIMzUuNzQybC0wLjM2NywxLjkyOUwzMSwyOTMuNTgyWk01MSwyOTEuMzc0djIuMTgySDM5LjYzN3YtMi4xODJINTFabS0wLjA2OS0xLjgzNkgzOS43MDV2LTIuMTg3SDUwLjkzdjIuMTg3Wk0zOS42NDQsMzAxLjA1NXYtMi4zMUg1MC45MDhjMC4wNDQsMi4yNzUuMDQ0LDIuMy0xLjQ3NCwyLjMwNkM0Ni4yLDMwMS4wNjYsNDIuOTU3LDMwMS4wNTUsMzkuNjQ0LDMwMS4wNTVabS0wLjAwNy00LjIyNnYtMS4zNjVoOC45djEuMzY1aC04LjlabTAsOC4xNzV2LTIuMTY5aDMuMTQxVjMwNUgzOS42MzdabS02LjUxLTQuNjMyaDQuNjQ1QzM2LjI3NywzMDEuMzg1LDM0LjY5MywzMDAuODg0LDMzLjEyNywzMDAuMzcyWm00LjY3MS0xMi41NUgzMi43MDdjMS45MDgtMS4yMTcsMy41MTctLjI4Nyw1LjAyMi0wLjgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxIC0yODcpIi8+DQo8L3N2Zz4='); }

#menu > ul > li > a::before, #menu > ul > li.icon-5 > a::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogI2Q1NTQwMTsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzkuMDU5LDMzMC43YzEuMDQ5LS45MzcsMS44MTUtMS42MzYsMi42LTIuMzE3YTQuNDExLDQuNDExLDAsMCwxLDQuNzEyLTEuMSwzLjg1MywzLjg1MywwLDAsMSwyLjYyNiw0LjE3OWMtMC4wMTYuMzEsMCwuNjIxLDAsMS4yMzhsLTMuNjE4LDQtMS40NTgtMS4xMjJjMS4yNzktMS40NzcsMy4xMDktMi42MDYsMy4yMTQtNC44MTNsLTEuOTA3LTEuODdjLTIuMTg4LjE3LTMuMzM4LDEuODI0LTQuNjcyLDMuMDhabS02LjQzMSw3LjA1MywyLjYyNC0yLjYsMC44NTYsMC43MjZMMzQuNDcyLDMzNy41djMuMDU4bDAuOTYzLDAuODcyaDIuNzA4bDEuMy0xLjU3NCwxLjQ4LDAuNjE4TDM4LjIxNywzNDNsMC4zMTEsMC4yMTItMS45NjUuNTU4LTMuMjMtMS4xODYtMS4xODMtMy4yOTNabTQuOTkzLTQuNDMyYTE2Ljc3NCwxNi43NzQsMCwwLDEtNS4xOS0zLjYzOGwxLjM0My0xLjcyNGMwLjc2NywwLjgzMiwxLjY4MSwxLjM5MSwxLjg4MywyLjEzOUMzNi4wMTIsMzMxLjQxOSwzNy45OTUsMzMxLjY2NiwzNy42MiwzMzMuMzI1Wm01LjEyOCw0LjY5M2EyOS42NTUsMjkuNjU1LDAsMCwxLDQuOTg0LDMuNzc4LDEuMzUzLDEuMzUzLDAsMCwxLS4wNTIuNjMyYy0wLjMwOS4zNzktLjY4NSwwLjctMS4yLDEuMjE4LTAuNzItLjc4Mi0xLjYzNS0xLjM0MS0xLjgzNy0yLjA4OUM0NC4yODQsMzQwLjI0LDQyLjMsMzM5Ljk5Myw0Mi43NDgsMzM4LjAxOFptMC41OS0xLjA5LDQuOTYzLDAuOTV2MS43ODRDNDYuMzMxLDMzOS4xODEsNDQuOSwzMzcuOTY2LDQzLjMzOCwzMzYuOTI4Wm0tNi4zNzktMi4yTDMyLDMzMy43ODFWMzMyQzMzLjk2NiwzMzIuNDc4LDM1LjQsMzMzLjY5MywzNi45NTgsMzM0LjczMlptNC43NzYsNC4yMjQsMi40NTUsNC44NTktMS45Ni4xODctMC45NzUtNS4wMDlaTTM4LjU2MSwzMzIuN2wtMi40NTUtNC44NTgsMS45Ni0uMTg4LDAuOTc1LDUuMDA5Wm0tMS41NzEsMS44NzRoMS4yNjNsLTAuNzg2LjYyNlptNC40MjEsNC4zODUtMC42MzItLjc3OSwwLjYzMi0uNDc0djEuMjUzWm0xLjg5NS0xLjg4SDQyLjA0M2wwLjc4Ni0uNjI2Wm0tNC40MjEtMy4xMzJWMzMyLjdsMC42MzIsMC43NzlabS0wLjYzMiwwaDAuNjMybC0wLjYzMi42MjdWMzMzLjk1Wm0zLjc5LDMuNzU5LDAuNjMxLDAuNjI2Wm0tMy43OS0zLjc1OS0wLjYzMi0uNjI2Wm0zLjc5LDMuNzU5SDQxLjQxMWwwLjYzMi0uNjI3djAuNjI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyIC0zMjcpIi8+DQo8L3N2Zz4='); }

#data_subfolder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45MzciIGhlaWdodD0iMTIuODc1IiB2aWV3Qm94PSIwIDAgMTQuOTM3IDEyLjg3NSI+DQo8ZGVmcz4NCjxzdHlsZT4NCi5jbHMtMSB7DQpmaWxsOiAjMzYzNjM5Ow0KZmlsbC1ydWxlOiBldmVub2RkOw0KfQ0KPC9zdHlsZT4NCjwvZGVmcz4NCjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM5My44NzcsMjkuNTFIMzgzLjNsMy42MTYtMy43MDZhMS4wMjgsMS4wMjgsMCwwLDAsMC0xLjQyOSwwLjk2OSwwLjk2OSwwLDAsMC0xLjM5NCwwbC01LjMsNS40M2ExLjAyOCwxLjAyOCwwLDAsMCwwLDEuNDI5bDUuMyw1LjQzYTAuOTY5LDAuOTY5LDAsMCwwLDEuMzk0LDAsMS4wMjgsMS4wMjgsMCwwLDAsMC0xLjQyOUwzODMuMywzMS41M2gxMC41OEExLjAxMSwxLjAxMSwwLDAsMCwzOTMuODc3LDI5LjUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3OS45MzggLTI0LjA5NCkiLz48L3N2Zz4='); }

.dirpath .path .pathfolder::after, .dirpath-simple span::after, .select-label::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjkzNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcuOTM3IDEyIj48ZGVmcz48c3R5bGU+Lngge2ZpbGw6IG5vbmU7c3Ryb2tlOiAjMzYzNjM5O3N0cm9rZS1saW5lY2FwOiByb3VuZDtzdHJva2UtbGluZWpvaW46IHJvdW5kO3N0cm9rZS13aWR0aDogMnB4O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9IngiIGQ9Ik00ODQuODE1LDI2LjM1NUw0ODguOTkyLDMxbC00LjE3Nyw0LjY0NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4Mi4wNjMgLTI1KSIvPjwvc3ZnPg=='); }

.button.icon-upload::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMS43MTkiIHZpZXdCb3g9IjAgMCAxMyAxMS43MTkiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6ICNmZmY7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDg0LjcxLDM0LjQ1OGEwLjk3OSwwLjk3OSwwLDAsMC0uNjgtMC4yNjVoLTExLjA2YTAuOTQ3LDAuOTQ3LDAsMCwwLS45OC45LDAuODg3LDAuODg3LDAsMCwwLC4yOS42MzksMSwxLDAsMCwwLC42OS4yNjVoMTEuMDZhMC45NDQsMC45NDQsMCwwLDAsLjk3LTAuOUEwLjg1LDAuODUsMCwwLDAsMTQ4NC43MSwzNC40NThabS02LjktMi4yMTJhMSwxLDAsMCwwLC42OS4yNjUsMC45NiwwLjk2LDAsMCwwLC45Ny0wLjlWMjcuMzc0bDEuMzYsMS4yNjRhMS4wMTksMS4wMTksMCwwLDAsMS4zNywwLDAuODYsMC44NiwwLDAsMCwwLTEuMjc5bC0zLjAyLTIuODA4YTAuOTY5LDAuOTY5LDAsMCwwLS4zMS0wLjIsMS4wNjgsMS4wNjgsMCwwLDAtLjc1LDAsMS4wNDcsMS4wNDcsMCwwLDAtLjMxLjJsLTMuMDIsMi44MDhhMC44NiwwLjg2LDAsMCwwLDAsMS4yNzksMS4wMzIsMS4wMzIsMCwwLDAsMS4zOCwwbDEuMzUtMS4yNjR2NC4yMzJBMC44ODYsMC44ODYsMCwwLDAsMTQ3Ny44MSwzMi4yNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3MiAtMjQuMjgxKSIvPjwvc3ZnPg=='); }

.button.icon-remove::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEwIDEyIj48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjZmZmO2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzA3LjEzOCwxMjc5LjQxaC0xLjY5di0xLjA0YTAuMzgxLDAuMzgxLDAsMCwwLS40LTAuMzcsMC4yLDAuMiwwLDAsMC0uMDQzLjAxYy0wLjAwNywwLS4wMjEtMC4wMS0wLjAyOC0wLjAxaC00LjAyN2EwLjM3NSwwLjM3NSwwLDAsMC0uMzkyLjM3djEuMDRoLTEuN2EwLjgzMiwwLjgzMiwwLDAsMC0uODYyLjgydjEuMzRoMC43NDh2Ny42MmEwLjgxOCwwLjgxOCwwLDAsMCwuODU2LjgxSDMwNi40YTAuODI1LDAuODI1LDAsMCwwLC44NjMtMC44MXYtNy42MkgzMDh2LTEuMzRBMC44MzIsMC44MzIsMCwwLDAsMzA3LjEzOCwxMjc5LjQxWm0tNS43OTUtLjY3aDMuMzE0djAuNjdoLTMuMzE0di0wLjY3Wm01LjEyNSwxMC40NWEwLjA2MSwwLjA2MSwwLDAsMS0uMDcyLjA3SDI5OS42YTAuMDYxLDAuMDYxLDAsMCwxLS4wNzItMC4wN3YtNy42Mmg2LjkzNnY3LjYyWm0wLjc0MS04LjM2aC04LjQxOHYtMC42YTAuMDYsMC4wNiwwLDAsMSwuMDcxLTAuMDdoOC4yNzZhMC4wNiwwLjA2LDAsMCwxLC4wNzEuMDd2MC42aDBabS0yLjc3MywxLjYxaDAuNzkxdjYuMTVoLTAuNzkxdi02LjE1Wm0tMS44MjQsMEgzMDMuNHY2LjE1aC0wLjc5MXYtNi4xNVptLTEuODI1LDBoMC43OTF2Ni4xNWgtMC43OTF2LTYuMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk4IC0xMjc4KSIvPjwvc3ZnPgo='); }

#foldercontent .file.isImage .filecontainer:hover::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjMzYzNjM5O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzEzLjU4NSwxNjkuNjA1bC00LjcyMi00LjcyMmE3LjAyMyw3LjAyMywwLDEsMC0xLjk4NCwxLjk4NGw0LjcyMiw0LjcyMkExLjQsMS40LDAsMSwwLDcxMy41ODUsMTY5LjYwNVptLTEwLjU3Mi00LjM3OWE0LjIxLDQuMjEsMCwxLDEsNC4yMDktNC4yMUE0LjIxNSw0LjIxNSwwLDAsMSw3MDMuMDEzLDE2NS4yMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjk2IC0xNTQpIi8+PC9zdmc+'); }

.fancybox-close, button.deletefile, #pagestructure .area-addnew span {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjZmZmO2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTU3Ni40MiwyNC45ODhsNy4yOC03LjI4M2ExLjAxMiwxLjAxMiwwLDEsMC0xLjQzLTEuNDMybC03LjI4LDcuMjgzLTcuMjgtNy4yODNhMS4wMTUsMS4wMTUsMCwwLDAtMS40NCwxLjQzMmw3LjI5LDcuMjgzLTcuMjksNy4yODNhMS4wMTUsMS4wMTUsMCwwLDAsMS40NCwxLjQzMmw3LjI4LTcuMjgzLDcuMjgsNy4yODNhMS4wMjEsMS4wMjEsMCwwLDAsLjcyLjMsMC45ODIsMC45ODIsMCwwLDAsLjcxLTAuMywxLDEsMCwwLDAsMC0xLjQzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTY2IC0xNikiLz48L3N2Zz4='); }

.select a.bigthumb {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4wNiIgaGVpZ2h0PSIxMy4wNjMiIHZpZXdCb3g9IjAgMCAxMy4wNiAxMy4wNjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzNjM2Mzk7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaWNvbl9rYWNoZWxuX2tsZWluX0tvcGllIiBkYXRhLW5hbWU9Imljb24ga2FjaGVsbiBrbGVpbiBLb3BpZSIgY2xhc3M9ImNscy0xIiBkPSJNMTUzMS44Nyw1MGgyLjAzYTEuODcxLDEuODcxLDAsMCwxLDEuODcsMS44NjlWNTMuOWExLjg3MSwxLjg3MSwwLDAsMS0xLjg3LDEuODY5aC0yLjAzQTEuODcxLDEuODcxLDAsMCwxLDE1MzAsNTMuOVY1MS44NjlBMS44NzEsMS44NzEsMCwwLDEsMTUzMS44Nyw1MFptNy4zNCwwaDIuMDFhMS44NjQsMS44NjQsMCwwLDEsMS44NiwxLjg1OXYyLjA1MmExLjg2NCwxLjg2NCwwLDAsMS0xLjg2LDEuODU5aC0yLjAxYTEuODU1LDEuODU1LDAsMCwxLTEuODUtMS44NTlWNTEuODU5QTEuODU1LDEuODU1LDAsMCwxLDE1MzkuMjEsNTBabTAsNy4zNTZoMi4wMWExLjg2NCwxLjg2NCwwLDAsMSwxLjg2LDEuODU5djJhMS44NjQsMS44NjQsMCwwLDEtMS44NiwxLjg1OWgtMi4wMWExLjg1NSwxLjg1NSwwLDAsMS0xLjg1LTEuODU5di0yQTEuODU1LDEuODU1LDAsMCwxLDE1MzkuMjEsNTcuMzU2Wm0tNy4zNSwwaDIuMDVhMS44NTgsMS44NTgsMCwwLDEsMS44NiwxLjg1OXYyYTEuODU4LDEuODU4LDAsMCwxLTEuODYsMS44NTloLTIuMDVhMS44NTgsMS44NTgsMCwwLDEtMS44Ni0xLjg1OXYtMkExLjg1OCwxLjg1OCwwLDAsMSwxNTMxLjg2LDU3LjM1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTMwIC01MCkiLz4KPC9zdmc+Cg=='); }

.select a.smallthumb {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzYzNjM5OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25fa2FjaGVsbl9rbGVpbiIgZGF0YS1uYW1lPSJpY29uIGthY2hlbG4ga2xlaW4iIGNsYXNzPSJjbHMtMSIgZD0iTTE1MzEuODcsMjRoMGExLjg2OSwxLjg2OSwwLDEsMSwwLDMuNzM4aDBBMS44NjksMS44NjksMCwxLDEsMTUzMS44NywyNFptNC43NiwwYTEuODU4LDEuODU4LDAsMCwxLDEuODYsMS44NTl2MC4wMmExLjg2LDEuODYsMCwwLDEtMy43Miwwdi0wLjAyQTEuODY0LDEuODY0LDAsMCwxLDE1MzYuNjMsMjRabTAsNC43NzNhMS44NTgsMS44NTgsMCwwLDEsMS44NiwxLjg1OWgwYTEuODYsMS44NiwwLDAsMS0zLjcyLDBoMEExLjg2NCwxLjg2NCwwLDAsMSwxNTM2LjYzLDI4Ljc3M1ptNC41LTQuNzczYTEuODcxLDEuODcxLDAsMCwxLDEuODcsMS44NjloMGExLjg3LDEuODcsMCwwLDEtMy43NCwwaDBBMS44NzEsMS44NzEsMCwwLDEsMTU0MS4xMywyNFptLTAuMDEsNC43NzNoMC4wMmExLjg1OCwxLjg1OCwwLDAsMSwxLjg2LDEuODU5aDBhMS44NTgsMS44NTgsMCwwLDEtMS44NiwxLjg1OWgtMC4wMmExLjg1OCwxLjg1OCwwLDAsMS0xLjg2LTEuODU5aDBBMS44NTgsMS44NTgsMCwwLDEsMTU0MS4xMiwyOC43NzNabS05LjI2LDBoMC4wMmExLjg1OCwxLjg1OCwwLDAsMSwxLjg2LDEuODU5aDBhMS44NTgsMS44NTgsMCwwLDEtMS44NiwxLjg1OWgtMC4wMmExLjg1OCwxLjg1OCwwLDAsMS0xLjg2LTEuODU5aDBBMS44NTgsMS44NTgsMCwwLDEsMTUzMS44NiwyOC43NzNabTQuNzcsNC40ODlhMS44NTgsMS44NTgsMCwwLDEsMS44NiwxLjg1OXYwLjAyYTEuODYsMS44NiwwLDAsMS0zLjcyLDB2LTAuMDJBMS44NjQsMS44NjQsMCwwLDEsMTUzNi42MywzMy4yNjNabTQuNSwwYTEuODcxLDEuODcxLDAsMCwxLDEuODcsMS44NjloMGExLjg3LDEuODcsMCwwLDEtMy43NCwwaDBBMS44NzEsMS44NzEsMCwwLDEsMTU0MS4xMywzMy4yNjNabS05LjI2LDBoMGExLjg2OSwxLjg2OSwwLDEsMSwwLDMuNzM3aDBBMS44NjksMS44NjksMCwxLDEsMTUzMS44NywzMy4yNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUzMCAtMjQpIi8+Cjwvc3ZnPgo='); }

.select a.list {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzYzNjM5OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IkZvcm1fNiIgZGF0YS1uYW1lPSJGb3JtIDYiIGNsYXNzPSJjbHMtMSIgZD0iTTE1MzIuMTYsNzAuMDhhMS4wOCwxLjA4LDAsMSwxLTEuMDgtMS4wOEExLjA3OCwxLjA3OCwwLDAsMSwxNTMyLjE2LDcwLjA4Wm0wLDUuNDJhMS4wOCwxLjA4LDAsMSwxLTEuMDgtMS4wOEExLjA3OCwxLjA3OCwwLDAsMSwxNTMyLjE2LDc1LjVabTAsNS40MmExLjA4LDEuMDgsMCwxLDEtMS4wOC0xLjA4QTEuMDc4LDEuMDc4LDAsMCwxLDE1MzIuMTYsODAuOTJabTEwLjgtNi4wNDdoLTkuNTRhMC4wNDEsMC4wNDEsMCwwLDAtLjA0LjAzOHYxLjE3N2EwLjA0MSwwLjA0MSwwLDAsMCwuMDQuMDM4aDkuNTRhMC4wNDEsMC4wNDEsMCwwLDAsLjA0LTAuMDM4Vjc0LjkxMkEwLjA0MSwwLjA0MSwwLDAsMCwxNTQyLjk2LDc0Ljg3M1ptMC01LjQyaC05LjU0YTAuMDQxLDAuMDQxLDAsMCwwLS4wNC4wMzh2MS4xNzdhMC4wNDEsMC4wNDEsMCwwLDAsLjA0LjAzOGg5LjU0YTAuMDQxLDAuMDQxLDAsMCwwLC4wNC0wLjAzOFY2OS40OTFBMC4wNDEsMC4wNDEsMCwwLDAsMTU0Mi45Niw2OS40NTNabTAsMTAuODRoLTkuNTRhMC4wNDEsMC4wNDEsMCwwLDAtLjA0LjAzOHYxLjE3N2EwLjA0MSwwLjA0MSwwLDAsMCwuMDQuMDM4aDkuNTRhMC4wNDEsMC4wNDEsMCwwLDAsLjA0LTAuMDM4VjgwLjMzMkEwLjA0MSwwLjA0MSwwLDAsMCwxNTQyLjk2LDgwLjI5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTMwIC02OSkiLz4KPC9zdmc+'); }

.icon-delete::after, ._actionscell > a.delete {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjcuODEyIiB2aWV3Qm94PSIwIDAgOCA3LjgxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7ZmlsbDogI2I5MmMyYztmaWxsLXJ1bGU6IGV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0NzkuOTgsODY0LjA5MWwyLjgyLTIuNzQ1YTAuNjc1LDAuNjc1LDAsMCwwLDAtLjk2NCwwLjcxNCwwLjcxNCwwLDAsMC0uOTksMGwtMi44MiwyLjc0Ni0yLjgyLTIuNzQ2YTAuNzE0LDAuNzE0LDAsMCwwLS45OSwwLDAuNjc1LDAuNjc1LDAsMCwwLDAsLjk2NGwyLjgyLDIuNzQ1LTIuODIsMi43NDZhMC42NzUsMC42NzUsMCwwLDAsMCwuOTY0LDAuNzIzLDAuNzIzLDAsMCwwLC41LjIsMC42ODMsMC42ODMsMCwwLDAsLjQ5LTAuMmwyLjgyLTIuNzQ2LDIuODIsMi43NDZhMC42ODMsMC42ODMsMCwwLDAsLjQ5LjIsMC43MjMsMC43MjMsMCwwLDAsLjUtMC4yLDAuNjc1LDAuNjc1LDAsMCwwLDAtLjk2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDc1IC04NjAuMTg4KSIvPjwvc3ZnPg=='); }

.tablesorter .header::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDExIDEzIj48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsLXJ1bGU6IGV2ZW5vZGQ7ZmlsbDojNjY4YWIyfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTg4Ny45NjIsMzYwLjVsNS41MDYtNS41MSw1LjUwNiw1LjUxSDg4Ny45NjJabTkuODEyLDIuNDg4LTQuMzA2LDQuMzA5LTQuMzA2LTQuMzA5aDguNjEybTEuMi0uNUg4ODcuOTYybDUuNTA2LDUuNTEsNS41MDYtNS41MWgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4Ny45NjkgLTM1NSkiLz48L3N2Zz4='); }

._actionscell > a.edit {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjNzhhOTJiO2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUwMS45OCwyOTAuMDIxYTMuNDU4LDMuNDU4LDAsMCwwLTIuNDYtMS4wMjFoMGEzLjQ2NCwzLjQ2NCwwLDAsMC0yLjQ3LDEuMDIxbC04LjIzLDguMjMyYTAuNzA1LDAuNzA1LDAsMCwwLS4yLjQxMWwtMC42MSw0LjUxN2EwLjcxNiwwLjcxNiwwLDAsMCwuNzEuODE5LDAuNjgzLDAuNjgzLDAsMCwwLC4xLTAuMDA2bDIuNzItLjM2OGEwLjcyLDAuNzIsMCwwLDAsLjYxLTAuODExLDAuNywwLjcsMCwwLDAtLjI3LTAuNDc3LDAuNzM5LDAuNzM5LDAsMCwwLS41NC0wLjE0MWwtMS43OC4yNDEsMC4yOS0yLjE0LDIuODgsMi44NzlhMC43MTcsMC43MTcsMCwwLDAsLjUxLjIxMywwLjczMSwwLjczMSwwLDAsMCwuNTEtMC4yMTRsOC4yMy04LjIzQTMuNDgzLDMuNDgzLDAsMCwwLDE1MDEuOTgsMjkwLjAyMVptLTMuNiwyLjYxMS03LjA4LDcuMDgxLTAuOTUtLjk0OSw3LjA4LTcuMDgxWm0xLjk0LDEuOTM4LTcuMDgsNy4wOC0wLjkyLS45MTgsNy4wOC03LjA4MVptMS4yNC0yLjA4OGEyLjAwNywyLjAwNywwLDAsMS0uMjcsMS4wMjFsLTIuNzktMi43OTFhMS45OCwxLjk4LDAsMCwxLDEuMDItLjI3MiwyLjAzNSwyLjAzNSwwLDAsMSwxLjQ0LjZBMiwyLDAsMCwxLDE1MDEuNTYsMjkyLjQ4MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDg4IC0yODkpIi8+PC9zdmc+'); }

#pagestructure .area-settings {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMi45NjkiIHZpZXdCb3g9IjAgMCAxMi45NyAxMi45NjkiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6ICNmZmY7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNTE3Ljk2LDYzNi43NzlhMC40MiwwLjQyLDAsMCwwLS40Mi0wLjMyLDEuNDMyLDEuNDMyLDAsMCwxLS45OC0yLjUsMC4zNTgsMC4zNTgsMCwwLDAsLjA0LTAuNDksNi41ODIsNi41ODIsMCwwLDAtMS4wMy0xLjA0LDAuMzY5LDAuMzY5LDAsMCwwLS41LjA0LDEuNDkzLDEuNDkzLDAsMCwxLTEuNjIuMzY0LDEuNDI4LDEuNDI4LDAsMCwxLS44Ny0xLjQxMSwwLjM2MywwLjM2MywwLDAsMC0uMzItMC4zOCw2LjU2OSw2LjU2OSwwLDAsMC0xLjQ3LDAsMC4zNzMsMC4zNzMsMCwwLDAtLjMyLjM3MiwxLjQzOSwxLjQzOSwwLDAsMS0uODksMS4zODcsMS41MDYsMS41MDYsMCwwLDEtMS42MS0uMzY2LDAuMzYxLDAuMzYxLDAsMCwwLS40OS0wLjA0Miw2LjUzOCw2LjUzOCwwLDAsMC0xLjA1LDEuMDQsMC4zNjMsMC4zNjMsMCwwLDAsLjA0LjQ5NCwxLjQzNSwxLjQzNSwwLDAsMSwuMzYsMS42MjIsMS41LDEuNSwwLDAsMS0xLjQxLjg3OCwwLjM2MSwwLjM2MSwwLDAsMC0uMzguMzE5LDcuMyw3LjMsMCwwLDAsMCwxLjQ3OCwwLjQzMSwwLjQzMSwwLDAsMCwuNDMuMzIsMS40MTQsMS40MTQsMCwwLDEsMS4zMy44OTEsMS40MywxLjQzLDAsMCwxLS4zNiwxLjYwNywwLjM1OCwwLjM1OCwwLDAsMC0uMDQuNDksNi40MTMsNi40MTMsMCwwLDAsMS4wMywxLjA0LDAuMzU1LDAuMzU1LDAsMCwwLC40OS0wLjAzOSwxLjUxLDEuNTEsMCwwLDEsMS42My0uMzY1LDEuNDI4LDEuNDI4LDAsMCwxLC44NywxLjQxMSwwLjM2MywwLjM2MywwLDAsMCwuMzIuMzgsNi41LDYuNSwwLDAsMCwuNzUuMDQzLDYuNDM1LDYuNDM1LDAsMCwwLC43Mi0wLjA0LDAuMzcyLDAuMzcyLDAsMCwwLC4zMi0wLjM3MiwxLjQzOSwxLjQzOSwwLDAsMSwuODktMS4zODYsMS41MDYsMS41MDYsMCwwLDEsMS42MS4zNjYsMC4zNjEsMC4zNjEsMCwwLDAsLjQ5LjA0MSw2LjQxLDYuNDEsMCwwLDAsMS4wNS0xLjAzOSwwLjM2MywwLjM2MywwLDAsMC0uMDQtMC40OTQsMS40MzgsMS40MzgsMCwwLDEsLjk2LTIuNWwwLjA5LDBhMC4zNzEsMC4zNzEsMCwwLDAsLjM4LTAuMzE5QTcuMyw3LjMsMCwwLDAsMTUxNy45Niw2MzYuNzc5Wm0tNi40NSwyLjlhMi4xNjgsMi4xNjgsMCwxLDEsMi4xNy0yLjE2OEEyLjE2OSwyLjE2OSwwLDAsMSwxNTExLjUxLDYzOS42ODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUwNS4wMyAtNjMxLjAzMSkiLz48L3N2Zz4='); }

.editorgallery .editorimage.addnew {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OCIgaGVpZ2h0PSI1OCIgdmlld0JveD0iMCAwIDY4IDU4Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiAjOTk5O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDg4LjQ3Nyw4NTYuNDcybDUuNTU0LDAuMDA2YTAuOTczLDAuOTczLDAsMSwwLDAtMS45NDZsLTUuNTU0LS4wMDYsMC01LjU0OWEwLjk3NCwwLjk3NCwwLDAsMC0xLjk0OCwwbDAsNS41NDktNS41NTQsMGEwLjk3MywwLjk3MywwLDAsMCwwLDEuOTQ2bDUuNTU0LDAuMDA2LDAuMDA2LDUuNTQ5YTAuOTc0LDAuOTc0LDAsMCwwLDEuOTQ4LDBabS05LjQ0OSw2LjlhMS42MzQsMS42MzQsMCwwLDEsMS42MSwxLjYxNnYzNi4wMTdhMS42MzUsMS42MzUsMCwwLDEtMS42MSwxLjYxN0g0MzEuOTcyYTEuNjM1LDEuNjM1LDAsMCwxLTEuNjEtMS42MTdWODY0Ljk5MWExLjYzNCwxLjYzNCwwLDAsMSwxLjYxLTEuNjE2aDQ3LjA1Nm0wLTMuMzc1SDQzMS45NzJBNSw1LDAsMCwwLDQyNyw4NjQuOTkxdjM2LjAxN0E1LDUsMCwwLDAsNDMxLjk3Miw5MDZoNDcuMDU2QTUsNSwwLDAsMCw0ODQsOTAxLjAwOFY4NjQuOTkxQTUsNSwwLDAsMCw0NzkuMDI4LDg2MGgwWm0tMzMuMTY3LDEzLjQzNmE1LjcyNSw1LjcyNSwwLDEsMC01LjcyNSw1Ljc0N0E1LjczNiw1LjczNiwwLDAsMCw0NDUuODYxLDg3My40MzZabS0xMS40NSwxOS41djUuNjc0aDQxLjg1MVY4ODUuM2wtMTIuNDI0LTEyLjQ3Mi0xNS4xNzYsMTUuMjM2LTQuNjUyLTQuNjcxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyNyAtODQ4KSIvPjwvc3ZnPg=='); }

#manager-sidebar #navigationtree ul li.is-page {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDExIDE0Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsLXJ1bGU6IGV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM1NiwxODQuODc0di02LjAyOGMwLS4xLDAtMC4yLjAwNi0wLjNhMC40NjcsMC40NjcsMCwwLDEsLjU2MS0wLjUzOXEzLjU3MS0uMDA3LDcuMTQzLDBhMC40NzQsMC40NzQsMCwwLDEsLjMxNC4xMTljMC44MSwwLjg0NywxLjYxLDEuNywyLjQxMywyLjU1OWEwLjI0NCwwLjI0NCwwLDAsMCwuMDMzLjA0MywxLjI4MywxLjI4MywwLDAsMSwuNSwxLjNjLTAuMDIsMS40NjUtLjAwNiwyLjkzMSwwLDQuNCwwLDAuOTEyLjAzMiwxLjgyNCwwLjAzLDIuNzM2LDAsMC44LS4wMjYsMS42LTAuMDQ1LDIuNGEwLjM3NCwwLjM3NCwwLDAsMS0uNDQ4LjQ0M3EtNS4wMjYsMC0xMC4wNTQsMGEwLjMyNCwwLjMyNCwwLDAsMS0uNC0wLjM4MmMtMC4wMjEtLjQxMy0wLjA0NS0wLjgyNy0wLjA0Ni0xLjI0MVEzNTUuOTk1LDE4Ny42MjUsMzU2LDE4NC44NzRaTTM1Ni44NzEsMTg1cTAsMi44NzcsMCw1Ljc1MmMwLDAuMjM4LjAzMSwwLjM2OSwwLjMxOSwwLjM2OHE0LjMtLjAxNSw4LjYsMGMwLjIzOSwwLC4zLTAuMDczLjMtMC4zMTVxLTAuMDEyLTQuMjg1LDAtOC41NzJhMC4yOTIsMC4yOTIsMCwwLDAtLjM1OS0wLjM1OGMtMC42ODMuMDE0LTEuMzY2LDAtMi4wNDksMC0wLjM2NSwwLS4zNjYsMC0wLjM2Ni0wLjM4OCwwLS43MjgsMC0xLjQ1NiwwLTIuMTg1LDAtLjM4OC0wLjAxOS0wLjQwNy0wLjM5NS0wLjQwN3EtMi44MywwLTUuNjYyLDBjLTAuMzgzLDAtLjM4OC4wMDYtMC4zODgsMC40MDhRMzU2Ljg3LDE4Mi4xNDksMzU2Ljg3MSwxODVabTguNzY4LTMuNjU3YzAuMDIxLS4wNDMuMDQzLTAuMDg1LDAuMDY0LTAuMTI3bC0xLjc3Mi0xLjg4M2EwLjY4OCwwLjY4OCwwLDAsMC0uMDgxLjE4MWMwLDAuNTQzLS4wMTIsMS4wODcsMCwxLjYyOWEwLjI4NiwwLjI4NiwwLDAsMCwuMi4xOTFDMzY0LjU4NCwxODEuMzQ4LDM2NS4xMTEsMTgxLjM0MSwzNjUuNjM5LDE4MS4zNDFabS00LjQ2LDYuNTc1Yy0wLjkzNCwwLTEuODY4LS4wMDctMi44LDAtMC4yNDgsMC0uMzU0LTAuMDYtMC4zNDUtMC4zMzcsMC4wMjEtLjY1My0wLjA1NC0wLjU2NC41NDUtMC41NjUsMS44MDUsMCwzLjYxLDAsNS40MTUtLjAwN2EwLjI3NSwwLjI3NSwwLDAsMSwuMzMyLjM0OWMtMC4wMi42MiwwLjA1MywwLjU1My0uNTMyLDAuNTU0QzM2Mi45MjEsMTg3LjkxOCwzNjIuMDUsMTg3LjkxNiwzNjEuMTc5LDE4Ny45MTZabTAuMzI0LTQuMTY0YzEuMDUxLDAsMi4xLjAwNywzLjE1MywwLDAuMjM5LDAsLjMzMS4wNzUsMC4zLDAuMzE2YTEuNzA4LDEuNzA4LDAsMCwwLDAsLjI3NywwLjE4MywwLjE4MywwLDAsMS0uMjE1LjIxM2MtMC4yNiwwLS41MjEsMC0wLjc4MSwwLTEuODUxLDAtMy43LDAtNS41NTIsMGEwLjQ3NCwwLjQ3NCwwLDAsMS0uMzQtMC4xMTMsMS45LDEuOSwwLDAsMSwuMDE0LTAuNjI0LDAuNDc5LDAuNDc5LDAsMCwxLC4yNjgtMC4wNTdDMzU5LjQsMTgzLjc1MSwzNjAuNDUyLDE4My43NTIsMzYxLjUsMTgzLjc1MlptLTAuODM1LDEuNjU4YzAuOCwwLDEuNi4wMDYsMi40LDBhMC4yMywwLjIzLDAsMCwxLC4yNzguMjg3Yy0wLjAxNi42MzcsMC4wNjQsMC41NjctLjU0MywwLjU2OC0xLjQ3MywwLTIuOTQ2LS4wMDYtNC40MTkuMDA2LTAuMjc1LDAtLjM4NC0wLjA4Ni0wLjM0Ni0wLjM2M2EwLjYxNSwwLjYxNSwwLDAsMCwwLS4xNjZjLTAuMDMtLjI0OC4wNi0wLjMzOSwwLjMxNS0wLjMzNEMzNTkuMTIzLDE4NS40MTksMzU5LjksMTg1LjQxLDM2MC42NjgsMTg1LjQxWm0tMC43NSwzLjI2NmMwLjUxMSwwLDEuMDIzLjAxMSwxLjUzMywwYTAuMjU5LDAuMjU5LDAsMCwxLC4zMjYuMzIxYy0wLjAyLjY0OSwwLjA1NiwwLjU2OC0uNTY4LDAuNTcyLTAuMzc3LDAtLjc1My4wMS0xLjEyOSwwLTAuNjA3LS4wMjEtMS4yMTItMC4wNTktMS44MTktMC4wODNhMC4yMDcsMC4yMDcsMCwwLDEtLjIyNi0wLjIzNmMtMC4wMzQtLjU2Ny0wLjAzOC0wLjU2Ny41MTItMC41NjdoMS4zNzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU2IC0xNzgpIi8+PC9zdmc+'); }

#manager-sidebar #navigationtree ul li.is-link {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDExIDExIj48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsLXJ1bGU6IGV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM3Ni4xMDUsMjEyLjA3MmwtMC40MzguNDM1LDAuMSwwLjEyOGEzLDMsMCwwLDAsLjI2NS4zMzEsMi44MjcsMi44MjcsMCwwLDAsMS45OS44MzUsMi43MzQsMi43MzQsMCwwLDAsMS45NjUtLjc3N2MwLjctLjY4NywxLjQzNS0xLjQxOSwyLjE2My0yLjE1NGEyLjcxOCwyLjcxOCwwLDAsMCwuODE0LTIuNDYxLDIuODM1LDIuODM1LDAsMCwwLTQuNzMtMS42MzFjLTAuMzk0LjM2LS43NzYsMC43NDktMS4xNDYsMS4xMjVsLTAuMjEuMjEyYTMuODUyLDMuODUyLDAsMCwxLDEuNDIzLjIyNmMwLjIzMS0uMjM3LjQ0My0wLjQ1LDAuNjQ4LTAuNjUzYTEuNjMzLDEuNjMzLDAsMCwxLDEuNDkxLS40OTMsMS42MDcsMS42MDcsMCwwLDEsMS4zMTEsMS4xMTEsMS41NzYsMS41NzYsMCwwLDEtLjM2NiwxLjY4Yy0wLjcuNzE4LTEuMzgxLDEuNC0yLjIsMi4yYTEuNjc1LDEuNjc1LDAsMCwxLTIuMy0uMDEsMS43MiwxLjcyLDAsMCwxLS4zNi0wLjUxNUMzNzYuMzc3LDIxMS44LDM3Ni4yMzksMjExLjkzOCwzNzYuMTA1LDIxMi4wNzJabTMuMjM0LTEuNTgzYTIuNzg1LDIuNzg1LDAsMCwwLTIuMDE2LTEuMjY5LDIuOTI3LDIuOTI3LDAsMCwwLS4zNjEtMC4wMjIsMi43ODUsMi43ODUsMCwwLDAtMS45MjEuNzZjLTAuNzY0LjcyMy0xLjUxOCwxLjQ4OC0yLjIxOCwyLjIwN2EyLjcsMi43LDAsMCwwLS43NywyLjQ5MywyLjgzNCwyLjgzNCwwLDAsMCw0LjcyNiwxLjU1N2MwLjM5MS0uMzYxLjc3My0wLjc0OCwxLjE0Mi0xLjEyMiwwLjA2Ny0uMDY5LjEzNi0wLjEzOCwwLjItMC4yMDhhMy45NzEsMy45NzEsMCwwLDEtMS40MTgtLjIxOWMtMC4xMTkuMTE1LS4yMzgsMC4yMzQtMC4zNTMsMC4zNDlzLTAuMjA2LjIwNy0uMzExLDAuMzA5YTEuNzM5LDEuNzM5LDAsMCwxLTEuMi41MDgsMS42NzgsMS42NzgsMCwwLDEtMS42ODItMS42NzMsMS43MzksMS43MzksMCwwLDEsLjUtMS4yYzAuMTE3LS4xMi4yMzgtMC4yNCwwLjM1NS0wLjM1NmwwLjEyOS0uMTI4YzAuMTcxLS4xNy4zNDQtMC4zNDQsMC41MTEtMC41MTMsMC4zODEtLjM4NS43NzUtMC43ODMsMS4xNzgtMS4xNmExLjY0OCwxLjY0OCwwLDAsMSwxLjUwNi0uNCwxLjY3OSwxLjY3OSwwLDAsMSwxLjE0MS45MzVsMC4zMjgtLjMyNUMzNzguOTg1LDIxMC44MzYsMzc5LjE2MiwyMTAuNjYsMzc5LjMzOSwyMTAuNDg5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3MiAtMjA2KSIvPjwvc3ZnPg==');
  /* Buttons */ }

.input {
  display: inline-block;
  position: relative; }

.input.right {
  position: absolute;
  right: 0; }

.input.disabled {
  opacity: 0.25;
  pointer-events: none; }

.input.disabled > .button {
  background-color: #999 !important; }

.input.submitted {
  pointer-events: none; }

.input.lang input {
  padding-left: 52px !important; }

.input.lang::after {
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #e8e8e8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px; }

.input.lang.lang-de::after {
  background-image: url('/library/images/icons/country_flags/de.png'); }

.input.lang.lang-it::after {
  background-image: url('/library/images/icons/country_flags/it.png'); }

.input.lang.lang-en::after {
  background-image: url('/library/images/icons/country_flags/gb.png'); }

.input.currencynodecimals {
  display: block;
  text-align: right;
  width: 155px !important; }

.input.currencynodecimals input {
  padding-right: 52px !important;
  text-align: right; }

.input.currencynodecimals::after {
  border-left: 1px solid #e8e8e8;
  content: "€";
  height: 100%;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 38px; }

.input.submitted .preloader {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  right: 10px;
  top: 50%;
  width: 20px; }

.input.submitted .preloader::after {
  border: 2px solid transparent;
  border-radius: 20px;
  border-top-color: #fff;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px; }

.input.error input, .input.error input:focus {
  outline: none !important;
  border: 1px solid rgba(185, 44, 44, 0.5) !important;
  box-shadow: 0 0 10px rgba(185, 44, 44, 0.75), 0 0 0 1px rgba(185, 44, 44, 0.25) !important; }

.input .button {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative; }

.input .button > * {
  cursor: pointer !important;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  outline: none; }

.material-btn {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-out; }

.ripple {
  position: absolute;
  border-radius: 100%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, .1);
  transition: all 0.3s ease-out; }

.roundbutton {
  background-color: transparent;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 10px;
  position: relative;
  width: 40px; }

.roundbutton:not(.disabled):hover {
  background-color: rgba(223, 223, 223, 0.5); }

.roundbutton.disabled {
  cursor: default;
  opacity: 0.5; }

.notransition {
  transition: none !important; }

.input .button > *:not(.ripple) {
  background-color: transparent;
  border: 0 none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  width: auto; }

.input .button.has-icon::after {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px; }

.input .button.has-icon > * {
  padding: 0 36px 0 15px; }

.input .button.has-icon > * {
  padding: 0 36px 0 15px; }

.input .button.icon-plus::after {
  content: "+";
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  position: absolute;
  pointer-events: none;
  right: 15px;
  width: auto; }

.input .button.ghostbutton.icon-plus::after {
  color: #78a92b; }

.input .button.icon-plus:hover::after {
  color: #fff; }

.input .button.ghostbutton {
  border: 2px solid #78a92b;
  display: inline-block;
  position: relative; }

.input .button.ghostbutton:hover {
  background-color: #78a92b; }

.input .button.ghostbutton > * {
  color: #78a92b;
  height: 36px;
  line-height: 36px; }

.input .button.ghostbutton:hover > * {
  color: #fff; }

.input .button.button-green {
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  background-color: #78a92b;
  height: 40px;
  line-height: 40px; }

.input .button.button-green:hover {
  background-color: #6a9526; }

.input .button.button-green > * {
  color: #fff; }

.input .button.ghostbutton:hover, #login .input .button:hover, .material-btn:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.input .button.button-red {
  background-color: #b92c2c;
  height: 40px;
  line-height: 40px; }

.input .button.button-red > * {
  color: #fff; }

.input .button.icon-remove::after {
  background-size: 15px; }

.input .button.button-simplered > * {
  color: #b92c2c; }

.input .button.button-simplered:hover > * {
  color: #671818; }

.input .button.button-grey {
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  background-color: #bcbcbc;
  height: 40px;
  line-height: 40px; }

.input .button.button-grey:hover {
  background-color: #afafaf; }

.input .button.button-grey > * {
  color: #fff;
  /* Select simlation */ }

.select {
  position: relative;
  display: inline-block;
  text-align: left;
  top: -4px;
  width: 60px;
  z-index: 99; }

.select-label {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  position: absolute;
  text-indent: 10px;
  width: 100%; }

.select-label::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  width: 16px; }

.select-label.open::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.select-label a {
  background-repeat: no-repeat;
  background-position: 10px center;
  display: inline-block;
  height: 36px;
  width: 36px; }

.options-container {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  display: none;
  line-height: 32px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 10px;
  top: 32px; }

.options-container li a {
  background-position: 10px center;
  background-repeat: no-repeat;
  display: block;
  font-size: 13px;
  padding: 0 10px 0 20px;
  white-space: nowrap; }

.options-container li a.selected, .options-container li a:hover {
  background-color: #e3e3e3;
  /* checkbox */ }

.checkboxcontainer {
  position: relative; }

.checkboxcontainer a {
  text-decoration: underline; }

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }

  100% {
    height: 10px; } }

@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }

  100% {
    height: 10px; } }

@-ms-keyframes dothabottomcheck {
  0% {
    height: 0; }

  100% {
    height: 10px; } }

@keyframes dothabottomcheck {
  0% {
    height: 0; }

  100% {
    height: 10px; } }

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }

  50% {
    height: 0; }

  100% {
    height: 18px; } }

@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }

  50% {
    height: 0; }

  100% {
    height: 18px; } }

@-ms-keyframes dothatopcheck {
  0% {
    height: 0; }

  50% {
    height: 0; }

  100% {
    height: 18px; } }

@keyframes dothatopcheck {
  0% {
    height: 0; }

  50% {
    height: 0; }

  100% {
    height: 18px; } }

input[type="checkbox"] {
  display: none; }

.checkboxcontainer .check-box {
  -webkit-transition: border-color ease 100ms;
  -moz-transition: border-color ease 100ms;
  -o-transition: border-color ease 100ms;
  transition: border-color ease 100ms;
  background-color: transparent;
  border: 2px solid #616165;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  position: absolute;
  pointer-events: none;
  top: 2px;
  width: 15px; }
  .checkboxcontainer .check-box::before, .checkboxcontainer .check-box::after {
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    -o-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
    background-color: #616165;
    border-radius: 2px;
    content: ' ' !important;
    display: inline-block;
    height: 0;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 2px; }
  .checkboxcontainer .check-box::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 6px;
    top: 10px; }
  .checkboxcontainer .check-box::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 4px; }

.check-box + label {
  color: #616165;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  left: 0;
  padding-left: 23px; }

input[type=checkbox]:checked + .check-box, .check-box.checked {
  /* Numeric */ }
  input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
    max-height: 7px;
    -webkit-animation: dothabottomcheck 100ms ease 0s forwards;
    -moz-animation: dothabottomcheck 100ms ease 0s forwards;
    -o-animation: dothabottomcheck 100ms ease 0s forwards;
    animation: dothabottomcheck 100ms ease 0s forwards; }
  input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
    max-height: 15px;
    -webkit-animation: dothatopcheck 200ms ease 0s forwards;
    -moz-animation: dothatopcheck 200ms ease 0s forwards;
    -o-animation: dothatopcheck 200ms ease 0s forwards;
    animation: dothatopcheck 200ms ease 0s forwards; }

.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]:focus {
  outline: 0; }

.input.numeric {
  display: block;
  text-align: right;
  width: 165px !important; }

.input.numeric input[type=numeric] {
  padding: 0 53px !important;
  text-align: right; }

.quantity-button {
  border-left: 1px solid #e8e8e8;
  color: #333;
  cursor: pointer;
  height: 100%;
  font-size: 13px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 40px; }

.quantity-button:hover {
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  background-color: #363639;
  color: #fff; }

.quantity-button.quantity-down {
  border-right: 1px solid #e8e8e8;
  left: 0; }

.quantity-button.quantity-up {
  border-left: 1px solid #e8e8e8;
  right: 0;
  /* Grid Layout  */ }

.row, .row-sp, .table-row {
  width: 100%; }

.row:after, .row-sp:after, .tb-row:after, .table-row:after, .table-sp-row:after, .table-tb-row:after {
  clear: both;
  content: ' ';
  display: table; }

.table-row, .table-sp-row, .table-tb-row {
  display: table; }

div[class^=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 1em 0 0; }

.table-row > div[class^=col-], .table-sp-row > div[class^=col-], .table-tb-row > div[class^=col-], .table-dt-row > div[class^=col-] {
  display: table-cell;
  float: none;
  min-height: inherit; }

.table-row > div {
  vertical-align: top; }

.row.inversedirection > div[class^=col-], .row-sp.inversedirection > div[class^=col-] {
  float: right; }

.nospace > div[class^=col-] {
  padding: 0; }

.extratight > div[class^=col-] {
  padding: 0 0.25em; }

.tight > div[class^=col-] {
  padding: 0 0.5em; }

.normal > div[class^=col-] {
  padding: 0 1em; }

.large > div[class^=col-] {
  padding: 0 2em; }

.wide > div[class^=col-] {
  padding: 0 3em; }

.extrawide > div[class^=col-] {
  padding: 0 4em; }

div[class^=col-]:first-of-type, .tight > div[class^=col-]:first-of-type, .wide > div[class^=col-]:first-of-type, .extrawide > div[class^=col-]:first-of-type {
  padding-left: 0; }

div[class^=col-]:last-of-type, .tight > div[class^=col-]:last-of-type, .wide > div[class^=col-]:last-of-type, .extrawide > div[class^=col-]:last-of-type {
  padding-right: 0; }

.row div.col-11, .table-row div.col-11 {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

div.col-12, div.col-24, div.col-36, div.col-48, div.col-510, div.col-612, div.col-6 {
  width: 50%; }

div.col-13, div.col-26, div.col-39, div.col-412, div.col-4 {
  width: 33.33%; }

div.col-23, div.col-46, div.col-69, div.col-812, div.col-8 {
  width: 66.66%; }

div.col-14, div.col-28, div.col-312, div.col-3 {
  width: 25%; }

div.col-34, div.col-68, div.col-912, div.col-9 {
  width: 75%; }

div.col-15, div.col-210 {
  width: 20%; }

div.col-25, div.col-410 {
  width: 40%; }

div.col-35, div.col-610 {
  width: 60%; }

div.col-45, div.col-810 {
  width: 80%; }

div.col-16, div.col-212, div.col-2 {
  width: 16.6%; }

div.col-56, div.col-10, div.col-1012 {
  width: 83.3%; }

div.col-17 {
  width: 14.2857%; }

div.col-27 {
  width: 28.5714%; }

div.col-37 {
  width: 42.8571%; }

div.col-47 {
  width: 57.1428%; }

div.col-57 {
  width: 71.4285%; }

div.col-67 {
  width: 85.7142%; }

div.col-18 {
  width: 12.5%; }

div.col-38 {
  width: 37.5%; }

div.col-58 {
  width: 62.5%; }

div.col-78 {
  width: 87.5%; }

div.col-19 {
  width: 11.1%; }

div.col-29 {
  width: 22.2%; }

div.col-49 {
  width: 44.4%; }

div.col-59 {
  width: 55.5%; }

div.col-79 {
  width: 77.7%; }

div.col-89 {
  width: 88.8%; }

div.col-110 {
  width: 10%; }

div.col-310 {
  width: 30%; }

div.col-710 {
  width: 70%; }

div.col-910 {
  width: 90%; }

div.col-111 {
  width: 9.09%; }

div.col-211 {
  width: 18.181%; }

div.col-311 {
  width: 27.272%; }

div.col-411 {
  width: 36.363%; }

div.col-511 {
  width: 45.454%; }

div.col-611 {
  width: 54.545%; }

div.col-711 {
  width: 63.636%; }

div.col-811 {
  width: 72.727%; }

div.col-911 {
  width: 81.818%; }

div.col-1011 {
  width: 90.909%; }

div.col-112, div.col-1 {
  width: 8.333%; }

div.col-512 {
  width: 41.666%; }

div.col-712 {
  width: 58.333%; }

div.col-1112 {
  width: 91.666%;
  /* Widescreen */ }

@media only screen and (min-width: 1280px) {
  /* Desktop */
    .nospace-ws > div[class^=col-] {
      padding: 0; }
    .extratight-ws > div[class^=col-] {
      padding: 0 0.25em; }
    .tight-ws > div[class^=col-] {
      padding: 0 0.5em; }
    .normal-ws > div[class^=col-] {
      padding: 0 1em; }
    .large-ws > div[class^=col-] {
      padding: 0 2em; }
    .wide-ws > div[class^=col-] {
      padding: 0 3em; }
    .extrawide-ws > div[class^=col-] {
      padding: 0 4em; }
    .break-ws {
      padding-right: 0 !important; }
    .break-ws:after {
      clear: both;
      content: ' ';
      display: table; }
    .break-ws + div {
      clear: both;
      padding-left: 0 !important; }
    .row div.col-ws-11 + div {
      padding-left: 0 !important; }
    .row div.col-ws-11, .table-row div.col-ws-11 {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    div.col-ws-12, div.col-ws-24, div.col-ws-36, div.col-ws-48, div.col-ws-510, div.col-ws-612, div.col-ws-6 {
      width: 50%; }
    div.col-ws-13, div.col-ws-26, div.col-ws-39, div.col-ws-412, div.col-ws-4 {
      width: 33.33%; }
    div.col-ws-23, div.col-ws-46, div.col-ws-69, div.col-ws-812, div.col-ws-8 {
      width: 66.66%; }
    div.col-ws-14, div.col-ws-28, div.col-ws-312, div.col-ws-3 {
      width: 25%; }
    div.col-ws-34, div.col-ws-68, div.col-ws-912, div.col-ws-9 {
      width: 75%; }
    div.col-ws-15, div.col-ws-210 {
      width: 20%; }
    div.col-ws-25, div.col-ws-410 {
      width: 40%; }
    div.col-ws-35, div.col-ws-610 {
      width: 60%; }
    div.col-ws-45, div.col-ws-810 {
      width: 80%; }
    div.col-ws-16, div.col-ws-212, div.col-ws-2 {
      width: 16.6%; }
    div.col-ws-56, div.col-ws-10, div.col-ws-1012 {
      width: 83.3%; }
    div.col-ws-17 {
      width: 14.2857%; }
    div.col-ws-27 {
      width: 28.5714%; }
    div.col-ws-37 {
      width: 42.8571%; }
    div.col-ws-47 {
      width: 57.1428%; }
    div.col-ws-57 {
      width: 71.4285%; }
    div.col-ws-67 {
      width: 85.7142%; }
    div.col-ws-18 {
      width: 12.5%; }
    div.col-ws-38 {
      width: 37.5%; }
    div.col-ws-58 {
      width: 62.5%; }
    div.col-ws-78 {
      width: 87.5%; }
    div.col-ws-19 {
      width: 11.1%; }
    div.col-ws-29 {
      width: 22.2%; }
    div.col-ws-49 {
      width: 44.4%; }
    div.col-ws-59 {
      width: 55.5%; }
    div.col-ws-79 {
      width: 77.7%; }
    div.col-ws-89 {
      width: 88.8%; }
    div.col-ws-110 {
      width: 10%; }
    div.col-ws-310 {
      width: 30%; }
    div.col-ws-710 {
      width: 70%; }
    div.col-ws-910 {
      width: 90%; }
    div.col-ws-111 {
      width: 9.09%; }
    div.col-ws-211 {
      width: 18.181%; }
    div.col-ws-311 {
      width: 27.272%; }
    div.col-ws-411 {
      width: 36.363%; }
    div.col-ws-511 {
      width: 45.454%; }
    div.col-ws-611 {
      width: 54.545%; }
    div.col-ws-711 {
      width: 63.636%; }
    div.col-ws-811 {
      width: 72.727%; }
    div.col-ws-911 {
      width: 81.818%; }
    div.col-ws-1011 {
      width: 90.909%; }
    div.col-ws-112, div.col-ws-1 {
      width: 8.333%; }
    div.col-ws-512 {
      width: 41.666%; }
    div.col-ws-712 {
      width: 58.333%; }
    div.col-ws-1112 {
      width: 91.666%; } }

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  /* Tablet */
    .nospace-dt > div[class^=col-] {
      padding: 0; }
    .extratight-dt > div[class^=col-] {
      padding: 0 0.25em; }
    .tight-dt > div[class^=col-] {
      padding: 0 0.5em; }
    .normal-dt > div[class^=col-] {
      padding: 0 1em; }
    .large-dt > div[class^=col-] {
      padding: 0 2em; }
    .wide-dt > div[class^=col-] {
      padding: 0 3em; }
    .extrawide-dt > div[class^=col-] {
      padding: 0 4em; }
    .break-dt {
      padding-right: 0 !important; }
    .break-dt:after {
      clear: both;
      content: ' ';
      display: table; }
    .break-dt + div {
      clear: both;
      padding-left: 0 !important; }
    .row div.col-dt-11 + div {
      padding-left: 0 !important; }
    .row div.col-dt-11, .table-row div.col-dt-11 {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    div.col-dt-12, div.col-dt-24, div.col-dt-36, div.col-dt-48, div.col-dt-510, div.col-dt-612, div.col-dt-6 {
      width: 50%; }
    div.col-dt-13, div.col-dt-26, div.col-dt-39, div.col-dt-412, div.col-dt-4 {
      width: 33.33%; }
    div.col-dt-23, div.col-dt-46, div.col-dt-69, div.col-dt-812, div.col-dt-8 {
      width: 66.66%; }
    div.col-dt-14, div.col-dt-28, div.col-dt-312, div.col-dt-3 {
      width: 25%; }
    div.col-dt-34, div.col-dt-68, div.col-dt-912, div.col-dt-9 {
      width: 75%; }
    div.col-dt-15, div.col-dt-210 {
      width: 20%; }
    div.col-dt-25, div.col-dt-410 {
      width: 40%; }
    div.col-dt-35, div.col-dt-610 {
      width: 60%; }
    div.col-dt-45, div.col-dt-810 {
      width: 80%; }
    div.col-dt-16, div.col-dt-212, div.col-dt-2 {
      width: 16.6%; }
    div.col-dt-56, div.col-dt-10, div.col-dt-1012 {
      width: 83.3%; }
    div.col-dt-17 {
      width: 14.2857%; }
    div.col-dt-27 {
      width: 28.5714%; }
    div.col-dt-37 {
      width: 42.8571%; }
    div.col-dt-47 {
      width: 57.1428%; }
    div.col-dt-57 {
      width: 71.4285%; }
    div.col-dt-67 {
      width: 85.7142%; }
    div.col-dt-18 {
      width: 12.5%; }
    div.col-dt-38 {
      width: 37.5%; }
    div.col-dt-58 {
      width: 62.5%; }
    div.col-dt-78 {
      width: 87.5%; }
    div.col-dt-19 {
      width: 11.1%; }
    div.col-dt-29 {
      width: 22.2%; }
    div.col-dt-49 {
      width: 44.4%; }
    div.col-dt-59 {
      width: 55.5%; }
    div.col-dt-79 {
      width: 77.7%; }
    div.col-dt-89 {
      width: 88.8%; }
    div.col-dt-110 {
      width: 10%; }
    div.col-dt-310 {
      width: 30%; }
    div.col-dt-710 {
      width: 70%; }
    div.col-dt-910 {
      width: 90%; }
    div.col-dt-111 {
      width: 9.09%; }
    div.col-dt-211 {
      width: 18.181%; }
    div.col-dt-311 {
      width: 27.272%; }
    div.col-dt-411 {
      width: 36.363%; }
    div.col-dt-511 {
      width: 45.454%; }
    div.col-dt-611 {
      width: 54.545%; }
    div.col-dt-711 {
      width: 63.636%; }
    div.col-dt-811 {
      width: 72.727%; }
    div.col-dt-911 {
      width: 81.818%; }
    div.col-dt-1011 {
      width: 90.909%; }
    div.col-dt-112, div.col-dt-1 {
      width: 8.333%; }
    div.col-dt-512 {
      width: 41.666%; }
    div.col-dt-712 {
      width: 58.333%; }
    div.col-dt-1112 {
      width: 91.666%; } }

@media only screen and (min-width: 640px) and (max-width: 960px) {
  /* Smartphone */
    .nospace-tb > div[class^=col-] {
      padding: 0; }
    .extratight-tb > div[class^=col-] {
      padding: 0 0.25em; }
    .tight-tb > div[class^=col-] {
      padding: 0 0.5em; }
    .normal-tb > div[class^=col-] {
      padding: 0 1em; }
    .large-tb > div[class^=col-] {
      padding: 0 2em; }
    .wide-tb > div[class^=col-] {
      padding: 0 3em; }
    .extrawide-tb > div[class^=col-] {
      padding: 0 4em; }
    .break-tb {
      padding-right: 0 !important; }
    .break-tb:after {
      clear: both;
      content: ' ';
      display: table; }
    .break-tb + div {
      clear: both;
      padding-left: 0 !important; }
    .row div.col-tb-11 + div {
      padding-left: 0 !important; }
    .row div.col-tb-11, .table-row div.col-tb-11 {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    div.col-tb-12, div.col-tb-24, div.col-tb-36, div.col-tb-48, div.col-tb-510, div.col-tb-612, div.col-tb-6 {
      width: 50%; }
    div.col-tb-13, div.col-tb-26, div.col-tb-39, div.col-tb-412, div.col-tb-4 {
      width: 33.33%; }
    div.col-tb-23, div.col-tb-46, div.col-tb-69, div.col-tb-812, div.col-tb-8 {
      width: 66.66%; }
    div.col-tb-14, div.col-tb-28, div.col-tb-312, div.col-tb-3 {
      width: 25%; }
    div.col-tb-34, div.col-tb-68, div.col-tb-912, div.col-tb-9 {
      width: 75%; }
    div.col-tb-15, div.col-tb-210 {
      width: 20%; }
    div.col-tb-25, div.col-tb-410 {
      width: 40%; }
    div.col-tb-35, div.col-tb-610 {
      width: 60%; }
    div.col-tb-45, div.col-tb-810 {
      width: 80%; }
    div.col-tb-16, div.col-tb-212, div.col-tb-2 {
      width: 16.6%; }
    div.col-tb-56, div.col-tb-10, div.col-tb-1012 {
      width: 83.3%; }
    div.col-tb-17 {
      width: 14.2857%; }
    div.col-tb-27 {
      width: 28.5714%; }
    div.col-tb-37 {
      width: 42.8571%; }
    div.col-tb-47 {
      width: 57.1428%; }
    div.col-tb-57 {
      width: 71.4285%; }
    div.col-tb-67 {
      width: 85.7142%; }
    div.col-tb-18 {
      width: 12.5%; }
    div.col-tb-38 {
      width: 37.5%; }
    div.col-tb-58 {
      width: 62.5%; }
    div.col-tb-78 {
      width: 87.5%; }
    div.col-tb-19 {
      width: 11.1%; }
    div.col-tb-29 {
      width: 22.2%; }
    div.col-tb-49 {
      width: 44.4%; }
    div.col-tb-59 {
      width: 55.5%; }
    div.col-tb-79 {
      width: 77.7%; }
    div.col-tb-89 {
      width: 88.8%; }
    div.col-tb-110 {
      width: 10%; }
    div.col-tb-310 {
      width: 30%; }
    div.col-tb-710 {
      width: 70%; }
    div.col-tb-910 {
      width: 90%; }
    div.col-tb-111 {
      width: 9.09%; }
    div.col-tb-211 {
      width: 18.181%; }
    div.col-tb-311 {
      width: 27.272%; }
    div.col-tb-411 {
      width: 36.363%; }
    div.col-tb-511 {
      width: 45.454%; }
    div.col-tb-611 {
      width: 54.545%; }
    div.col-tb-711 {
      width: 63.636%; }
    div.col-tb-811 {
      width: 72.727%; }
    div.col-tb-911 {
      width: 81.818%; }
    div.col-tb-1011 {
      width: 90.909%; }
    div.col-tb-112, div.col-tb-1 {
      width: 8.333%; }
    div.col-tb-512 {
      width: 41.666%; }
    div.col-tb-712 {
      width: 58.333%; }
    div.col-tb-1112 {
      width: 91.666%; } }

@media only screen and (max-width: 640px) {
  div[class^=col-] {
    padding: 0; }

  .row-sp div[class^=col-] {
    padding: 0 1em; }

  .table-row > div, .row > div, .row-sp > div {
    width: 100%; }

  .nospace-sp > div[class^=col-] {
    padding: 0; }

  .extratight-sp > div[class^=col-] {
    padding: 0 0.25em; }

  .tight-sp > div[class^=col-] {
    padding: 0 0.5em; }

  .normal-sp > div[class^=col-] {
    padding: 0 1em; }

  .large-sp > div[class^=col-] {
    padding: 0 2em; }

  .wide-sp > div[class^=col-] {
    padding: 0 3em; }

  .extrawide-sp > div[class^=col-] {
    padding: 0 4em; }

  .break-sp {
    padding-right: 0 !important; }

  .break-sp:after {
    clear: both;
    content: ' ';
    display: table; }

  .break-sp + div {
    clear: both;
    padding-left: 0 !important; }

  .row div.col-sp-11 + div {
    padding-left: 0 !important; }

  .row div.col-sp-11, .table-row div.col-sp-11 {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  div.col-sp-12, div.col-sp-24, div.col-sp-36, div.col-sp-48, div.col-sp-510, div.col-sp-612, div.col-sp-6 {
    width: 50%; }

  div.col-sp-13, div.col-sp-26, div.col-sp-39, div.col-sp-412, div.col-sp-4 {
    width: 33.33%; }

  div.col-sp-23, div.col-sp-46, div.col-sp-69, div.col-sp-812, div.col-sp-8 {
    width: 66.66%; }

  div.col-sp-14, div.col-sp-28, div.col-sp-312, div.col-sp-3 {
    width: 25%; }

  div.col-sp-34, div.col-sp-68, div.col-sp-912, div.col-sp-9 {
    width: 75%; }

  div.col-sp-15, div.col-sp-210 {
    width: 20%; }

  div.col-sp-25, div.col-sp-410 {
    width: 40%; }

  div.col-sp-35, div.col-sp-610 {
    width: 60%; }

  div.col-sp-45, div.col-sp-810 {
    width: 80%; }

  div.col-sp-16, div.col-sp-212, div.col-sp-2 {
    width: 16.6%; }

  div.col-sp-56, div.col-sp-10, div.col-sp-1012 {
    width: 83.3%; }

  div.col-sp-17 {
    width: 14.2857%; }

  div.col-sp-27 {
    width: 28.5714%; }

  div.col-sp-37 {
    width: 42.8571%; }

  div.col-sp-47 {
    width: 57.1428%; }

  div.col-sp-57 {
    width: 71.4285%; }

  div.col-sp-67 {
    width: 85.7142%; }

  div.col-sp-18 {
    width: 12.5%; }

  div.col-sp-38 {
    width: 37.5%; }

  div.col-sp-58 {
    width: 62.5%; }

  div.col-sp-78 {
    width: 87.5%; }

  div.col-sp-19 {
    width: 11.1%; }

  div.col-sp-29 {
    width: 22.2%; }

  div.col-sp-49 {
    width: 44.4%; }

  div.col-sp-59 {
    width: 55.5%; }

  div.col-sp-79 {
    width: 77.7%; }

  div.col-sp-89 {
    width: 88.8%; }

  div.col-sp-110 {
    width: 10%; }

  div.col-sp-310 {
    width: 30%; }

  div.col-sp-710 {
    width: 70%; }

  div.col-sp-910 {
    width: 90%; }

  div.col-sp-111 {
    width: 9.09%; }

  div.col-sp-211 {
    width: 18.181%; }

  div.col-sp-311 {
    width: 27.272%; }

  div.col-sp-411 {
    width: 36.363%; }

  div.col-sp-511 {
    width: 45.454%; }

  div.col-sp-611 {
    width: 54.545%; }

  div.col-sp-711 {
    width: 63.636%; }

  div.col-sp-811 {
    width: 72.727%; }

  div.col-sp-911 {
    width: 81.818%; }

  div.col-sp-1011 {
    width: 90.909%; }

  div.col-sp-112, div.col-sp-1 {
    width: 8.333%; }

  div.col-sp-512 {
    width: 41.666%; }

  div.col-sp-712 {
    width: 58.333%; }

  div.col-sp-1112 {
    width: 91.666%; } }

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%; }

* {
  box-sizing: border-box; }

html, body, input, select, textarea {
  font-family: 'Ubuntu', sans-serif; }

.hidden {
  display: none !important; }

a {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4 {
  margin: 0; }

button, input, textarea {
  outline: none; }

#overlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }

.overlaycontainer {
  position: relative;
  text-align: center;
  top: 50%; }

.overlaycontainer > div {
  background-color: #363639;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

.overlaycontainer > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.overlaycontainer > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.overlaycontainer > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.hiddenmenu #menu, .hiddenmenu #footer, .hiddenmenu #header #logo, .hiddenmenu #header #admin {
  display: none; }

.hiddenmenu #header {
  border: 0 !important; }

.hiddenmenu #sidebar {
  width: 0; }

.hiddenmenu #burger {
  display: block !important;
  position: absolute;
  top: 20px; }

.hiddenmenu #burger span {
  background-color: #363639; }

.hiddenmenu #container {
  width: calc(100% - 64px); }

#sidebar {
  background-color: #363639;
  color: #fff;
  font-size: 14px;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 300px; }

body.nosidebar #sidebar {
  display: none; }

#sidebar .scroll-wrapper {
  margin: 20px 0;
  max-height: calc(100% - 195px); }

#sidebar #header {
  align-items: center;
  border-bottom: 1px solid #404043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 15px;
  width: 100%; }

#sidebar #logo {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px; }

#sidebar #logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

#burger {
  cursor: pointer;
  margin-right: 15px; }

#burger span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  width: 34px; }

#burger span:last-child {
  margin-bottom: 0; }

#admin {
  position: relative;
  text-align: right;
  width: 100%; }

#admin span {
  cursor: pointer;
  padding: 5px 10px 5px 27px;
  position: relative; }

#admin span::before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px; }

#admin ul {
  border-radius: 3px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px 0 0;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 99; }

#admin:hover span + ul {
  display: block; }

#admin ul li {
  background-color: #4f4f53; }

#admin ul li a {
  display: block;
  padding: 5px 15px 5px 35px;
  position: relative; }

#admin ul li a:hover {
  background-color: #424246; }

#admin ul li.icon-logout a::before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px; }

#admin ul {
  display: none; }

#menu {
  position: relative; }

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu > ul > li.hasDropdown > a::after {
  background-repeat: no-repeat;
  background-position: center right;
  content: "";
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  width: 10px;
  z-index: 1; }

#menu > ul > li.hasDropdown.open > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#menu > ul > li > a::before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 65px;
  z-index: 1; }

#menu > ul > li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 65px;
  position: relative;
  text-transform: uppercase; }

#menu > ul > li a:hover, #menu > ul > li.active a {
  background-color: #404043; }

#menu > ul > li > a + ul {
  display: none; }

#menu.allwaysopen > ul > li > a + ul {
  display: block; }

#menu > ul > li > a + ul li a {
  color: #a3a3a5;
  padding: 10px 30px 10px 73px;
  line-height: 160%;
  height: auto; }

#menu > ul > li > a + ul li a::before {
  border-bottom: 1px solid #737375;
  border-left: 1px solid #737375;
  content: "";
  height: 8px;
  margin-left: -18px;
  position: absolute;
  top: 13px;
  width: 8px; }

#admin-menu {
  background-color: #363639;
  display: none;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 60px;
  width: calc(100% - 20px);
  z-index: 2; }

#admin-menu::before {
  -webkit-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75);
  border: 15px solid transparent;
  border-bottom-color: #fff;
  content: '';
  height: 0;
  left: calc(100% - 50px);
  margin-top: -26px;
  position: absolute;
  width: 0; }

#admin-menu ul {
  background-color: #fff;
  margin: 0;
  padding: 0; }

#admin-menu a {
  color: #363639;
  display: block;
  line-height: 60px;
  font-size: 16px;
  text-align: center; }

#admin-menu a:hover {
  background-color: #efefef; }

#manager-header {
  background-color: #e8e8e8;
  height: 60px;
  position: relative; }

#manager-main {
  height: 100vh;
  position: relative;
  width: 100%; }

#fileupload #manager-main {
  height: calc(100vh - 60px); }

#manager-content {
  height: 100%;
  overflow-y: auto;
  padding: 20px 30px;
  position: relative;
  width: calc(100% - 300px); }

.sidebar-left #manager-content {
  margin-left: 300px; }

#manager-sidebar {
  background-color: #f7f7f7;
  height: 100%;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px; }

.sidebar-left #manager-sidebar {
  left: 0; }

#content #manager-sidebar h2 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase; }

#manager-sidebar h3 {
  font-size: 16px; }

#manager-sidebar ul:not(.chosen-results) {
  font-size: 13px;
  color: #9c9c9d;
  list-style: none;
  margin: 12px 0;
  padding-left: 0; }

#manager-sidebar ul:not(.chosen-results) li {
  line-height: 160%; }

#manager-sidebar ul:not(.chosen-results) li strong {
  color: #616165;
  font-weight: 400; }

#manager-footer {
  bottom: 0;
  padding: 30px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%; }

#manager-footer .input {
  font-size: 14px;
  position: relative;
  width: 100%; }

#manager-footer .input .button > * {
  font-weight: 400;
  width: 100%; }

#footer {
  border-top: 1px solid #404043;
  bottom: 0;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%; }

#footer p {
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  margin: 30px 0; }

#container {
  float: right;
  min-height: 100vh;
  width: calc(100% - 300px); }

body.nosidebar #container {
  width: 100%; }

#content {
  padding: 30px;
  position: relative;
  width: 100%; }

#content.hastopbar {
  padding-top: 0px;
  margin-top: 60px; }

.nosidebar.selectfiles #content {
  height: calc(100vh - 120px);
  overflow: auto; }

#content h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 0;
  padding: 0; }

.tablesorter {
  border-collapse: collapse;
  text-align: left;
  width: 100%; }

.tablesorter tr > * {
  padding: 7px 0; }

.tablesorter .header {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative; }

.tablesorter .header:first-child {
  border-bottom: 0; }

.tablesorter td:first-child {
  padding-right: 10px !important;
  width: 40px; }

.tablesorter td:first-child img {
  padding: 1px 0 0 4px;
  max-height: 22px;
  max-width: 28px; }

.tablesorter tr:hover td {
  cursor: default; }

.tablesorter tr.clicked td {
  background-color: rgba(158, 200, 247, 0.2); }

.tablesorter tr.clicked:hover td {
  background-color: rgba(158, 200, 247, 0.3); }

.tablesorter .header::after {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  margin-left: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 11px; }

.tablesorter .header.headerSortDown::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  opacity: 1; }

.tablesorter .header.headerSortUp::after {
  display: inline-block;
  opacity: 1;
  /* Fancybox */ }

.fancybox-iframe {
  background-color: transparent; }

.fancybox-type-iframe .fancybox-skin {
  border-radius: 0; }

.fancybox-close {
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  right: -50px;
  top: -50px;
  width: 50px;
  /* Scrollbar */ }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 5px;
  top: 0;
  width: 5px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
  /* Sweet Alert */ }

.swal2-container {
  z-index: 99999; }

.swal2-alert h2 {
  color: inherit;
  font-size: 21px;
  line-height: 30px; }

.swal2-alert p {
  color: inherit;
  font-weight: 400; }

.swal2-alert button {
  margin-top: 0; }

.swal2-overlay {
  z-index: 99999;
  /* Tabellen */ }

.dataTables_wrapper tr:hover ._actionscell > a {
  display: inline-block; }

._actionscell > a {
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  text-indent: -99999px;
  width: 30px; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin-top: 23px; }

.dataTables_wrapper input, .dataTables_wrapper select {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px; }

table.dataTable {
  padding-top: 20px !important; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-image: none;
  position: relative; }

table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  border: 4px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 3px;
  width: 0; }

table.dataTable thead .sorting_asc::after {
  border-bottom-color: #fff;
  top: 10px; }

table.dataTable thead .sorting_desc::after {
  border-top-color: #fff;
  top: 16px; }

table.dataTable thead tr th {
  background-color: #363639 !important;
  color: #fff;
  height: 24px;
  line-height: 24px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td, table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: 2px solid #fff; }

table.dataTable tbody tr {
  background-color: #e8e8e8;
  line-height: 26px; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f7f7f7; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #dbdbdb; }

table.dataTable.stripe tbody tr:hover td, table.dataTable.display tbody tr:hover td {
  background-color: rgba(158, 200, 247, 0.3); }

table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr.even:hover > .sorting_1 {
  background-color: rgba(134, 187, 245, 0.3); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #363639; }

.dataTables_wrapper .dataTables_paginate {
  margin-top: 16px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
  font-size: 14px;
  padding: 0 10px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: #363639;
  border: 1px solid #e8e8e8;
  line-height: 30px;
  padding: 0 15px; }

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  outline: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: inset 0 0 3px transparent !importante; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border: 1px solid #e8e8e8; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover {
  background: #e8e8e8 !important;
  color: #363639 !important; }

.dataTables_wrapper .dataTables_paginate span .paginate_button:hover, .dataTables_wrapper .dataTables_paginate span .paginate_button.current, .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  background: transparent !important;
  border: 0;
  color: #363639 !important;
  text-decoration: underline !important; }

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
  margin-top: 19px; }

table.dataTable.no-footer {
  border: 0;
  /* Chosen */ }

.chosen-container {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  outline: none;
  width: auto; }

.chosen-container-single .chosen-single {
  background: transparent;
  border: 1px solid #e8e8e8;
  padding: 0 15px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  line-height: 30px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 1011; }

.chosen-container-single .chosen-single div {
  width: 25px; }

.chosen-container-single .chosen-single div b {
  background-position: center left; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center right; }

.chosen-container .chosen-drop {
  border: 1px solid #e8e8e8;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.chosen-container .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container .chosen-results li {
  font-size: 16px;
  padding: 6px 15px;
  white-space: nowrap; }

.chosen-container .chosen-results li:hover, .chosen-container .chosen-results li.result-selected {
  background-image: none;
  background-color: #e8e8e8;
  color: #363639;
  /* Tabulator */ }

.tabulator {
  width: 100%; }
  .tabulator .tab-menu {
    background-color: #f3f3f3;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tabulator .tab-menu:after {
      clear: both;
      content: '';
      display: table; }
    .tabulator .tab-menu li {
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease;
      box-sizing: border-box;
      border-bottom: 2px solid #f3f3f3;
      border-right: 2px solid #f3f3f3;
      cursor: pointer;
      float: left;
      text-align: center;
      padding: 20px 30px; }
      .tabulator .tab-menu li:hover:not(.active) {
        background-color: rgba(255, 255, 255, 0.75); }
    .tabulator .tab-menu .active {
      border-bottom: 2px solid #fff;
      background-color: #fff;
      color: #363639;
      cursor: default; }
  .tabulator .tab-content .tab-pane {
    padding: 40px 45px; }

body.loginpage {
  background-color: #363639;
  margin: 0;
  padding: 0; }

#login {
  left: 0;
  margin: auto;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

#login > p {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-align: center; }

#login #logincontainer {
  background-color: #f6f6f6;
  margin: auto;
  padding: 30px;
  width: 100%;
  max-width: 350px; }

#login #logo {
  text-align: center;
  margin-bottom: 16px; }

#login #logo > a {
  display: inline-block;
  margin: 0 auto; }

#login #logo > a > * {
  display: inline-block; }

#login #logo .logotitle {
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  top: -5px; }

#login .input {
  width: 100%; }

#login .input.icon-password {
  margin: 20px 0; }

#login .input label {
  color: #363639;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 7px; }

#login .input input {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  width: 100%; }

#login .input input:not([type="submit"]):focus {
  border: 1px solid #9ec8f7;
  outline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

#login .icon-user, #login .icon-password {
  position: relative; }

#login .icon-user input, #login .icon-password input {
  padding-right: 35px; }

#login .icon-user::after, #login .icon-password::after {
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  width: 30px; }

#login .noinput {
  font-style: italic;
  font-size: 12px;
  margin: 10px 0 20px; }

#login .noinput a:hover {
  text-decoration: underline; }

#login .input .button {
  width: 100%; }

#login .input input[type="submit"] {
  background-color: #78a92b;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  color: #fff;
  cursor: pointer;
  height: 42px;
  line-height: 42px; }

#login .input input[type="submit"]:hover {
  border: 0; }

#login .input input[type="submit"]:active, #login .input input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  /* Progressbar */ }

#progressbarcontainer {
  display: none;
  text-align: left;
  margin: -10px 0 20px 0; }

#progressbarcontainer .progressbar {
  background-color: #9ec8f7;
  display: inline-block;
  height: 3px;
  width: 0; }

#progressbarcontainer p {
  color: #aaa;
  display: block;
  font-size: 15px;
  margin: 10px 0; }

#login .message {
  color: #b92c2c;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  /* Smartphone */ }

@media only screen and (max-height: 500px) {
  #login {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0; } }

p.emptyfolder {
  color: #999;
  font-style: italic;
  margin: 0 auto; }

#topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  height: 60px;
  position: fixed;
  width: calc(100% - 300px);
  z-index: 100; }

#topbar.haspadding {
  padding: 10px 30px; }

body.nosidebar #topbar {
  width: 100%; }

#topbar .dirpath {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  width: 100%; }

#topbar .dirpath .path {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: relative;
  top: 15px;
  width: calc(100% - 70px); }

#topbar .dirpath .path .pathfolder {
  border: 1px solid transparent;
  position: relative;
  padding: 9px 7px; }

#topbar .dirpath .path .pathfolder:not(:last-child):hover {
  background-color: #9ec8f7; }

#topbar .dirpath .path .pathfolder:last-child {
  cursor: default; }

#topbar .dirpath .path #data_currentpath {
  padding-left: 15px; }

#topbar .dirpath #data_breadcrumb {
  display: inline-block; }

#topbar .dirpath .path .pathfolder:not(:last-child) {
  padding: 9px 27px 9px 7px; }

#topbar .dirpath .path .pathfolder:not(:last-child)::after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  width: 10px; }

#topbar #topbarbuttons {
  display: none;
  white-space: nowrap; }

#topbar #topbarbuttons .input {
  margin: 10px 10px; }

#topbar #preview-button {
  margin: 0 30px 0 15px; }

#bottombar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  bottom: 0;
  display: none;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 100; }

.nosidebar.selectfiles #bottombar {
  display: block; }

#bottombar .input {
  margin: 10px 20px; }

#contentheader > * {
  display: inline-block; }

#data_subfolder {
  margin-left: 5px;
  top: 19px; }

#data_refresh {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 60px; }

#foldercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#foldercontent .file, #foldercontent .folder {
  margin-bottom: 20px;
  padding: 10px; }

#foldercontent .file .filecontainer, #foldercontent .folder .filecontainer {
  box-shadow: 0 0 0 1px #dbdbdb;
  height: 100%;
  padding: 20px 20px 45px;
  position: relative;
  text-align: center;
  width: 100%; }

#foldercontent.list .file:hover, #foldercontent.list .folder:hover, #foldercontent .file:hover .filecontainer, #foldercontent .folder:hover .filecontainer {
  background-color: rgba(158, 200, 247, 0.15); }

#foldercontent.list .file.clicked, #foldercontent.list .file.editable, #foldercontent.list .folder.clicked, #foldercontent.list .folder.editable, #foldercontent .file.clicked .filecontainer, #foldercontent .file.editable .filecontainer, #foldercontent .folder.clicked .filecontainer, #foldercontent .folder.editable .filecontainer {
  background-color: rgba(158, 200, 247, 0.35);
  box-shadow: 0 0 0 1px #9ec8f7; }

#foldercontent .duplicated .filecontainer {
  box-shadow: 0 0 0 2px #b92c2c; }

#foldercontent .duplicated:hover .filecontainer {
  background-color: rgba(185, 44, 44, 0.15); }

#foldercontent .duplicated.clicked .filecontainer, #foldercontent .duplicated.editable .filecontainer {
  background-color: rgba(185, 44, 44, 0.35);
  box-shadow: 0 0 0 1px #b92c2c; }

#foldercontent .duplicated .filecontainer span.filename {
  color: #b92c2c; }

.preloader {
  border: 3px solid rgba(158, 200, 247, 0.5);
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 30px; }

.preloader::after {
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 3px solid transparent;
  border-radius: 30px;
  border-top-color: #9ec8f7;
  bottom: -3px;
  content: '';
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tablesorter tr td a {
  cursor: default;
  outline: none !important; }

#foldercontent .filecontainer::after {
  background-position: 20px center;
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 0;
  opacity: 0.25;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 50px; }

#foldercontent:not(.list) a {
  cursor: default;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

#foldercontent:not(.list) img, #foldercontent:not(.list) canvas {
  bottom: 50px;
  left: 0;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  max-width: 100%; }

.deletefile {
  background-color: #363639;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 16px;
  z-index: 5; }

#foldercontent .folder:hover .deletefile, #foldercontent .file:hover .deletefile, .editorimage:hover .deletefile {
  display: block; }

#foldercontent span.filename {
  bottom: 15px;
  cursor: default;
  display: block;
  font-size: 15px;
  font-weight: 400;
  left: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 99; }

#foldercontent .editable span.filename {
  bottom: 10px; }

#foldercontent .fileinfos {
  display: none; }

#foldercontent .fileinfos i {
  display: block;
  font-style: normal; }

#foldercontent.bigthumb .file, #foldercontent.bigthumb .folder {
  height: 290px;
  width: 290px; }

#foldercontent.bigthumb img {
  max-height: 210px; }

#foldercontent.smallthumb .filecontainer {
  padding: 10px 10px 30px; }

#foldercontent.smallthumb .filecontainer::after {
  background-position: 5px center;
  height: 30px;
  width: 30px; }

#foldercontent.smallthumb .file, #foldercontent.smallthumb .folder {
  height: 180px;
  width: 180px; }

#foldercontent.smallthumb span.filename {
  bottom: 10px;
  font-size: 12px; }

#foldercontent.smallthumb .editable span.filename {
  bottom: 5px; }

#foldercontent.smallthumb img {
  bottom: 30px;
  max-height: 120px; }

#foldercontent.list .file, #foldercontent.list .folder {
  margin: 0;
  padding: 0;
  width: 100%; }

#foldercontent.list span.filename {
  bottom: auto;
  left: 0;
  margin: 0 20px;
  position: relative;
  width: 250px; }

#foldercontent.list img {
  height: 20px;
  max-width: none;
  width: auto; }

#foldercontent.list .fileinfos {
  display: block;
  width: 100%; }

#foldercontent.list .fileinfos i {
  display: inline-block;
  text-align: center;
  width: 25%; }

#foldercontent.list table td {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.editable #newFolder {
  border: 1px solid #efefef;
  font-size: inherit;
  padding: 4px 10px;
  outline: none; }

::-webkit-file-upload-button {
  cursor: pointer; }

#manager-header .input {
  padding: 10px 30px; }

#manager-header .dirpath-simple {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  top: -13px; }

#manager-header .dirpath-simple span {
  font-weight: 500;
  margin-right: 20px;
  position: relative; }

#manager-header .dirpath-simple span:not(:last-child)::after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 100%;
  position: absolute;
  right: -17px;
  top: 1px;
  width: 10px; }

#manager-header .dirpath-simple #data_breadcrumb span:not(:first-child) {
  margin-left: 4px; }

#manager-header #preview-button {
  float: right;
  margin-right: 30px; }

#manager-header #data_breadcrumb {
  display: inline-block; }

.empty #fileupload #manager-content::before {
  content: attr(data-placeholder);
  color: #e8e8e8;
  font-size: 2vw;
  left: 10%;
  line-height: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80%; }

.empty #fileupload #manager-content::after {
  border: 7px dashed #e8e8e8;
  content: "";
  height: 80%;
  left: 10%;
  line-height: 100%;
  position: absolute;
  top: 10%;
  width: 80%;
  z-index: -1; }

.empty.dragover #fileupload #manager-content::before {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9ec8f7; }

.empty.dragover #fileupload #manager-content::after {
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
  border: 7px dashed #9ec8f7; }

#manager-sidebar #fileinfos {
  display: none; }

#manager-footer .input .button.icon-upload {
  height: 48px;
  line-height: 48px;
  margin-top: 15px; }

#manager-footer .input .button.icon-upload > *:not(.ripple) {
  height: 100%;
  line-height: 48px;
  width: 100%;
  /* Uploader */ }

#fileuploadcontainer {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%; }

#fileupload #manager-footer {
  display: none; }

#uploadstartbutton .preloader {
  border: 3px solid rgba(0, 0, 0, 0.5);
  margin-right: -15px;
  margin-top: -10px;
  top: 50%;
  right: 50%; }

#uploadstartbutton .preloader::after {
  border-top-color: #000; }

.progress-extended {
  display: none;
  padding-left: 30px; }

.progress {
  bottom: -5px;
  min-height: 5px;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2; }

.fileupload-progress .progress {
  position: absolute; }

.progress-bar-success {
  background-color: #386900; }

.progress-bar {
  background-color: #78a92b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  min-height: 5px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0; }

.fade.in .progress-bar {
  opacity: 1; }

.file .progress {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.file .progress .progress-bar {
  background-color: #9ec8f7;
  height: 100%;
  opacity: 0.4; }

#dropzone {
  background-color: rgba(158, 200, 247, 0.5);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999; }

#uploader-footer {
  display: none;
  /* .filelistuploader #foldercontent.list .filecontainer {
	@include flexbox;
	box-shadow: none;
	padding: 5px;
	position: relative;
}

.filelistuploader #foldercontent.list .filecontainer .filename {
	left: 30px;
	position: absolute;
	text-align: left;
}

.filelistuploader #foldercontent.list .filecontainer .fileinfos {
	display: block;
	width: calc(100% - 310px);
	margin-left: 300px;
	position: absolute;
}

.filelistuploader #foldercontent.list .filecontainer .fileinfos i {
	text-align: left;
}

#foldercontenthead {
	border-bottom: 1px solid #ccc;
	padding: 7px 5px;
	position: relative;
	width: 100%;
}

#foldercontent.list #foldercontenthead .filename {
	left: 30px;
	position: absolute;
	text-align: left;
	font-weight: 700;
}

#foldercontent.list #foldercontenthead .fileinfos {
	display: block;
	width: calc(100% - 300px);
	margin-left: 300px;
}
#foldercontent.list #foldercontenthead .fileinfos i {
	text-align: left;
	font-weight: 700;
} */ }

.uploaderfancy .fancybox-content {
  height: calc(100vh - 100px) !important;
  width: calc(100vw - 100px) !important; }

.uploaderfancy .fancybox-content.fullscreen {
  height: 100% !important;
  margin: 0;
  width: 100% !important;
  /* New Template */ }

table .template-upload {
  position: relative; }

#contenteditor {
  height: 100%; }

#contenteditor #content {
  height: 100%;
  overflow: auto; }

#contenteditor div[class^="col-"] {
  margin-bottom: 20px; }

#manager-sidebar #newpage {
  font-size: 14px; }

#manager-sidebar #addnewpage {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #78a92b;
  cursor: pointer;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px; }

#manager-sidebar #addnewpage:hover {
  background-color: #78a92b;
  color: #efefef;
  /* Seiteneditor: Seitenstruktur */ }

#pagestructure .area-pagestructure {
  padding: 30px 35px; }

#pagestructure .area-pagestructure::after {
  clear: both;
  content: '';
  display: table; }

#pagestructure .area-header {
  background-color: #363639;
  cursor: move;
  height: 30px;
  position: relative; }

#pagestructure .area-header .area-settings {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

#pagestructure .area-header .area-settings:hover {
  opacity: 1; }

#pagestructure .area-header select {
  background-color: transparent;
  border: 0;
  border-right: 1px solid #fff;
  color: #fff;
  height: 28px;
  outline: none;
  padding: 0 10px; }

#pagestructure .area-header select option {
  color: #363639;
  height: 28px;
  line-height: 28px;
  padding: 0 10px; }

#pagestructure .area-addnew {
  display: block;
  opacity: 1;
  margin: 20px 0;
  text-align: center;
  width: 100%; }

#pagestructure .area-addnew span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #78a92b;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  width: 30px; }

#pagestructure .area-addnew span:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }

#pagestructure .area-addnew.big span {
  height: 50px;
  line-height: 50px;
  width: 50px; }

#pagestructure .area-fullscreencontainer, #pagestructure .area-section {
  background-color: #f3f3f3;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  min-height: 100px;
  margin-bottom: 50px;
  /* Fullscreencontainer */ }

#pagestructure .area-fullscreencontainer {
  border: 2px solid #eac14d; }

#pagestructure .area-fullscreencontainer .area-header {
  border-bottom: 2px solid #eac14d;
  /* Section */ }

#pagestructure .area-section {
  border: 2px solid #2ac9e6;
  float: left; }

#pagestructure .area-section.area11 {
  width: 100%; }

#pagestructure .area-section.area12 {
  width: 50%; }

#pagestructure .area-section.area13 {
  width: 33.33%; }

#pagestructure .area-section.area14 {
  width: 25%; }

#pagestructure .area-section .area-header {
  border-bottom: 2px solid #2ac9e6; }

#pagestructure .ui-sortable-placeholder {
  background-color: #f3f3f3 !important;
  border: 2px dashed #9ec8f7 !important;
  visibility: visible !important; }

.editorpage #manager-content {
  padding: 0; }

.editorpage .input {
  width: 100%; }

.editorpage label {
  color: #363639;
  font-weight: 700;
  margin-bottom: 7px;
  display: inline-block; }

.editorpage .input input {
  border: 1px solid #e8e8e8;
  padding: 0 15px;
  height: 36px;
  line-height: 36px; }

.chosen-container, .chosen-container-single .chosen-single {
  height: 36px;
  line-height: 34px; }

.editorpage .input input, .editorpage .input select, .chosen-container-single .chosen-single span {
  font-size: 16px; }

.editorpage .input input, .editorpage .chosen-container, .editorpage .textarea {
  width: 100%;
  background-color: #f7f7f7; }

.editorpage .mce-edit-area {
  background-color: #fff !important; }

.editorpage .mce-edit-area iframe {
  min-height: 180px; }

.editorpage .mce-toolbar .mce-container-body > div:first-child {
  display: inline-flex; }

.editorpage .mce-toolbar .mce-container-body > div:first-child::before {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 28px;
  width: 40px; }

.editorpage .lang.lang-de .mce-toolbar .mce-container-body > div:first-child::before {
  background-image: url('/library/images/icons/country_flags/de.png'); }

.editorpage .lang.lang-it .mce-toolbar .mce-container-body > div:first-child::before {
  background-image: url('/library/images/icons/country_flags/it.png'); }

.editorpage .lang.lang-en .mce-toolbar .mce-container-body > div:first-child::before {
  background-image: url('/library/images/icons/country_flags/gb.png'); }

.editorpage .input:not(:last-child) {
  margin-bottom: 20px; }

.editorpage #manager-sidebar {
  background-color: #e8e8e8; }

.editorpage #manager-sidebar .input .button {
  width: 100%; }

.mce-tinymce {
  border-radius: 0 !important;
  border: 1px solid #e8e8e8 !important; }

.mce-menubar {
  border-bottom: 1px solid #e8e8e8 !important; }

.mce-panel {
  background: transparent !important; }

.mce-statusbar {
  border-top: 1px solid #e8e8e8 !important; }

.mce-edit-area {
  border-top: 1px solid #e8e8e8 !important; }

.mce-btn {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important; }

.editorgallery {
  background-color: #f7f7f7;
  padding: 20px; }

.editorgallery .editorimage:not(.addnew) {
  cursor: move; }

.editorgallery .editorimage, .editorgallery .sortable-placeholder {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: inline-flex;
  height: 160px;
  margin-right: 3px;
  overflow: hidden;
  position: relative;
  width: 160px; }

.editorgallery .editorimage img {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto; }

.editorgallery .editorimage a {
  bottom: 0;
  cursor: default;
  left: 0;
  right: 0;
  position: absolute;
  top: 0; }

.editorgallery .editorimage.addnew {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px dashed #999;
  opacity: 0.6;
  outline: none;
  width: 160px; }

.editorgallery .editorimage.addnew:hover {
  opacity: 1;
  /* Navigation Tree */ }

#manager-sidebar #navigationtree ul {
  color: rgba(54, 54, 57, 0.8);
  font-size: 15px;
  margin: 0;
  margin-left: 30px !important;
  padding-bottom: 10px;
  position: relative;
  width: 100%; }

#manager-sidebar #navigationtree ul::before {
  background-color: #363639;
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: 1px;
  left: -2px; }

#manager-sidebar #navigationtree > ul.space {
  margin-left: 0 !important; }

#manager-sidebar #navigationtree ul li {
  position: relative; }

#manager-sidebar #navigationtree ul li::before {
  background-color: #363639;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 13px;
  width: 8px; }

#manager-sidebar #navigationtree ul li:first-child {
  margin-top: 5px; }

#manager-sidebar #navigationtree ul li.is-page, #manager-sidebar #navigationtree ul li.is-link {
  background-repeat: no-repeat;
  background-position: 15px 7px;
  position: relative;
  z-index: 2; }

#manager-sidebar #navigationtree ul li.ui-sortable-helper {
  margin-left: 1px !important; }

#manager-sidebar #navigationtree ul li.ui-sortable-placeholder {
  background-color: #fff;
  border: 1px dotted #ccc;
  display: block; }

#manager-sidebar #navigationtree ul li a {
  display: block;
  line-height: 25px;
  padding-left: 35px; }

#manager-sidebar #navigationtree ul li a:hover {
  color: #000;
  font-weight: 700; }

#manager-sidebar #navigationtree .route a {
  white-space: nowrap; }
