/*
 * 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(/assets/ProximaNova-Regular-2b80fbe521e07e4e84eb52e707b364c3e6c05c57e483276dc4b3be93a9794ba9.otf);
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  src: local("Proxima Nova Semibold"), url(/assets/ProximaNova-Semibold-9e7ff2f279f8c497d687d1248d17e7a8c19784d945698c4bc8f9168fe9e351cb.otf);
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  src: local("Proxima Nova Bold"), url(/assets/ProximaNova-Bold-b9e81a47aecd3d05445ae775f48d08b3de46b2039f1d229a58a87be194e327ec.otf);
}
/*
 * Breakpoints
 */
/*
 * Other
 */
/*
 * Mixins
 */
/*
 * Base
 */
/* line 194, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* maps '1rem' to '10px' */
  box-sizing: border-box;
}

/* line 205, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
body {
  position: relative;
  background-color: #F3F4F5;
  min-width: 320px;
  min-height: 100%;
}
/* line 211, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
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;
}
/* line 223, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
body:before {
  display: none;
  content: "mobile";
}
@media all and (min-width: 740px) {
  /* line 223, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
  body:before {
    content: "desktop";
  }
}

/* line 233, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*
 * Reset
 */
/* line 241, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
h1, h2, h3,
p,
ul, li,
form, input {
  margin: 0;
  padding: 0;
}
/* line 248, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
h1::-webkit-input-placeholder, h2::-webkit-input-placeholder, h3::-webkit-input-placeholder,
p::-webkit-input-placeholder,
ul::-webkit-input-placeholder, li::-webkit-input-placeholder,
form::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
h1:-ms-input-placeholder, h2:-ms-input-placeholder, h3:-ms-input-placeholder,
p:-ms-input-placeholder,
ul:-ms-input-placeholder, li:-ms-input-placeholder,
form:-ms-input-placeholder, input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
h1::-ms-input-placeholder, h2::-ms-input-placeholder, h3::-ms-input-placeholder,
p::-ms-input-placeholder,
ul::-ms-input-placeholder, li::-ms-input-placeholder,
form::-ms-input-placeholder, input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
h1::placeholder, h2::placeholder, h3::placeholder,
p::placeholder,
ul::placeholder, li::placeholder,
form::placeholder, input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
ul, li {
  list-style: none;
}

/* line 257, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
a {
  color: #00AA8C;
  text-decoration: none;
}

/* line 262, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_base.scss */
button {
  width: auto;
}

/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
body.header-open.navigation-open {
  overflow: hidden;
}
/* line 6, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
body.indicator-on:after, body.mobile.header-open.navigation-open:after {
  /* overlay */
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

/* line 20, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 48px;
  display: flex;
  background: #FFFFFF;
  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%);
}
/* line 32, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.header-open .header {
  -webkit-transform: none;
          transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}
/* line 37, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.indicator-on .header {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.navigation {
  position: fixed;
  top: 48px;
  width: 66%;
  height: calc(100% - 58px);
  min-width: 180px;
  max-width: 240px;
  padding: 7px 11px;
  background: #FFFFFF;
  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);
}
/* line 57, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.header-open.navigation-open .navigation {
  -webkit-transform: none;
          transform: none;
}
/* line 61, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.indicator-on .navigation {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

/* line 66, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.main {
  display: block;
  margin-bottom: 5px;
  padding: 53px 5px 0;
}
/* line 71, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.header-open.navigation-open .main, .indicator-on .main {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
/* line 76, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
.navigation.simple ~ .main {
  padding-top: 5px;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 84, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
  .header {
    position: static;
    height: 58px;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }

  /* line 91, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
  .navigation {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -58px;
    padding: 2px 0 0 0;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: none;
            transform: none;
  }

  /* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
  .main {
    margin: 0 auto 15px;
    padding-top: 63px;
    max-width: 980px;
  }
  /* line 108, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_layout.scss */
  .header-open.navigation-open .main {
    -webkit-filter: none;
            filter: none;
  }
}
/*
 * Buttons
 */
/*
 * Form Fields
 */
/*
 * Sprite Icons
 */
/*
 * Event Directional Arrow
 */
