@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans_Normal.woff2") format("woff2"), url("../fonts/OpenSans_Normal.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans_Semibold.woff2") format("woff2"), url("../fonts/OpenSans_Semibold.woff") format("woff"); }

@font-face {
  font-family: "Open Sans Condensed Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans_CondensedBold.woff2") format("woff2"), url("../fonts/OpenSans_CondensedBold.woff") format("woff"); }

@font-face {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontello.woff") format("woff"); }

html, body {
  background-color: #F0F0F0;
  margin: 0;
  padding: 0; }

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  line-height: 1.40625rem;
  min-height: 100%; }

strong {
  font-weight: 700; }

img {
  border: 0 none;
  max-width: 100%; }

a, a:active, a:visited {
  color: #326CA6;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  cursor: pointer; }

h1, h2, h3, h4, h5 {
  color: #326CA6;
  font-weight: 700;
  font-family: "Open Sans Condensed Bold", sans-serif; }

h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  margin: 2rem 0 1rem; }

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 1.5rem 0 0.75rem; }

h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 1.125rem 0 0.5625rem; }

h4, h5, h6 {
  font-size: 1rem;
  margin: 1rem 0 0.5rem; }

label {
  font-weight: 700; }

dl {
  margin: 0; }

dd {
  margin: 0 0 0.625rem; }
  dd:last-child {
    margin-bottom: 0; }

ul {
  display: block;
  margin: 0.625rem 0;
  padding-left: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse;
  border: 0 none;
  width: 100%; }

th, td {
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.40625rem;
  text-align: left; }

form {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  display: block;
  margin: 0;
  padding: 0.625rem 0.9375rem; }

textarea {
  height: 15.625rem;
  max-height: 37.5rem;
  resize: vertical; }

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #FFF;
  border: 0.0625rem solid #AAA;
  box-sizing: border-box;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.40625rem;
  padding: 0.125rem;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    border-color: #4DB0FD;
    box-shadow: 0 0 0.0625rem #4DB0FD inset; }

