@charset "UTF-8";

/* node_modules/alertifyjs/build/css/alertify.min.css */
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}
.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize;
}
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-maximized .ajs-dialog,
.alertify.ajs-resizable .ajs-dialog {
  padding: 0;
}
.alertify.ajs-maximized .ajs-commands,
.alertify.ajs-resizable .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-maximized .ajs-header,
.alertify.ajs-resizable .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-maximized .ajs-body,
.alertify.ajs-resizable .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-maximized .ajs-body .ajs-content,
.alertify.ajs-resizable .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-maximized .ajs-footer,
.alertify.ajs-resizable .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}
.ajs-no-overflow {
  overflow: hidden !important;
  outline: 0;
}
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width:568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}
@-webkit-keyframes ajs-pulseIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, .95);
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, .95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, .95);
}
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, .5);
  border-top-right-radius: 2px;
}
.alertify-notifier.ajs-top {
  top: 10px;
}
.alertify-notifier.ajs-bottom {
  bottom: 10px;
}
.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}
.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}
.alertify-notifier.ajs-center {
  left: 50%;
}
.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}
.ajs-no-transition.alertify .ajs-dialog,
.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
@media (prefers-reduced-motion:reduce) {
  .alertify .ajs-dialog,
  .alertify .ajs-dimmer,
  .alertify .ajs-modal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/* node_modules/alertifyjs/build/css/themes/bootstrap.min.css */
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: .5;
}
.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius: 6px;
}
.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 18px;
}
.alertify .ajs-body {
  font-family: Roboto, sans-serif;
  color: #000;
}
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,
.alertify.ajs-resizable .ajs-content {
  top: 58px;
  bottom: 68px;
}
.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, .95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, .95);
  border-color: #999;
}