/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
.header .logo {
  order: 3;
}
/* line 5, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
.header .logo a {
  font: 0/0;
  color: transparent;
  display: block;
  width: 168px;
  height: 58px;
  padding-right: 12px;
  background-image: url(/assets/logo_fingera-93c8b6f1f2882e41cef1825664ec6cb0937ee28bcaf56340f962e1773cc03744.svg);
  background-origin: content-box;
  background-position: right 40%;
  background-size: 66.7%;
  background-repeat: no-repeat;
}
/* line 19, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
.header .title {
  order: 2;
  flex-grow: 1;
  padding: 16px 0 0 12px;
  color: #3C3D3D;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
.header .menu {
  order: 1;
  width: 48px;
  background: url(/assets/icons_nav-5dc3f8c9796fe0bf8b4f5de10f53e375845cc4ddfd0608ee2c738df3ccffd679.svg) 15px 17px no-repeat;
  background-color: #F3F4F5;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
/* line 43, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
.header .menu:hover {
  background-color: #dde0e2;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 55, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
  .header .logo {
    order: 1;
  }
  /* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
  .header .logo a {
    background-position: right 50%;
    background-size: 90%;
  }
  /* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_header.scss */
  .header .title,
  .header .menu {
    display: none;
  }
}
/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}
/* line 4, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li {
  margin: 8px 4px;
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li a {
  display: block;
  height: 38px;
  padding: 11px 15px;
  color: #FFFFFF;
  background-color: #1A87DE;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
  position: relative;
}
/* line 21, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li a:hover {
  background-color: #399ae8;
}
/* line 26, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li.open > a, .navigation li.selected > a {
  background: #433085;
}
/* line 31, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li.open > a {
  border-radius: 5px 5px 0 0;
}
/* line 35, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li li {
  margin: 0;
  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;
}
/* line 41, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li li a {
  height: 42px;
  padding: 13px 20px;
  padding-left: 27px;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #01A98C;
  border-radius: 0;
}
/* line 50, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li li a:hover {
  background-color: #01c2a1;
}
/* line 55, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li li.selected > a {
  background-color: #019077;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li li:last-child a {
  border-radius: 0 0 5px 5px;
}
/* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation li.open li {
  max-height: 42px;
}
/* line 69, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions {
  margin: 15px 4px 0 0;
}
/* line 72, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions a {
  float: right;
  height: 40px;
  padding: 14px;
  padding-left: 30px;
  color: #FFFFFF;
  background-color: #FFA135;
  background-image: url(/assets/icons_nav-5dc3f8c9796fe0bf8b4f5de10f53e375845cc4ddfd0608ee2c738df3ccffd679.svg);
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}
/* line 83, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions a:hover {
  background-color: #f78400;
}
/* line 87, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions a:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 92, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions a:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 98, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.navigation .actions .profile {
  background-position: 10px -66px;
}

/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .form {
  padding: 0 10px;
}
/* line 106, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .form .section {
  padding: 15px 0;
}
/* line 110, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .form .item {
  width: 166px;
  max-width: 166px;
}
/* line 117, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .buttonbar .buttons.sign-out > * {
  background-color: #1A87DE;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .buttonbar .buttons.sign-out > *:hover {
  background-color: #187fd0;
}
/* line 124, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .buttonbar .buttons.sign-out > * span {
  display: inline-block;
  padding-left: 20px;
  background: url(/assets/icons_nav-5dc3f8c9796fe0bf8b4f5de10f53e375845cc4ddfd0608ee2c738df3ccffd679.svg) 0 -38px no-repeat;
}
/* line 131, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
.popup.profile .buttonbar .password:not(.hidden) + .sign-out {
  display: none;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 142, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation {
    background: transparent;
    box-shadow: none;
  }
  /* line 146, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation ul {
    display: flex;
    justify-content: center;
  }
  /* line 150, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation ul ul {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    margin: 0;
  }
  /* line 158, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation ul .open ul {
    background: #01A98C;
  }
  /* line 164, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation li a, .navigation li li a {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
  /* line 169, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation li a::after, .navigation li li a::after {
    /* lost hover focus fix */
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  /* line 179, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation li.open > a {
    border-radius: 5px;
  }
  /* line 183, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation li li {
    background: transparent;
    margin-left: 0;
    transition: none;
  }
  /* line 188, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation li li a {
    border-radius: 0 !important;
  }
  /* line 194, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation .actions {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  /* line 200, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation .actions a {
    height: 32px;
    padding: 10px;
    padding-left: 30px;
  }
  /* line 205, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation .actions a:first-child {
    border-radius: 0;
  }
  /* line 209, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation .actions a:last-child {
    border-radius: 0 0 0 5px;
  }
  /* line 214, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation .actions .profile {
    background-position: 10px -70px;
  }
}
@media screen and (min-width: 820px) {
  /* line 223, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_navigation.scss */
  .navigation.simple li a {
    height: 40px;
    padding-top: 12px;
  }
}
/* headlines */
/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.main h1, .main h2 {
  margin-left: 8px;
  margin-right: 8px;
  color: #3C3D3D;
  font-weight: 600;
  text-indent: 5px;
}
/* line 11, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.main h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.9rem;
}
/* line 22, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.main h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

/* common containers */
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.block {
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .block, .dialog .block {
  background: #FFFFFF;
}

/* line 40, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.section {
  padding: 25px 0;
  border-top: solid 1px #E3E7ED;
}
/* line 44, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.section:first-child {
  border-top: none;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .section, .dialog .section {
  padding: 20px 0;
}

/* line 54, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.frame {
  border: solid 2px #C7CFDB;
  background-color: #FFFFFF;
}
/* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.floater .frame {
  max-width: 76%;
  margin: 0 auto;
  z-index: 1;
}

/* line 65, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.time-funds.index div.section.floater .frame {
  position: relative;
  top: 0;
  left: calc((980px /2  + 207px / 2) + 15px);
}

/* text content
   (global messages, dialog body) */
/* line 74, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.content h3 {
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 79, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.content h3 + p {
  padding-top: 10px;
  border-top: solid 1px #E3E7ED;
}

/* button */
/* line 87, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.button {
  display: block;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #1A87DE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 24px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.button:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.button:not(.disabled):hover {
  background-color: #187fd0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.button:not(.disabled):active {
  padding-top: 9px;
  padding-bottom: 7px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.button.disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
/* line 90, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.button:first-of-type {
  background-image: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 96, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.button:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* button group (w/o UL LI structure) */
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttons {
  display: flex;
  flex-wrap: wrap;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttons > * {
  display: block;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #1A87DE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 24px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttons > *:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttons > *:not(.disabled):hover {
  background-color: #187fd0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttons > *:not(.disabled):active {
  padding-top: 9px;
  padding-bottom: 7px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttons > *.disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
/* line 110, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttons > *:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 115, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttons > *:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 121, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .buttons > *, .dialog .buttons > * {
  border-radius: 0;
  background-color: #FFA135 !important;
}

/* top toolbar */
/* line 129, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px;
  background-color: #E2E8EE;
}
/* line 137, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar > * {
  margin: 4px;
}
/* line 141, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar.attached {
  padding-bottom: 0;
}
/* line 144, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar.attached > * {
  margin-bottom: 0;
}

/* buttonbar */
/* line 151, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttonbar {
  display: flex;
  justify-content: center;
  padding: 7px;
  background-color: #E6E9ED;
}
/* line 157, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.buttonbar .buttons > * {
  display: block;
  min-width: 108px;
  height: 36px;
  margin: 0;
  padding: 10px 22px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #01A98C;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 28px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttonbar .buttons > *:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttonbar .buttons > *:not(.disabled):hover {
  background-color: #019a7f;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttonbar .buttons > *:not(.disabled):active {
  padding-top: 11px;
  padding-bottom: 9px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.buttonbar .buttons > *.disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
/* line 161, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .buttonbar {
  padding: 0;
}
/* line 164, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .buttonbar .buttons {
  width: 100%;
}
/* line 168, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.popup .buttonbar .buttons > * {
  flex-grow: 1;
}

/* actions */
/* line 54, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li {
  flex-grow: 1;
  margin-left: -1px;
  padding-left: 1px;
}
/* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li a, .actions li button {
  display: block;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #1A87DE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 24px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li a:first-child, .actions li button:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li a:not(.disabled):hover, .actions li button:not(.disabled):hover {
  background-color: #187fd0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li a:not(.disabled):active, .actions li button:not(.disabled):active {
  padding-top: 9px;
  padding-bottom: 7px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li a.disabled, .actions li button.disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
/* line 68, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 72, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li:first-child a, .actions li:first-child button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 78, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.actions li:last-child a, .actions li:last-child button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* tabs */
/* line 54, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs ul,
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs li,
.breadcrumbs li {
  flex-grow: 1;
  margin-left: -1px;
  padding-left: 1px;
}
/* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs li a, .tabs li button,
.breadcrumbs li a,
.breadcrumbs li button {
  display: block;
  height: 32px;
  margin: 0;
  padding: 8px 22px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #1A87DE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 24px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs li a:first-child, .tabs li button:first-child,
.breadcrumbs li a:first-child,
.breadcrumbs li button:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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: #187fd0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 68, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 72, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs li:first-child a, .tabs li:first-child button,
.breadcrumbs li:first-child a,
.breadcrumbs li:first-child button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 78, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.tabs li:last-child a, .tabs li:last-child button,
.breadcrumbs li:last-child a,
.breadcrumbs li:last-child button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 184, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.tabs ul,
.breadcrumbs ul {
  margin-top: 4px;
}
/* line 188, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.tabs li.selected,
.breadcrumbs li.selected {
  margin-top: -4px;
}
/* line 191, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.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: #000000;
  background: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: none;
  cursor: default;
}
/* line 203, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.tabs li a,
.breadcrumbs li a {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 211, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.breadcrumbs li:not(.selected) a {
  padding-right: 16px;
  position: relative;
}
/* line 215, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.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: #1A87DE;
  background: transparent url(/assets/icons_misc-4f02312f43278877d92440b10b894ac9ee503db7c2c44ea226025bbce49d485b.svg) 3px -146px no-repeat;
  background-origin: border-box;
  pointer-events: none;
  transition: border-left-color 0.3s;
  z-index: 1;
}
/* line 235, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.breadcrumbs li:not(.selected) a:hover::after {
  border-left-color: #187fd0;
}
/* line 240, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.breadcrumbs li:not(.selected):not(:first-child) a {
  padding-left: 28px;
}
/* line 245, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.breadcrumbs li:not(:first-child) a {
  padding-left: 28px;
}

/* line 252, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar.bkg .tabs li.selected a,
.toolbar.bkg .breadcrumbs li.selected a {
  background: #FFFFFF;
}

/* tab panels */
/* line 258, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.panels > * {
  display: none;
}
/* line 261, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.panels > *.open {
  display: block;
}

/* tags */
/* line 268, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.tags .tag {
  padding: 3px 4px 1px 4px;
  color: #FFFFFF;
  background-color: #6F7987;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 2px;
}

/* info */
/* line 280, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info {
  float: left;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}
/* line 286, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info label {
  margin-right: 8px;
  color: #3C76C2;
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 293, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info em {
  font-style: normal;
  font-weight: 600;
}
/* line 298, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info a:hover {
  color: #00816a;
}
/* line 302, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info .small {
  font-size: 1.3rem;
}
/* line 306, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info .print {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: -8px;
  vertical-align: bottom;
  background: url(/assets/icons_misc-4f02312f43278877d92440b10b894ac9ee503db7c2c44ea226025bbce49d485b.svg) 3px -195px no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
/* line 317, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.info .print:hover {
  background-color: #FFFFFF;
}

/* pagination */
/* line 324, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.pagination {
  float: right;
  font-size: 1.4rem;
  font-weight: 600;
}

/* line 329, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.pagination a {
  color: #009be5;
}

/* messages */
/* line 334, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message {
  display: flex;
  align-items: baseline;
  padding: 6px 8px;
  background: #F9F9FA;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  font-size: 1.4rem;
}
/* line 342, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message > *:not(.action) {
  margin: 2px 0;
}
/* line 345, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message > *:not(.action):not(.status) {
  flex-grow: 1;
}
/* line 350, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message > .status {
  min-height: 24px;
  margin-right: 25px;
  color: #3C3D3D;
  font-weight: 600;
  line-height: 1.76;
}
/* line 358, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message.global .status {
  min-height: 32px;
  margin-right: 8px;
  line-height: 2.2;
}
/* line 364, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.message > .action {
  display: block;
  height: 28px;
  margin: 0;
  padding: 6px 22px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: none;
  background-color: #1A87DE;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWP43wAAAoEBgK4MHzAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 1px 20px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
  align-self: flex-start;
  margin-left: 8px;
  color: #FFFFFF;
  background-image: none;
  z-index: 1;
  position: relative;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.message > .action:first-child {
  background-image: none;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.message > .action:not(.disabled):hover {
  background-color: #187fd0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.message > .action:not(.disabled):active {
  padding-top: 7px;
  padding-bottom: 5px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.message > .action.disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
/* line 374, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.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) */
/* line 395, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.field {
  display: flex;
}
/* line 398, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.field input[type="text"],
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  height: 32px;
  padding: 2px 8px 0 8px;
  font-size: 1.4rem;
  /* FIXME replace with non-prefixed once supported */
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field input[type="text"]:focus,
.field select:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field input[type="text"]:disabled,
.field select:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field input[type="text"] *[disabled],
.field select *[disabled] {
  color: rgba(0, 0, 0, 0.4) !important;
}
/* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field input[type="text"]::-webkit-input-placeholder,
.field select::-webkit-input-placeholder {
  font-style: italic;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field input[type="text"]::-moz-placeholder,
.field select::-moz-placeholder {
  font-style: italic;
}
/* line 402, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.field input[type="text"] + *,
.field select + * {
  margin-left: 8px;
}
/* line 407, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.field select {
  padding-right: 36px;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-position: calc(100% - 8px) -47px;
}
/* line 412, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.field select::-ms-expand {
  display: none;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field select.placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
/* line 138, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.field select.placeholder > option:not(:first-child),
.field select.placeholder optgroup option {
  color: #000000;
  font-style: normal;
}
/* line 419, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar .field {
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-end;
}
/* line 424, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.toolbar .field input[type="text"],
.toolbar .field select {
  flex-grow: 1;
  width: 120px;
  /* min-width */
}

/* attributes (attrlist component) */
/* line 434, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.attributes .attribute {
  display: inline-block;
  padding-left: 32px !important;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-repeat: no-repeat;
  background-position: -100px 100px;
}
/* line 441, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.attributes .attribute.attr-a {
  background-position: 10px -413px;
}
/* line 442, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.attributes .attribute.attr-b {
  background-position: 10px -443px;
}
/* line 443, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.attributes .attribute.attr-c {
  background-position: 10px -473px;
}
/* line 445, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.attributes .attribute em {
  font-style: normal;
  font-weight: 600;
}

/* help icon */
/* line 453, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.help:not(.tooltip)::after {
  content: '?';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg) 0 -180px no-repeat;
  background-color: #a2b1c2;
  color: transparent;
  border-radius: 50%;
}

/* tooltip */
/* line 466, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.tooltip {
  display: none;
  position: absolute;
  padding: 3px 4px 1px 4px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #6D7A85;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  z-index: 99;
}

/* activity indicators */
/* line 481, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.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: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(198, 201, 204, 0.9);
  border-radius: 4px;
  z-index: 101;
}
/* line 496, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 12px;
  background: #01A98C;
  -webkit-animation: indicator 1s infinite;
          animation: indicator 1s infinite;
}
/* line 504, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:first-child {
  margin-left: 0;
}
/* line 509, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
/* line 509, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
/* line 509, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
/* line 509, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
/* line 509, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.indicator span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes indicator {
  0% {
    background: #01A98C;
  }
  50% {
    background: #1A87DE;
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    background: #01A98C;
  }
}

@keyframes indicator {
  0% {
    background: #01A98C;
  }
  50% {
    background: #1A87DE;
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    background: #01A98C;
  }
}
/* common classes */
/* line 524, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
.hidden {
  display: none !important;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 534, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .main h1, .main h2 {
    margin-left: 15px;
    margin-right: 15px;
    text-indent: 0;
  }

  /* line 541, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .toolbar {
    flex-wrap: nowrap;
    padding: 4px 11px;
  }

  /* line 546, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .message {
    padding: 6px 15px;
  }
  /* line 549, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .message.global .status {
    margin-right: 15px;
  }

  /* line 556, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .toolbar .field input[type="text"],
  .toolbar .field select {
    max-width: 180px;
  }

  /* line 564, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .section.floater:first-child + .section {
    border-top: none;
  }
  /* line 568, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .section.floater {
    height: 0;
    padding: 0;
    border: none;
    position: relative;
  }

  /* line 577, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_common.scss */
  .floater .frame {
    position: absolute;
    top: 26px;
    right: 0;
    width: calc(20% - 12px);
  }
}
/* objects */
/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status {
  display: block;
  padding-left: 24px;
  position: relative;
  /* generic */
  /* user */
  /* time off request */
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status::before {
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons_status-d967b301b37b47b63f083564f4297640c4dedd0ca329530ed6326497c45c9a8e.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
}
/* line 20, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.ok::before {
  background-position: 0 -50px;
  background-color: #63ae02;
}
/* line 21, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.wrn::before {
  background-position: 0 -100px;
  background-color: #e4b124;
}
/* line 22, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.err::before {
  background-position: 0 -150px;
  background-color: #e42a24;
}
/* line 25, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.auto::before {
  background-position: 0 -200px;
  background-color: #63ae02;
}
/* line 26, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.pass::before {
  background-position: 0 -250px;
  background-color: #63ae02;
}
/* line 27, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.break::before {
  background-position: 0 -300px;
  background-color: #e4b124;
}
/* line 28, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.logoff::before {
  background-position: 0 -350px;
  background-color: #e42a24;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.dayevt::before {
  background-position: 0 -400px;
  background-color: #009be5;
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.mdayevt::before {
  background-position: 0 -450px;
  background-color: #009be5;
}
/* line 33, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.canceled::before {
  background-position: 0 -150px;
  background-color: #e42a24;
  background-color: #A2ABB3;
}

/* status timeline event */
/* line 40, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event {
  padding-left: 32px;
  /* user */
}
/* line 43, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event::before {
  left: 4px;
}
/* line 46, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.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;
}
/* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event.start::before {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 63, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event.start::after {
  left: 18px;
}
/* line 67, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event.end::before {
  left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 72, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.status.event.end::after {
  left: 0;
}
/* line 186, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.auto.start::after {
  border-left-color: #63ae02;
  border-right: 0;
}
/* line 190, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.auto.end::after {
  border-right-color: #63ae02;
  border-left: 0;
}
/* line 186, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.pass.start::after {
  border-left-color: #63ae02;
  border-right: 0;
}
/* line 190, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.pass.end::after {
  border-right-color: #63ae02;
  border-left: 0;
}
/* line 186, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.break.start::after {
  border-left-color: #e4b124;
  border-right: 0;
}
/* line 190, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.break.end::after {
  border-right-color: #e4b124;
  border-left: 0;
}
/* line 186, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.dayevt.start::after {
  border-left-color: #009be5;
  border-right: 0;
}
/* line 190, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.dayevt.end::after {
  border-right-color: #009be5;
  border-left: 0;
}
/* line 186, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.mdayevt.start::after {
  border-left-color: #009be5;
  border-right: 0;
}
/* line 190, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.status.event.mdayevt.end::after {
  border-right-color: #009be5;
  border-left: 0;
}

/* messages */
/* line 85, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.message .status {
  padding-left: 32px;
}
/* line 88, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.message .status::before {
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(/assets/icons_messages-05b6aec12765436981dcb3e211e737596f704391e0744aceccca2da07f49fbe1.svg);
  border-radius: 0;
}
/* line 98, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_status.scss */
.message.global .status::before {
  -webkit-transform: scale(1.333);
          transform: scale(1.333);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object,
.timefund {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin: -7px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
}

/* line 11, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
a.object,
a.timefund {
  background-color: rgba(199, 207, 219, 0.3);
  cursor: pointer;
}
/* line 16, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
a.object:hover,
a.timefund:hover {
  background-color: rgba(199, 207, 219, 0.6);
}

/* line 21, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object {
  background-image: url(/assets/icons_objects-56757408442d4efedc89c9a7a894c7a7c6516bc39fce15ea3deeac3a8b5c1bb8.svg);
}
/* line 24, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.fingerprint {
  background-position: 0 -50px;
}
/* line 25, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.portrait {
  background-position: 0 -100px;
}
/* line 26, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.card {
  background-position: 0 -150px;
}
/* line 27, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.pin {
  background-position: 0 -200px;
}
/* line 28, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.edit {
  background-position: 0 -250px;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.locked {
  background-position: 0 -300px;
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.unlocked {
  background-position: 0 -350px;
}
/* line 31, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.object.mobile {
  background-position: 0 -400px;
}

/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund {
  background-image: url(/assets/icons_funds-60cd21c42bb182db87935ef1aeeda6b711439f87b3e3d716f89f141fd6cc07d8.svg);
}
/* line 37, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.vacation {
  background-position: 0 -50px;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.holidays {
  background-position: 0 -100px;
}
/* line 39, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.sickday {
  background-position: 0 -150px;
}
/* line 40, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.loyalty {
  background-position: 0 -200px;
}
/* line 41, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.homeoffice {
  background-position: 0 -250px;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.external {
  background-position: 0 -300px;
}
/* line 43, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.compensatory {
  background-position: 0 -350px;
}
/* line 44, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.medical {
  background-position: 0 -400px;
}
/* line 45, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.familycare {
  background-position: 0 -450px;
}
/* line 46, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.bereavement {
  background-position: 0 -500px;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.studying {
  background-position: 0 -550px;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.smoking {
  background-position: 0 -600px;
}
/* line 49, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_object.scss */
.timefund.generic {
  background-position: 0 -650px;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table {
  padding: 8px;
  padding-top: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
/* line 13, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table {
  min-width: 100%;
  border-spacing: 0;
}
/* line 17, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th, .table table td {
  padding: 11px 5px 7px 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px rgba(199, 207, 219, 0.6);
  height: 100%;
}
/* line 25, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th {
  padding-top: 12px;
  color: #3C76C2;
  border-bottom-color: #01A98C;
  border-bottom-width: 2px;
}
/* line 31, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a {
  display: block;
  margin: -12px -5px -7px -5px;
  padding: 12px 5px 7px 5px;
  color: #3C76C2;
  cursor: pointer;
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a:hover {
  background-color: white;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a.sort {
  padding-left: 24px;
  position: relative;
}
/* line 46, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a.sort::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 5px;
  width: 10px;
  height: 8px;
  background-image: url(/assets/icons_table-9e9952c473fd4dfdedaddb8a1d97e58f203690eb9acfb8e4937d52cc693ebbf1.svg);
  background-repeat: no-repeat;
}
/* line 57, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a.sort.asc::before {
  background-position: 0 0;
}
/* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a.sort.desc::before {
  background-position: 0 -40px;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table th a.sort.on::before {
  background-position: 0 -80px;
}
/* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table td.actions {
  padding: 0;
  background-color: #EDEFF2;
  border-bottom-color: #FFFFFF;
}
/* line 70, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table td.actions li a {
  min-height: 34px;
  padding: 11px 16px 7px 16px;
  font-size: 1.3rem;
  color: #01947B;
  background-color: transparent;
}
/* line 77, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table td.actions li a:hover {
  background: #dee2e7;
}
/* line 81, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table td.actions li a:active {
  padding-top: 12px;
  padding-bottom: 6px;
}
/* line 87, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table td.actions li + li a:first-child {
  background-image: none;
}
/* line 93, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .number, .table table .right {
  text-align: right;
}
/* line 97, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .empty {
  color: #6D7A85;
  font-style: italic;
  text-align: center;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .inactive {
  opacity: .2;
  pointer-events: none;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .inactive td {
  border-color: #a3a3a3;
}
/* line 110, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .nowrap {
  white-space: nowrap;
}
/* line 114, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .longtext {
  display: block;
  max-height: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
/* line 121, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.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), #FFFFFF);
  transition: opacity 0.3s;
}
/* line 131, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table table .longtext.full::before {
  opacity: 0;
}
/* line 135, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
.table .search .button {
  background-image: none;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 145, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_table.scss */
  .table {
    padding: 15px;
    padding-top: 0;
  }
}
/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form {
  padding: 0 8px;
}
/* line 4, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 12px 36px 0 36px;
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item:first-child {
  margin-top: 0;
}
/* line 14, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item.full-width {
  display: block;
  margin: 0;
}
/* line 18, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item.full-width .fields {
  width: auto;
}
/* line 19, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item.full-width textarea {
  height: calc(100vh - 203px) !important;
}
/* line 22, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item > label {
  flex-basis: 165px;
  flex-grow: 1;
  color: #3C76C2;
  font-weight: bold;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields {
  flex-basis: 200px;
  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 */
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields.fixed {
  width: 200px;
  /* content-sized list resizing fix */
}
/* line 38, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields.required::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 10px;
  width: 6px;
  height: 12px;
  background: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg) 0 -120px no-repeat;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields.columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-width: calc(50% - 7.5px);
          column-width: calc(50% - 7.5px);
  -webkit-column-gap: 15px;
          column-gap: 15px;
}
/* line 53, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields.columns > * {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
/* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields.range .line input {
  width: calc(50% - 8px);
}
/* line 62, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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;
}
/* line 70, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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 #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  height: 32px;
  padding: 2px 8px 0 8px;
  font-size: 1.4rem;
  /* FIXME replace with non-prefixed once supported */
  width: 100%;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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: #FFFFFF;
  opacity: .5;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.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;
}
/* line 78, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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%;
}
/* line 79, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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%;
}
/* line 81, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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);
}
/* line 82, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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);
}
/* line 83, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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);
}
/* line 86, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields input[type="date"],
.form .item .fields input[type="text"].date {
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-position: calc(100% - 8px) -79px;
  cursor: default;
}
/* line 93, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields select {
  padding-right: 36px;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-position: calc(100% - 8px) -47px;
}
/* line 98, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields select::-ms-expand {
  display: none;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields select.placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
/* line 138, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields select.placeholder > option:not(:first-child),
.form .item .fields select.placeholder optgroup option {
  color: #000000;
  font-style: normal;
}
/* line 105, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields textarea {
  display: block;
  /* label baseline align fix */
  height: 86px;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  resize: none;
}
/* line 114, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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 #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  border-radius: 3px;
  background-position: 5px 7px;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields input[type="checkbox"]:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields input[type="checkbox"]:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 124, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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 #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  border-radius: 50%;
  background-position: 6px -24px;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields input[type="radio"]:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields input[type="radio"]:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields input:checked {
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
}
/* line 138, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields input[type="checkbox"]:disabled + span,
.form .item .fields input[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.3);
}
/* line 143, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields ul.list:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields ul.list:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 148, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li {
  display: flex;
  align-items: stretch;
  height: 31px;
}
/* line 153, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > * {
  flex-grow: 1;
  padding: 7px 8px 0 8px;
  border-top: solid 1px rgba(199, 207, 219, 0.6);
  color: #000000;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
}
/* line 163, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.action {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 9px 12px 0 12px;
  background-color: #EDEFF2;
  color: #01947B;
  font-size: 1.3rem;
  font-weight: 600;
}
/* line 173, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.action:hover {
  background: #dee2e7;
  cursor: pointer;
}
/* line 179, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.operator {
  flex-grow: 0;
  flex-shrink: 0;
  width: 30px;
  color: transparent;
  background: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg) no-repeat;
  cursor: pointer;
}
/* line 187, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.operator + * {
  padding-left: 0px;
}
/* line 191, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.operator:hover {
  background-color: #fcfcfd;
}
/* line 195, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.operator.include {
  background-position: 10px -349px;
}
/* line 196, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li > *.operator.exclude {
  background-position: 10px -379px;
}
/* line 200, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list li:first-child > *, .form .item .fields ul.list li.template:first-child + li > * {
  border: none;
}
/* line 206, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li {
  cursor: move;
}
/* line 209, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li > *:first-child {
  padding-left: 28px;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-position: 8px -199px;
  background-repeat: no-repeat;
}
/* line 216, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li.sortable-chosen:not(.sortable-fallback) > *:not(.action) {
  background-color: white;
}
/* line 220, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li.sortable-fallback {
  box-shadow: 0 0 12px 0 rgba(190, 200, 208, 0.8);
}
/* line 223, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li.sortable-fallback > * {
  border: solid #bbc4d3;
  border-width: 1px 0 1px 0;
}
/* line 227, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li.sortable-fallback > *:first-child {
  border-left-width: 1px;
}
/* line 228, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.sortable li.sortable-fallback > *:last-child {
  border-right-width: 1px;
}
/* line 235, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.attributes li a:not(.action):hover {
  background-color: #fcfcfd;
  cursor: pointer;
}
/* line 240, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.attributes li .textattr {
  flex-grow: 0;
  margin-left: auto;
  font-size: 1.1rem;
  color: #6D7A85;
}
/* line 246, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.attributes li .textattr input {
  width: 16px;
  height: 18px;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
  border: none;
  border-bottom: solid 1px #C7CFDB;
  border-radius: 0;
}
/* line 259, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.attributes.disabled .textattr {
  display: none;
}
/* line 264, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem {
  max-height: 298px;
  overflow: auto;
}
/* line 268, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem li > *:first-child {
  padding-left: 28px;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-repeat: no-repeat;
}
/* line 273, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem li > *:first-child:hover {
  background-color: #fcfcfd;
  cursor: pointer;
}
/* line 279, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem li:not([class]) > *:first-child {
  background-image: none;
}
/* line 280, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem li.folder > *:first-child {
  background-position: 7px -291px;
}
/* line 281, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.filesystem li.file > *:first-child {
  background-position: 8px -321px;
}
/* line 284, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list.selected {
  border-color: #8692A3;
}
/* line 288, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields ul.list .template {
  display: none;
}
/* line 293, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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;
}
/* line 299, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields .note,
.form .item .fields .error {
  display: block;
  padding: 10px 0 0 4px;
  color: #6D7A85;
}
/* line 305, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields .note.error,
.form .item .fields .error.error {
  color: #d9211b;
}
/* line 308, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields .fieldtip {
  display: none;
  position: absolute;
  height: 30px;
  margin: 1px -1px;
  padding: 9px 6px;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  white-space: nowrap;
  z-index: 98;
}
/* line 323, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > *:not(.fieldtip) {
  display: inline-block !important;
}
/* line 326, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > *:not(.fieldtip) + * {
  margin-left: 8px;
}
/* line 327, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > *:not(.fieldtip) + label {
  margin-left: 12px;
}
/* line 329, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > *:not(.fieldtip).hidden {
  display: none !important;
}
/* line 332, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > span:not(.fieldtip) {
  margin-left: 4px;
}
/* line 335, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > span:not(.fieldtip) + * {
  margin-left: 4px;
}
/* line 336, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > .line > span:not(.fieldtip) + label {
  margin-left: 8px;
}
/* line 340, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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;
}
/* line 346, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields > *:not(.hidden):not([type="hidden"]) ~ label {
  margin-top: 4px;
}
/* line 352, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label {
  position: relative;
}
/* line 355, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label input[type="checkbox"],
.form .item .fields label input[type="radio"] {
  opacity: .001 !important;
}
/* line 360, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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 #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin: 4px 0;
  background-position: 5px 7px;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields label input[type="checkbox"] + span:before:focus,
.form .item .fields label input[type="radio"] + span:before:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .fields label input[type="checkbox"] + span:before:disabled,
.form .item .fields label input[type="radio"] + span:before:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 374, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label input[type="radio"] + span:before {
  width: 26px;
  height: 26px;
  margin: 3px 0;
  border-radius: 50%;
  background-position: 6px -24px;
}
/* line 382, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label input[type="checkbox"]:focus + span:before,
.form .item .fields label input[type="radio"]:focus + span:before {
  border-color: #8692A3;
}
/* line 387, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label input[type="checkbox"]:disabled + span:before,
.form .item .fields label input[type="radio"]:disabled + span:before {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 393, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .fields label input:checked + span:before {
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
}
/* line 398, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.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;
}
/* line 408, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconpicker,
.form .item .iconlist a {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  height: 32px;
  padding: 2px 8px 0 8px;
  font-size: 1.4rem;
  /* FIXME replace with non-prefixed once supported */
  height: 32px;
  width: 38px;
  padding: 3px 6px;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .iconpicker:focus,
.form .item .iconlist a:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .iconpicker:disabled,
.form .item .iconlist a:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .iconpicker *[disabled],
.form .item .iconlist a *[disabled] {
  color: rgba(0, 0, 0, 0.4) !important;
}
/* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .iconpicker::-webkit-input-placeholder,
.form .item .iconlist a::-webkit-input-placeholder {
  font-style: italic;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.form .item .iconpicker::-moz-placeholder,
.form .item .iconlist a::-moz-placeholder {
  font-style: italic;
}
/* line 416, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconpicker .timefund,
.form .item .iconlist a .timefund {
  margin: 0;
}
/* line 420, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconpicker:not(.selected):hover,
.form .item .iconlist a:not(.selected):hover {
  background-color: rgba(26, 135, 222, 0.08);
  border-color: #8692A3;
}
/* line 426, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconpicker {
  vertical-align: top;
}
/* line 430, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconlist {
  max-width: calc((42px * 4) + (10px * 2));
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
/* line 436, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconlist > * {
  margin: 2px;
}
/* line 439, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconlist > * a {
  border-color: transparent;
}
/* line 442, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconlist > * a:not(.selected):hover {
  border-color: #b3cbde;
  cursor: pointer;
}
/* line 447, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .item .iconlist > * a.selected {
  background-color: rgba(26, 135, 222, 0.2);
  border-color: #90b3ce;
}
/* line 457, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.popup .form .item {
  max-width: 156px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 464, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .nested-record + .nested-record > .item:first-of-type,
.form .nested-form-generator-wrapper {
  border-top: solid 1px #E3E7ED;
  padding-top: 12px;
}
/* line 470, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
.form .nested-form-triggers {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 0px;
  margin-top: 12px;
}

/*
 * Desktop
 */
@media screen and (min-width: 560px), print {
  /* line 485, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form .item {
    margin-left: 12%;
    margin-right: 12%;
  }
}
@media screen and (min-width: 740px), print {
  /* line 493, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form {
    padding: 0 15px;
  }
  /* line 496, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form .item {
    margin-left: 15%;
    margin-right: 15%;
  }
  /* line 498, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form .item.full-width textarea {
    height: calc(100vh - 248px) !important;
    max-height: 568px;
  }
  /* line 508, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form .message {
    margin: 0 -15px;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 820px) {
  /* line 517, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_form.scss */
  .form .item {
    margin-left: 20%;
    margin-right: 20%;
  }
}
/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.dialog,
.popup {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(198, 201, 204, 0.9);
  z-index: 10;
}
/* line 8, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.dialog .titlebar,
.popup .titlebar {
  height: 32px;
  padding: 8px 15px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  background: #6F7987;
}
/* line 17, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.dialog .content,
.popup .content {
  padding: 15px;
}

/* line 22, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.dialog {
  margin: 0 5px;
  max-width: 600px;
}

/* line 27, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.popup {
  position: absolute;
  max-width: 360px;
}
/* line 31, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.popup::before, .popup::after {
  content: '';
  position: absolute;
  top: -16px;
  left: calc(50% - 7px);
  border: solid 7px transparent;
  border-bottom-color: rgba(198, 201, 204, 0.9);
}
/* line 41, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.popup::after {
  top: -13px;
  border-bottom-color: #FFFFFF;
}

/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_dialogs.scss */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/*
 * Desktop
 */
/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 15, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal-container {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  padding-top: 0px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

/* line 24, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal-content {
  min-width: 200px;
  margin-top: 20px;
}

/* line 28, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal-content > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal-close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -6px;
  right: 3px;
}

/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_modal.scss */
.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Terminal event categories tiles*/
/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 3px;
}
/* line 8, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container .category-tile {
  width: 215px;
  height: 120px;
  border-color: #c7cfdba8;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
  position: relative;
  margin: 13px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
/* line 22, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container .category-tile:active {
  background-color: #c5dce8;
}
/* line 26, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container .category-tile:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container .category-tile .tiles-body {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 37, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container .category-tile .tiles-footer {
  bottom: 10px;
  position: absolute;
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -25%;
  margin-right: -25%;
  text-align: center;
}
/* line 47, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container svg {
  height: 59px;
  width: 100px;
}
/* line 52, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_terminal_categories.scss */
.category-container svg path {
  fill: #01A98C;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_clock.scss */
.clock {
  padding: 6px 0 0 26px;
  background: url(/assets/icons_misc-4f02312f43278877d92440b10b894ac9ee503db7c2c44ea226025bbce49d485b.svg) 0 -94px no-repeat;
  color: #3C3D3D;
  font-weight: 600;
  white-space: nowrap;
}
/* line 8, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_clock.scss */
.clock .hours.minutes {
  font-size: 1.9rem;
}
/* line 9, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_clock.scss */
.clock .seconds {
  font-size: 1.5rem;
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/components/_clock.scss */
.clock .date {
  margin-left: 12px;
  color: #3C76C2;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_login.scss */
.login {
  margin: 0 auto;
  padding: 0;
}
/* line 5, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_login.scss */
.login .logo {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_last_actions.scss */
.last-actions .table .name {
  font-size: 1.4rem;
  font-weight: 600;
}

/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table {
  /* table header */
  /* table body */
}
/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table, .users-summary table thead, .users-summary table tbody {
  display: block;
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table tr {
  display: flex;
  flex-wrap: wrap;
}
/* line 12, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table td.empty {
  border-bottom: none;
}
/* line 18, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type thead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #01A98C;
}
/* line 25, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type th {
  display: block;
  border-bottom: none;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type th.separated {
  margin-left: 20px;
}
/* line 33, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type th a {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 37, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type th a.sort {
  padding-left: 30px;
}
/* line 40, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:first-of-type th a.sort::before {
  left: 11px;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:last-of-type td {
  flex-grow: 1;
  flex-basis: 460px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
/* line 55, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:last-of-type td > *:not(h2) {
  padding: 9px 12px 0 0;
  line-height: 2rem;
  white-space: nowrap;
}
/* line 61, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:last-of-type td a {
  color: #000000;
}
/* line 64, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary table:last-of-type td a:hover {
  background-color: #eff2f6;
}
/* line 73, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > * {
  display: block;
  margin-left: 68px;
  font-size: 1.4rem;
  line-height: 2rem;
}
/* line 79, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > *.portrait {
  float: left;
  width: 56px;
  height: 57px;
  margin: -9px 0 -1px 0;
  background: url(/assets/icons_misc-4f02312f43278877d92440b10b894ac9ee503db7c2c44ea226025bbce49d485b.svg) center 13px no-repeat;
  background-color: rgba(199, 207, 219, 0.6);
  border-bottom: solid 1px #FFFFFF;
  overflow: hidden;
}
/* line 89, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > *.portrait .crop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133.33%;
  height: 133.33%;
  margin: -16.67% 0 0 -16.67%;
}
/* line 97, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > *.portrait .crop img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 105, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > *.surname {
  font-weight: 600;
}
/* line 106, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee > *.givennames {
  color: #6D7A85;
}
/* line 110, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee.tagged > *:not(.portrait) {
  margin-left: 90px;
}
/* line 114, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee.tagged .portrait {
  width: 78px;
  height: 78px;
  background-position: center 24px;
}
/* line 122, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .details {
  min-width: 58%;
}
/* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .details > * {
  display: inline-block;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .details > *.status {
  display: block;
  font-weight: 600;
}
/* line 132, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .details > *.timefund {
  margin-left: 8px;
  color: #6D7A85;
}
/* line 139, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee.tagged + .details {
  min-width: 50%;
}
/* line 142, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee.tagged + .details > * {
  display: block;
}
/* line 145, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_users_summary.scss */
.users-summary .employee.tagged + .details > *.timefund {
  margin-left: 0;
}

/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .toolbar {
  padding: 8px 10px;
}
/* line 5, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .toolbar.form .item {
  margin: 0;
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td {
  border-width: 2px;
  border-color: #C7CFDB;
}
/* line 14, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td td {
  border-width: 1px;
  border-color: rgba(199, 207, 219, 0.6);
}
/* line 19, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.schedules {
  padding: 0;
}
/* line 21, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.schedules td {
  display: block;
}
/* line 24, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month {
  padding: 0;
  width: 812px;
}
/* line 28, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.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;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr th {
  width: 14.286%;
  padding-top: 9px;
  border-bottom: solid 1px #FFFFFF;
  background: #E2E8EE;
  color: #000000;
  font-weight: 400;
  line-height: 1.5rem;
}
/* line 44, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr th:not(:first-child) {
  border-left: solid 1px #FFFFFF;
}
/* line 45, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr th.weekend {
  font-weight: 600;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td {
  width: 14.286%;
  max-width: 14.286%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 55, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td:not(:first-child) {
  border-left: solid 1px rgba(199, 207, 219, 0.6);
}
/* line 57, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td:hover {
  background-color: rgba(26, 135, 222, 0.1);
  cursor: pointer;
}
/* line 62, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.dimmed {
  color: #A2ABB3;
  background-color: rgba(226, 232, 238, 0.33);
}
/* line 66, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.dimmed:not(.selected) + .dimmed:not(.selected) {
  border-left-color: transparent;
}
/* line 67, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.dimmed:hover {
  background-color: rgba(226, 232, 238, 0.8);
}
/* line 70, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.selected {
  background-color: rgba(26, 135, 222, 0.2);
  border-color: #b3cbde;
  box-shadow: 0 -1px #b3cbde;
}
/* line 75, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.selected + *:not(.selected) {
  border-left-color: #b3cbde;
}
/* line 76, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr td.selected:hover {
  background-color: rgba(26, 135, 222, 0.33);
}
/* line 80, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr td.month table tr:last-child td {
  border-bottom-width: 1px;
}
/* line 86, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules table tr:last-child td {
  border-bottom-width: 0;
}
/* line 90, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .user {
  padding-right: 10px;
  vertical-align: top;
}
/* line 93, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .user.everybody {
  font-style: italic;
}
/* line 95, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .user .action {
  display: block;
  margin-top: 19px;
}
/* line 101, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedule {
  font-weight: 600;
}
/* line 104, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedule a {
  color: #000000;
  cursor: default;
}
/* line 108, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedule a:not(.disabled):hover {
  color: #00AA8C;
  cursor: pointer;
}
/* line 116, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview {
  display: flex;
  margin-bottom: 10px;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview > * {
  flex-basis: auto !important;
  padding: 0 2px;
  border-bottom-style: solid;
  border-bottom-width: 8px;
  text-align: center;
  white-space: nowrap;
}
/* line 130, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .shift {
  font-weight: 600;
  border-bottom-color: #82ba02;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .count {
  color: #74a602;
  font-weight: 600;
  border-bottom-color: rgba(130, 186, 2, 0.5);
}
/* line 139, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .access {
  color: #008dd1;
  border-bottom-color: #1A87DE;
}
/* line 143, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .gap {
  color: #A2ABB3;
  border-bottom-color: rgba(199, 207, 219, 0.6);
}
/* line 147, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .gap.start {
  display: none;
  text-align: left;
}
/* line 148, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .preview .gap.end {
  display: none;
  text-align: right;
}
/* line 152, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 157, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .days li {
  display: inline-block;
}
/* line 160, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .days li a {
  display: block;
  padding: 4px 4px 2px 4px;
  color: #6D7A85;
  cursor: pointer;
}
/* line 166, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .days li a:hover {
  background-color: #eff2f6;
}
/* line 171, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .schedules .days li.selected a {
  color: #01A98C;
  font-weight: 600;
}
/* line 179, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .controls {
  float: right;
  margin-right: -5px;
}
/* line 183, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .controls > * {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
/* line 188, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .controls > *.prev, .group-schedules .controls > *.next {
  width: 35px;
  background-image: url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg);
  background-position: 15px -138px;
  background-repeat: no-repeat;
}
/* line 195, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .controls > *.prev:after, .group-schedules .controls > *.next:after {
  content: '\00a0';
}
/* line 196, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .controls > *.prev.next, .group-schedules .controls > *.next.next {
  background-position: 15px -108px;
}
/* line 202, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month table .date {
  display: inline-block;
  width: 22px;
  text-align: center;
  font-size: 1.5rem;
}
/* line 208, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month table .date.holiday {
  color: #e42a24;
}
/* line 213, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month .edits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 218, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month .edits .group {
  padding: 11px 10px 7px 10px;
}
/* line 220, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month .edits .group > *:not(:first-child) {
  margin-left: 20px;
}
/* line 223, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .month .edits .note {
  display: none;
  color: #6D7A85;
  font-style: italic;
}
/* line 231, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules a.action,
.group-schedules select.action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  color: #1A87DE;
  font-weight: 600;
  cursor: pointer;
}
/* line 242, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules a.action.disabled, .group-schedules a.action[disabled],
.group-schedules select.action.disabled,
.group-schedules select.action[disabled] {
  color: rgba(26, 135, 222, 0.4);
  cursor: default;
}
/* line 247, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules a.action option:not(:first-child),
.group-schedules select.action option:not(:first-child) {
  color: #000000;
}
/* line 251, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules a.action[data-action="done"],
.group-schedules select.action[data-action="done"] {
  display: none;
}
/* line 254, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules > .disabled {
  position: relative;
}
/* line 257, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules > .disabled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
}
/* line 268, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .test .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
/* line 274, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .test .section > * {
  margin: 6px 10px;
  flex-grow: 1;
}
/* line 279, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .test .section .item {
  flex-basis: 280px;
}
/* line 283, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
.group-schedules .test .section .item label {
  margin-right: 25px;
  flex-basis: auto;
  flex-grow: 0;
}

@media screen and (min-width: 380px), print {
  /* line 296, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
  .group-schedules .schedules .preview .gap.start,
  .group-schedules .schedules .preview .gap.end {
    display: block;
  }
}
@media screen and (min-width: 740px), print {
  /* line 307, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
  .group-schedules .test .section > * {
    flex-grow: 0;
  }
}
@media screen and (min-width: 560px), print {
  /* line 317, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
  .group-schedules table tr td.schedules td {
    display: table-cell;
  }
  /* line 318, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
  .group-schedules table tr td.schedules .details {
    padding-right: 20px;
  }
  /* line 321, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_group_schedules.scss */
  .group-schedules .actions {
    width: 10%;
  }
}
/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.period .line input.date {
  width: calc(50% - 12px);
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.nightwork input[type="text"] {
  width: calc(50% - 31.5px);
}
/* line 9, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.nightwork input[type="text"]:first-of-type {
  margin-left: 0;
}
/* line 12, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.tagfilter input[type="text"] {
  width: calc(100% - 40px);
  margin-left: 0 !important;
}
/* line 19, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.decimals .line.disabled select:first-child {
  width: 100%;
}
/* line 20, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.decimals .line.disabled select:last-child {
  display: none !important;
}
/* line 24, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.format .note.disabled {
  display: none;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.preset input[type="text"] {
  width: calc(100% - 100px);
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_reports.scss */
.reports .item.preset input[type="submit"] {
  background-image: none;
}

/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .toolbar .info {
  height: 32px;
  padding: 8px 0;
}
/* line 7, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .toolbar .info a {
  padding: 0 12px;
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .toolbar .info a.previous {
  background: url(data:image/gif;base64,R0lGODlhBQAJAIAAAEZXZv///yH5BAEHAAEALAAAAAAFAAkAAAIKjAOXtqjHoIONFQA7) left 2px no-repeat;
}
/* line 11, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .toolbar .info a.next {
  background: url(data:image/gif;base64,R0lGODlhBQAJAIAAAEZXZv///yH5BAEHAAEALAAAAAAFAAkAAAIKRH6GodjpIpynAAA7) right 2px no-repeat;
}
/* line 18, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr th:not(:first-child) {
  padding-left: 0;
}
/* line 23, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr.labels td {
  border-top: solid 1px rgba(199, 207, 219, 0.6);
  border-bottom: solid 2px #C7CFDB;
}
/* line 27, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr.labels td:first-child {
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr.labels td:not(:first-child) {
  padding-left: 0;
  padding-right: 0;
}
/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr:not(.labels) td {
  height: 28px;
  padding: 6px 0;
  padding: 0;
  border: none;
  line-height: 16px;
}
/* line 49, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.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;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr:first-child td {
  border-top: none;
}
/* line 60, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs table tr:last-child td {
  border-bottom: solid 1px rgba(199, 207, 219, 0.6);
}
/* line 65, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.labels {
  position: relative;
  background-position: bottom left;
  color: #A2ABB3;
}
/* line 70, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.labels span {
  position: absolute;
  top: 12px;
  left: 0;
}
/* line 75, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.labels span:not(:first-child) {
  width: 36px;
  margin-left: -18px;
  text-align: center;
}
/* line 83, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline {
  background-image: url(/assets/grid_timeline-eeac51bc21584d859f298cec87fcb89ee81959e96c7b1109bd12de4986dc0548.svg);
  background-size: 100% 28px;
  background-repeat: no-repeat;
}
/* line 88, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline.labels {
  background-image: url(/assets/grid_timeline_labels-99b3750029573e52c8b088dc414ba1aebdc470498a41f2522bffac296ff1d4eb.svg);
  background-size: 100% 6px;
}
/* line 93, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline.labels span:nth-child(2) {
  left: 25%;
}
/* line 94, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline.labels span:nth-child(3) {
  left: 50%;
}
/* line 95, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline.labels span:nth-child(4) {
  left: 75%;
}
/* line 97, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.timeline.labels span:last-child {
  left: auto;
  right: 0;
  width: auto;
  margin: 0;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary {
  background-image: url(/assets/grid_summary-ce94ea8250d9a557d7a62f3bd399f6f50a69580c7259640828bdd7f3c401ff6a.svg);
  background-size: 100% 44px;
  background-repeat: repeat-x;
}
/* line 112, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary.labels {
  background-image: url(/assets/grid_summary_labels-eabac966c7767cc562f2c38aca9e838595e74021fcbdb43908157242eb3dbcab.svg);
  background-size: 100% 6px;
}
/* line 116, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary.labels span.end:last-child {
  left: auto;
  right: 0;
  width: auto;
  margin: 0;
}
/* line 124, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph {
  height: 22px;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph:first-child > * {
  border-bottom-width: 4px;
}
/* line 129, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph:first-child > a:hover {
  border-bottom-width: 1px;
}
/* line 133, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph:last-child > * {
  border-top-width: 4px;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph:last-child > a:hover {
  border-top-width: 1px;
}
/* line 137, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .grid.summary .graph .label {
  font-size: 1.3rem;
  font-weight: 600;
  text-indent: 6px;
  line-height: 10px;
  background-color: transparent;
}
/* line 148, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph {
  display: flex;
  height: 28px;
}
/* line 152, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph > * {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  background-color: rgba(199, 207, 219, 0.6);
  background-clip: content-box;
}
/* line 159, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph > a {
  cursor: pointer;
}
/* line 162, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph > a:hover, .graphs .graph > a.selected {
  border-width: 7px;
}
/* line 168, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph .green {
  background-color: #82ba02;
}
/* line 154, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.graphs .graph .green.fade {
  background-color: rgba(130, 186, 2, 0.5);
}
/* line 169, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph .blue {
  background-color: #009be5;
}
/* line 154, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.graphs .graph .blue.fade {
  background-color: rgba(0, 155, 229, 0.5);
}
/* line 170, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph .yellow {
  background-color: #e4c200;
}
/* line 154, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.graphs .graph .yellow.fade {
  background-color: rgba(228, 194, 0, 0.5);
}
/* line 171, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .graph .red {
  background-color: #f13b09;
}
/* line 154, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.graphs .graph .red.fade {
  background-color: rgba(241, 59, 9, 0.5);
}
/* line 174, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup, .graphs.popup {
  padding: 6px 8px 4px 8px;
  pointer-events: none;
}
/* line 179, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup h3, .graphs.popup h3 {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 184, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup h3 *:last-child, .graphs.popup h3 *:last-child {
  float: right;
}
/* line 187, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup .note, .graphs.popup .note {
  margin-top: 2px;
  font-style: italic;
}
/* line 191, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup .note *:last-child, .graphs.popup .note *:last-child {
  float: right;
}
/* line 194, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.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(198, 201, 204, 0.9);
}
/* line 204, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_graphs.scss */
.graphs .popup::after, .graphs.popup::after {
  top: auto;
  bottom: -9px;
  border-bottom-color: transparent;
  border-top-color: #FFFFFF;
}

/* line 4, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .fields .iconpicker ~ input {
  width: calc(100% - 52px);
}
/* line 9, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .fields.columns .line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
/* line 14, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .fields.columns .line input {
  width: 30%;
}
/* line 18, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .fields.columns .line input.duration {
  width: 20%;
  margin-left: 0;
}
/* line 23, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .fields.columns .line span:first-child {
  width: 30%;
}
/* line 30, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .table {
  width: 100%;
  margin: -15px 0 10px 0;
  padding: 0;
  line-height: 1.5;
}
/* line 36, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .table .name {
  font-weight: 600;
  margin-left: 28px;
}
/* line 40, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .table .name .timefund {
  margin-left: -28px;
}
/* line 43, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .table .gain {
  color: #6D7A85;
  font-style: italic;
}
/* line 48, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .item .table input.claim {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #C7CFDB;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  height: 32px;
  padding: 2px 8px 0 8px;
  font-size: 1.4rem;
  /* FIXME replace with non-prefixed once supported */
  width: 76px;
}
/* line 103, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.time-funds .item .table input.claim:focus {
  border-color: #8692A3;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.time-funds .item .table input.claim:disabled {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 120, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.time-funds .item .table input.claim *[disabled] {
  color: rgba(0, 0, 0, 0.4) !important;
}
/* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.time-funds .item .table input.claim::-webkit-input-placeholder {
  font-style: italic;
}
/* line 128, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_modules.scss */
.time-funds .item .table input.claim::-moz-placeholder {
  font-style: italic;
}
/* line 55, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .balance {
  font-weight: 600;
}
/* line 58, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .balance.positive {
  color: #1A87DE;
}
/* line 59, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .balance.zero {
  color: #465666;
}
/* line 60, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .balance.negative {
  color: #fc5c38;
}
/* line 63, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .floater .frame {
  min-width: 168px;
  padding: 10px 10px 8px 10px;
}
/* line 67, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .floater .frame .overview {
  line-height: 2;
}
/* line 70, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .floater .frame .overview li {
  display: flex;
  justify-content: space-between;
}
/* line 75, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .floater .frame .overview .name {
  margin-left: 28px;
}
/* line 78, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds .floater .frame .overview .name .timefund {
  margin-left: -28px;
}
/* line 84, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds form.create-request-kind #div_time_off_request_multiday_field span.not-working-day {
  color: #e42a24;
}
/* line 88, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds form.create-request-kind #div_time_off_request_multiday_field input[type='checkbox'] {
  width: 24px;
  position: relative;
  bottom: -7px;
  margin: 0px;
  margin-right: 10px;
}
/* line 96, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds form.create-request-kind #div_time_off_request_multiday_field .line.disabled input[type='text'] {
  background-color: #FFFFFF;
  opacity: .5;
}
/* line 101, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
.time-funds form.create-request-kind #div_time_off_request_multiday_field .float-apply-for-selected {
  position: absolute;
  font-size: 13px;
  padding: 0px 8px 0px 8px;
  height: 25px;
}

/*
 * Desktop
 */
@media screen and (min-width: 740px), print {
  /* line 116, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds form.create-request-kind .item {
    margin-left: 20%;
    margin-right: 20%;
  }
  /* line 124, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds .item .table .policy {
    margin-left: 28px;
  }
  /* line 125, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds .item .table .gain {
    margin-left: 28px;
  }
  /* line 129, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds .floater .frame {
    width: calc(23% - 12px);
  }
}
@media screen and (min-width: 820px) {
  /* line 138, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds form.create-request-kind .item {
    margin-left: 23%;
    margin-right: 23%;
  }
  /* line 145, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_funds.scss */
  .time-funds form.edit_time_off_request .item {
    margin-left: 23%;
    margin-right: 23%;
  }
}
/* line 3, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.sounds span {
  width: calc(40% - 12px);
}
/* line 8, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label + label {
  margin-left: 0;
}
/* line 12, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag {
  width: 47px;
  height: 32px;
  margin: 0;
}
/* line 17, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag + span:before {
  width: 47px;
  height: 32px;
  margin: 0;
  border-radius: 0;
  background-image: url(/assets/icons_flags-b3462cc87e568ad4af5e671756f300ac7597fd6b8b5ec8edf2759a9e8f6ddc3c.png);
  background-size: 45px auto;
  opacity: .3;
  cursor: pointer;
}
/* line 29, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag:checked + span:before {
  opacity: 1;
}
/* line 31, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag.en + span:before {
  background-position: 0 0;
}
/* line 32, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag.sk + span:before {
  background-position: 0 -35px;
}
/* line 33, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag.cz + span:before {
  background-position: 0 -70px;
}
/* line 34, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_settings.scss */
.settings .item.flags .fields label input[type="radio"].flag.fr + span:before {
  background-position: 0 -105px;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_own_web_terminal.scss */
.own_web_terminal_category_picker {
  margin-top: 15px;
}

/* line 2, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_off_requests.scss */
.time-off-request-index label[data-js-module='help'] > label {
  cursor: pointer;
}
/* line 6, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_off_requests.scss */
.time-off-request-index tr.auto_approved {
  background-color: rgba(228, 177, 36, 0.2);
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_off_requests.scss */
.time-off-request-index section.toolbar {
  padding: 4px 11px 0 11px;
}
/* line 14, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/pages/_time_off_requests.scss */
.time-off-request-index div.tabs {
  margin: 4px 4px 0 4px;
}

/* line 1, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-single {
  margin-top: 5px;
  background: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(198, 201, 204, 0.9);
  position: relative;
  z-index: 100;
}
/* line 9, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-single.is-hidden {
  display: none;
}
/* line 10, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-single.is-bound {
  position: absolute;
}

/* line 14, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-single:before, .pika-single:after {
  content: "";
  display: table;
}
/* line 20, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-single:after {
  clear: both;
}

/* line 23, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-lendar {
  float: left;
  width: 252px;
}

/* line 28, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-title {
  height: 32px;
  background-color: #FFA135;
  text-align: center;
}
/* line 33, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-title select {
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
  cursor: pointer;
}

/* line 42, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-label {
  display: inline-block;
  padding: 8px 3px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

/* line 54, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-prev,
.pika-next {
  display: block;
  width: 32px;
  height: 32px;
  background: #FFA135 url(/assets/icons_form-3c84b35c32662325935de8f5de76a4b6276cb76931e502f698b4a05947ccc2a0.svg) no-repeat;
  border: none;
  text-indent: 32px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
/* line 68, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.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;
}
/* line 74, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.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;
}
/* line 80, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-prev:not(.is-disabled):hover,
.pika-next:not(.is-disabled):hover {
  background-color: #ff8e0c;
}
/* line 84, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  opacity: .3;
  cursor: default;
}

/* line 90, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-week {
  font-size: 1.25rem;
  color: #A2ABB3;
}

/* line 95, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-table {
  table-layout: fixed;
  width: 100%;
}
/* line 99, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-table th, .pika-table td {
  width: calc(100% / 7);
}
/* line 102, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-table th abbr, .pika-table td abbr {
  text-decoration: none;
}
/* line 107, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-table th {
  padding-top: 2px;
  color: #3C76C2;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

/* line 117, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.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;
}
/* line 129, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.is-today .pika-button {
  color: #1A87DE;
  font-weight: 700;
}
/* line 134, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  opacity: .2;
}
/* line 141, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.is-selected .pika-button, .is-startrange .pika-button, .is-endrange .pika-button {
  background: #1A87DE;
  color: #FFFFFF;
  font-weight: 700;
}
/* line 148, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.is-endrange .pika-button {
  background: #01A98C;
}
/* line 150, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.is-inrange .pika-button {
  background: #E2E8EE;
}
/* line 154, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/plugins/_pikaday.scss */
.pika-button:hover {
  color: #FFFFFF;
  background: #a2b5c8;
  font-weight: 600;
}

@page {
  margin: 6mm;
}
@media print {
  /* line 6, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  html,
  body {
    width: 980px;
  }

  /* line 11, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  .header,
  .navigation {
    display: none;
  }

  /* line 16, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  body,
  .block,
  .buttonbar {
    background-color: transparent;
  }
  /* line 21, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  body.buttonbar,
  .block.buttonbar,
  .buttonbar.buttonbar {
    border-top: solid 1px #E3E7ED;
  }

  /* line 24, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  .main,
  .table {
    margin: 0;
    padding: 0;
  }

  /* line 32, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  .tabs .selected a,
  .breadcrumbs .selected a {
    background: #FFFFFF !important;
  }

  /* line 35, /srv/jenkins/workspace/inn-deb-repo-builder/label/builder_slave_x86_ubuntu/debs/i386/fingera-app/BUILD/srv/apps/fingera/current/app/assets/stylesheets/base/_print.scss */
  .report_print_spacer {
    page-break-after: always;
  }
}