input[type="submit"] {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #326CA6;
  border: 0.0625rem solid #036;
  color: #FFF;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.40625rem;
  padding: 0.1875rem 0.625rem; }
  input[type="submit"]:hover {
    background-color: #036;
    color: #FFF;
    text-decoration: none; }
  input[type="submit"]:visited {
    color: #FFF; }

input[type="file"] {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-bottom: 0.625rem;
  display: block; }

input[readonly="readonly"] {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.40625rem;
  background-color: #EEE;
  cursor: default; }
  input[readonly="readonly"]:focus {
    border-color: #AAA;
    box-shadow: none; }

select {
  cursor: pointer; }

.address {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  display: block;
  margin-bottom: 0.625rem;
  padding: 0.9375rem; }
  .address__headline {
    margin: 0 0 0.9375rem 0; }
  .address__table-headline {
    color: #326CA6;
    font-weight: 700;
    width: 10rem; }
  .address__table-cell {
    padding-right: 0.625rem; }
    .address__table-cell:first-child {
      font-weight: 700; }

.address-list__item {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  display: block;
  margin-bottom: 0.625rem;
  overflow: auto;
  padding: 0.9375rem; }

.address-list__headline {
  color: #326CA6;
  font-weight: bold;
  margin: 0 0 0.4375rem 0;
  position: relative; }

.address-list__button {
  float: right; }

.address-list__column {
  float: left;
  width: 14.875rem; }

.address-list__action {
  float: right;
  padding-left: 0.9375rem; }

@media screen and (min-width: 62.5rem) {
  .ui-autocomplete {
    background-color: #326CA6;
    border-bottom: 0 none;
    position: absolute;
    min-width: 12.5rem;
    max-width: 31.25rem;
    z-index: 9; } }

.ui-menu-item {
  border: 0 none;
  border-bottom: 0.0625rem solid #EEE;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  line-height: 1.875rem;
  padding: 0 0.4375rem;
  width: 100%; }
  @media screen and (min-width: 62.5rem) {
    .ui-menu-item {
      overflow: hidden;
      text-overflow: ellipsis; } }
  .ui-menu-item:last-child {
    border-bottom: 0 none; }
  .ui-menu-item:hover {
    background-color: #036; }

.ui-corner-all,
.ui-corner-all:hover {
  color: #FFF;
  text-decoration: none;
  white-space: nowrap; }

.ui-helper-hidden-accessible {
  display: none; }

.blue-box {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  margin-bottom: 1.25rem;
  overflow-x: auto; }
  .blue-box__header {
    font-weight: 700;
    color: #FFF;
    background-color: #326CA6;
    padding: 0.3125rem 0.9375rem; }
  .blue-box__body {
    padding: 0.9375rem; }
  .blue-box__numbered-item {
    margin-left: 1.875rem;
    line-height: 1.8;
    list-style: decimal; }
  .blue-box--text-block {
    text-align: justify;
    padding: 0 0.9375rem 0.625rem 0.9375rem; }
  .blue-box--table-of-content {
    list-style: decimal;
    text-align: justify;
    padding: 0.625rem 0.9375rem;
    margin: 0 0 1.875rem; }

.blue-button {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #326CA6;
  border: 0.0625rem solid #036;
  color: #FFF;
  display: block;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.40625rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  padding: 0.1875rem 0.625rem; }
  @media screen and (min-width: 62.5rem) {
    .blue-button {
      float: left;
      margin-bottom: 0; } }
  .blue-button:hover {
    background-color: #036;
    color: #FFF;
    text-decoration: none; }
  .blue-button:visited {
    color: #FFF; }
  @media screen and (min-width: 62.5rem) {
    .blue-button--menu:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: 0; } }
  @media screen and (min-width: 62.5rem) {
    .blue-button--menu:not(:first-child):not(:last-child) {
      -webkit-border-radius: 0;
      border-radius: 0;
      border-left-width: 0;
      margin-right: 0; } }
  @media screen and (min-width: 62.5rem) {
    .blue-button--menu:last-child {
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      border-left-width: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.blue-table {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  clear: both;
  overflow: hidden; }
  .blue-table__row {
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 0.0625rem dotted #CCC; }
    .blue-table__row:hover {
      background-color: #FF9; }
    .blue-table__row:first-child, .blue-table__row:last-child {
      border-bottom: 0 none; }
  .blue-table__header-cell {
    padding: 0.25rem;
    background-color: #326CA6;
    color: #FFF;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    position: relative; }
  .blue-table__header-cell--sortable {
    padding-left: 0.9375rem;
    position: relative; }
  .blue-table__header-cell--status {
    width: 7.8125rem; }
  .blue-table__header-cell--type {
    width: 5.5rem; }
  .blue-table__header-cell--urgency {
    width: 5.75rem; }
  .blue-table__header-cell--worker {
    width: 6.25rem; }
  .blue-table__header-cell--date {
    width: 8.875rem; }
  .blue-table__header-cell--date-wide {
    width: 10rem; }
  .blue-table__header-cell--action {
    text-align: center;
    width: 1.5625rem; }
  .blue-table__header-cell--size {
    width: 4.75rem; }
  .blue-table__header-cell--charged {
    width: 5.625rem; }
  .blue-table__header-cell--booked {
    width: 5.25rem; }
  .blue-table__header-cell--duration {
    width: 4rem; }
  .blue-table__header-cell--phone-number {
    width: 12.5rem; }
  .blue-table__cell {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
    overflow: hidden;
    padding: 0.25rem;
    position: relative;
    white-space: nowrap; }
  .blue-table__cell--multi-line {
    white-space: normal; }
  .blue-table__cell--bright-green {
    background-color: #9F9; }
  .blue-table__cell--bright-yellow {
    background-color: #FF9; }
  .blue-table__cell--centered {
    text-align: center; }
  .blue-table__cell--right {
    text-align: right; }
  .blue-table__text-wrapper {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blue-table__sort-asc:before {
    color: #FFF;
    display: block;
    font-size: 0.875rem;
    height: 0.375rem;
    left: 0.1875rem;
    line-height: 0.375rem;
    padding-top: 0.4375rem;
    position: absolute;
    top: -0.0625rem;
    vertical-align: top;
    width: 0.625rem; }
  .blue-table__sort-desc:before {
    bottom: 0;
    color: #FFF;
    display: block;
    font-size: 0.875rem;
    height: 0.375rem;
    left: 0.1875rem;
    line-height: 0.375rem;
    padding-bottom: 0.4375rem;
    position: absolute;
    vertical-align: top;
    width: 0.625rem; }
  .blue-table__sort-asc--active, .blue-table__sort-desc--active {
    pointer-events: none; }
    .blue-table__sort-asc--active:before, .blue-table__sort-desc--active:before {
      color: #F90; }

.comment-list {
  margin: 0;
  padding: 0 0.9375rem; }
  .comment-list__creator {
    color: #326CA6; }
  .comment-list__comment {
    border-top: 0.0625rem solid #CCC;
    padding: 0.625rem 0; }
    .comment-list__comment:first-child {
      border-top: 0 none; }
  .comment-list__info {
    margin-bottom: 0.4375rem; }
  .comment-list__actions {
    float: right; }
  .comment-list__first-action-link {
    padding-right: 0.875rem; }
    .comment-list__first-action-link:hover {
      text-decoration: none; }

.confirm:hover {
  text-decoration: none; }

.contact-box {
  margin: 0;
  padding: 0 0.9375rem; }
  .contact-box__body {
    padding: 0.625rem 0; }
    .contact-box__body:after {
      content: "";
      clear: both;
      display: block;
      height: 0; }
  .contact-box__column {
    float: left;
    margin-right: 1.875rem;
    max-width: 15.625rem; }
    .contact-box__column:last-child {
      margin-right: 0; }
  .contact-box__no-results {
    border: 0 none;
    font-weight: 700; }
  .contact-box__date {
    display: block; }
    @media screen and (min-width: 62.5rem) {
      .contact-box__date {
        float: right; } }
  .contact-box__item {
    border-top: 0.0625rem solid #AAA;
    padding: 0.625rem 0;
    position: relative; }
    .contact-box__item:after {
      content: "";
      clear: both;
      display: block;
      height: 0; }
    .contact-box__item:first-child {
      border-top: 0 none; }
  .contact-box__icon {
    color: #326CA6;
    display: inline-block;
    width: 0.75rem; }
  .contact-box__name--expandable {
    cursor: pointer; }
  .contact-box__header--expandable:before {
    color: #326CA6;
    left: -0.1875rem;
    position: absolute;
    top: 0.625rem; }

.entry-list {
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  border-radius: 0.3125rem;
  height: 7.5rem;
  margin: 0;
  overflow-y: scroll;
  padding: 0; }
  @media screen and (min-width: 62.5rem) {
    .entry-list {
      height: 26.875rem;
      border-right: 0 none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  .entry-list__item {
    border-bottom: 0.0625rem dotted #CCC;
    cursor: pointer;
    padding: 0;
    position: relative; }
    .entry-list__item:hover {
      background-color: #FF9;
      text-decoration: none; }
    .entry-list__item:first-child {
      border-top-left-radius: 0.3125rem; }
    .entry-list__item:last-child {
      border-bottom: 0 none; }
  .entry-list__description {
    display: block;
    height: 2.1875rem;
    line-height: 2.1875rem;
    margin: 0 2.1875rem 0 0.9375rem; }
    .entry-list__description:hover {
      text-decoration: none; }
  .entry-list__delete {
    cursor: pointer;
    height: 2.1875rem;
    line-height: 2.1875rem;
    position: absolute;
    right: 0.5rem;
    top: 0;
    width: 1.25rem; }
    .entry-list__delete:before {
      color: #326CA6;
      font-size: 1.25rem; }
  .entry-list__item--active, .entry-list__item--active:hover {
    background-color: #326CA6;
    color: #FFF;
    cursor: default;
    font-weight: 700; }
  .entry-list__item--active .entry-list__delete:before {
    color: #FFF; }

.errors {
  color: #F33;
  font-size: 0.8125rem;
  margin: 0; }
  .errors--global {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background-color: #FFF;
    border: 0.0625rem solid #F33;
    box-sizing: border-box;
    color: #F33;
    margin: 0 0 1.25rem;
    padding: 0.625rem 0.9375rem; }
  .errors--validation {
    border: 0.0625rem solid #F33;
    box-shadow: none; }

.footer {
  background-color: #326CA6;
  border-top: 0.0625rem solid #036;
  bottom: 0;
  color: #FFF;
  left: 0;
  line-height: 1.875rem;
  min-width: 62.5rem;
  position: fixed;
  width: 100%;
  z-index: 99; }
  .footer__content {
    padding-left: 0.75rem; }
    @media screen and (min-width: 62.5rem) {
      .footer__content {
        padding-left: 3.125rem; } }

.global-hint {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FF9;
  border: 0.0625rem solid #F90;
  margin: 0 0 1.25rem;
  padding: 0.625rem 0.9375rem; }
  .global-hint--login {
    max-width: 31.25rem; }
  .global-hint--no-script {
    border-width: 0 0 0.0625rem 0;
    border-radius: 0;
    left: 0;
    min-width: 62.5rem;
    padding: 0.25rem 0.4375rem;
    position: fixed;
    top: 1.9375rem;
    width: 100%; }

.headline__link {
  background: transparent url("../img/icon_go_back.png") left center no-repeat;
  padding-left: 1.375rem; }

.headline--first {
  margin-top: 2rem; }

.headline--second {
  margin-top: 0; }

.hidden {
  display: none; }

.icon:before {
  display: inline-block;
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  text-decoration: none; }

.icon--lock:before {
  content: "\e800"; }

.icon--lock-open:before {
  content: "\e801"; }

.icon--down:before {
  content: "\e802"; }

.icon--up:before {
  content: "\e804"; }

.icon--check:before {
  content: "\e807"; }

.icon--check-empty:before {
  content: "\e808"; }

.icon--eye:before {
  content: "\e809"; }

.icon--plus:before {
  content: "\e80a"; }

.icon--minus:before {
  content: "\e80d"; }

.icon--right-dir:before {
  content: "\e80e"; }

.icon--left-dir:before {
  content: "\e80f"; }

.icon--spin:before {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  content: "\e810"; }

.icon--cancel:before {
  content: "\e80b"; }

.icon--ok:before {
  content: "\e80c"; }

.icon--delete:before {
  content: "\e805";
  font-size: 0.8125rem;
  padding: 0 0.125rem; }

.icon--edit:before {
  content: "\e806";
  font-size: 0.8125rem;
  padding: 0 0.125rem; }

.info-box {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem #AAA;
  color: #FFF;
  display: none;
  padding: 0.625rem 0.9375rem;
  position: fixed;
  right: 0.625rem;
  top: 2.5rem;
  width: 18.75rem;
  z-index: 99; }
  .info-box--green {
    background-color: #080; }
  .info-box--red {
    background-color: #800; }
  .info-box--yellow {
    background-color: #F90; }

.legend {
  margin: 0 0 1.25rem 0; }
  .legend__row {
    clear: both;
    padding-bottom: 0.3125rem; }
    .legend__row:last-child {
      padding-bottom: 0; }
  .legend__icon {
    color: #326CA6;
    display: inline-block;
    float: left; }
  .legend__text {
    display: block;
    margin-left: 1.5625rem; }

.list-table:after {
  content: "";
  clear: both;
  display: block;
  height: 0; }

.list-table__col {
  margin: 0.9375rem 3.125rem 0.9375rem 0;
  float: left; }

.list-table__row {
  padding: 0.125rem 0; }

.list-table__label {
  display: inline-block;
  width: 12.5rem; }

.main-content {
  padding: 0.9375rem 0.75rem 2.5rem;
  margin-bottom: 1.875rem;
  min-width: 20rem; }
  @media screen and (min-width: 62.5rem) {
    .main-content {
      margin-top: 1.875rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.main-menu {
  border-bottom: 0.0625rem solid #036;
  background-color: #326CA6;
  line-height: 1.875rem;
  margin: 0;
  min-width: 20rem;
  width: 100%;
  z-index: 99; }
  @media screen and (min-width: 62.5rem) {
    .main-menu {
      left: 0;
      height: 1.875rem;
      position: fixed;
      top: 0; } }
  .main-menu__toggle {
    color: #FFF;
    cursor: pointer;
    position: absolute;
    padding: 0 1rem;
    right: 0;
    top: 0;
    z-index: 1; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__toggle {
        display: none; } }
    .main-menu__toggle:before {
      content: "\2630"; }
  .main-menu--open .main-menu__toggle:before {
    content: "\00d7"; }
  .main-menu__item {
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    background-color: #326CA6;
    border-right: 0.0625rem solid #036;
    color: #FFF;
    display: none;
    line-height: 1.875rem;
    padding: 0 0.75rem;
    position: relative; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__item {
        display: block;
        float: left;
        padding: 0 0.4375rem; } }
    @media screen and (min-width: 62.5rem) {
      .main-menu__item:hover {
        background-color: #036; } }
  .main-menu--open .main-menu__item {
    display: block; }
  .main-menu__link, .main-menu__link:hover, .main-menu__link:active, .main-menu__link:visited {
    color: #FFF;
    display: block;
    text-decoration: none; }
  .main-menu__drop-down {
    font-size: 0.75rem;
    margin: 0; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__drop-down {
        border: 0.0625rem solid #036;
        border-bottom: 0 none;
        display: none;
        font-size: inherit;
        left: 0;
        margin: 0 0 0 -0.0625rem;
        position: absolute;
        top: 1.875rem; } }
  .main-menu__drop-down-item {
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    background-color: #326CA6;
    border-right: 0 none;
    padding: 0 0.4375rem;
    min-width: 12.5rem; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__drop-down-item {
        border-bottom: 0.0625rem solid #036; } }
    @media screen and (min-width: 62.5rem) {
      .main-menu__drop-down-item:hover {
        background-color: #036; } }
  .main-menu__link--bold {
    font-weight: 700; }
  .main-menu__item--welcome {
    background-color: #036;
    color: #FFF;
    display: block;
    font-weight: 700; }
  .main-menu__item--search {
    border-right: 0 none; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__item--search:hover {
        background-color: transparent; } }
  .main-menu__item--logout {
    font-weight: 700; }
    @media screen and (min-width: 62.5rem) {
      .main-menu__item--logout {
        border-left: 0.0625rem solid #036;
        border-right: 0 none;
        float: right; } }

.pagination {
  margin-bottom: 0.9375rem; }
  .pagination:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }
  .pagination__link {
    padding-right: 0.5rem; }
    .pagination__link:hover {
      text-decoration: none; }
  .pagination__text {
    padding-right: 0.5rem;
    color: #CCC; }
  .pagination__current {
    color: #000;
    font-weight: 700;
    padding-right: 0.5rem; }
  .pagination__total {
    color: #333; }

.passvault {
  display: none; }
  .passvault:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }
  @media screen and (min-width: 62.5rem) {
    .passvault__entries {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 62.5rem) {
    .passvault__entry {
      float: left;
      width: 50%; } }
  .passvault__new-entry-button {
    cursor: pointer;
    line-height: 1;
    margin-bottom: -0.25rem; }
    .passvault__new-entry-button:after {
      line-height: 1rem;
      margin-left: 0.625rem; }
  @media screen and (min-width: 62.5rem) {
    .passvault__entry-form {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 25.625rem; } }
  .passvault__password-label {
    cursor: pointer; }
    .passvault__password-label:before {
      color: #326CA6;
      padding-right: 0.3125rem; }
  .passvault__comment-text-area {
    height: 6.25rem;
    max-height: 6.25rem; }

.passvault-list__item {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #FFF;
  border: 0.0625rem solid #326CA6;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
  position: relative; }

.passvault-list__headline {
  margin: 0; }

.passvault-list__delete {
  position: absolute;
  right: 0.875rem;
  top: 0.875rem; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .popup__box {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background-color: #FFF;
    border: 0.125rem solid #326CA6;
    box-shadow: 0.3125rem 0.3125rem 0.25rem #333;
    left: 50%;
    margin-left: -15.625rem;
    min-height: 1.875rem;
    padding: 0.625rem;
    position: fixed;
    top: 20%;
    width: 31.25rem; }
  .popup__box--with-spinner:before {
    color: #326CA6;
    font-size: 2rem;
    margin-right: 0.625rem; }

.progress-bar {
  display: none;
  border: 0.0625rem solid #000;
  position: relative;
  width: 25rem;
  height: 1.25rem;
  overflow: hidden; }
  .progress-bar__fill {
    background-color: #326CA6;
    border-right: 0.0625rem solid #000;
    height: 1.25rem;
    width: 0; }
  .progress-bar__percent {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #000;
    line-height: 1.25rem;
    width: 25rem; }

.project-info-box {
  color: #FFF;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (min-width: 62.5rem) {
    .project-info-box {
      float: left;
      margin-bottom: 0;
      margin-right: 0.625rem;
      width: 35.5%; } }
  .project-info-box__link, .project-info-box__link:active, .project-info-box__link:visited {
    color: #FFF;
    font-weight: 700; }
  .project-info-box__headline {
    background-color: #326CA6;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0 0 0.0625rem 0;
    padding: 0.625rem; }
  .project-info-box__body {
    background-color: #326CA6;
    font-size: 0.875rem;
    height: 3.125rem;
    margin: 0 0 0.0625rem 0;
    padding: 0.625rem; }
  .project-info-box__footer {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    background-color: #326CA6;
    font-size: 0.875rem;
    margin: 0 0 0.0625rem 0;
    padding: 0.625rem; }

.project-issue-table {
  background-color: #FFF;
  clear: none;
  height: 11rem;
  margin: 0;
  overflow-x: auto;
  vertical-align: top; }
  @media screen and (min-width: 62.5rem) {
    .project-issue-table {
      float: right;
      width: 63%; } }

.project-row {
  margin-bottom: 0.9375rem; }
  .project-row:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }

.status-selector {
  color: #326CA6;
  display: inline-block;
  margin: 0;
  position: relative; }
  .status-selector__menu {
    position: absolute;
    z-index: 9;
    top: 1.3125rem;
    left: 0;
    display: none;
    border: 0.0625rem solid #036;
    margin: 0 0 0 -0.0625rem; }
  .status-selector__menu-item {
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    background-color: #326CA6;
    border-bottom: 0.0625rem solid #036;
    line-height: 1.875rem;
    min-width: 7.5rem;
    padding: 0 0.4375rem;
    position: relative; }
    .status-selector__menu-item:last-child {
      border-bottom: 0 none; }
    .status-selector__menu-item:hover {
      background-color: #036;
      color: #FFF;
      text-decoration: none; }
  .status-selector__link, .status-selector__link:active, .status-selector__link:visited {
    color: #FFF; }
    .status-selector__link:hover, .status-selector__link:active:hover, .status-selector__link:visited:hover {
      text-decoration: none; }

.sub-menu {
  margin-bottom: 1.25rem; }
  .sub-menu:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }

.toggle-checkboxes {
  cursor: pointer; }
  .toggle-checkboxes:before {
    color: #326CA6;
    padding: 0 0.3125rem; }

.address-form__label-house-number {
  display: none; }

.address-form__label-street-wrapper {
  display: inline-block;
  width: 50%; }

.address-form__label-house-number-wrapper {
  display: inline-block;
  width: 25%; }

.address-form__label-zip {
  margin-top: 0.625rem; }

.contact-search-form {
  background-color: transparent;
  clear: both;
  border: 0 none;
  padding: 0; }
  @media screen and (min-width: 62.5rem) {
    .contact-search-form {
      clear: none;
      display: inline-block;
      float: right; } }
  .contact-search-form__input {
    width: 18.75rem; }

.issue-form__checkbox-label {
  float: left; }

.login-form {
  max-width: 31.25rem; }
  .login-form__username, .login-form__username[type=text] {
    padding: 0.3125rem; }
  .login-form__password, .login-form__password[type=password] {
    padding: 0.3125rem; }

.sms-reminder-form {
  border: 0 none;
  padding: 0; }
  .sms-reminder-form__mobile-number-wrapper {
    margin: 0; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
