/*
 * Fingera Admin Template
 */
/*
 * Colors
 */
/* backgrounds */
/* components */
/* text */
/* accents */
/* objects */
/* status */
/*
 * Fonts
 */
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  src: local("Proxima Nova Regular"), url(/fonts/ProximaNova-Regular.otf); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  src: local("Proxima Nova Semibold"), url(/fonts/ProximaNova-Semibold.otf); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  src: local("Proxima Nova Bold"), url(/fonts/ProximaNova-Bold.otf); }

/*
 * Breakpoints
 */
/*
 * Other
 */
/*
 * Mixins
 */
/*
 * Base
 */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* maps '1rem' to '10px' */
  box-sizing: border-box; }

body {
  position: relative;
  background-color: #cdd5dc;
  min-width: 320px;
  min-height: 100%; }
  body, body input, body button, body select, body textarea {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    -moz-font-smooth: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body:before {
    display: none;
    content: "mobile"; }
    @media all and (min-width: 740px) {
      body:before {
        content: "desktop"; } }

*, *:before, *:after {
  box-sizing: inherit; }

/*
 * Reset
 */
h1, h2, h3,
p,
ul, li,
form, input {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none; }

a {
  color: #465768;
  text-decoration: none; }

button {
  width: auto; }

body.header-open.navigation-open {
  overflow: hidden; }

body.mobile.header-open.navigation-open:after, body.indicator-on:after {
  /* overlay */
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(89, 106, 131, 0.96);
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate(0, -101%);
          transform: translate(0, -101%); }
  .header-open .header {
    -webkit-transform: none;
            transform: none; }
  .indicator-on .header {
    -webkit-filter: blur(12px);
            filter: blur(12px); }

.navigation {
  position: fixed;
  top: 48px;
  width: 66%;
  height: calc(100% - 48px);
  min-width: 180px;
  max-width: 240px;
  background: rgba(89, 106, 131, 0.96);
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0); }
  .header-open.navigation-open .navigation {
    -webkit-transform: none;
            transform: none; }
  .indicator-on .navigation {
    -webkit-filter: blur(12px);
            filter: blur(12px); }

.main {
  display: block;
  margin-bottom: 5px;
  padding: 53px 5px 0 5px; }
  .header-open.navigation-open .main,
  .indicator-on .main {
    -webkit-filter: blur(12px);
            filter: blur(12px); }
  .navigation.simple ~ .main {
    padding-top: 5px; }

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  .header {
    position: static;
    transition: none;
    -webkit-transform: none;
            transform: none; }
  .navigation {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -48px;
    padding-top: 6px;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: none;
            transform: none; }
  .main {
    margin: 0 auto 15px auto;
    padding-top: 43px;
    max-width: 980px; }
    .header-open.navigation-open .main {
      -webkit-filter: none;
              filter: none; } }

/*
 * Buttons
 */
/*
 * Form Fields
 */
/*
  * Sprite Icons
  */
/*
 * Event Directional Arrow
 */
.header .logo {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }
  .header .logo a {
    font: 0/0;
    color: transparent;
    display: block;
    width: 136px;
    height: 48px;
    padding-right: 12px;
    background-image: url(/images/logo_fingera_menu.png);
    background-image: -webkit-image-set(url(/images/logo_fingera_menu.png) 1x, url(/images/logo_fingera_menu@2x.png) 2x);
    background-image: image-set(url(/images/logo_fingera_menu.png) 1x, url(/images/logo_fingera_menu@2x.png) 2x);
    background-origin: content-box;
    background-position: right 52%;
    background-size: 75%;
    background-repeat: no-repeat; }

.header .title {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px 0 0 12px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap; }

.header .menu {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 48px;
  background: url(/images/icons_nav.svg) 15px 17px no-repeat;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.3s; }
  .header .menu:hover {
    background-color: rgba(101, 121, 149, 0.96); }

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  .header .logo {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .header .logo a {
      background-position: 15px 14px;
      background-size: auto; }
  .header .title,
  .header .menu {
    display: none; } }

.navigation li a {
  display: block;
  height: 42px;
  padding: 13px;
  padding-left: 20px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap; }
  .navigation li a:hover {
    background-color: rgba(104, 123, 152, 0.96); }

