@layer theme, base;
@layer base {
  /********************

# Utilities
The utilities directory is for reusable blocks of CSS that are used to build the UI. Things like variables, mixins, positioning utilities, animations, etc.

********************/
  /********************

# UI
The UI directory is for elements and components that make up the Ediflo UI. Things like typography, buttons, menus, etc.

********************/
  html {
    height: 100% !important;
    overflow: hidden;
  }
  body {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern' 1;
    font-kerning: normal;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    min-width: 1024px;
    min-height: 600px;
  }
  .container {
    padding-top: 0;
    padding-right: 0;
  }
  #app-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #content {
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f6fa;
    transition: width 0.25s ease;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 180px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
  }
  .janus #content {
    top: 0;
  }
  .center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    text-align: center;
  }
  .center.big {
    font-size: 70px;
    color: #ccc;
  }
  .pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pagination .faded-text {
    display: block;
    padding-top: 8px;
  }
  a {
    outline: none !important;
  }
  .darkened {
    filter: brightness(0.2);
    transform: translateZ(0);
    overflow: hidden;
  }
  .shade {
    filter: brightness(0.5);
  }
  .pending {
    filter: grayscale(1) opacity(0.5);
    transform: translateZ(0);
  }
  .highlight {
    background-color: #fafbc6 !important;
    color: #1A1D29 !important;
  }
  .clear {
    clear: both;
  }
  .loading-spinner {
    margin: 12% auto;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
  }
  .loading-spinner > div {
    background-color: #C4C5CC;
    height: 100%;
    width: 4px;
    display: inline-block;
    border-radius: 3px;
    animation: stretchdelay 1s infinite ease-in-out;
  }
  .loading-spinner .rect2 {
    animation-delay: -0.9s;
  }
  .loading-spinner .rect3 {
    animation-delay: -0.8s;
  }
  .loading-spinner .rect4 {
    animation-delay: -0.7s;
  }
  .loading-spinner .rect5 {
    animation-delay: -0.6s;
  }
  @keyframes stretchdelay {
    0%,
    40%,
    100% {
      transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1);
    }
  }
  .no-left-padding {
    padding-left: 0 !important;
  }
  .no-right-padding {
    padding-right: 0;
  }
  .language-picker-view {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0336ff;
    padding: 0;
    font-weight: bold;
    font-family: monospace;
    color: white;
    z-index: 500000;
    cursor: pointer;
    text-align: center;
    width: 90px;
    font-size: 10px;
  }
  .language-picker-view .dropdown-menu {
    min-width: 60px;
  }
  .language-picker-view a {
    color: white;
    font-weight: 100;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
  }
  .overall-status {
    display: none !important;
  }
  .loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    display: block;
    background: #f5f6fa;
    transition: all linear 0.8s;
  }
  .goaway .loader-container,
  .loader-container.goaway {
    opacity: 0;
  }
  /*
    full-width: 125
    small-full-width: 82
    small-width: 36

*/
  @keyframes logo-rotate {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @keyframes arrow1-animation {
    0% {
      max-width: 18.432px;
    }
    30% {
      max-width: 18.432px;
    }
    100% {
      max-width: 200px;
    }
  }
  @keyframes arrow2-animation {
    0% {
      max-height: 18.432px;
    }
    30% {
      max-height: 18.432px;
    }
    100% {
      max-height: 200px;
    }
  }
  @keyframes e1-animation {
    0% {
      transform: translate(0, 0);
      max-width: 18.432px;
      max-height: 18.432px;
    }
    40% {
      transform: translate(22.528px, 22.528px);
      max-width: 18.432px;
      max-height: 18.432px;
    }
    100% {
      transform: translate(22.528px, 22.528px);
      max-width: 200px;
      max-height: 200px;
    }
  }
  @keyframes e2-animation {
    0% {
      transform: translate(0, 0);
      max-width: 18.432px;
      max-height: 18.432px;
    }
    40% {
      transform: translate(22.528px, 22.528px);
    }
    70% {
      transform: translate(22.528px, 45.056px);
      max-width: 100px;
      max-height: 100px;
    }
    100% {
      transform: translate(22.528px, 45.056px);
    }
  }
  .ediflo-loader-element {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background-color: transparent;
    animation: logo-rotate 2s infinite;
    animation-delay: 300ms;
    opacity: 0;
  }
  .ediflo-loader-element:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 18.432px;
    top: 0px;
    left: 0px;
    background-color: #256fd0;
    transform-origin: 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    animation: arrow1-animation cubic-bezier(0.465, 0.15, 0.415, 1.22) alternate 2s infinite;
  }
  .ediflo-loader-element div {
    content: '';
    position: absolute;
    width: 18.432px;
    height: 64px;
    top: 0px;
    left: 0px;
    background-color: #256fd0;
    transform-origin: 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    animation: arrow2-animation cubic-bezier(0.465, 0.15, 0.415, 1.22) alternate 2s infinite;
  }
  .ediflo-loader-element div:before {
    content: '';
    position: absolute;
    width: 41.984px;
    height: 18.432px;
    background-color: #256fd0;
    transform-origin: 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: e1-animation cubic-bezier(0.465, 0.15, 0.415, 1.22) alternate 2s infinite;
  }
  .ediflo-loader-element div:after {
    content: '';
    position: absolute;
    width: 41.984px;
    height: 18.432px;
    background-color: #256fd0;
    transform-origin: 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: e2-animation cubic-bezier(0.465, 0.15, 0.415, 1.22) alternate 2s infinite;
  }
  #view-blocker {
    display: none;
  }
  #view-blocker.block {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
  }
  /**
 * Loaings spinner, for now used only in sources/listitem
 */
  .spinner {
    display: none;
    opacity: 0.6;
    animation: rotator 1.4s linear infinite;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
  }
  .spinner-shown .spinner {
    display: block;
  }
  .spinner-shown .active .spinner {
    opacity: 1;
  }
  @keyframes rotator {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  .path {
    stroke: #0b71f7 !important;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite;
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg);
      stroke: #4285f4 !important;
    }
  }
}


/*# sourceMappingURL=ediflo-base.css.map*/