/* src/styles.scss */
@font-face {
  font-family: "Roboto-Bold";
  src: url("./media/Roboto-Bold-2P5AWGVH.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("./media/Roboto-Medium-KDTT2DBA.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./media/Roboto-Regular-NURAXECO.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("./media/Roboto-Light-NUWVDFI7.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("./media/Roboto-Thin-UNHKW4KN.ttf");
}
h2 {
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif;
}
.page-content p {
  font-size: 0.9em;
  line-height: 1.4em;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.base {
  position: fixed;
  width: 100%;
  overflow-y: auto;
  height: 100vh;
}
.theme--default .base {
  color: #111111;
  background: #EEEEEE;
}
.theme--dark .base {
  color: #FAFAFA;
  background: #111111;
}
html {
  font-size: 14px;
  background: #eeeeee;
  height: 100vh;
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif;
  background-attachment: fixed;
  caret-color: transparent;
}
body {
  margin: 0;
  overscroll-behavior-y: contain;
}
.viewport::ng-deep video {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.center {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
html:not(:root):-webkit-full-screen::backdrop,
body:not(:root):-webkit-full-screen::backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #ededed;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.font-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.font-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.mr-4 {
  margin-right: 4px;
}
.ml-4 {
  margin-left: 4px !important;
}
.p-8 {
  padding: 8px;
}
.p-16 {
  padding: 16px;
}
.p-15 {
  padding: 15px;
}
.p-tb-15 {
  padding: 15px;
}
.p-30 {
  padding: 30px;
}
.p-45 {
  padding: 45px;
}
.p-60 {
  padding: 60px;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: none;
  border-width: 0;
  border-color: coral;
  height: 1px;
  background-color: #dedede;
}
#content-wrapper {
  width: 100%;
  position: absolute;
  float: right;
  left: 0;
  transition: all 0.3s;
  overflow: hidden;
}
#content-wrapper.right {
  width: -webkit-calc(100% - 245px);
  width: -moz-calc(100% - 245px);
  width: calc(100% - 245px);
  left: 245px;
  overflow: hidden;
  transition: all 0.3s;
}
.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  float: left;
  clear: left;
  width: 100%;
  margin: 3px 0;
}
.divider.light {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.hidden {
  display: none !important;
}
.connectivityToast {
  -webkit-align-items: center;
  align-items: center;
  bottom: -48px;
  background-color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e8eaed;
  display: none;
  -webkit-box-flex: none;
  -webkit-flex: none;
  flex: none;
  height: 48px;
  left: 0;
  min-width: 256px;
  position: fixed;
  padding: 0 24px;
  -webkit-transition: bottom 200ms cubic-bezier(0.4, 0, 0.2, 1), min-width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 200ms cubic-bezier(0.4, 0, 0.2, 1), min-width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5000;
}
.connectivityToast.visible {
  bottom: 0;
  display: flex;
}
.btn-icon:focus,
.dashboard-item:focus {
  box-shadow: none;
  outline: none;
}
@media print {
  .print-hide {
    display: none;
  }
  .print-show {
    display: inherit !important;
  }
}
.accordion-card-group {
  cursor: pointer;
}
.accordion-card-header {
  background: #535353;
  color: #FFFFFF;
  padding: 8px 16px;
  border-bottom: 1px solid #FAFAFA;
}
.accordion-card-body {
  padding: 8px 16px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 80px;
  margin-bottom: 30px;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.icon.add.light,
.btn-icon.add.light,
.table-icon.add.light {
  background-image: url("./media/icon-add-light-128-ZKEGGAV7.png");
}
.icon.add-user.light,
.btn-icon.add-user.light,
.table-icon.add-user.light {
  background-image: url("./media/icon-add-user-light-128-FHF5F42K.png");
}
.icon.add-user.dark,
.btn-icon.add-user.dark,
.table-icon.add-user.dark {
  background-image: url("./media/icon-account-dark-128-NLPJRB3O.png");
}
.icon.add-data.light,
.btn-icon.add-data.light,
.table-icon.add-data.light {
  background-image: url("./media/icon-add-data-light-128-L7CNOTN6.png");
}
.icon.sample-label.light,
.btn-icon.sample-label.light,
.table-icon.sample-label.light {
  background-image: url("./media/icon-sample-label-light-128-7ONE2MFF.png");
}
.icon.arrow-down.dark,
.btn-icon.arrow-down.dark,
.table-icon.arrow-down.dark {
  background-image: url("./media/icon-arrow-down-dark-128-WYKWJCMD.png");
}
.icon.arrow-up.dark,
.btn-icon.arrow-up.dark,
.table-icon.arrow-up.dark {
  background-image: url("./media/icon-arrow-up-dark-128-3HF4TS7M.png");
}
.icon.print-new-label.light,
.btn-icon.print-new-label.light,
.table-icon.print-new-label.light {
  background-image: url("./media/icon-add-label-light-128-ZZUAXY4W.png");
}
.icon.account.light,
.btn-icon.account.light,
.table-icon.account.light {
  background-image: url("./media/icon-account-light-128-24F24QFQ.png");
}
.icon.account.dark,
.btn-icon.account.dark,
.table-icon.account.dark {
  background-image: url("./media/icon-account-dark-128-NLPJRB3O.png");
}
.icon.archive-trash.light,
.btn-icon.archive-trash.light,
.table-icon.archive-trash.light {
  background-image: url("./media/icon-archive-trash-light-128-NCW2O5HJ.png");
}
.icon.archive.light,
.btn-icon.archive.light,
.table-icon.archive.light {
  background-image: url("./media/icon-archive-light-128-WJ2SZ7BR.png");
}
.icon.calendar.light,
.btn-icon.calendar.light,
.table-icon.calendar.light {
  background-image: url("./media/icon-calendar-light-128-JPRE5M5N.png");
}
.icon.calendar.dark,
.btn-icon.calendar.dark,
.table-icon.calendar.dark {
  background-image: url("./media/icon-calendar-dark-128-XMLBZOEX.png");
}
.icon.recover-task.light,
.btn-icon.recover-task.light,
.table-icon.recover-task.light {
  background-image: url("./media/icon-recover-task-light-128-3ASWQJN6.png");
}
.icon.recover-task.dark,
.btn-icon.recover-task.dark,
.table-icon.recover-task.dark {
  background-image: url("./media/icon-recover-task-light-128-3ASWQJN6.png");
}
.icon.company.light,
.btn-icon.company.light,
.table-icon.company.light {
  background-image: url("./media/icon-company-light-128-AVKEBHAE.png");
}
.icon.company.dark,
.btn-icon.company.dark,
.table-icon.company.dark {
  background-image: url("./media/icon-company-dark-128-VHVNFGOT.png");
}
.icon.contacts.light,
.btn-icon.contacts.light,
.table-icon.contacts.light {
  background-image: url("./media/icon-contacts-light-128-EXLHNX66.png");
}
.icon.contacts.dark,
.btn-icon.contacts.dark,
.table-icon.contacts.dark {
  background-image: url("./media/icon-contacts-dark-128-AUWUAY5V.png");
}
.icon.dashboard.light,
.btn-icon.dashboard.light,
.table-icon.dashboard.light {
  background-image: url("./media/icon-dashboard-light-128-N3KKG6AL.png");
}
.icon.dashboard.dark,
.btn-icon.dashboard.dark,
.table-icon.dashboard.dark {
  background-image: url("./media/icon-dashboard-dark-128-WLCJOG52.png");
}
.icon.documents.light,
.btn-icon.documents.light,
.table-icon.documents.light {
  background-image: url("./media/icon-documents-light-128-QHSF2WLP.png");
}
.icon.documents.dark,
.btn-icon.documents.dark,
.table-icon.documents.dark {
  background-image: url("./media/icon-documents-dark-128-VL5NLPWQ.png");
}
.icon.download.light,
.btn-icon.download.light,
.table-icon.download.light {
  background-image: url("./media/icon-download-light-128-SCGMQFFG.png");
}
.icon.download.dark,
.btn-icon.download.dark,
.table-icon.download.dark {
  background-image: url("./media/icon-download-dark-128-HBQJ6NCC.png");
}
.icon.downloads.light,
.btn-icon.downloads.light,
.table-icon.downloads.light {
  background-image: url("./media/icon-downloads-light-128-HPVFKESR.png");
}
.icon.edit.light,
.btn-icon.edit.light,
.table-icon.edit.light {
  background-image: url("./media/icon-edit-light-128-YEZHVMS6.png");
}
.icon.edit-data.light,
.btn-icon.edit-data.light,
.table-icon.edit-data.light {
  background-image: url("./media/icon-edit-data-light-128-IF3ITA53.png");
}
.icon.expand-table.light,
.btn-icon.expand-table.light,
.table-icon.expand-table.light {
  background-image: url("./media/icon-expand-table-light-128-RVQSI7OB.png");
}
.icon.export-data.light,
.btn-icon.export-data.light,
.table-icon.export-data.light {
  background-image: url("./media/icon-export-data-light-128-QWPF36IV.png");
}
.icon.export-pdf.light,
.btn-icon.export-pdf.light,
.table-icon.export-pdf.light {
  background-image: url("./media/icon-export-pdf-light-128-OPAMBEXI.png");
}
.icon.finish.light,
.btn-icon.finish.light,
.table-icon.finish.light {
  background-image: url("./media/icon-finish-light-128-KH22UUQX.png");
}
.icon.fullscreen.light,
.btn-icon.fullscreen.light,
.table-icon.fullscreen.light {
  background-image: url("./media/icon-fullscreen-light-128-WFYFWZ2O.png");
}
.icon.image.light,
.btn-icon.image.light,
.table-icon.image.light {
  background-image: url("./media/icon-image-light-128-OYFYGR3Y.png");
}
.icon.import-data.light,
.btn-icon.import-data.light,
.table-icon.import-data.light {
  background-image: url("./media/icon-import-data-light-128-SDEWRDZ4.png");
}
.icon.list.light,
.btn-icon.list.light,
.table-icon.list.light {
  background-image: url("./media/icon-list-light-128-5SCCTFNE.png");
}
.icon.load-all.light,
.btn-icon.load-all.light,
.table-icon.load-all.light {
  background-image: url("./media/icon-load-all-light-128-P2Q2N54V.png");
}
.icon.logout.light,
.btn-icon.logout.light,
.table-icon.logout.light {
  background-image: url("./media/icon-logout-light-128-BL4ZUVAA.png");
}
.icon.message-new.light,
.btn-icon.message-new.light,
.table-icon.message-new.light {
  background-image: url("./media/icon-mail-new-light-128-KVJKO7C6.png");
}
.icon.message-unread.light,
.btn-icon.message-unread.light,
.table-icon.message-unread.light {
  background-image: url("./media/icon-mail-unread-light-128-K5VCI4L5.png");
}
.icon.message-unread.dark,
.btn-icon.message-unread.dark,
.table-icon.message-unread.dark {
  background-image: url("./media/icon-mail-unread-dark-128-K24GQVDM.png");
}
.icon.message-unread.blue,
.btn-icon.message-unread.blue,
.table-icon.message-unread.blue {
  background-image: url("./media/icon-mail-unread-blue-128-MN6YHWFF.png");
}
.icon.message-read.light,
.btn-icon.message-read.light,
.table-icon.message-read.light {
  background-image: url("./media/icon-mail-unread-light-128-K5VCI4L5.png");
}
.icon.message-read.dark,
.btn-icon.message-read.dark,
.table-icon.message-read.dark {
  background-image: url("./media/icon-mail-unread-dark-128-K24GQVDM.png");
}
.icon.message-read.grey,
.btn-icon.message-read.grey,
.table-icon.message-read.grey {
  background-image: url("./media/icon-mail-unread-grey-128-UO6OEMMJ.png");
}
.icon.message-inbox.light,
.btn-icon.message-inbox.light,
.table-icon.message-inbox.light {
  background-image: url("./media/icon-mail-inbox-light-128-EYVLPVTJ.png");
}
.icon.message-outbox.light,
.btn-icon.message-outbox.light,
.table-icon.message-outbox.light {
  background-image: url("./media/icon-mail-outbox-light-128-G3LMIGXG.png");
}
.icon.more.light,
.btn-icon.more.light,
.table-icon.more.light {
  background-image: url("./media/icon-more-light-128-7IYYRLJC.png");
}
.icon.next.light,
.btn-icon.next.light,
.table-icon.next.light {
  background-image: url("./media/icon-next-light-128-UXWI433C.png");
}
.icon.notes.light,
.btn-icon.notes.light,
.table-icon.notes.light {
  background-image: url("./media/icon-notes-light-128-B3EFZ5LV.png");
}
.icon.new-analysis.light,
.btn-icon.new-analysis.light,
.table-icon.new-analysis.light {
  background-image: url("./media/icon-new-analysis-light-128-IER6BCPL.png");
}
.icon.new-analyses.light,
.btn-icon.new-analyses.light,
.table-icon.new-analyses.light {
  background-image: url("./media/icon-new-analyses-light-128-7G55ZGYW.png");
}
.icon.previous.light,
.btn-icon.previous.light,
.table-icon.previous.light {
  background-image: url("./media/icon-previous-light-128-MZWFUXNY.png");
}
.icon.print.light,
.btn-icon.print.light,
.table-icon.print.light {
  background-image: url("./media/icon-print-light-128-SYNL4PPE.png");
}
.icon.refresh.light,
.btn-icon.refresh.light,
.table-icon.refresh.light {
  background-image: url("./media/icon-refresh-light-128-VXF62B4F.png");
}
.icon.reset-password.light,
.btn-icon.reset-password.light,
.table-icon.reset-password.light {
  background-image: url("./media/icon-reset-password-light-128-EC5THZ6L.png");
}
.icon.save.light,
.btn-icon.save.light,
.table-icon.save.light {
  background-image: url("./media/icon-save-light-128-FGO6VG5D.png");
}
.icon.scan-lab-sample.light,
.btn-icon.scan-lab-sample.light,
.table-icon.scan-lab-sample.light {
  background-image: url("./media/icon-scan-lab-sample-light-128-KZEZF5RE.png");
}
.icon.search-lab-sample-qr.light,
.btn-icon.search-lab-sample-qr.light,
.table-icon.search-lab-sample-qr.light {
  background-image: url("./media/icon-search-lab-sample-qr-light-128-QKSAESAY.png");
}
.icon.search.light,
.btn-icon.search.light,
.table-icon.search.light {
  background-image: url("./media/icon-search-light-128-EVHS3LKH.png");
}
.icon.search-document.light,
.btn-icon.search-document.light,
.table-icon.search-document.light {
  background-image: url("./media/icon-search-document-light-128-B4SRVIDE.png");
}
.icon.settings.light,
.btn-icon.settings.light,
.table-icon.settings.light {
  background-image: url("./media/icon-settings-light-128-SG7SBYWD.png");
}
.icon.settings.dark,
.btn-icon.settings.dark,
.table-icon.settings.dark {
  background-image: url("./media/icon-settings-dark-128-NX2QLTZL.png");
}
.icon.share.light,
.btn-icon.share.light,
.table-icon.share.light {
  background-image: url("./media/icon-share-light-128-23GWBTAP.png");
}
.icon.sidemenu.light,
.btn-icon.sidemenu.light,
.table-icon.sidemenu.light {
  background-image: url("./media/icon-menu-light-128-2HUSMZOH.png");
}
.icon.signature.light,
.btn-icon.signature.light,
.table-icon.signature.light {
  background-image: url("./media/icon-signature-light-128-O253XSM7.png");
}
.icon.sort-data.light,
.btn-icon.sort-data.light,
.table-icon.sort-data.light {
  background-image: url("./media/icon-sort-data-light-128-LETRHGFE.png");
}
.icon.statistics.line.light,
.btn-icon.statistics.line.light,
.table-icon.statistics.line.light {
  background-image: url("./media/icon-statistics-line-light-128-TM4NVD2P.png");
}
.icon.statistics.line.dark,
.btn-icon.statistics.line.dark,
.table-icon.statistics.line.dark {
  background-image: url("./media/icon-statistics-line-dark-128-J3KFUCCC.png");
}
.icon.statistics.cake.light,
.btn-icon.statistics.cake.light,
.table-icon.statistics.cake.light {
  background-image: url("./media/icon-statistics-cake-light-128-6GMVNSXQ.png");
}
.icon.statistics.cake.dark,
.btn-icon.statistics.cake.dark,
.table-icon.statistics.cake.dark {
  background-image: url("./media/icon-statistics-cake-dark-128-5MJIENDS.png");
}
.icon.storage.light,
.btn-icon.storage.light,
.table-icon.storage.light {
  background-image: url("./media/icon-storage-light-128-UH7XNDUF.png");
}
.icon.tasks.light,
.btn-icon.tasks.light,
.table-icon.tasks.light {
  background-image: url("./media/icon-tasks-light-128-DMKQ6PXD.png");
}
.icon.transaction.light,
.btn-icon.transaction.light,
.table-icon.transaction.light {
  background-image: url("./media/icon-transaction-light-128-JNPOQMCE.png");
}
.icon.trash.light,
.btn-icon.trash.light,
.table-icon.trash.light {
  background-image: url("./media/icon-trash-light-128-VALNBRXR.png");
}
.icon.trash-cancellation.light,
.btn-icon.trash-cancellation.light,
.table-icon.trash-cancellation.light {
  background-image: url("./media/icon-trash-cancellation-light-128-R5Q75WUP.png");
}
.icon.trash-small.light,
.btn-icon.trash-small.light,
.table-icon.trash-small.light {
  background-image: url("./media/icon-trash-small-light-128-KTQPD3Z3.png");
}
.icon-big {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .icon-big {
    margin-top: 25px;
  }
}
.icon-big.add-facility-task {
  background-image: url("./media/icon-dashboard-add-facility-task-LHBYBYUQ.png");
  background-size: cover;
}
.icon-big.add-inventory-item {
  background-image: url("./media/icon-dashboard-add-inventory-item-BSQRXFBT.png");
  background-size: cover;
}
.icon-big.administration {
  background-image: url("./media/icon-dashboard-administration-P6EFUDEV.png");
  background-size: cover;
}
.icon-big.analyses {
  background-image: url("./media/icon-dashboard-analyses-I6QXETDQ.png");
  background-size: cover;
}
.icon-big.analyses-data {
  background-image: url("./media/icon-dashboard-analyses-data-25L6TBIM.png");
  background-size: cover;
}
.icon-big.android {
  background-image: url("./media/icon-dashboard-android-KHKYDOZD.png");
  background-size: cover;
}
.icon-big.barcode {
  background-image: url("./media/icon-dashboard-barcode-JR2FQJIU.png");
  background-size: cover;
}
.icon-big.change-location-inventory {
  background-image: url("./media/icon-dashboard-change-location-inventory-45PD7WMB.png");
  background-size: cover;
}
.icon-big.downloads {
  background-image: url("./media/icon-dashboard-downloads-ADM4LTJZ.png");
  background-size: cover;
}
.icon-big.gas-management {
  background-image: url("./media/icon-dashboard-gas-management-DLIYJLVA.png");
  background-size: cover;
}
.icon-big.facility-management {
  background-image: url("./media/icon-dashboard-facility-management-5CEY7KUA.png");
  background-size: cover;
}
.icon-big.inspections {
  background-image: url("./media/icon-dashboard-inspections-HKIP3PV2.png");
  background-size: cover;
}
.icon-big.inventory {
  background-image: url("./media/icon-dashboard-inventory-HG573DJD.png");
  background-size: cover;
}
.icon-big.lims {
  background-image: url("./media/icon-dashboard-lims-CUTHKF7I.png");
  background-size: cover;
}
.icon-big.projects {
  background-image: url("./media/icon-dashboard-projects-administration-R6EUX2QW.png");
  background-size: cover;
}
.icon-big.reports {
  background-image: url("./media/icon-dashboard-reports-NTM7BD7R.png");
  background-size: cover;
}
.icon-big.user-management {
  background-image: url("./media/icon-dashboard-user-management-TVDPF3U5.png");
  background-size: cover;
}
.icon-big.scan-lab-sample {
  background-image: url("./media/icon-dashboard-scan-analysis-VYFJ4NW4.png");
  background-size: cover;
}
.icon-big.scan-inventory {
  background-image: url("./media/icon-dashboard-scan-inventory-7LJDK6QE.png");
  background-size: cover;
}
.icon-big.sample-database {
  background-image: url("./media/icon-dashboard-sample-database-NHBF3RDH.png");
  background-size: cover;
}
.icon-big.sample-label {
  background-image: url("./media/icon-dashboard-sample-label-JR3X6UWB.png");
  background-size: cover;
}
.icon-big.settings {
  background-image: url("./media/icon-dashboard-settings-7I6XOXKF.png");
  background-size: cover;
}
.icon-big.tenant-management {
  background-image: url("./media/icon-tenant-management-light-500-RVJZCWQJ.png");
  background-size: cover;
}
.icon-big.user-profile {
  background-image: url("./media/icon-dashboard-user-profile-ANVB7AT7.png");
  background-size: cover;
}
.icon-big.storage {
  background-image: url("./media/icon-storage-light-128-UH7XNDUF.png");
  background-size: cover;
}
.icon-big.search-document {
  background-image: url("./media/icon-search-document-light-128-B4SRVIDE.png");
  background-size: cover;
}
.icon-big.selection-list {
  background-image: url("./media/icon-dashboard-selection-list-ZFQHIW7L.png");
  background-size: cover;
}
.icon-big.transactions {
  background-image: url("./media/icon-transaction-light-128-JNPOQMCE.png");
  background-size: cover;
}
.icon-big.edit-data {
  background-image: url("./media/icon-edit-data-light-128-IF3ITA53.png");
  background-size: cover;
}
.card {
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 0 2px rgba(0, 0, 0, 0.12);
  z-index: 201;
  height: -webkit-calc(height - 45px);
  height: -moz-calc(height - 145px);
  height: calc(height - 145px);
}
.theme--default .card {
  background-color: #FFFFFF;
  color: #111111;
  border: 0px solid transparent;
}
.theme--dark .card {
  background-color: #222222;
  color: #FAFAFA;
  border: 1px solid #333333;
}
.card .footer {
  position: relative;
  height: 26px;
  z-index: 200;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #ededed;
}
.theme--default .card .footer {
  background: #FFFFFF;
  color: #111111;
}
.theme--dark .card .footer {
  background: #191919;
  color: #FAFAFA;
}
.card .footer p {
  color: #666666;
}
.card .toolbar {
  position: relative;
  width: 100%;
  height: 56px;
  z-index: 200;
}
.theme--default .card .toolbar {
  background-image:
    linear-gradient(
      0deg,
      #0d0d0d 0%,
      #333333 100%);
  background-color: transparent;
}
.theme--dark .card .toolbar {
  background-image: none;
  background-color: #000000;
}
.card .toolbar .title {
  float: left;
}
.card .toolbar .title h3 {
  color: #fafafa;
  font-family:
    "Roboto-Thin",
    Geneva,
    Tahoma,
    sans-serif;
  font-size: 22px;
  padding: 12px 32px 12px 16px;
  margin: 0;
}
.card .toolbar .title h3 span {
  font-size: 18px;
}
.card .toolbar .searchbar {
  float: left;
}
.card .toolbar .searchbar,
.card .toolbar .selectbar {
  width: 510px;
}
.card .toolbar .searchbar .search-fields,
.card .toolbar .selectbar .search-fields {
  width: 480px;
}
.card .toolbar .searchbar .select,
.card .toolbar .selectbar .select {
  float: left;
  width: 300px;
  height: 32px;
  margin: 12px 0 12px 16px;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 4px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  -o-border-image: none;
  border-image: none;
  font-size: 14px;
  border-radius: 16px;
}
.theme--default .card .toolbar .searchbar .select,
.theme--default .card .toolbar .selectbar .select {
  background: #FFFFFF;
  color: #29303b;
}
.theme--dark .card .toolbar .searchbar .select,
.theme--dark .card .toolbar .selectbar .select {
  background: transparent;
  color: #EEEEEE;
}
.card .toolbar .searchbar .select:focus,
.card .toolbar .selectbar .select:focus {
  outline: none;
}
.card .toolbar .searchbar .select.search,
.card .toolbar .selectbar .select.search {
  width: 150px;
  border-radius: 16px 0 0 16px;
}
.card .toolbar .searchbar .input.search,
.card .toolbar .selectbar .input.search {
  float: left;
  width: 250px;
}
.card .toolbar .searchbar .btn-icon.search,
.card .toolbar .selectbar .btn-icon.search {
  float: left;
}
.card .toolbar .pagination-bar {
  float: left;
}
.card .toolbar .pagination-bar .btn-icon {
  float: left;
}
.card .toolbar .btn-bar .btn {
  height: inherit;
}
.card .toolbar .btn-bar .btn.icon {
  padding: 8px 0 8px 8px;
}
.card .toolbar .btn-bar .btn:hover,
.card .toolbar .btn-bar .btn:focus {
  background: rgba(0, 0, 0, 0.2) !important;
}
.card .content.table-card {
  height: 74vh;
  overflow: hidden;
}
.card.cutted .toolbar:before,
.card.cutted .toolbar:after {
  content: "";
  position: absolute;
  z-index: 202;
  left: 0;
  right: 0;
  bottom: 100%;
  top: 40px;
  border-left: 16px solid transparent;
}
.theme--default .card.cutted .toolbar:before,
.theme--default .card.cutted .toolbar:after {
  border-bottom: 16px solid #FFFFFF;
}
.theme--dark .card.cutted .toolbar:before,
.theme--dark .card.cutted .toolbar:after {
  border-bottom: 16px solid #222222;
}
.card.cutted .toolbar h3 {
  padding: 8px 8px 8px 16px;
  font-size: 18px;
  margin: 0;
  color: #fafafa;
  font-family:
    "Roboto-Thin",
    Geneva,
    Tahoma,
    sans-serif;
  display: inline-block;
}
.card.cutted .toolbar .toolbar-buttons {
  float: right;
}
.card.cutted:after {
  bottom: auto;
  top: 100%;
  border-bottom: none;
}
.card .info-box .item {
  width: 100%;
  font-size: 0.9em;
  line-height: 2.7em;
  border-top: 1px solid #f2f2f2;
}
.card .info-box .item span {
  font-weight: bold;
  width: 120px;
  display: inline-block;
}
.theme--default .card-header {
  background-image:
    linear-gradient(
      0deg,
      #0d0d0d 0%,
      #333333 100%);
  background-color: transparent;
}
.theme--dark .card-header {
  background-image: none;
  background-color: #000000;
}
.card-header .btn-bar {
  position: absolute;
  right: 16px;
  top: 16px;
}
.card-header .btn-bar .btn-icon {
  width: 32px;
  height: 32px;
  margin: 8px 0;
  padding: 20px;
  background-size: 20px;
  background-position: top;
  float: right;
}
.horizontal-form-btn {
  height: 37px !important;
  margin: 37px 8px 10px 0px !important;
  width: 100%;
}
button.btn-icon {
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
a.btn {
  text-decoration: none;
}
.btn {
  position: relative;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 8px 16px;
  background: #000000;
  border-radius: 0px;
  border-width: 0;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif !important;
  color: #ecf0f1;
  transition: background-color 0.3s;
}
.theme--default .btn {
  background: #1a1a1a;
}
.theme--dark .btn {
  background: #45aaf2;
}
.btn::selection {
  background: transparent;
}
.btn.btn-secondary {
  background: #45aaf2;
}
.btn.full {
  width: 100%;
}
.btn.icon {
  border-radius: 0px !important;
  background-color: transparent;
  margin: 0;
  padding: 8px 0;
}
.btn.icon .icon {
  width: auto;
  height: 32px;
  background-size: 32px;
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  padding-left: 36px;
}
.btn.clear {
  background: transparent;
  color: #000000;
}
.btn.clear:hover,
.btn.clear .btn.orange:focus {
  background: rgba(170, 170, 170, 0.1);
}
.btn.clear:focus {
  background: transparent;
}
.btn.clear:before {
  content: "";
  background: rgba(170, 170, 170, 0.2);
}
.btn.clear.full {
  width: 100%;
}
.btn.clear.bordered {
  padding: 7px 16px;
  border: 1px solid #000000;
}
.btn.danger {
  background: #fc5c65 !important;
  color: #ecf0f1;
}
.btn.danger:hover {
  background: #fb2a36;
}
.btn.danger:before {
  content: "";
  background: rgba(170, 170, 170, 0.2);
}
.btn:hover,
.btn:focus {
  background: #1a1a1a;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #75c0f5;
}
.btn > * {
  position: relative;
}
.btn span {
  display: block;
  padding: 12px 24px;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.button-bar {
  padding: 0;
  margin: 0;
  text-align: right;
  border-top: 1px solid #ededed;
}
.button-bar .btn {
  color: #FAFAFA;
  margin: 16px 8px 14px 0;
}
.theme--default .button-bar .btn {
  background: #1a1a1a;
}
.theme--dark .button-bar .btn {
  background: #45aaf2;
}
.button-bar .btn:first-child {
  margin-left: 16px !important;
}
.button-bar .btn:last-child {
  margin-right: 16px !important;
}
.button-bar .btn.clear {
  background: transparent;
}
.theme--default .button-bar .btn.clear {
  color: #000000;
}
.theme--dark .button-bar .btn.clear {
  color: #45aaf2;
}
.button-bar .btn.clear:hover,
.button-bar .btn.clear .btn.orange:focus {
  background: rgba(170, 170, 170, 0.1);
}
.button-bar .btn.clear:before {
  content: "";
  background: rgba(170, 170, 170, 0.2);
}
button:disabled {
  background-color: #999999 !important;
}
button:disabled.btn.clear {
  background: transparent !important;
  color: #999999 !important;
}
.btn-icon {
  width: 24px;
  height: 24px;
  margin: 8px;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  margin: 13px 16px;
}
.card.cutted .toolbar .btn-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  margin: 4px 0;
  float: right;
  padding: 16px;
  background-size: 16px;
  background-position: center;
  border-radius: 50%;
  transition: all 0.2s;
}
.card.cutted .toolbar .btn-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.card.cutted .toolbar .btn-icon:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.card.cutted .toolbar .btn-icon:active {
  background-color: transparent;
}
.card.cutted .toolbar .btn-icon:first-child {
  margin-right: 16px;
}
.card .toolbar .btn-icon {
  width: 32px;
  height: 32px;
  margin: 8px 2px;
  padding: 20px;
  background-size: 24px;
  background-position: center;
  float: right;
  border-radius: 50%;
}
.card .toolbar .btn-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.card .toolbar .btn-icon:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.card .toolbar .btn-icon:active {
  background-color: transparent;
}
.card .toolbar .btn-bar .btn-icon:first-child {
  margin-right: 16px;
}
#MicrosoftLoginBtn {
  margin: 16px 26px 15px 26px !important;
}
.theme--default #MicrosoftLoginBtn {
  border: 1px solid #333333;
  color: #000000;
}
.theme--dark #MicrosoftLoginBtn {
  border: 1px solid #45aaf2;
  color: #45aaf2;
}
.input {
  height: 32px;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  caret-color: #666;
  cursor: text;
  padding: 4px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  border-image: none;
  font-size: 14px;
}
.theme--default .input {
  background: #FFFFFF;
  color: #29303b;
}
.theme--dark .input {
  background: transparent;
  color: #EEEEEE;
}
.input:active,
.input:focus {
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  cursor: text;
  border-width: 1px;
  border-style: solid;
  border-color: #45aaf2;
  border-image: none;
  box-shadow: 0;
  outline: -webkit-focus-ring-color auto 0px;
  outline-offset: 0px;
}
.input.search {
  margin: 12px 4px 12px 2px;
  border-radius: 0 16px 16px 0;
}
.input.pagination {
  float: left;
  width: 50px;
  text-align: center;
}
.input.pagination.left {
  margin: 12px 0 12px 4px;
  border-radius: 16px 0 0 16px;
}
.input.pagination.right {
  margin: 12px 4px 12px 0;
  border-radius: 0 16px 16px 0;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  cursor: pointer;
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif !important;
}
select option {
  background: white !important;
  color: black !important;
}
.theme--default select option {
  background: #FFFFFF;
  color: #222222;
}
.theme--dark select option {
  background: #111111;
  color: #FAFAFA;
}
input::placeholder,
select::placeholder {
  color: #aaa;
}
input:disabled,
select:disabled {
  opacity: 1;
  caret-color: transparent;
}
[type=date] {
  background: transparent url("./media/icon-calendar-dark-CYKMVL4H.svg") 99% 50% no-repeat !important;
  background-size: contain !important;
}
[type=date]::-webkit-inner-spin-button {
  display: none;
}
[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
user agent stylesheet input,
textarea,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 11px system-ui;
}
textarea.spezifikation {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
}
.image-box-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 100% !important;
  flex-wrap: inherit;
}
.image-box-wrapper.vertical {
  flex-direction: column;
}
.image-box-wrapper.vertical .image-box {
  margin: 16px 0 0 16px;
}
.image-box-wrapper .image-box {
  background: transparent url("./media/inventory-image-placeholder-EMT4UO36.png") no-repeat center;
  background-size: contain;
  width: 116px;
  height: 116px;
  margin: 0 16px 16px 0;
  flex-direction: row;
  border: 1px solid #ccc;
  position: relative;
}
.image-box-wrapper .image-box img {
  max-width: 114px;
  height: 114px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.image-box-wrapper .image-box span {
  margin-left: -25px;
  float: left;
  background-color: rgba(0, 0, 0, 0.7);
}
.image-box-wrapper .image-box .btn-icon {
  width: 22px;
  height: 22px !important;
  padding: 12px;
  background-size: 16px;
  background-position: center;
  float: none;
  margin: 8px;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .image-box-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .image-box-wrapper .image-box {
    margin: 0 0px 16px 0;
    flex-direction: row;
    border: 1px solid #ccc;
    position: relative;
  }
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #444444;
}
.checkbox:hover + label:before {
  background: #666666;
}
.checkbox:checked + label:before {
  background: #333333;
}
.checkbox:disabled + label {
  cursor: auto;
}
.checkbox:disabled:checked + label:before {
  box-shadow: none;
  background: #666;
}
.checkbox:disabled + label:before {
  box-shadow: none;
  background: #dedede;
}
.checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  transform: rotate(45deg);
}
.image-container {
  width: calc(100% - 48px);
  margin: 0 24px;
  height: 300px;
  position: relative;
}
.theme--default .image-container {
  background-color: #ededed;
}
.theme--dark .image-container {
  background-color: #444444;
}
.image-container img {
  max-width: 100%;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-container .btn-icon {
  width: 32px;
  height: 32px !important;
  padding: 20px;
  background-size: 24px;
  background-position: center;
  float: none;
  border-radius: 50%;
  margin: 8px;
  z-index: 3000;
  background-color: #222;
  border: 1px solid #999;
  position: absolute;
  top: 0;
  right: 0;
}
mat-select:focus {
  outline: none;
  border: 1px solid #c4c5c7 !important;
}
.mat-select-arrow {
  color: transparent;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #45aaf2;
}
.theme--default .mat-select-value {
  color: #29303b;
  background-color: #FFFFFF !important;
}
.theme--dark .mat-select-value {
  color: #EEEEEE;
  background-color: transparent !important;
}
.theme--default .mat-select-disabled .mat-select-value {
  color: #29303b;
  background-color: #FFFFFF !important;
}
.theme--dark .mat-select-disabled .mat-select-value {
  color: #EEEEEE;
  background-color: transparent !important;
}
form > .category {
  margin: 12px 0 -8px 22px;
}
.form-fields-wrapper h3 {
  margin: 0 !important;
  padding: 4px 0 12px 8px;
  font-size: 1.3em;
}
textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 30px;
  width: 100%;
  height: 100px;
  padding: 8px;
  line-height: 18px;
}
textarea.form-control.inline {
  width: calc(100% - 145px);
  min-width: auto;
}
.form-control-button {
  margin: 0;
  margin-left: 8px;
  height: 32px;
  width: 32px;
  background-position: center;
  border: none;
  position: absolute;
}
.theme--default .form-control-button {
  background-color: #1a1a1a;
}
.theme--dark .form-control-button {
  background-color: #45aaf2;
}
.form-control {
  height: 32px;
  padding: 8px 8px;
  font-size: 14px;
  line-height: 14px;
  caret-color: #999;
  display: inline-block;
  width: 100%;
  background-image: none;
  border: 1px solid #c4c5c7;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.08s, box-shadow ease-in-out 0.08s;
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif !important;
}
.theme--default .form-control {
  color: #29303b;
  background-color: #FFFFFF;
}
.theme--dark .form-control {
  color: #EEEEEE;
  background-color: transparent;
}
.form-control:focus {
  outline: none;
  border: 1px solid #45aaf2;
}
.form-control.is-invalid {
  border-color: #fc5c65;
}
.form-control.inline {
  width: calc(100% - 145px);
}
.form-control.inline.bc {
  width: calc(100% - 185px);
}
.form-control.bc {
  width: calc(100% - 40px);
}
.form-control.right {
  display: block;
  min-width: auto;
  max-width: auto;
  width: auto;
  float: right;
}
.form-control-table.inline {
  width: calc(100% - 145px);
  display: inline-block;
}
.form-control-table.inline input {
  width: calc(100% - 153px);
}
.form-control-table.inline button.add {
  width: 120px;
  margin: 0;
  float: right;
  height: 32px;
}
.form-control-table.inline button.delete {
  width: 32px;
  margin: 0 0 0 1px;
  float: right;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
}
.form-control-table.inline table {
  width: 100%;
  border: none;
  border-left: 1px solid #c4c5c7;
  border-right: 1px solid #c4c5c7;
  border-bottom: 1px solid #c4c5c7;
}
.form-control-table.inline table tbody tr td.selected {
  background-color: rgba(230, 230, 230, 0.9019607843);
  color: #222222;
}
.form-control-table.inline table tbody tr .value {
  float: left;
  width: calc(100% - 52px);
  padding: 5px;
}
.form-control-table.inline table tbody tr .icon-box {
  display: none;
  background-color: transparent;
  width: 52px;
  float: right;
}
.form-control-table.inline table tbody tr .icon-box div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px;
  padding: 11px;
  margin: 0 4px 0 0;
  background-position: center;
}
.form-control-table.inline table tbody tr:hover .icon-box {
  display: inline-block;
}
.form-field-container {
  padding: 8px;
}
.form-field-container label {
  font-size: 13px;
  margin: -1px;
  padding-bottom: 6px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
  max-width: 100%;
  font-weight: 100;
}
.theme--default .form-field-container label {
  color: #1a1a1a;
}
.theme--dark .form-field-container label {
  color: #CCCCCC;
}
.form-field-container label.inline {
  display: inline-block;
  width: 145px;
  vertical-align: top;
  padding: 5px 0 0 0;
}
.form-field-container table {
  width: calc(100% - 145px);
  border: 1px solid #c4c5c7;
  display: inline-block;
}
.form-field-container table tbody > tr:last-of-type {
  border-bottom: none;
}
.form-field-container table tbody > tr > td {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 14px;
}
.form-field-container .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fc5c65;
}
.form-field-container .hint {
  color: #666;
  font-style: italic;
  font-size: 80%;
}
.form-field-container .help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #929292;
}
.form-fields-wrapper {
  padding: 16px;
}
.form-wrapper {
  background: #fff;
  position: relative;
  min-height: 600px;
}
.form-wrapper h2 {
  color: #fafafa;
  text-align: center;
  line-height: 1 !important;
  font-weight: 700 !important;
  font-size: 22px;
  padding: 20px 0 3px;
  margin: 0;
}
.form-wrapper h3 {
  font-size: 15px;
  font-weight: 300;
  color: #dedede;
  text-align: center;
  padding: 0 0 15px;
  line-height: 25px;
  margin: 0;
}
.submit-row {
  width: 100%;
  overflow: auto;
  display: flex;
}
.submit-row button {
  flex: auto;
}
.submit-row input {
  display: inline-block;
}
.table-container {
  width: 100%;
  height: 74vh;
  overflow: auto;
  border-radius: 0 0 3px 3px;
  transition: all 0.5s;
  top: 56px;
  position: absolute;
}
.table-container.relative {
  position: relative;
}
.table-container.filter {
  height: calc(75vh - 80px);
  transition: all 0.5s;
}
.table {
  width: 100%;
  color: #222222;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
  position: relative;
  border-collapse: collapse;
}
.theme--default .table {
  color: #111111;
}
.theme--dark .table {
  color: #FAFAFA;
}
.table p {
  text-align: start;
  width: 100%;
  padding-left: 16px;
  color: #888;
  font-style: italic;
  font-size: 1em;
}
.table thead {
  text-align: left;
  font-size: 0.9em;
  line-height: 2em;
  padding: 0 16px 0 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.theme--default .table thead {
  border-bottom: 1px solid #29323a;
  color: #111111;
}
.theme--dark .table thead {
  border-bottom: 1px solid #ededed;
  color: #FAFAFA;
}
.theme--default .table thead {
  background: #FFFFFF;
  color: #111111;
}
.theme--dark .table thead {
  background: #191919;
  color: #FAFAFA;
}
.table thead tr th {
  padding: 8px 8px 8px 16px;
  font-weight: 100;
}
.table thead tr th.hidden {
  display: none;
}
.table thead,
.table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table tbody {
  display: block;
  font-size: 0.9em;
}
.table tbody tr {
  height: 2.4em;
  cursor: pointer;
}
.theme--default .table tbody tr {
  color: #111111;
  border-bottom: 1px solid #DDDDDD;
}
.theme--dark .table tbody tr {
  color: #FAFAFA;
  border-bottom: 1px solid #666666;
}
.theme--default .table tbody tr:hover {
  background-color: #b3b3b3;
}
.theme--dark .table tbody tr:hover {
  background-color: #888888;
}
.table tbody tr.selected {
  background-color: rgba(230, 230, 230, 0.9019607843);
  color: #222222;
}
.table tbody tr td {
  padding: 0px 8px 0px 16px;
  white-space: nowrap;
  overflow: hidden;
}
.table tbody tr td.hidden {
  display: none;
}
.table tr td .td-actions {
  visibility: hidden;
}
.table tr:hover td .td-actions {
  visibility: visible;
}
.table tr:hover .btn-delete {
  visibility: visible;
}
.table .btn-delete {
  width: 22px;
  height: 22px !important;
  padding: 12px;
  background-size: 16px;
  background-position: center;
  float: none;
  margin: 8px;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  margin-top: 2px;
  visibility: hidden;
}
.table .td-actions {
  float: right;
}
.table .td-actions button {
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 8px 0 0;
  background-color: #222222;
  padding: 0;
}
.table .td-actions button span {
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin: 10px 10px;
}
.table tbody tr div td {
  padding: 8px 8px 8px 16px;
  white-space: nowrap;
  font-weight: 100;
}
.table tbody tr div td.hidden {
  display: none;
}
table.table.tab-table tbody {
  height: 400px !important;
}
table.table.tab-table tbody tr {
  height: 3.2em !important;
}
.table-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  margin: 0;
  padding: 13px;
  display: flex;
  background-position: center;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.circle.red {
  background-color: #fc5c65;
}
.circle.orange {
  background-color: #fd9644;
}
.circle.yellow {
  background-color: #fed330;
}
.circle.green {
  background-color: #26de81;
}
.pagination {
  margin: 30px 0;
}
.pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  width: 100%;
  margin: 15px 0em;
}
.pagination ul .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.theme--default .pagination ul .page-link {
  color: "text";
  background: #fafafa;
  border: 1px solid #CCCCCC;
}
.theme--dark .pagination ul .page-link {
  color: "text";
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #999999;
}
.pagination .description {
  text-align: center;
  font-size: 14px;
  margin: 0;
  cursor: default;
}
app-modal {
  display: none;
}
app-modal .app-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}
app-modal .app-modal-wrapper .app-modal {
  background: #fff;
  -webkit-box-shadow: 0px 0px 34px -1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 34px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 34px -1px rgba(0, 0, 0, 0.8);
  width: 40%;
  margin: 120px auto;
}
.theme--default app-modal .app-modal-wrapper .app-modal {
  background: #ffffff !important;
  color: #000000 !important;
}
.theme--dark app-modal .app-modal-wrapper .app-modal {
  background: #222222 !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  app-modal .app-modal-wrapper .app-modal {
    width: 90%;
  }
}
app-modal .app-modal-wrapper .app-modal .body {
  padding: 20px;
}
app-modal .app-modal-wrapper .app-modal .actions {
  border-top: 1px solid #dedede;
  display: flow-root;
}
app-modal .app-modal-wrapper .app-modal .actions button {
  float: right;
  margin-bottom: 8px;
}
app-modal .app-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 900;
}
body.app-modal-open {
  overflow: hidden;
}
.toolbar {
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 200;
}
.theme--default .toolbar {
  background-image:
    linear-gradient(
      0deg,
      #0d0d0d 0%,
      #333333 100%);
  background-color: transparent;
}
.theme--dark .toolbar {
  background-image: none;
  background-color: #000000;
}
.toolbar .title {
  float: left;
}
.toolbar .title h3 {
  color: #fafafa;
  font-family:
    "Roboto-Thin",
    Geneva,
    Tahoma,
    sans-serif;
  font-size: 18px;
  padding: 8px 8px 8px 16px;
  margin: 0;
}
.toolbar .title h3 span {
  font-size: 18px;
}
.app-splash-screen {
  background: #111111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  transition: left 0.5s;
  background-repeat: no-repeat;
}
.app-label {
  margin-top: 15px;
  color: #dedede;
  font-size: 2.5em;
  font-family: "Roboto", cursive;
}
.app-splash-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app-logo {
  background-repeat: no-repeat;
  max-width: 100%;
  background-position: center;
  background-size: contain;
  width: 275px;
  height: 275px;
}
.app-loader {
  background-repeat: no-repeat;
  max-width: 100%;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-top: 30px;
}
.tabs {
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #999;
}
.tabs .tab-item {
  margin-bottom: -1px;
  display: flex;
  flex-direction: row;
  text-align: -webkit-match-parent;
  cursor: pointer;
}
.tabs .tab-item:first-child {
  margin-left: 16px;
}
.tabs .tab-item .tab-link {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
}
.tabs .tab-item .tab-link:hover,
.tabs .tab-item .tab-link:focus {
  border-color: #dedede #dedede #999;
}
.tabs .tab-item .tab-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.badge {
  right: -11px;
  top: -11px;
  color: #FFFFFF;
  background-color: #fc5c65;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.badge.sb {
  right: 180px;
  top: 22px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
}
.dropdown {
  position: relative;
  display: inline-block !important;
  float: right;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% - 8px);
  right: 8px;
  z-index: 9000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(100, 100, 100, 0.15);
  border-radius: 0.25rem;
  box-shadow: -1px 2px 2px rgba(100, 100, 100, 0.1), 2px 2px 2px rgba(100, 100, 100, 0.1);
}
.dropdown-menu .show {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 1rem;
  color: #444444;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus {
  outline: 0;
}
.dropdown-item:hover {
  background-color: #EEEEEE;
}
.navbar {
  z-index: 2000;
  height: 48px;
  font-family:
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
  color: #ffffff;
  position: fixed;
  top: 0;
  text-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
  width: 100%;
}
.theme--default .navbar {
  background:
    linear-gradient(
      45deg,
      #000000,
      #1a1a1a);
}
.theme--dark .navbar {
  background: #000000;
}
.navbar .nav-left {
  height: 48px;
  float: left;
  display: block;
  opacity: 1;
}
.navbar .nav-left .btn-icon {
  float: left;
}
.navbar .nav-left.hidden {
  display: none;
  opacity: 0;
}
.navbar .nav-right {
  height: 48px;
  float: right;
  margin-right: 16px;
  display: flex;
}
.navbar .nav-link {
  display: block;
  color: #fff;
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-line {
  clear: both;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      10deg,
      #1178bb,
      #222,
      #e00b25);
  border-bottom: 1px solid black;
}
.sidebar {
  width: 0;
  overflow: hidden;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 1000;
  transition: width 0.3s;
}
.theme--default .sidebar {
  background:
    linear-gradient(
      to right,
      #1e252b 0%,
      #14181c 96%);
}
.theme--dark .sidebar {
  background: #000000;
}
.sidebar .divider {
  margin: 16px 0 8px 0;
}
.sidebar .sidebar-content-wrapper {
  width: 100%;
  padding: 90px 0 0 0;
}
.sidebar .sidebar-content-wrapper .nav-item {
  font-family:
    "Roboto-Light",
    Geneva,
    Tahoma,
    sans-serif;
  white-space: nowrap;
  outline: none;
  position: relative;
  width: 100%;
  opacity: 0;
  clear: left;
  display: block;
  height: 48px;
  color: #fafafa;
  float: left;
  margin: 1px 0;
  padding: 0 16px;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.1s;
}
.sidebar .sidebar-content-wrapper .nav-item:hover {
  background-color: #45aaf2;
  transition: background-color 0.5s;
}
.sidebar .sidebar-content-wrapper .nav-item p {
  float: left;
  line-height: 48px;
  margin: 0;
}
.sidebar .sidebar-content-wrapper .nav-item p::selection {
  background-color: transparent;
}
.sidebar .sidebar-content-wrapper .nav-item p span {
  margin: 10px 16px 8px 8px;
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar.visible {
  width: 240px;
  z-index: 1000;
}
.sidebar.visible .nav-item {
  opacity: 100;
  transition: opacity 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.footer {
  height: 28px;
  background:
    linear-gradient(
      10deg,
      #1178bb,
      #222,
      #e00b25);
  font-family:
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  text-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 2000;
}
.footer .gradient-line {
  background:
    linear-gradient(
      45deg,
      #000000,
      #1a1a1a);
  height: 1px;
}
.footer p {
  margin: 0;
  padding: 0 24px;
  height: 27px;
  line-height: 27px;
}
.presentation-item {
  margin: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0px;
  float: left;
  width: 175px;
  height: 175px;
}
.theme--default .presentation-item {
  background: #333333;
}
.theme--dark .presentation-item {
  background: #333333;
}
.presentation-item .icon-big {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 120px;
  height: 120px;
}
.btn-download {
  height: 45px;
  font-size: 1.3rem;
  font-weight: 400;
}
#dashboard h1 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 30px 0;
}
.theme--default #dashboard h1 {
  color: #1a1a1a;
}
.theme--dark #dashboard h1 {
  color: #fafafa;
}
.dashboard-item {
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 175px;
  height: 175px;
  background: black;
  transition: all 0.3s;
}
.theme--default .dashboard-item {
  background: #1a1a1a;
}
.theme--dark .dashboard-item {
  background: #1a1a1a;
}
.dashboard-item .title {
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.dashboard-item:hover {
  background-color: #333;
}
.theme--default .dashboard-item:hover {
  color: #45aaf2;
}
.theme--dark .dashboard-item:hover {
  color: #444444;
}
@media (max-width: 768px) {
  #dashboard {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  #dashboard h1 {
    font-size: 28px;
    margin: 0;
    padding: 0 0 30px 0;
  }
  .theme--default #dashboard h1 {
    color: #1a1a1a;
  }
  .theme--dark #dashboard h1 {
    color: #fafafa;
  }
  .dashboard-item {
    margin-right: 5px;
    margin-left: 5px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .dashboard-item .title {
    margin-top: 15px;
    font-size: 0.8rem;
  }
}
#login-component .login-btn {
  width: calc(100% - 48px);
  margin: 0 24px 35px 24px;
  padding: 10px 16px;
  height: 45px;
}
#login-component #form-item-password .help-block {
  text-align: right;
  cursor: pointer;
}
#login-component #form-item-password .help-block a {
  color: #929292;
  text-decoration: none;
}
#messages .toolbar .btn-bar {
  height: 56px;
  float: right;
}
.user-scopes .card3 {
  margin-top: 15px;
}
.user-scopes-table {
  margin-bottom: 15px;
}
.user-scopes-table thead {
  background: transparent !important;
}
.user-scopes-table tbody tr {
  cursor: inherit;
}
.user-scopes-table tbody tr:hover {
  background-color: transparent !important;
}
.user-scopes-table tbody td {
  padding: 4px 8px 4px 16px;
}
.user-scopes-table tbody td .status {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #999999;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 2px;
}
.user-scopes-table tbody td .status.red {
  background: #fc5c65;
}
.user-scopes-table tbody td .status.green {
  background: #26de81;
}
.user-scopes-table .form-control {
  font-size: 14px;
  height: 28px;
}
.alertify-notifier {
  z-index: 99999;
}
.alertify-notifier.ajs-bottom {
  bottom: 45px !important;
}
.alertify-notifier .ajs-message {
  border-radius: 0;
  border: 1px solid #ededed;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #fc434d;
}
.alertify-notifier .ajs-message.ajs-success {
  background: #1fcc74;
}
.alertify-notifier .ajs-message.ajs-message.ajs-warning {
  background: #fece17;
}

/* angular:styles/global:styles */