.navigation li.open > a,
.navigation li.selected > a {
  background: #82ba02; }

.navigation li li {
  margin-left: 13px;
  background: #778da3;
  max-height: 0;
  overflow-y: hidden;
  transition-property: max-height;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  will-change: max-height;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .navigation li li a {
    height: 36px;
    padding: 10px;
    padding-left: 32px;
    font-size: 1.4rem;
    font-weight: 400; }
    .navigation li li a:hover {
      background-color: #869aad; }
  .navigation li li.selected > a {
    background: #009be5; }

.navigation li.open li {
  max-height: 36px; }

.navigation .actions a {
  float: right;
  height: 40px;
  padding: 14px;
  padding-left: 30px;
  color: white;
  background-image: url(/images/icons_nav.svg);
  background-repeat: no-repeat; }
  .navigation .actions a:hover {
    background-color: rgba(101, 121, 149, 0.96); }

.navigation .actions .profile {
  background-position: 10px -66px; }

.popup.profile .form {
  padding: 0 10px; }
  .popup.profile .form .section {
    padding: 15px 0; }
  .popup.profile .form .item {
    width: 166px;
    max-width: 166px; }

.popup.profile .buttonbar .buttons.sign-out > * {
  background-color: #009be5; }
  .popup.profile .buttonbar .buttons.sign-out > *:hover {
    background-color: #0091d6; }
  .popup.profile .buttonbar .buttons.sign-out > * span {
    display: inline-block;
    padding-left: 20px;
    background: url(/images/icons_nav.svg) 0 -38px no-repeat; }

.popup.profile .buttonbar .password:not(.hidden) + .sign-out {
  display: none; }

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  .navigation {
    background: transparent; }
    .navigation ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 21%;
      margin-right: 14%;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navigation ul ul {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        margin: 0; }
      .navigation ul .open ul {
        background: #778da3;
        border: solid 2px rgba(89, 106, 131, 0.96);
        border-top: none; }
    .navigation li {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 172px;
      overflow: hidden; }
      .navigation li a, .navigation li li a {
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      .navigation li li {
        margin-left: 0;
        transition: none; }
        .navigation li li:not(.selected) + li:not(.selected) a {
          background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAGB0jgAAACH5BAAHAP8ALAAAAAABAAEAAAICRAEAOw==);
          background-repeat: no-repeat;
          background-position: 0 4px;
          background-size: 1px 28px; }
    .navigation .actions {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; }
      .navigation .actions a {
        height: 32px;
        padding: 10px;
        padding-left: 30px; }
      .navigation .actions .profile {
        background-position: 10px -70px; } }

@media screen and (min-width: 820px) {
  .navigation ul {
    margin-left: 20%;
    margin-right: 20%; }
  .navigation.simple li a {
    height: 40px;
    padding-top: 12px; } }

/* headlines */
.main h1, .main h2 {
  margin-left: 8px;
  margin-right: 8px;
  color: #465768;
  font-weight: 600;
  text-indent: 5px; }

.main h1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.9rem; }

.main h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem; }

/* common containers */
.block {
  background: #e2e8ee; }
  .popup .block,
  .dialog .block {
    background: white; }

.section {
  padding: 25px 0;
  border-top: solid 1px #bec8d0; }
  .section:first-child {
    border-top: none; }
  .popup .section,
  .dialog .section {
    padding: 20px 0; }

.frame {
  border: solid 2px #bec8d0;
  background-color: white; }

/* text content
   (global messages, dialog body) */
.content h3 {
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600; }
  .content h3 + p {
    padding-top: 10px;
    border-top: solid 1px #bec8d0; }

/* button */
.button {
  display: block;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #009be5;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 24px;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  transition: background-color 0.3s; }
  .button:first-child {
    background-image: none; }
  .button:not(.disabled):hover {
    background-color: #0091d6; }
  .button:not(.disabled):active {
    padding-top: 9px;
    padding-bottom: 7px; }
  .button.disabled {
    color: rgba(255, 255, 255, 0.25);
    cursor: default; }
  .button:first-of-type {
    background-image: none; }

/* button group (w/o UL LI structure) */
.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .buttons > * {
    display: block;
    height: 32px;
    margin: 0;
    padding: 8px 22px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border: none;
    background-color: #009be5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 24px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    transition: background-color 0.3s; }
    .buttons > *:first-child {
      background-image: none; }
    .buttons > *:not(.disabled):hover {
      background-color: #0091d6; }
    .buttons > *:not(.disabled):active {
      padding-top: 9px;
      padding-bottom: 7px; }
    .buttons > *.disabled {
      color: rgba(255, 255, 255, 0.25);
      cursor: default; }

/* top toolbar */
.toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 4px; }
  .toolbar > * {
    margin: 4px; }
  .toolbar.attached {
    padding-bottom: 0; }
    .toolbar.attached > * {
      margin-bottom: 0; }
  .toolbar.bkg {
    background-color: white; }

/* buttonbar */
.buttonbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px;
  background-color: #d3dde5; }
  .buttonbar .buttons > * {
    display: block;
    min-width: 108px;
    height: 36px;
    margin: 0;
    padding: 10px 22px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border: none;
    background-color: #82ba02;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 28px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    transition: background-color 0.3s; }
    .buttonbar .buttons > *:first-child {
      background-image: none; }
    .buttonbar .buttons > *:not(.disabled):hover {
      background-color: #77ab02; }
    .buttonbar .buttons > *:not(.disabled):active {
      padding-top: 11px;
      padding-bottom: 9px; }
    .buttonbar .buttons > *.disabled {
      color: rgba(255, 255, 255, 0.25);
      cursor: default; }
  .popup .buttonbar {
    padding: 0; }
    .popup .buttonbar .buttons {
      width: 100%; }
    .popup .buttonbar .buttons > * {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

/* actions */
.actions ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.actions li {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -1px;
  padding-left: 1px; }
  .actions li a, .actions li button {
    display: block;
    height: 32px;
    margin: 0;
    padding: 8px 22px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border: none;
    background-color: #82ba02;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 24px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    transition: background-color 0.3s; }
    .actions li a:first-child, .actions li button:first-child {
      background-image: none; }
    .actions li a:not(.disabled):hover, .actions li button:not(.disabled):hover {
      background-color: #77ab02; }
    .actions li a:not(.disabled):active, .actions li button:not(.disabled):active {
      padding-top: 9px;
      padding-bottom: 7px; }
    .actions li a.disabled, .actions li button.disabled {
      color: rgba(255, 255, 255, 0.25);
      cursor: default; }
  .actions li:not(.selected) + li:not(.selected) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 24px; }

/* tabs */
.tabs ul,
.breadcrumbs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.tabs li,
.breadcrumbs li {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -1px;
  padding-left: 1px; }
  .tabs li a, .tabs li button,
  .breadcrumbs li a,
  .breadcrumbs li button {
    display: block;
    height: 32px;
    margin: 0;
    padding: 8px 22px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border: none;
    background-color: #009be5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 24px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    transition: background-color 0.3s; }
    .tabs li a:first-child, .tabs li button:first-child,
    .breadcrumbs li a:first-child,
    .breadcrumbs li button:first-child {
      background-image: none; }
    .tabs li a:not(.disabled):hover, .tabs li button:not(.disabled):hover,
    .breadcrumbs li a:not(.disabled):hover,
    .breadcrumbs li button:not(.disabled):hover {
      background-color: #0091d6; }
    .tabs li a:not(.disabled):active, .tabs li button:not(.disabled):active,
    .breadcrumbs li a:not(.disabled):active,
    .breadcrumbs li button:not(.disabled):active {
      padding-top: 9px;
      padding-bottom: 7px; }
    .tabs li a.disabled, .tabs li button.disabled,
    .breadcrumbs li a.disabled,
    .breadcrumbs li button.disabled {
      color: rgba(255, 255, 255, 0.25);
      cursor: default; }
  .tabs li:not(.selected) + li:not(.selected),
  .breadcrumbs li:not(.selected) + li:not(.selected) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 24px; }

.tabs ul,
.breadcrumbs ul {
  margin-top: 4px; }

.tabs li.selected,
.breadcrumbs li.selected {
  margin-top: -4px; }
  .tabs li.selected a, .tabs li.selected a:not(.disabled),
  .breadcrumbs li.selected a,
  .breadcrumbs li.selected a:not(.disabled) {
    height: 36px;
    padding-top: 12px;
    color: #465768;
    background: white;
    transition: none;
    cursor: default; }

.breadcrumbs li:not(.selected) a {
  padding-right: 16px;
  position: relative; }
  .breadcrumbs li:not(.selected) a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 18px;
    height: 32px;
    border: transparent solid;
    border-width: 16px 9px;
    border-left-color: #009be5;
    background: transparent url(/images/icons_misc.svg) 3px -146px no-repeat;
    background-origin: border-box;
    pointer-events: none;
    transition: border-left-color 0.3s;
    z-index: 1; }
  .breadcrumbs li:not(.selected) a:hover::after {
    border-left-color: #0091d6; }

.breadcrumbs li:not(.selected):not(:first-child) a {
  padding-left: 28px; }

.breadcrumbs li:not(:first-child) a {
  padding-left: 28px; }

.toolbar.bkg .tabs li.selected a,
.toolbar.bkg .breadcrumbs li.selected a {
  background: #e2e8ee; }

/* tab panels */
.panels > * {
  display: none; }
  .panels > *.open {
    display: block; }

/* tags */
.tags .tag {
  padding: 3px 4px 1px 4px;
  color: white;
  background-color: #778da3;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 2px; }

/* info */
.info {
  float: left;
  color: black;
  font-size: 1.4rem;
  font-weight: 400; }
  .info label {
    margin-right: 8px;
    color: #465768;
    font-size: 1.3rem;
    font-weight: bold; }
  .info em {
    font-style: normal;
    font-weight: 600; }
  .info a:hover {
    color: #657d96; }
  .info .small {
    font-size: 1.3rem; }
  .info .print {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: -8px;
    vertical-align: bottom;
    background: url(/images/icons_misc.svg) 3px -195px no-repeat;
    border-radius: 50%;
    cursor: pointer; }
    .info .print:hover {
      background-color: #e2e8ee; }

/* pagination */
.pagination {
  float: right;
  font-size: 1.4rem;
  font-weight: 600; }

.pagination a {
  color: #009be5; }

/* messages */
.message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 6px 8px;
  background: white;
  font-size: 1.4rem; }
  .message > *:not(.action) {
    margin: 2px 0; }
    .message > *:not(.action):not(.status) {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .message > .status {
    min-height: 24px;
    margin-right: 25px;
    color: #465768;
    font-weight: 600;
    line-height: 1.76; }
  .message.global .status {
    min-height: 32px;
    margin-right: 8px;
    line-height: 2.2; }
  .message > .action {
    display: block;
    height: 28px;
    margin: 0;
    padding: 6px 22px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    border: none;
    background-color: #e2e8ee;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 1px 20px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    transition: background-color 0.3s;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-left: 8px;
    color: #465768;
    background-image: none;
    z-index: 1;
    position: relative; }
    .message > .action:first-child {
      background-image: none; }
    .message > .action:not(.disabled):hover {
      background-color: #d8e0e8; }
    .message > .action:not(.disabled):active {
      padding-top: 7px;
      padding-bottom: 5px; }
    .message > .action.disabled {
      color: rgba(255, 255, 255, 0.25);
      cursor: default; }
    .message > .action::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-animation: progress 8s linear;
              animation: progress 8s linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      z-index: -1; }

@-webkit-keyframes progress {
  0% {
    width: 1%; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 1%; }
  100% {
    width: 100%; } }

/* single field (e.g. in toolbar) */
.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .field input[type="text"],
  .field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #bec8d0;
    background-color: white;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    padding: 2px 8px 0 8px;
    font-size: 1.4rem;
    /* FIXME replace with non-prefixed once supported */ }
    .field input[type="text"]:focus,
    .field select:focus {
      border-color: #8f99a7; }
    .field input[type="text"]:disabled,
    .field select:disabled {
      background-color: #e2e8ee;
      opacity: .5; }
    .field input[type="text"] *[disabled],
    .field select *[disabled] {
      color: rgba(0, 0, 0, 0.4) !important; }
    .field input[type="text"]::-webkit-input-placeholder,
    .field select::-webkit-input-placeholder {
      font-style: italic; }
    .field input[type="text"]::-moz-placeholder,
    .field select::-moz-placeholder {
      font-style: italic; }
    .field input[type="text"] + *,
    .field select + * {
      margin-left: 8px; }
  .field select {
    padding-right: 36px;
    background-image: url(/images/icons_form.svg);
    background-position: calc(100% - 8px) -47px; }
    .field select::-ms-expand {
      display: none; }
    .field select.placeholder {
      color: rgba(0, 0, 0, 0.4);
      font-style: italic; }
      .field select.placeholder > option:not(:first-child),
      .field select.placeholder optgroup option {
        color: black;
        font-style: normal; }
  .toolbar .field {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .toolbar .field input[type="text"],
    .toolbar .field select {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 120px;
      /* min-width */ }

/* help icon */
.help:not(.tooltip)::after {
  content: '?';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/images/icons_form.svg) 0 -180px no-repeat;
  background-color: #a2b1c2;
  color: transparent;
  border-radius: 50%; }

/* tooltip */
.tooltip {
  display: none;
  position: absolute;
  padding: 3px 4px 1px 4px;
  font-size: 1.3rem;
  font-weight: normal;
  color: white;
  background: rgba(70, 87, 104, 0.8);
  border-radius: 2px;
  z-index: 99; }

/* activity indicators */
.indicator {
  position: fixed;
  top: calc(50% - 21px);
  left: calc(50% - 67px);
  width: 134px;
  height: 42px;
  padding: 15px 18px;
  text-align: center;
  line-height: 0;
  background: white;
  box-shadow: 0 0 36px 0 rgba(190, 200, 208, 0.9);
  border-radius: 4px;
  z-index: 101; }
  .indicator span {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 12px;
    background: #82ba02;
    -webkit-animation: indicator 1s infinite;
            animation: indicator 1s infinite; }
    .indicator span:first-child {
      margin-left: 0; }
    .indicator span:nth-child(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .indicator span:nth-child(2) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .indicator span:nth-child(3) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .indicator span:nth-child(4) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .indicator span:nth-child(5) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }

@-webkit-keyframes indicator {
  0% {
    background: #82ba02; }
  50% {
    background: #009be5;
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4); }
  100% {
    background: #82ba02; } }

@keyframes indicator {
  0% {
    background: #82ba02; }
  50% {
    background: #009be5;
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4); }
  100% {
    background: #82ba02; } }

/* common classes */
.hidden {
  display: none !important; }

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  .main h1, .main h2 {
    margin-left: 15px;
    margin-right: 15px;
    text-indent: 0; }
  .toolbar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 4px 11px; }
  .message {
    padding: 6px 15px; }
    .message.global .status {
      margin-right: 15px; }
  .toolbar .field input[type="text"],
  .toolbar .field select {
    max-width: 180px; } }

/* objects */
.status {
  display: block;
  padding-left: 24px;
  position: relative;
  /* generic */
  /* user */ }
  .status::before {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/images/icons_status.svg);
    background-repeat: no-repeat;
    border-radius: 50%; }
  .status.ok::before {
    background-position: 0 -50px;
    background-color: #63ae02; }
  .status.wrn::before {
    background-position: 0 -100px;
    background-color: #e4b124; }
  .status.err::before {
    background-position: 0 -150px;
    background-color: #e42a24; }
  .status.auto::before {
    background-position: 0 -200px;
    background-color: #63ae02; }
  .status.pass::before {
    background-position: 0 -250px;
    background-color: #63ae02; }
  .status.break::before {
    background-position: 0 -300px;
    background-color: #e4b124; }
  .status.logoff::before {
    background-position: 0 -350px;
    background-color: #e42a24; }
  .status.dayevt::before {
    background-position: 0 -400px;
    background-color: #009be5; }
  .status.mdayevt::before {
    background-position: 0 -450px;
    background-color: #009be5; }

/* status timeline event */
.status.event {
  padding-left: 32px;
  /* user */ }
  .status.event::before {
    left: 4px; }
  .status.event.start::after, .status.event.end::after {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 9px 8px; }
  .status.event.start::before {
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .status.event.start::after {
    left: 18px; }
  .status.event.end::before {
    left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .status.event.end::after {
    left: 0; }
  .status.event.auto.start::after {
    border-left-color: #63ae02;
    border-right: 0; }
  .status.event.auto.end::after {
    border-right-color: #63ae02;
    border-left: 0; }
  .status.event.pass.start::after {
    border-left-color: #63ae02;
    border-right: 0; }
  .status.event.pass.end::after {
    border-right-color: #63ae02;
    border-left: 0; }
  .status.event.break.start::after {
    border-left-color: #e4b124;
    border-right: 0; }
  .status.event.break.end::after {
    border-right-color: #e4b124;
    border-left: 0; }
  .status.event.dayevt.start::after {
    border-left-color: #009be5;
    border-right: 0; }
  .status.event.dayevt.end::after {
    border-right-color: #009be5;
    border-left: 0; }
  .status.event.mdayevt.start::after {
    border-left-color: #009be5;
    border-right: 0; }
  .status.event.mdayevt.end::after {
    border-right-color: #009be5;
    border-left: 0; }

/* messages */
.message .status {
  padding-left: 32px; }
  .message .status::before {
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons_messages.svg);
    border-radius: 0; }

.message.global .status::before {
  -webkit-transform: scale(1.333);
          transform: scale(1.333);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.object {
  display: inline-block;
  width: 25px; }
  .object::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: -18px;
    padding: 4px;
    background-image: url(/images/icons_objects.svg);
    background-repeat: no-repeat;
    background-origin: content-box;
    border-radius: 50%; }
  .object.fingerprint::before {
    background-position: 0 -50px; }
  .object.portrait::before {
    background-position: 0 -100px; }
  .object.card::before {
    background-position: 0 -150px; }
  .object.pin::before {
    background-position: 0 -200px; }
  .object.edit::before {
    background-position: 0 -250px; }
  .object.locked::before {
    background-position: 0 -300px; }
  .object.unlocked::before {
    background-position: 0 -350px; }

a.object::before {
  background-color: rgba(226, 232, 238, 0.67);
  cursor: pointer; }

a.object:hover::before {
  background-color: #dce3ea; }

.table {
  padding: 8px;
  padding-top: 0;
  background-color: white;
  overflow: hidden; }
  .table.dragging {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .table table {
    min-width: 100%;
    border-spacing: 0; }
    .table table th, .table table td {
      padding: 11px 5px 7px 5px;
      text-align: left;
      vertical-align: middle;
      border-bottom: solid 1px #e2e8ee;
      height: 100%; }
    .table table th {
      padding-top: 12px;
      color: #465768;
      border-bottom-color: #82ba02;
      border-bottom-width: 2px; }
      .table table th a {
        display: block;
        margin: -12px -5px -7px -5px;
        padding: 12px 5px 7px 5px;
        cursor: pointer; }
        .table table th a:hover {
          background-color: #eff2f6; }
        .table table th a.sort {
          padding-left: 24px;
          position: relative; }
          .table table th a.sort::before {
            content: '';
            position: absolute;
            top: calc(50% - 3px);
            left: 5px;
            width: 10px;
            height: 8px;
            background-image: url(/images/icons_table.svg);
            background-repeat: no-repeat; }
          .table table th a.sort.asc::before {
            background-position: 0 0; }
          .table table th a.sort.desc::before {
            background-position: 0 -40px; }
          .table table th a.sort.on::before {
            background-position: 0 -80px; }
    .table table td.actions {
      padding: 0;
      background-color: #e2e8ee;
      border-bottom-color: white; }
      .table table td.actions li a {
        min-height: 34px;
        padding: 11px 16px 7px 16px;
        font-size: 1.3rem;
        color: #465768;
        background-color: transparent; }
        .table table td.actions li a:hover {
          background: #d2dbe5; }
        .table table td.actions li a:active {
          padding-top: 12px;
          padding-bottom: 6px; }
      .table table td.actions li + li a:first-child {
        background-image: none; }
    .table table .number, .table table .right {
      text-align: right; }
    .table table .empty {
      color: rgba(70, 87, 104, 0.8);
      font-style: italic;
      text-align: center; }
    .table table .inactive {
      opacity: .2;
      pointer-events: none; }
      .table table .inactive td {
        border-color: #6e8caa; }
    .table table .nowrap {
      white-space: nowrap; }
    .table table .longtext {
      display: block;
      max-height: 50px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .table table .longtext::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 17px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        transition: opacity 0.3s; }
      .table table .longtext.full::before {
        opacity: 0; }
  .table .search .button {
    background-image: none; }

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  .table {
    padding: 15px;
    padding-top: 0; } }

.form {
  padding: 0 8px; }
  .form .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 12px 36px 0 36px; }
    .form .item:first-child {
      margin-top: 0; }
    .form .item.full-width {
      display: block;
      margin: 0; }
      .form .item.full-width .fields {
        width: auto; }
      .form .item.full-width textarea {
        height: calc(100vh - 203px) !important; }
    .form .item > label {
      -webkit-flex-basis: 165px;
          -ms-flex-preferred-size: 165px;
              flex-basis: 165px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #465768;
      font-weight: bold; }
    .form .item .fields {
      -webkit-flex-basis: 200px;
          -ms-flex-preferred-size: 200px;
              flex-basis: 200px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      /* multiple fields within one line */
      /* multiple fields within one item */
      /* FIXME: remove this once direct checkbox/radio styling is fully supported! */
      /* end FIXME */ }
      .form .item .fields.fixed {
        width: 200px;
        /* content-sized list resizing fix */ }
      .form .item .fields.required::before {
        content: '';
        position: absolute;
        left: -13px;
        top: 10px;
        width: 6px;
        height: 12px;
        background: url(/images/icons_form.svg) 0 -120px no-repeat; }
      .form .item .fields label {
        display: block;
        font-size: 1.4rem;
        line-height: 2.5;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .form .item .fields input[type="text"],
      .form .item .fields input[type="password"],
      .form .item .fields input[type="date"],
      .form .item .fields select,
      .form .item .fields textarea {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: solid 1px #bec8d0;
        background-color: white;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        height: 32px;
        padding: 2px 8px 0 8px;
        font-size: 1.4rem;
        /* FIXME replace with non-prefixed once supported */
        width: 100%;
        border-radius: 0; }
        .form .item .fields input[type="text"]:focus,
        .form .item .fields input[type="password"]:focus,
        .form .item .fields input[type="date"]:focus,
        .form .item .fields select:focus,
        .form .item .fields textarea:focus {
          border-color: #8f99a7; }
        .form .item .fields input[type="text"]:disabled,
        .form .item .fields input[type="password"]:disabled,
        .form .item .fields input[type="date"]:disabled,
        .form .item .fields select:disabled,
        .form .item .fields textarea:disabled {
          background-color: #e2e8ee;
          opacity: .5; }
        .form .item .fields input[type="text"] *[disabled],
        .form .item .fields input[type="password"] *[disabled],
        .form .item .fields input[type="date"] *[disabled],
        .form .item .fields select *[disabled],
        .form .item .fields textarea *[disabled] {
          color: rgba(0, 0, 0, 0.4) !important; }
        .form .item .fields input[type="text"]::-webkit-input-placeholder,
        .form .item .fields input[type="password"]::-webkit-input-placeholder,
        .form .item .fields input[type="date"]::-webkit-input-placeholder,
        .form .item .fields select::-webkit-input-placeholder,
        .form .item .fields textarea::-webkit-input-placeholder {
          font-style: italic; }
        .form .item .fields input[type="text"]::-moz-placeholder,
        .form .item .fields input[type="password"]::-moz-placeholder,
        .form .item .fields input[type="date"]::-moz-placeholder,
        .form .item .fields select::-moz-placeholder,
        .form .item .fields textarea::-moz-placeholder {
          font-style: italic; }
        .form .item .fields input[type="text"].small,
        .form .item .fields input[type="password"].small,
        .form .item .fields input[type="date"].small,
        .form .item .fields select.small,
        .form .item .fields textarea.small {
          width: 30%; }
        .form .item .fields input[type="text"].medium,
        .form .item .fields input[type="password"].medium,
        .form .item .fields input[type="date"].medium,
        .form .item .fields select.medium,
        .form .item .fields textarea.medium {
          width: 60%; }
        .form .item .fields input[type="text"].third,
        .form .item .fields input[type="password"].third,
        .form .item .fields input[type="date"].third,
        .form .item .fields select.third,
        .form .item .fields textarea.third {
          width: calc(33.33% - 6px); }
        .form .item .fields input[type="text"].half,
        .form .item .fields input[type="password"].half,
        .form .item .fields input[type="date"].half,
        .form .item .fields select.half,
        .form .item .fields textarea.half {
          width: calc(50% - 6px); }
        .form .item .fields input[type="text"].thirds,
        .form .item .fields input[type="password"].thirds,
        .form .item .fields input[type="date"].thirds,
        .form .item .fields select.thirds,
        .form .item .fields textarea.thirds {
          width: calc(66.66% - 6px); }
      .form .item .fields input[type="date"],
      .form .item .fields input[type="text"].date {
        background-image: url(/images/icons_form.svg);
        background-position: calc(100% - 8px) -79px;
        cursor: default; }
      .form .item .fields select {
        padding-right: 36px;
        background-image: url(/images/icons_form.svg);
        background-position: calc(100% - 8px) -47px; }
        .form .item .fields select::-ms-expand {
          display: none; }
        .form .item .fields select.placeholder {
          color: rgba(0, 0, 0, 0.4);
          font-style: italic; }
          .form .item .fields select.placeholder > option:not(:first-child),
          .form .item .fields select.placeholder optgroup option {
            color: black;
            font-style: normal; }
      .form .item .fields textarea {
        display: block;
        /* label baseline align fix */
        height: 86px;
        margin: 0;
        padding-top: 7px;
        padding-bottom: 5px;
        resize: none; }
      .form .item .fields input[type="checkbox"] {
        float: left;
        width: 24px;
        height: 24px;
        margin: 4px 6px 4px 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: solid 1px #bec8d0;
        background-color: white;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        background-position: 5px 7px; }
        .form .item .fields input[type="checkbox"]:focus {
          border-color: #8f99a7; }
        .form .item .fields input[type="checkbox"]:disabled {
          background-color: #e2e8ee;
          opacity: .5; }
      .form .item .fields input[type="radio"] {
        float: left;
        width: 26px;
        height: 26px;
        margin: 3px 6px 3px 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: solid 1px #bec8d0;
        background-color: white;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        border-radius: 50%;
        background-position: 6px -24px; }
        .form .item .fields input[type="radio"]:focus {
          border-color: #8f99a7; }
        .form .item .fields input[type="radio"]:disabled {
          background-color: #e2e8ee;
          opacity: .5; }
      .form .item .fields input:checked {
        background-image: url(/images/icons_form.svg); }
      .form .item .fields input[type="checkbox"]:disabled + span,
      .form .item .fields input[type="radio"]:disabled + span {
        color: rgba(0, 0, 0, 0.3); }
      .form .item .fields ul.list {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: solid 1px #bec8d0;
        background-color: white;
        background-repeat: no-repeat;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; }
        .form .item .fields ul.list:focus {
          border-color: #8f99a7; }
        .form .item .fields ul.list:disabled {
          background-color: #e2e8ee;
          opacity: .5; }
        .form .item .fields ul.list li {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          height: 31px; }
          .form .item .fields ul.list li > * {
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            padding: 7px 8px 0 8px;
            background-color: white;
            border-top: solid 1px #e2e8ee;
            font-size: 1.4rem;
            white-space: nowrap;
            overflow: hidden; }
            .form .item .fields ul.list li > *.action {
              -webkit-flex-grow: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0;
              -webkit-flex-shrink: 0;
                  -ms-flex-negative: 0;
                      flex-shrink: 0;
              padding: 9px 12px 0 12px;
              background-color: #e2e8ee;
              border-color: white;
              color: #465768;
              font-size: 1.3rem;
              font-weight: 600; }
              .form .item .fields ul.list li > *.action:hover {
                background: #d2dbe5;
                cursor: pointer; }
            .form .item .fields ul.list li > *.operator {
              -webkit-flex-grow: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0;
              -webkit-flex-shrink: 0;
                  -ms-flex-negative: 0;
                      flex-shrink: 0;
              width: 30px;
              color: transparent;
              background: url(/images/icons_form.svg) no-repeat;
              cursor: pointer; }
              .form .item .fields ul.list li > *.operator + * {
                padding-left: 0px; }
              .form .item .fields ul.list li > *.operator:hover {
                background-color: #eff2f6; }
              .form .item .fields ul.list li > *.operator.include {
                background-position: 10px -349px; }
              .form .item .fields ul.list li > *.operator.exclude {
                background-position: 10px -379px; }
          .form .item .fields ul.list li:first-child > *,
          .form .item .fields ul.list li.template:first-child + li > * {
            border: none; }
        .form .item .fields ul.list.sortable li {
          cursor: move; }
          .form .item .fields ul.list.sortable li > *:first-child {
            padding-left: 28px;
            background-image: url(/images/icons_form.svg);
            background-position: 8px -199px;
            background-repeat: no-repeat; }
          .form .item .fields ul.list.sortable li.sortable-chosen:not(.sortable-fallback) > *:not(.action) {
            background-color: #eff2f6; }
          .form .item .fields ul.list.sortable li.sortable-fallback {
            box-shadow: 0 0 12px 0 rgba(190, 200, 208, 0.8); }
            .form .item .fields ul.list.sortable li.sortable-fallback > * {
              border: solid #b2bec7;
              border-width: 1px 0 1px 0; }
              .form .item .fields ul.list.sortable li.sortable-fallback > *:first-child {
                border-left-width: 1px; }
              .form .item .fields ul.list.sortable li.sortable-fallback > *:last-child {
                border-right-width: 1px; }
        .form .item .fields ul.list.filesystem {
          max-height: 298px;
          overflow: auto; }
          .form .item .fields ul.list.filesystem li > *:first-child {
            padding-left: 28px;
            background-image: url(/images/icons_form.svg);
            background-repeat: no-repeat; }
            .form .item .fields ul.list.filesystem li > *:first-child:hover {
              background-color: #eff2f6;
              cursor: pointer; }
          .form .item .fields ul.list.filesystem li:not([class]) > *:first-child {
            background-image: none; }
          .form .item .fields ul.list.filesystem li.folder > *:first-child {
            background-position: 7px -291px; }
          .form .item .fields ul.list.filesystem li.file > *:first-child {
            background-position: 8px -321px; }
        .form .item .fields ul.list.selected {
          border-color: #8f99a7; }
        .form .item .fields ul.list .template {
          display: none; }
      .form .item .fields.err input, .form .item .fields.err select, .form .item .fields.err textarea,
      .form .item .fields input.err, .form .item .fields select.err, .form .item .fields textarea.err {
        border-color: #e42a24;
        background-color: #fef5f5; }
      .form .item .fields .note,
      .form .item .fields .error {
        display: block;
        padding: 10px 0 0 4px;
        color: #465768; }
        .form .item .fields .note.error,
        .form .item .fields .error.error {
          color: #d9211b; }
      .form .item .fields .fieldtip {
        display: none;
        position: absolute;
        height: 30px;
        margin: 1px -1px;
        padding: 9px 6px;
        background: white;
        color: rgba(0, 0, 0, 0.4);
        font-style: italic;
        white-space: nowrap;
        z-index: 98; }
      .form .item .fields > .line > *:not(.fieldtip) {
        display: inline-block !important; }
        .form .item .fields > .line > *:not(.fieldtip) + * {
          margin-left: 8px; }
        .form .item .fields > .line > *:not(.fieldtip) + label {
          margin-left: 12px; }
        .form .item .fields > .line > *:not(.fieldtip).hidden {
          display: none !important; }
      .form .item .fields > .line > span:not(.fieldtip) {
        margin-left: 4px; }
        .form .item .fields > .line > span:not(.fieldtip) + * {
          margin-left: 4px; }
        .form .item .fields > .line > span:not(.fieldtip) + label {
          margin-left: 8px; }
      .form .item .fields > *:not(.hidden):not([type="hidden"]) ~ *:not(span),
      .form .item .fields > *:not(.hidden):not([type="hidden"]):not(label) + label,
      .form .item .fields > *:not(.hidden):not([type="hidden"]):not(label) ~ label.hidden + label {
        margin-top: 12px; }
      .form .item .fields > *:not(.hidden):not([type="hidden"]) ~ label {
        margin-top: 4px; }
      .form .item .fields label {
        position: relative; }
        .form .item .fields label input[type="checkbox"],
        .form .item .fields label input[type="radio"] {
          opacity: .001 !important; }
        .form .item .fields label input[type="checkbox"] + span:before,
        .form .item .fields label input[type="radio"] + span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          border: solid 1px #bec8d0;
          background-color: white;
          background-repeat: no-repeat;
          outline: none;
          border-radius: 0;
          box-shadow: none;
          width: 24px;
          height: 24px;
          margin: 4px 0;
          background-position: 5px 7px; }
          .form .item .fields label input[type="checkbox"] + span:before:focus,
          .form .item .fields label input[type="radio"] + span:before:focus {
            border-color: #8f99a7; }
          .form .item .fields label input[type="checkbox"] + span:before:disabled,
          .form .item .fields label input[type="radio"] + span:before:disabled {
            background-color: #e2e8ee;
            opacity: .5; }
        .form .item .fields label input[type="radio"] + span:before {
          width: 26px;
          height: 26px;
          margin: 3px 0;
          border-radius: 50%;
          background-position: 6px -24px; }
        .form .item .fields label input[type="checkbox"]:focus + span:before,
        .form .item .fields label input[type="radio"]:focus + span:before {
          border-color: #8f99a7; }
        .form .item .fields label input[type="checkbox"]:disabled + span:before,
        .form .item .fields label input[type="radio"]:disabled + span:before {
          background-color: #e2e8ee;
          opacity: .5; }
        .form .item .fields label input:checked + span:before {
          background-image: url(/images/icons_form.svg); }
      .form .item .fields.err label input[type="checkbox"] + span:before,
      .form .item .fields.err label input[type="radio"] + span:before,
      .form .item .fields label input[type="checkbox"].err + span:before,
      .form .item .fields label input[type="radio"].err + span:before {
        border-color: #e42a24;
        background-color: #fef5f5; }
  .popup .form .item {
    max-width: 156px;
    margin-left: 15px;
    margin-right: 15px; }

/*
 * Desktop
 */
@media screen and (min-width: 560px), print {
  .form .item {
    margin-left: 12%;
    margin-right: 12%; } }

@media screen and (min-width: 740px), print {
  .form {
    padding: 0 15px; }
    .form .item {
      margin-left: 15%;
      margin-right: 15%; }
      .form .item.full-width textarea {
        height: calc(100vh - 248px) !important;
        max-height: 568px; }
    .form .message {
      margin: 0 -15px;
      padding: 8px 15px; } }

@media screen and (min-width: 820px) {
  .form .item {
    margin-left: 20%;
    margin-right: 20%; } }

.dialog,
.popup {
  display: none;
  background: white;
  box-shadow: 0 0 0 2px rgba(190, 200, 208, 0.9);
  z-index: 10; }
  .dialog .titlebar,
  .popup .titlebar {
    height: 32px;
    padding: 7px 15px;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    background: #778da3; }
  .dialog .content,
  .popup .content {
    padding: 15px; }

.dialog {
  margin: 0 5px;
  max-width: 600px; }

.popup {
  position: absolute;
  max-width: 360px; }
  .popup::before, .popup::after {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 7px);
    border: solid 7px transparent;
    border-bottom-color: rgba(190, 200, 208, 0.9); }
  .popup::after {
    top: -13px;
    border-bottom-color: white; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9; }

/*
 * Desktop
 */
.login {
  margin: 0 auto;
  padding: 0; }
  .login .logo {
    padding: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.last-actions .clock {
  padding: 6px 0 0 26px;
  background: url(/images/icons_misc.svg) 0 -94px no-repeat;
  color: #465768;
  font-weight: 600;
  white-space: nowrap; }
  .last-actions .clock .hours.minutes {
    font-size: 1.9rem; }
  .last-actions .clock .seconds {
    font-size: 1.5rem; }
  .last-actions .clock .date {
    margin-left: 12px;
    color: rgba(70, 87, 104, 0.6); }

.last-actions .table .name {
  font-size: 1.4rem;
  font-weight: 600; }

.users-summary table {
  /* table header */
  /* table body */ }
  .users-summary table, .users-summary table thead, .users-summary table tbody {
    display: block; }
  .users-summary table tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .users-summary table td.empty {
    border-bottom: none; }
  .users-summary table:first-of-type thead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #82ba02; }
  .users-summary table:first-of-type th {
    display: block;
    border-bottom: none; }
    .users-summary table:first-of-type th.separated {
      margin-left: 20px; }
    .users-summary table:first-of-type th a {
      padding-left: 12px;
      padding-right: 12px; }
      .users-summary table:first-of-type th a.sort {
        padding-left: 30px; }
        .users-summary table:first-of-type th a.sort::before {
          left: 11px; }
  .users-summary table:last-of-type td {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 460px;
        -ms-flex-preferred-size: 460px;
            flex-basis: 460px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
    .users-summary table:last-of-type td > *:not(h2) {
      padding: 9px 12px 0 0;
      line-height: 2rem;
      white-space: nowrap; }
    .users-summary table:last-of-type td a {
      color: black; }
      .users-summary table:last-of-type td a:hover {
        background-color: #eff2f6; }

.users-summary .employee > * {
  display: block;
  margin-left: 68px;
  font-size: 1.4rem;
  line-height: 2rem; }
  .users-summary .employee > *.portrait {
    float: left;
    width: 56px;
    height: 57px;
    margin: -9px 0 -1px 0;
    background: url(/images/icons_misc.svg) center 13px no-repeat;
    background-color: #e2e8ee;
    border-bottom: solid 1px white;
    overflow: hidden; }
    .users-summary .employee > *.portrait .crop {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 133.33%;
      height: 133.33%;
      margin: -16.67% 0 0 -16.67%; }
      .users-summary .employee > *.portrait .crop img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
  .users-summary .employee > *.surname {
    font-weight: 600; }
  .users-summary .employee > *.givennames {
    color: rgba(70, 87, 104, 0.8); }

.users-summary .employee.tagged > *:not(.portrait) {
  margin-left: 90px; }

.users-summary .employee.tagged .portrait {
  width: 78px;
  height: 78px;
  background-position: center 24px; }

.users-summary .details {
  min-width: 58%; }
  .users-summary .details > * {
    display: inline-block; }
    .users-summary .details > *.status {
      display: block;
      font-weight: 600; }
    .users-summary .details > *.timefund {
      margin-left: 8px;
      color: rgba(70, 87, 104, 0.8); }

.users-summary .employee.tagged + .details {
  min-width: 50%; }
  .users-summary .employee.tagged + .details > * {
    display: block; }
    .users-summary .employee.tagged + .details > *.timefund {
      margin-left: 0; }

.group-schedules .toolbar {
  padding: 8px 10px; }
  .group-schedules .toolbar.form .item {
    margin: 0; }

.group-schedules table tr td {
  border-width: 2px;
  border-color: #c2cfdb; }
  .group-schedules table tr td td {
    border-width: 1px;
    border-color: #e2e8ee; }
  .group-schedules table tr td.schedules {
    padding: 0; }
    .group-schedules table tr td.schedules td {
      display: block; }
  .group-schedules table tr td.month {
    padding: 0;
    width: 812px; }
    .group-schedules table tr td.month table {
      width: 100%;
      table-layout: fixed;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .group-schedules table tr td.month table tr th {
        width: 14.286%;
        padding-top: 9px;
        border-bottom: solid 1px white;
        background: #e2e8ee;
        color: black;
        font-weight: 400;
        line-height: 1.5rem; }
        .group-schedules table tr td.month table tr th:not(:first-child) {
          border-left: solid 1px white; }
        .group-schedules table tr td.month table tr th.weekend {
          font-weight: 600; }
      .group-schedules table tr td.month table tr td {
        width: 14.286%;
        max-width: 14.286%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .group-schedules table tr td.month table tr td:not(:first-child) {
          border-left: solid 1px #e2e8ee; }
        .group-schedules table tr td.month table tr td:hover {
          background-color: rgba(0, 155, 229, 0.1);
          cursor: pointer; }
        .group-schedules table tr td.month table tr td.dimmed {
          color: rgba(70, 87, 104, 0.5);
          background-color: rgba(226, 232, 238, 0.33); }
          .group-schedules table tr td.month table tr td.dimmed:not(.selected) + .dimmed:not(.selected) {
            border-left-color: transparent; }
          .group-schedules table tr td.month table tr td.dimmed:hover {
            background-color: #e2e8ee; }
        .group-schedules table tr td.month table tr td.selected {
          background-color: rgba(0, 155, 229, 0.2);
          border-color: #99cde5;
          box-shadow: 0 -1px #99cde5; }
          .group-schedules table tr td.month table tr td.selected + *:not(.selected) {
            border-left-color: #99cde5; }
          .group-schedules table tr td.month table tr td.selected:hover {
            background-color: rgba(0, 155, 229, 0.33); }
      .group-schedules table tr td.month table tr:last-child td {
        border-bottom-width: 1px; }

.group-schedules table tr:last-child td {
  border-bottom-width: 0; }

.group-schedules .user {
  padding-right: 10px;
  vertical-align: top; }
  .group-schedules .user.everybody {
    font-style: italic; }
  .group-schedules .user .action {
    display: block;
    margin-top: 19px; }

.group-schedules .schedule {
  font-weight: 600; }
  .group-schedules .schedule a {
    color: black;
    cursor: default; }
    .group-schedules .schedule a:not(.disabled):hover {
      color: #465768;
      cursor: pointer; }

.group-schedules .schedules .preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .group-schedules .schedules .preview > * {
    -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
            flex-basis: auto !important;
    padding: 0 2px;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    text-align: center;
    white-space: nowrap; }
  .group-schedules .schedules .preview .shift {
    font-weight: 600;
    border-bottom-color: #82ba02; }
  .group-schedules .schedules .preview .count {
    color: #7bb002;
    font-weight: 600;
    border-bottom-color: rgba(130, 186, 2, 0.5); }
  .group-schedules .schedules .preview .access {
    color: #009be5;
    border-bottom-color: #009be5; }
  .group-schedules .schedules .preview .gap {
    color: rgba(70, 87, 104, 0.5);
    border-bottom-color: #e2e8ee; }
    .group-schedules .schedules .preview .gap.start {
      display: none;
      text-align: left; }
    .group-schedules .schedules .preview .gap.end {
      display: none;
      text-align: right; }

.group-schedules .schedules .days {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .group-schedules .schedules .days li {
    display: inline-block; }
    .group-schedules .schedules .days li a {
      display: block;
      padding: 4px 4px 2px 4px;
      cursor: pointer; }
      .group-schedules .schedules .days li a:hover {
        background-color: #eff2f6; }
    .group-schedules .schedules .days li.selected a {
      color: #70a102;
      font-weight: 600; }

.group-schedules .controls {
  float: right;
  margin-right: -5px; }
  .group-schedules .controls > * {
    display: inline-block;
    margin-left: 0;
    margin-right: 0; }
    .group-schedules .controls > *.prev, .group-schedules .controls > *.next {
      width: 35px;
      background-image: url(/images/icons_form.svg);
      background-position: 15px -138px;
      background-repeat: no-repeat; }
      .group-schedules .controls > *.prev:after, .group-schedules .controls > *.next:after {
        content: '\00a0'; }
      .group-schedules .controls > *.prev.next, .group-schedules .controls > *.next.next {
        background-position: 15px -108px; }

.group-schedules .month table .date {
  display: inline-block;
  width: 22px;
  text-align: center;
  font-size: 1.5rem; }
  .group-schedules .month table .date.holiday {
    color: #e42a24; }

.group-schedules .month .edits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .group-schedules .month .edits .group {
    padding: 11px 10px 7px 10px; }
    .group-schedules .month .edits .group > *:not(:first-child) {
      margin-left: 20px; }
  .group-schedules .month .edits .note {
    display: none;
    color: rgba(70, 87, 104, 0.8);
    font-style: italic; }

.group-schedules a.action,
.group-schedules select.action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  color: #009be5;
  font-weight: 600;
  cursor: pointer; }
  .group-schedules a.action.disabled, .group-schedules a.action[disabled],
  .group-schedules select.action.disabled,
  .group-schedules select.action[disabled] {
    color: rgba(0, 155, 229, 0.4);
    cursor: default; }
  .group-schedules a.action option:not(:first-child),
  .group-schedules select.action option:not(:first-child) {
    color: black; }
  .group-schedules a.action[data-action="done"],
  .group-schedules select.action[data-action="done"] {
    display: none; }

.group-schedules > .disabled {
  position: relative; }
  .group-schedules > .disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.86); }

.group-schedules .test .section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0; }
  .group-schedules .test .section > * {
    margin: 6px 10px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .group-schedules .test .section .item {
    -webkit-flex-basis: 280px;
        -ms-flex-preferred-size: 280px;
            flex-basis: 280px; }
    .group-schedules .test .section .item label {
      margin-right: 25px;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }

@media screen and (min-width: 380px), print {
  .group-schedules .schedules .preview .gap.start,
  .group-schedules .schedules .preview .gap.end {
    display: block; } }

@media screen and (min-width: 740px), print {
  .group-schedules .test .section > * {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 560px), print {
  .group-schedules table tr td.schedules td {
    display: table-cell; }
  .group-schedules table tr td.schedules .details {
    padding-right: 20px; }
  .group-schedules .actions {
    width: 10%; } }

.reports .item.period .line input.date {
  width: calc(50% - 12px); }

.reports .item.nightwork input[type="text"] {
  width: calc(50% - 31.5px); }
  .reports .item.nightwork input[type="text"]:first-of-type {
    margin-left: 0; }

.reports .item.tagfilter input[type="text"] {
  width: calc(100% - 40px);
  margin-left: 0 !important; }

.reports .item.decimals .line.disabled select:first-child {
  width: 100%; }

.reports .item.decimals .line.disabled select:last-child {
  display: none !important; }

.reports .item.format .note.disabled {
  display: none; }

.reports .item.preset input[type="text"] {
  width: calc(100% - 100px); }

.reports .item.preset input[type="submit"] {
  background-image: none; }

.graphs .toolbar .info {
  height: 32px;
  padding: 8px 0; }
  .graphs .toolbar .info a {
    padding: 0 12px; }
    .graphs .toolbar .info a.previous {
      background: url(data:image/gif;base64,R0lGODlhBQAJAIAAAEZXZv///yH5BAEHAAEALAAAAAAFAAkAAAIKjAOXtqjHoIONFQA7) left 2px no-repeat; }
    .graphs .toolbar .info a.next {
      background: url(data:image/gif;base64,R0lGODlhBQAJAIAAAEZXZv///yH5BAEHAAEALAAAAAAFAAkAAAIKRH6GodjpIpynAAA7) right 2px no-repeat; }

.graphs table tr th:not(:first-child) {
  padding-left: 0; }

.graphs table tr.labels td {
  border-top: solid 1px #e2e8ee;
  border-bottom: solid 2px #bec8d0; }
  .graphs table tr.labels td:first-child {
    padding-right: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap; }
  .graphs table tr.labels td:not(:first-child) {
    padding-left: 0;
    padding-right: 0; }

.graphs table tr:not(.labels) td {
  height: 28px;
  padding: 6px 0;
  padding: 0;
  border: none;
  line-height: 16px; }
  .graphs table tr:not(.labels) td:first-child {
    width: 1%;
    padding: 6px 8px 6px 5px;
    font-size: 1.4rem;
    text-align: right;
    white-space: nowrap; }

.graphs table tr:first-child td {
  border-top: none; }

.graphs table tr:last-child td {
  border-bottom: solid 1px #e2e8ee; }

.graphs .grid.labels {
  position: relative;
  background-position: bottom left;
  color: rgba(70, 87, 104, 0.5); }
  .graphs .grid.labels span {
    position: absolute;
    top: 12px;
    left: 0; }
    .graphs .grid.labels span:not(:first-child) {
      width: 36px;
      margin-left: -18px;
      text-align: center; }

.graphs .grid.timeline {
  background-image: url(/images/grid_timeline.svg);
  background-size: 100% 28px;
  background-repeat: no-repeat; }
  .graphs .grid.timeline.labels {
    background-image: url(/images/grid_timeline_labels.svg);
    background-size: 100% 6px; }
    .graphs .grid.timeline.labels span:nth-child(2) {
      left: 25%; }
    .graphs .grid.timeline.labels span:nth-child(3) {
      left: 50%; }
    .graphs .grid.timeline.labels span:nth-child(4) {
      left: 75%; }
    .graphs .grid.timeline.labels span:last-child {
      left: auto;
      right: 0;
      width: auto;
      margin: 0; }

.graphs .grid.summary {
  background-image: url(/images/grid_summary.svg);
  background-size: 100% 44px;
  background-repeat: repeat-x; }
  .graphs .grid.summary.labels {
    background-image: url(/images/grid_summary_labels.svg);
    background-size: 100% 6px; }
    .graphs .grid.summary.labels span.end:last-child {
      left: auto;
      right: 0;
      width: auto;
      margin: 0; }
  .graphs .grid.summary .graph {
    height: 22px; }
    .graphs .grid.summary .graph:first-child > * {
      border-bottom-width: 4px; }
    .graphs .grid.summary .graph:first-child > a:hover {
      border-bottom-width: 1px; }
    .graphs .grid.summary .graph:last-child > * {
      border-top-width: 4px; }
    .graphs .grid.summary .graph:last-child > a:hover {
      border-top-width: 1px; }
    .graphs .grid.summary .graph .label {
      font-size: 1.3rem;
      font-weight: 600;
      text-indent: 6px;
      line-height: 10px;
      background-color: transparent; }

.graphs .graph {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px; }
  .graphs .graph > * {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    background-color: #e2e8ee;
    background-clip: content-box; }
  .graphs .graph > a {
    cursor: pointer; }
    .graphs .graph > a:hover, .graphs .graph > a.selected {
      border-width: 7px; }
  .graphs .graph .green {
    background-color: #82ba02; }
    .graphs .graph .green.fade {
      background-color: rgba(130, 186, 2, 0.5); }
  .graphs .graph .blue {
    background-color: #009be5; }
    .graphs .graph .blue.fade {
      background-color: rgba(0, 155, 229, 0.5); }
  .graphs .graph .yellow {
    background-color: #e4c200; }
    .graphs .graph .yellow.fade {
      background-color: rgba(228, 194, 0, 0.5); }
  .graphs .graph .red {
    background-color: #f13b09; }
    .graphs .graph .red.fade {
      background-color: rgba(241, 59, 9, 0.5); }

.graphs .popup, .graphs.popup {
  padding: 6px 8px 4px 8px;
  pointer-events: none; }
  .graphs .popup h3, .graphs.popup h3 {
    margin-bottom: 2px;
    font-size: 1.4rem;
    font-weight: 600; }
    .graphs .popup h3 *:last-child, .graphs.popup h3 *:last-child {
      float: right; }
  .graphs .popup .note, .graphs.popup .note {
    margin-top: 2px;
    font-style: italic; }
    .graphs .popup .note *:last-child, .graphs.popup .note *:last-child {
      float: right; }
  .graphs .popup::before, .graphs .popup::after, .graphs.popup::before, .graphs.popup::after {
    top: auto;
    bottom: -12px;
    left: calc(50% - 5px);
    border-width: 5px;
    border-bottom-color: transparent;
    border-top-color: rgba(190, 200, 208, 0.9); }
  .graphs .popup::after, .graphs.popup::after {
    top: auto;
    bottom: -9px;
    border-bottom-color: transparent;
    border-top-color: white; }

.settings .item.sounds span {
  width: calc(40% - 12px); }

.settings .item.flags .fields label + label {
  margin-left: 0; }

.settings .item.flags .fields label input[type="radio"].flag {
  width: 47px;
  height: 32px;
  margin: 0; }
  .settings .item.flags .fields label input[type="radio"].flag + span:before {
    width: 47px;
    height: 32px;
    margin: 0;
    border-radius: 0;
    background-image: url(/images/icons_flags.png);
    background-size: 45px auto;
    opacity: .3;
    cursor: pointer; }
  .settings .item.flags .fields label input[type="radio"].flag:checked + span:before {
    opacity: 1; }
  .settings .item.flags .fields label input[type="radio"].flag.en + span:before {
    background-position: 0 0; }
  .settings .item.flags .fields label input[type="radio"].flag.sk + span:before {
    background-position: 0 -35px; }
  .settings .item.flags .fields label input[type="radio"].flag.cz + span:before {
    background-position: 0 -70px; }
  .settings .item.flags .fields label input[type="radio"].flag.fr + span:before {
    background-position: 0 -105px; }

.pika-single {
  margin-top: 5px;
  background: white;
  box-shadow: 0 0 0 2px rgba(190, 200, 208, 0.9);
  position: relative;
  z-index: 100; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single:before, .pika-single:after {
  content: "";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 252px; }

.pika-title {
  height: 32px;
  background-color: #009be5;
  text-align: center; }
  .pika-title select {
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0;
    cursor: pointer; }

.pika-label {
  display: inline-block;
  padding: 8px 3px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
  position: relative; }

.pika-prev,
.pika-next {
  display: block;
  width: 32px;
  height: 32px;
  background: #009be5 url(/images/icons_form.svg) no-repeat;
  border: none;
  text-indent: 32px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .pika-prev.pika-prev,
  .is-rtl .pika-prev.pika-next,
  .pika-next.pika-prev,
  .is-rtl
  .pika-next.pika-next {
    float: left;
    background-position: 12px -260px; }
  .pika-prev.pika-next,
  .is-rtl .pika-prev.pika-prev,
  .pika-next.pika-next,
  .is-rtl
  .pika-next.pika-prev {
    float: right;
    background-position: 14px -230px; }
  .pika-prev:not(.is-disabled):hover,
  .pika-next:not(.is-disabled):hover {
    background-color: #0091d6; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    opacity: .3;
    cursor: default; }

.pika-week {
  font-size: 1.25rem;
  color: rgba(70, 87, 104, 0.5); }

.pika-table {
  table-layout: fixed;
  width: 100%; }
  .pika-table th, .pika-table td {
    width: calc(100% / 7); }
  .pika-table th {
    padding-top: 2px;
    color: #465768;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
    font-weight: 600; }

.pika-button {
  display: block;
  width: 100%;
  padding: 3px 6px 0 2px;
  background: #eff2f6;
  border: none;
  font-size: 1.3rem;
  line-height: 2;
  text-align: right;
  cursor: pointer; }
  .is-today .pika-button {
    color: #009be5;
    font-weight: 700; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    opacity: .2; }
  .is-selected .pika-button,
  .is-startrange .pika-button,
  .is-endrange .pika-button {
    background: #009be5;
    color: white;
    font-weight: 700; }
  .is-endrange .pika-button {
    background: #82ba02; }
  .is-inrange .pika-button {
    background: #d5dee6; }
  .pika-button:hover {
    color: white;
    background: #a2b5c8;
    font-weight: 600; }

@page {
  margin: 6mm; }

@media print {
  html,
  body {
    width: 980px; }
  .header,
  .navigation {
    display: none; }
  body,
  .block,
  .buttonbar {
    background-color: transparent; }
    body.buttonbar,
    .block.buttonbar,
    .buttonbar.buttonbar {
      border-top: solid 1px #bec8d0; }
  .main,
  .table {
    margin: 0;
    padding: 0; }
  .tabs .selected a,
  .breadcrumbs .selected a {
    background: #e2e8ee !important; }
  .report_print_spacer {
    page-break-after: always; } }