/* @font-face {
    font-family: fira;
    src: url("/static/fonts/FiraSans-SemiBold.ttf");
} */
/* 
html {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, fira;
    font-size: 16.5px;
    font-weight: normal;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
} */

/* .itblocks-header-container {
    padding-left: 0px;
} */
 
.itblocks-task-body {
    background-color: #F5F5F5;
    padding: 5px 10px!important;
}

.itblocks-task {
    border-style: solid;
    border-width: 1px;
    border-color:#DDD;
}

.itblocks-task-header {
    padding: 5px 10px!important;
}

.no-newline {
    white-space: nowrap; 
}

.itblocks-section-bg {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.itblocks-sub-header {
    text-shadow: 0px 0px 3px #000;
    color: rgba(255,255,255,.9);
}

/* .itblocks-test * {
    text-decoration: line-through!important;
    background-color: #d3128e!important;
} */
 
/* .uk-section * h1, */
/* .uk-section * h2,
.uk-section * h3,
.uk-section * h4,
.uk-section * h5,
.uk-section * h6 {
    font-family: fira; */
/* } */

/* .itblocks-header-logo {
    margin-left: 5px;
    padding-bottom: 14px;
} */


/* .portal-heading {
    font-size: 24px!important;
}
.portal-desc {
    font-size: 16px!important;
} */

/* .itblocks-top-section,
.itblocks-secondary-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 8px;
}

.itblocks-top-section {
    background-color: #474344;
    border-bottom: 5px solid #2f2a2b;
    border-right: 5px solid #2f2a2b;
}
.itblocks-secondary-section {
    background-color: #EEE;
}
.itblocks-top-section * h1,
.itblocks-top-section * h2,
.itblocks-top-section * h3 {
    color: #FFF;
}
.itblocks-top-section * .uk-text-lead {
    color: #DDD;
} */

/* .portalitem {
    font-size: 12.0px!important;
}

.uk-offcanvas-bar * li > a {
    font-family: fira;
}

.uk-navbar-nav > li > a {
    color: #777;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
    position: relative;
}
.portalitem > a::before {
    height: 2px!important;
}

.uk-navbar.portal-navbar {
    background-color: #474344!important;
    color: #dedadb!important;
    border-bottom: 5px solid #2f2a2b;
}

.uk-navbar-nav.portal-navbar > li > a {
    min-height: 32px!important;
    font-size:12px!important;
    color: #dedadb!important;
}
.uk-navbar-nav.portal-navbar > li > a:hover {
    color: #FFF!important;
} */
/* .uk-navbar-nav.portal-navbar > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: calc(102% - 15px);
    bottom: 6px;
    height: 2px;
    background-color: #e1d600;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: right;
    transition-property: right;
}
.uk-navbar-nav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: calc(102% - 15px);
    bottom: 30px;
    height: 4px;
    background-color: #ff9900;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: right;
    transition-property: right;
}


.visjon > a::before {
    background-color: #dedadb!important;
}
.omoss > a::before {
    background-color: #12a4d9!important;
}
.kontakt > a::before {
    background-color: #d3128e!important;
}
.portal > a::before {
    background-color: #e1d600!important;
}
.portalitem > a::before {
    background-color: #e1d600!important;
}


.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a[aria-expanded="true"] {
    color: #333;
    outline: none;
}
.uk-navbar-nav > li:hover > a::before,
.uk-navbar-nav > li > a:focus::before,
.uk-active.portal > a::before,
.uk-active.kontakt > a::before,
.uk-active.portal > a::before,
.uk-active.omoss > a::before,
.uk-active.portalitem > a::before,
.uk-active.visjon > a::before,
.uk-navbar-nav > li > a[aria-expanded="true"]::before {
    right: 15px;
} */

.loader-container {
    width: 1.0em;
    max-width: 1.0em;
    height: 1.0em;
    max-height: 1.0em;
    align-content: center;
    vertical-align: middle;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.2em;
  height: 0.8em;
  max-height: 1.0em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 0px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -0.3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 0.3em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -0.3em;
    height: 1.25em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -0.3em;
    height: 1.25em;
  }
}
