@charset "UTF-8";
/* -----------------------------------------------.
/* Colors TTA
/* ----------------------------------------------- */
/* blue */
/* green */
/* orange */
.account-nav-tabs {
  padding-top: 10px; }

.account-nav {
  display: block;
  color: #007bff; }
  .account-nav:first-child > a {
    border-left: 1px solid #aaa; }
  .account-nav :hover,
  .account-nav :focus {
    text-decoration: none; }
  .account-nav .bg-color-tabs {
    background-color: #ffffff; }
  .account-nav .nav-link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    word-break: break-all;
    padding: 0.5rem 1rem;
    color: #007bff;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
    border-top: 4px solid #e5e5e5;
    background-color: #ffffff;
    border-left: 0px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }
    .account-nav .nav-link.active {
      border-top: 4px solid #007bff;
      background-color: #aaa;
      border-right: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      color: white; }
  .account-nav .nav-link:hover,
  .account-nav .nav-link:focus {
    text-decoration: none;
    border-top: 4px solid #007bff;
    border-right: 1px solid #007bff;
    border-bottom: 1px solid #007bff; }

.account-nav-tabs {
  border-bottom: 4px solid #aaa;
  margin-bottom: 0px;
  background-color: #f9f9f9; }

.td-border-bottom {
  border-bottom: 1px solid #dee2e6; }

.process-arrow-account {
  color: #555;
  border: 0;
  border-radius: 20px;
  padding: 7px 5px 0px 5px;
  padding-right: 9px;
  float: left;
  font-size: 80%;
  line-height: 100%;
  text-transform: none;
  position: relative; }
  .process-arrow-account::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; }

.employees-table-inactive {
  border-left: 6px solid #ad1515 !important; }

.employees-table-active {
  border-left: 6px solid #298a08 !important; }

.employees-table-inactive-3px {
  border-left: 3px solid #ad1515 !important; }

.employees-table-active-3px {
  border-left: 3px solid #298a08 !important; }

.display-column {
  display: none; }
  @media (min-width: 768px) {
    .display-column {
      display: inline; } }

.column-rightalign {
  text-align: left;
  padding-right: 0; }
  @media (min-width: 768px) {
    .column-rightalign {
      padding-right: 2rem !important;
      text-align: right; } }

.column-begin-sorting {
  background-color: white; }
  @media (min-width: 768px) {
    .column-begin-sorting {
      background-color: black; } }

.column-centeralign {
  text-align: center; }

.employees-table-column-small {
  font-size: 80%;
  font-weight: 400; }
  .employees-table-column-small.primary-information {
    color: #111; }
  .employees-table-column-small.secondary-information {
    color: #777; }

.btn-secondary-danger:hover {
  background-color: #ad1515; }

.btn-secondary-success:hover {
  background-color: #298a08; }

.table-id-inactive {
  border-left: 6px solid #ad1515 !important; }

.table-id-active {
  border-left: 6px solid #298a08 !important; }

.is-valid-custom {
  border: 2px solid #119c47; }

.mini-arrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem; }
  .mini-arrow .mini-arrow-right {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1;
    color: #222;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff; }
    .mini-arrow .mini-arrow-right::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: ""; }
    .mini-arrow .mini-arrow-right:hover {
      color: #ccc;
      background-color: #555;
      transition: 100ms; }
  .mini-arrow .mini-arrow-left {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1;
    color: #222;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff; }
    .mini-arrow .mini-arrow-left::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: ""; }
    .mini-arrow .mini-arrow-left:hover {
      color: #ccc;
      background-color: #555;
      transition: 100ms; }
  .mini-arrow .mini-arrrow-disabled {
    opacity: 0.3; }
    .mini-arrow .mini-arrrow-disabled:hover {
      color: #222;
      background-color: #fff; }

/* autotypeaheadclass */
.autotypeNameSelected {
  background-color: #007bfe;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  border: 0;
  border-radius: 20px;
  padding: 7px 14px;
  padding-right: 20px;
  padding-bottom: 10px;
  float: left;
  font-size: 100%;
  line-height: 125%;
  text-transform: none;
  position: relative; }
  .autotypeNameSelected.inactive {
    background-color: #ad1515; }

.autotypeClose {
  color: #fff;
  font-size: 160%;
  cursor: pointer;
  margin-left: 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: inline;
  vertical-align: -8%; }

.autotypeClose:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.suggestions .alreadyExists.active, .suggestions .alreadyExists:hover {
  background-color: #ad1515;
  color: white; }

.suggestions .alreadyExists::after {
  content: "(exists)";
  float: right; }

.suggestions .suggestion.inactive {
  background-color: #ad1515;
  color: white; }

.process-arrow-div .process-arrow {
  color: #555;
  margin-top: 11px;
  margin-bottom: 9px;
  border: 0;
  border-radius: 20px;
  padding: 7px 5px;
  padding-right: 9px;
  padding-bottom: 10px;
  float: left;
  font-size: 125%;
  line-height: 125%;
  text-transform: none;
  position: relative; }
  .process-arrow-div .process-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; }
  .process-arrow-div .process-arrow:last-child {
    display: none; }

/* -----------------------------------------------.
/* avatar table
/* ----------------------------------------------- */
.avatar-no-pic {
  width: 35px;
  font-size: 23px;
  color: grey;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.avatar-small {
  width: 30px;
  height: 30px; }

.avatar-nav {
  width: 35px;
  height: 35px; }

.avatar-table {
  width: 35px;
  float: left; }

.avatar-table-row {
  width: 35px;
  vertical-align: middle; }

.avatar-table-cell {
  vertical-align: middle;
  height: 35px;
  padding-left: 10px;
  display: table-cell; }
  .avatar-table-cell .admin-min-line-height {
    line-height: 18px; }

/* ----------------------------------------------- */
/* avatar-pictures and avatar-initials */
/* ----------------------------------------------- */
.avatar-initials {
  border-radius: 50%;
  text-align: center;
  height: 35px;
  width: 35px;
  color: #fff;
  background-color: grey;
  padding: 10px; }

.avatar-circle {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #2d2fa8;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.avatarinitials {
  position: relative;
  top: 6px;
  /* 25% of parent */
  font-size: 17px;
  /* 50% of parent */
  line-height: 17px;
  /* 50% of parent */
  color: white; }

.avatarPicCircle {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.avatarSpacer {
  width: 35px;
  height: 35px; }

.avatarInitialsTest {
  width: 30px;
  height: 30px;
  border-radius: 50% !important; }

/* COLORS */
/* END COLORS */
/* Typo-Elements */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
.h1 {
  font-size: 1.5rem; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #625a5d 0, #564d50 100%);
  background-image: -o-linear-gradient(top, #625a5d 0, #564d50 100%);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#625a5d), to(#564d50)); */
  background-image: linear-gradient(to bottom, #625a5d 0, #564d50 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(235, 235, 235, 0); }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #625a5d 0, #564d50 100%);
  background-image: -o-linear-gradient(top, #625a5d 0, #564d50 100%);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#625a5d), to(#564d50)); */
  background-image: linear-gradient(to bottom, #625a5d 0, #564d50 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #fffdee; }

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fffffb;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #fffdee; }

.navbar-default .navbar-nav > li > a {
  color: #fffdee; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fffffe;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fffffc;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fffffc;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fffdee; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fffffe;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fffffc;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #fffdee; }

.navbar-default .navbar-link:hover {
  color: #fffffe; }

.navbar-default .btn-link {
  color: #fffdee; }

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #fffffe; }

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

/* Dropdown-Menu */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #060e5c;
  text-decoration: none;
  background-color: #ddd; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5d6b7a; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

/* Navbar */
.bg-nav-custom {
  background-color: #564d50;
  background-color: #0072c6;
  background-color: #005592; }

.navbar-brand {
  font-size: 1.3rem;
  padding: 0;
  color: #fffdee; }
  @media (min-width: 768px) {
    .navbar-brand {
      padding: 0 1rem 0 0; } }

.navbar-brand a {
  color: #fffdee; }

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fffdee; }

/* Navbar-links */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #e7e8fa; }

.nav-link:hover,
.nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #bfc1db;
  pointer-events: none;
  cursor: default; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap; }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap; }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
  white-space: nowrap; }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  white-space: nowrap; }

.link {
  color: #005592; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e8e8ec;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.footer-text {
  font-size: 80%;
  color: #888; }

.table td {
  vertical-align: middle; }

/* to eliminate the double arrows on custom select forms */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.row-without-margin {
  margin-left: 0; }

.row-without-padding {
  padding-left: 0; }

.flex-v-center {
  display: flex;
  align-items: center; }

.flex-v-end {
  display: flex;
  align-items: flex-end; }

.col-rightalign {
  text-align: right; }

.col-centeralign {
  text-align: center; }

.bc-is-invalid {
  background-image: none !important; }

/* list-group-items new color */
.list-group-item-lighter {
  color: #4f555a; }

/* to narrow the dates displayed in list-groups */
.vm-bs-list-group-item {
  line-height: 0.85rem;
  padding: 0.5rem; }

/* to limit the heights of the boxes that display calendar entries */
.vm-bs-alert-secondary {
  max-height: 250px;
  overflow: scroll;
  color: #333; }

/* text overflow scroll */
.vm-bs-overflow-scroll {
  overflow: none; }

/* to display the state of accordion panels */
.panel-title {
  position: relative;
  font-size: 1.15rem;
  padding-right: 20px; }

.panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0;
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  /* Fix version 5.0.9 */ }

.panel-title[aria-expanded="true"]::after {
  content: "\f106"; }

/* customize accordion panels */
.account-headline {
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.account-headline:hover {
  color: #0056b3;
  text-decoration: none; }

.account-headline:active {
  text-decoration: none; }

/* customization for card-titles in account */
.vm-bs-card-title-outofrange {
  color: #888585;
  background-color: rgba(0, 0, 0, 0.05); }

/* forms required fields small text */
.vm-bs-required-text {
  font-weight: 400;
  font-size: 80%;
  color: #dc3545;
  display: none; }

.vm-bs-recommended-text {
  font-weight: 400;
  font-size: 80%;
  color: #dc3545;
  display: block; }

/* red border for form-fields that are not required, but important */
.vm-bs-is-new {
  border-color: #dc3545; }

/* red background for inactive employees input */
.vm-bs-is-inactive {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15); }

/* add margin on top and bottom of something */
.vm-bs-my {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.vs-red {
  color: #dc3545; }

.vs-grey {
  color: #888; }

/* fix accordion bottom border, if there is no further child */
.accordion div.card:only-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: calc(0.25rem - 1px); }

.datepicker-days {
  font-size: 85%; }

.datepicker td.today {
  color: #fff;
  background-color: #0014c9;
  border-color: #204d74;
  border-radius: 1rem; }

.btn-color-white {
  color: #fff !important; }

.canvas-container {
  position: relative; }

#myChart {
  position: absolute;
  left: 25%;
  top: 25%; }

.collapsible {
  position: relative;
  display: block;
  padding: 10px 0; }
  .collapsible .collapsible-title {
    padding: 12px 43px 12px 18px;
    font-size: 140%;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    color: #666666;
    background: #ddddde;
    border-radius: 0.25rem;
    margin-bottom: 0px;
    cursor: pointer; }
  .collapsible .toggle {
    position: absolute;
    right: 10px;
    top: 25px;
    height: 20px;
    width: 20px;
    color: transparent;
    cursor: pointer; }
    .collapsible .toggle::before {
      color: black; }
  .collapsible .hide-content::before {
    content: "-"; }
  .collapsible .show-content::before {
    content: "+"; }
  .collapsible .collapsible-key {
    padding-top: 0;
    padding-bottom: 0.5rem;
    word-break: break-all; }
    @media (min-width: 768px) {
      .collapsible .collapsible-key {
        padding-bottom: 0; } }
  .collapsible .collapsible-value {
    padding-top: 0;
    padding-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .collapsible .collapsible-value {
        padding-bottom: 0; } }
  .collapsible .collapsible-description {
    padding-bottom: 0.5rem; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
  background-color: #dbdcdd;
  border-color: #6c757d;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: initial;
  color: #fff !important;
  background-color: #5a6268;
  border-color: #5a6268; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  background: initial;
  color: #666 !important;
  border: 1px solid #666;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: initial;
  color: #fff !important;
  background-color: #5a6268;
  border-color: #5a6268; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: initial;
  color: #fff !important;
  background-color: #0069d9;
  border-color: #0062cc; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

/* warning for representatives input */
/*************************************/
.alert-warning-representative-select {
  color: #856404;
  background-color: #fff3cd;
  border-color: #e6ca73;
  /* border: 1px solid; */
  padding: 3px 3px 3px 8px;
  margin: 1px;
  margin-top: 0px;
  border-radius: 5px; }

/* warning for empty text-area       */
/*************************************/
.alert-warning-textarea {
  padding: 3px 3px 3px 8px;
  margin: 1px;
  border-radius: 5px; }

/* Customizations for the ys-year-calendar.css */
.calendar table.month th.month-title {
  font-size: 16px;
  margin-top: 16px;
  padding-bottom: 5px; }

.calendar {
  height: auto; }

.calendar:after {
  padding-bottom: 20px; }

/* body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
}

.calendar .calendar-header {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.calendar .calendar-header .year-title {
  font-size: 18px;
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
  border-bottom: 2px solid #2196f3;
}

.calendar .months-container .month-container {
  height: 260px;
  margin-bottom: 25px;
}

.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.calendar table.month th.month-title {
  background-color: #2196F3;
  color: white;
  padding: 12px;
  font-weight: 400;
}

.calendar table.month th.day-header {
  padding-top: 10px;
  color: #CDCDCD;
  font-weight: 400;
  font-size: 12px;
}

.calendar table.month td.day .day-content {
  padding: 8px;
  border-radius: 100%;
}
*/
/* ----------------------------------------------- */
/* ----------------------------------------------- */
#loadingPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1060; }
  #loadingPopup .sk-circle {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); }
  #loadingPopup .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  #loadingPopup .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #eee;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  #loadingPopup .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
    #loadingPopup .sk-circle .sk-circle2::before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
  #loadingPopup .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
    #loadingPopup .sk-circle .sk-circle3::before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  #loadingPopup .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    #loadingPopup .sk-circle .sk-circle4::before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
  #loadingPopup .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
    #loadingPopup .sk-circle .sk-circle5::before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
  #loadingPopup .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
    #loadingPopup .sk-circle .sk-circle6::before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
  #loadingPopup .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    #loadingPopup .sk-circle .sk-circle7::before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
  #loadingPopup .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
    #loadingPopup .sk-circle .sk-circle8::before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
  #loadingPopup .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
    #loadingPopup .sk-circle .sk-circle9::before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
  #loadingPopup .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    #loadingPopup .sk-circle .sk-circle10::before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
  #loadingPopup .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
    #loadingPopup .sk-circle .sk-circle11::before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  #loadingPopup .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
    #loadingPopup .sk-circle .sk-circle12::before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* -----------------------------------------------.
/* the modal dialog to confirm the changes
/* ----------------------------------------------- */
#loggingPopup .changes {
  padding: 10px;
  background: #f5f5f5;
  max-height: 25rem;
  overflow-y: scroll; }

.modal-dialog-600px {
  max-width: 600px; }

.table-xsm {
  font-size: 90%; }

.small-mobile {
  font-size: 80%;
  font-weight: 400;
  line-height: 1.1rem;
  padding-bottom: 1.25rem; }

.hr-mobile {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu-notifications {
  z-index: 1000;
  display: none;
  min-width: 20rem;
  padding: 0 0 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  max-height: 95vh;
  max-width: 400px;
  overflow: auto;
  position: absolute;
  top: 95%;
  left: 10px;
  right: 10px; }
  @media (min-width: 576px) {
    .dropdown-menu-notifications {
      top: 70%;
      left: 55%;
      right: 20%;
      max-height: 85vh; } }
  .dropdown-menu-notifications.dropdown-menu-shadow {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu-notifications .dropdown-notification-item {
    border-top: 1px solid #ccc; }
  .dropdown-menu-notifications .dropdown-notification-item ~ .dropdown-notification-item {
    border-top: none; }
  .dropdown-menu-notifications .dropdown-notification-item:hover,
  .dropdown-menu-notifications .dropdown-notification-item:focus {
    text-decoration: none;
    background-color: #f7f9fb; }
  .dropdown-menu-notifications .dropdown-notification-item.active,
  .dropdown-menu-notifications .dropdown-notification-item:active {
    text-decoration: none;
    background-color: #e5edf5; }

.dropdown-menu-notifications-left {
  right: auto;
  left: 0; }

.dropdown-menu-notifications-right {
  right: 0;
  left: auto; }

.dropdown-menu-notifications-middle {
  right: 0;
  left: 0; }
  @media (min-width: 576px) {
    .dropdown-menu-notifications-middle {
      left: auto; } }

.dropdown-menu-notifications[x-placement^="top"],
.dropdown-menu-notifications[x-placement^="right"],
.dropdown-menu-notifications[x-placement^="bottom"],
.dropdown-menu-notifications[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-menu-notifications.show {
  display: block; }

.dropdown-menu > div a {
  padding: 10px 20px; }

.dropdown-notification-header {
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  background: #f9fbfd;
  font-weight: bold;
  padding-top: 0.75rem;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08); }

.dropdown-notification-item {
  width: 100%;
  padding: 0.5rem 1.5rem 0.1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d3d3d3; }
  .dropdown-notification-item > a {
    text-decoration: none;
    color: #334455; }
  .dropdown-notification-item .notifications-take-action {
    margin: 0 0 0 auto;
    font-size: 80%;
    cursor: pointer;
    transition: 0.3s; }
    .dropdown-notification-item .notifications-take-action:hover {
      background-color: #28a745;
      color: #ffffff;
      transition: 0.3s; }
    .dropdown-notification-item .notifications-take-action .notifications-take-action-confirm {
      display: inline;
      margin: 0 0 0 auto;
      float: right;
      top: 1px;
      position: relative;
      cursor: pointer; }
      .dropdown-notification-item .notifications-take-action .notifications-take-action-confirm .notifications-take-action-approve {
        color: #ffffff;
        cursor: pointer; }
      .dropdown-notification-item .notifications-take-action .notifications-take-action-confirm .notifications-take-action-approve:hover {
        color: #ffffff;
        cursor: pointer; }
      .dropdown-notification-item .notifications-take-action .notifications-take-action-confirm .notifications-take-action-cancel {
        color: #ad1515;
        cursor: pointer; }
      .dropdown-notification-item .notifications-take-action .notifications-take-action-confirm .notifications-take-action-cancel:hover {
        color: #d42525;
        cursor: pointer; }
  .dropdown-notification-item.notifications-substitution-bar {
    border-left: 6px solid #3480d6; }
  .dropdown-notification-item.notifications-approval-bar {
    border-left: 6px solid #298a08; }
  .dropdown-notification-item.notification-approved {
    background-color: #d1ead1; }
  .dropdown-notification-item .notifications-type {
    font-size: 400%;
    font-weight: 900;
    position: relative;
    opacity: 8%;
    top: 19px;
    left: 260px;
    z-index: 199;
    float: inline-start;
    line-height: 10px; }
    .dropdown-notification-item .notifications-type.notifications-substitution {
      color: #3480d6; }
    .dropdown-notification-item .notifications-type.notifications-approval {
      color: #298a08; }
  .dropdown-notification-item .notifications-absence_name,
  .dropdown-notification-item .notifications-date_from,
  .dropdown-notification-item .notifications-date_to {
    font-size: 75%; }
  .dropdown-notification-item .notifications-daysElapsedSinceApplication,
  .dropdown-notification-item .notifications-daysToGoTillApplication {
    font-size: 75%;
    color: #6c757d; }
  .dropdown-notification-item .notifications-button-link {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    margin-top: 15px;
    -webkit-appearance: unset; }
  .dropdown-notification-item .notifications-button-approve {
    position: relative;
    top: 2px;
    color: #ffffff; }
    .dropdown-notification-item .notifications-button-approve.btn {
      font-size: 0.7rem; }
    .dropdown-notification-item .notifications-button-approve:hover {
      color: #ffffff; }
  .dropdown-notification-item .notifications-button-manual {
    position: relative;
    top: 0px;
    color: #ffffff; }
    .dropdown-notification-item .notifications-button-manual:hover {
      color: #d42525; }
  .dropdown-notification-item .notification-table-cell {
    vertical-align: middle;
    height: 35px;
    display: table-cell; }
  .dropdown-notification-item .notification-avatar {
    vertical-align: middle;
    height: 35px;
    display: table-cell;
    position: absolute;
    margin-top: 14px; }
  .dropdown-notification-item .notification-div-text {
    vertical-align: middle;
    padding-left: 50px; }
  .dropdown-notification-item .notification-details {
    padding-right: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dropdown-notification-item .notifications-name_full {
    line-height: 1.2;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis; }

/* -----------------------------------------
   Badge
----------------------------------------- */
.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px; }

.badge-danger {
  background-color: #db5565; }

/* -----------------------------------------------.
/* some css styles for the representative list of the apply form
/* ----------------------------------------------- */
.suggestions {
  float: left;
  list-style: none;
  margin-top: -3px;
  padding: 0;
  width: 350px;
  margin-bottom: 3rem;
  position: absolute;
  z-index: 100; }
  .suggestions li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid; }
    .suggestions li:hover {
      background: #c3e6cb;
      cursor: pointer; }
    .suggestions li.active {
      background: #c3e6cb; }
    .suggestions li.hasMore {
      text-decoration: italique;
      color: #888; }

#search-box {
  padding: 10px;
  border: #a8d4b1 1px solid;
  border-radius: 4px; }

.Representative {
  display: none; }

.btn-show-error {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  z-index: 10;
  padding: .25rem .5rem;
  font-size: 90%;
  color: #721c24;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: .25rem; }

.btn-show-error:hover {
  color: #fff;
  background-color: #027de7;
  right: 1.25rem; }

/* ----------------------------------------------- */
/* Not yet sent | NEW                   -> $color-appnew
/* Acknowledgement Process | ATTTO      -> $color-attto
/* Approval Process | APPTO             -> $color-appto
/* Substitute | DEPTO                   -> $color-depto
/* Substitute refused | DEPNO           -> $color-depno
/* Approved | APPYES                    -> $color-appyes
/* Not approved | APPNO                 -> $color-appno
/* Not taken | ACTNO                    -> $color-actno
/* Withdrawn | USENO                    -> $color-useno
/*
/* Public holiday | PUBHOL              -> $color-pubhol
/* Working free day | NOWORK            -> $color-nowork
/*
/* Antragstellung | NEW                 -> $color-appnew
/* Kenntnisnahme läuft | ATTTO          -> $color-attto
/* Genehmigung läuft | APPTO            -> $color-appto
/* Stellvertretung-Zustimmung | DEPTO   -> $color-depto
/* Stellvertretung abgelehnt | DEPNO    -> $color-depno
/* Genehmigt | APPYES                   -> $color-appyes
/* Nicht genehmigt | APPNO              -> $color-appno
/* Nicht angetreten | ACTNO             -> $color-actno
/* Zurückgezogen | USENO                -> $color-useno
/*
/* [ others:
/* Gesetzlicher Feiertag | PUBHOL       -> $color-pubhol
/* Arbeitsfreier Tag | NOWORK           -> $color-nowork
/*
/* [ for later implementation:
/* Status of abscence:
/* other | ABSOTH                       -> $color-absoth
/* home office | ABSHO                  -> $color-absho
/* business trip | ABSBT                -> $color-absbt
/* maternity leave | ABSML              -> $color-absml
/* parental leave | ABSPL               -> $color-abspl
/*
/* Sonstige | ABSOTH                    -> $color-absoth
/* Homeoffice | ABSHO                   -> $color-absho
/* Dienstreise | ABSBT                  -> $color-absbt
/* Mutterschutz | ABSML                 -> $color-absml
/* Elternzeit | ABSPL                   -> $color-abspl
/* (alle unkontigentiert / without contingent) 
/*
/* Special cases:
/* substitute-free times | SCSFT        -> $color-scsft
/* substitute blocking times | SCSBT    -> $color-scsbt
/* holiday blocking times | SCHBT       -> $color-schbt
/*
/* Stellvertretungsfreie Zeiten | SCSFT -> $color-scsft
/* Stellvertretungs-Sperrzeiten | SCSBT -> $color-scsbt
/* Sperrzeiten | SCHBT                  -> $color-schbt
/*
/* Others:
/* DeputyTask | DEPTASK                 -> $color-deptask
/*
/* Stellvertretungsaufgabe | DEPTASK    -> $color-deptask
/*
/* ]
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* MIXINS for various styles */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* dividing angle for half days */
/* ----------------------------------------------- */
/* noVacation edge */
/* PUBHOL only in the morning or afternoon */
/* DEPTASK only in the morning or afternoon */
/* DEPTASK-DEPTO only in the morning or afternoon */
/* DEPTASK-APPTO only in the morning or afternoon */
/* DEPTASK-APPYES only in the morning or afternoon */
/* DEPTO only in the morning or afternoon */
/* APPTO only in the morning or afternoon */
/* APPYES only in the morning or afternoon */
/* NoVacation DEPTO only in the morning or afternoon */
/* NoVacation APPTO only in the morning or afternoon */
/* NoVacation APPTO only in the morning or afternoon */
/* NOT USED -------------------------------------------------------------------------------------------

/* APPNEW only in the morning or afternoon */
/* ATTTO only in the morning or afternoon */
/* DEPTASK-WAITING only in the morning or afternoon */
/* USENO only in the morning or afternoon */
/* DEPNO only in the morning or afternoon */
/* APPNO only in the morning or afternoon */
/* ACTNO only in the morning or afternoon */
/* -----------------------------------------------.
/* Definition of styles with status-colors
/* ----------------------------------------------- */
/* PUBHOL */
.color-pubhol {
  background-color: #cfcbcb; }

.color-pubhol-m {
  background-image: linear-gradient(-48deg, white 50%, #cfcbcb 50%); }

.color-pubhol-a {
  background-image: linear-gradient(-48deg, #cfcbcb 50%, white 50%); }

/* NOWORK */
.color-nowork {
  background-color: #dbdbdb; }

/* APPNEW */
.color-text-appnew {
  color: #e9d6a9; }

.color-status-appnew td {
  border-left: 6px solid #e9d6a9; }

.color-appnew {
  background-color: #e9d6a9; }

.color-appnew-m {
  background-image: linear-gradient(-48deg, white 50%, #e9d6a9 50%); }

.color-appnew-a {
  background-image: linear-gradient(-48deg, #e9d6a9 50%, white 50%); }

/* ATTTO */
.color-text-attto {
  color: #eec25c; }

.color-status-attto td {
  border-left: 6px solid #eec25c; }

.color-attto {
  background-color: #eec25c; }

.color-attto-m {
  background-image: linear-gradient(-48deg, white 50%, #eec25c 50%); }

.color-attto-a {
  background-image: linear-gradient(-48deg, #eec25c 50%, white 50%); }

/* APPTO */
.color-text-appto {
  color: #8abf77; }

.color-status-appto td {
  border-left: 6px solid #8abf77; }

.color-appto {
  background-color: #8abf77; }

.color-appto-tippy-text {
  background-color: #8abf77;
  color: #000; }

.color-appto-m {
  background-image: linear-gradient(-48deg, white 50%, #8abf77 50%); }

.color-appto-a {
  background-image: linear-gradient(-48deg, #8abf77 50%, white 50%); }

/* APPYES */
.color-text-appyes {
  color: #298a08; }

.color-status-appyes td {
  border-left: 6px solid #298a08; }

.color-appyes {
  background-color: #298a08; }

.color-appyes-calendar-badge {
  background-color: #298a08;
  color: #fff; }

.color-appyes-m {
  background-image: linear-gradient(-48deg, white 50%, #298a08 50%); }

.color-appyes-a {
  background-image: linear-gradient(-48deg, #298a08 50%, white 50%); }

/* TODO to be deleted ------- */
.color-appyes-no-vacation-calendar-badge {
  background-color: #eec25c;
  color: #fff; }

/* CALENDAR-BADGE for vacations ------- */
.calendarbadge-depto {
  background-color: #bedcb4;
  color: #000; }

.calendarbadge-depto-m {
  background-image: linear-gradient(-48deg, white 50%, #bedcb4 50%);
  color: #000; }

.calendarbadge-depto-a {
  background-image: linear-gradient(-48deg, #bedcb4 50%, white 50%);
  color: #000; }

.calendarbadge-appto {
  background-color: #8abf77;
  color: #000; }

.calendarbadge-appto-m {
  background-image: linear-gradient(-48deg, white 50%, #8abf77 50%);
  color: #000; }

.calendarbadge-appto-a {
  background-image: linear-gradient(-48deg, #8abf77 50%, white 50%);
  color: #000; }

.calendarbadge-appyes {
  background-color: #298a08;
  color: #ddd; }

.calendarbadge-appyes-m {
  background-image: linear-gradient(-48deg, white 50%, #298a08 50%);
  color: #ddd; }

.calendarbadge-appyes-a {
  background-image: linear-gradient(-48deg, #298a08 50%, white 50%);
  color: #ddd; }

/* CALENDAR-BADGE for novacations ------- */
.calendarbadge-novacation-depto {
  background-color: #d7cfeb;
  color: #000; }

.calendarbadge-novacation-depto-m {
  background-image: linear-gradient(-48deg, white 50%, #d7cfeb 50%);
  color: #000; }

.calendarbadge-novacation-depto-a {
  background-image: linear-gradient(-48deg, #d7cfeb 50%, white 50%);
  color: #000; }

.calendarbadge-novacation-appto {
  background-color: #b5a8db;
  color: #000; }

.calendarbadge-novacation-appto-m {
  background-image: linear-gradient(-48deg, white 50%, #b5a8db 50%);
  color: #000; }

.calendarbadge-novacation-appto-a {
  background-image: linear-gradient(-48deg, #b5a8db 50%, white 50%);
  color: #000; }

.calendarbadge-novacation-appyes {
  background-color: #7960bd;
  color: #ddd; }

.calendarbadge-novacation-appyes-m {
  background-image: linear-gradient(-48deg, white 50%, #7960bd 50%);
  color: #ddd; }

.calendarbadge-novacation-appyes-a {
  background-image: linear-gradient(-48deg, #7960bd 50%, white 50%);
  color: #ddd; }

/* CALENDAR-BADGE for deptasks ------- */
.calendarbadge-deptask-depto {
  background-color: #c2d9f3;
  color: #000; }

.calendarbadge-deptask-depto-m {
  background-image: linear-gradient(-48deg, white 50%, #c2d9f3 50%);
  color: #000; }

.calendarbadge-deptask-depto-a {
  background-image: linear-gradient(-48deg, #c2d9f3 50%, white 50%);
  color: #000; }

.calendarbadge-deptask-appto {
  background-color: #90b9e8;
  color: #000; }

.calendarbadge-deptask-appto-m {
  background-image: linear-gradient(-48deg, white 50%, #90b9e8 50%);
  color: #000; }

.calendarbadge-deptask-appto-a {
  background-image: linear-gradient(-48deg, #90b9e8 50%, white 50%);
  color: #000; }

.calendarbadge-deptask-appyes {
  background-color: #3480d6;
  color: #ddd; }

.calendarbadge-deptask-appyes-m {
  background-image: linear-gradient(-48deg, white 50%, #3480d6 50%);
  color: #ddd; }

.calendarbadge-deptask-appyes-a {
  background-image: linear-gradient(-48deg, #3480d6 50%, white 50%);
  color: #ddd; }

.novacation-edge {
  background-image: linear-gradient(48deg, transparent 88%, #ac0000 12%); }

.has-more-events {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #aa0011;
  display: flex;
  margin-left: 18px;
  margin-right: 0px; }

.is-nonworkingday {
  color: #aaa; }

.vacation-top-border {
  border-top: 2px solid #ac0000 !important; }

/* DEPTASK ------- */
.color-deptask {
  background-color: #3480d6; }

.color-deptask-waiting {
  background-color: #789fca; }

.color-deptask-calendar-badge {
  background-color: #3480d6;
  color: #fff; }

.color-appyes-rep {
  background-color: #3480d6; }

.color-appyes-rep-m {
  background-image: linear-gradient(-48deg, white 50%, #3480d6 50%); }

.color-appyes-rep-a {
  background-image: linear-gradient(-48deg, #3480d6 50%, white 50%); }

.color-depto-rep {
  background-color: #789fca; }

.color-depto-rep-m {
  background-image: linear-gradient(-48deg, white 50%, #789fca 50%); }

.color-depto-rep-a {
  background-image: linear-gradient(-48deg, #789fca 50%, white 50%); }

/* APPNO */
.color-text-appno {
  color: #ad1515; }

.color-status-appno td {
  border-left: 6px solid #ad1515; }

.color-appno {
  background-color: #ad1515; }

.color-appno-m {
  background-image: linear-gradient(-48deg, white 50%, #ad1515 50%); }

.color-appno-a {
  background-image: linear-gradient(-48deg, #ad1515 50%, white 50%); }

/* ACTNO */
.color-text-actno {
  color: #ad60bd; }

.color-status-actno td {
  border-left: 6px solid #ad60bd; }

.color-actno {
  background-color: #ad60bd; }

.color-actno-m {
  background-image: linear-gradient(-48deg, white 50%, #ad60bd 50%); }

.color-actno-a {
  background-image: linear-gradient(-48deg, #ad60bd 50%, white 50%); }

/* USENO */
.color-text-useno {
  color: #7960bd; }

.color-status-useno td {
  border-left: 6px solid #7960bd; }

.color-useno {
  background-color: #7960bd; }

.color-useno-m {
  background-image: linear-gradient(-48deg, white 50%, #7960bd 50%); }

.color-useno-a {
  background-image: linear-gradient(-48deg, #7960bd 50%, white 50%); }

/* DEPTO */
.color-text-depto {
  color: #bedcb4; }

.color-status-depto td {
  border-left: 6px solid #bedcb4; }

.color-depto {
  background-color: #bedcb4; }

.color-depto-tippy-text {
  background-color: #bedcb4;
  color: #000; }

.color-depto-m {
  background-image: linear-gradient(-48deg, white 50%, #bedcb4 50%); }

.color-depto-a {
  background-image: linear-gradient(-48deg, #bedcb4 50%, white 50%); }

/* DEPNO */
.color-text-depno {
  color: #862d2d; }

.color-status-depno td {
  border-left: 6px solid #862d2d; }

.color-depno {
  background-color: #862d2d; }

.color-depno-m {
  background-image: linear-gradient(-48deg, white 50%, #862d2d 50%); }

.color-depno-a {
  background-image: linear-gradient(-48deg, #862d2d 50%, white 50%); }

.switch-field {
  overflow: hidden;
  width: 350px; }

.switch-field-width-auto {
  width: auto; }

.switch-title {
  margin-bottom: 6px;
  margin-right: 1.5rem; }

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  float: left;
  display: inline-block;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .switch-field label.font-size-100 {
    font-size: 100%; }
  .switch-field label.font-size-75 {
    font-size: 75%; }
  .switch-field label.margins-sm {
    padding: 6px 7px; }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .switch-field input:checked + label.switch-field-neutral {
    background-color: #113075 !important;
    color: #e7e7e7; }
  .switch-field input:checked + label.switch-field-substitution {
    background-color: #3480d6 !important;
    color: #e7e7e7; }
  .switch-field input:checked + label.switch-field-approval {
    background-color: #298a08 !important;
    color: #e7e7e7; }

.switch-field input:checked + label.switch-field-neg {
  background-color: #b60000 !important;
  color: #e7e7e7; }

.switch-field label:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-radius: 4px 0 0 4px; }

.switch-field label:last-of-type {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 4px 4px 0; }

.value-field {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  font-weight: normal;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid #ced4da;
  border-radius: 4px; }

td.table-with2ndline {
  line-height: 107%; }

.responsive-stacked-table {
  width: 100% !important;
  display: table; }
  @media (min-width: 768px) {
    .responsive-stacked-table {
      display: table;
      width: auto; } }

@media (min-width: 768px) {
  .responsive-stacked-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; } }

.responsive-stacked-table th {
  display: none; }
  @media (min-width: 768px) {
    .responsive-stacked-table th {
      display: table-cell; } }

.responsive-stacked-table td {
  display: block;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .responsive-stacked-table td {
      display: table-cell;
      box-sizing: content-box; } }

.responsive-stacked-table-column-rightalign {
  text-align: left;
  padding-right: 0; }
  @media (min-width: 768px) {
    .responsive-stacked-table-column-rightalign {
      padding-right: 2rem !important;
      text-align: right; } }

.responsive-stacked-table td:first-child {
  padding-top: .5em; }

.responsive-stacked-table td:last-child {
  padding-bottom: .5em;
  border-bottom: 6px solid #dde; }
  @media (min-width: 768px) {
    .responsive-stacked-table td:last-child {
      border-bottom: 0px; } }

.responsive-stacked-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: block; }

@media (min-width: 480px) {
  .responsive-stacked-table td:before {
    display: none; } }

.responsive-stacked-table th,
.responsive-stacked-table td:before {
  color: black; }

.table-row-background-05p {
  background-color: #e5e9ec;
  margin: 2px; }

.table-row-padding-right-05p {
  padding-right: 15px !important; }

.table-border-1p {
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.table-sm-legend-lastYear {
  text-align: left; }
  @media (min-width: 768px) {
    .table-sm-legend-lastYear::before {
      content: ""; } }

.table-sm-legend-thisYear {
  text-align: left; }
  @media (min-width: 768px) {
    .table-sm-legend-thisYear::before {
      content: ""; } }

.table-sm-legend-nextYear {
  text-align: left; }
  @media (min-width: 768px) {
    .table-sm-legend-nextYear::before {
      content: ""; } }

.table-sm-value-year {
  text-align: left; }

.rst-d-none {
  display: none !important; }
  @media (min-width: 768px) {
    .rst-d-none {
      display: table-cell !important; } }

.table-first-row {
  overflow: hidden;
  text-overflow: ellipsis; }

.table-color-active {
  color: #298a08; }

.table-color-inactive {
  color: #ad1515; }

.info-button-icon {
  cursor: pointer; }

.info-button-color-active {
  font-size: 110%;
  color: #298a08; }

.info-button-color-active:hover {
  color: #2cb44a; }

.info-button-color-inactive {
  font-size: 110%;
  color: #ad1515; }

.info-button-color-inactive:hover {
  color: #d42525; }

.extra-info {
  line-height: 1.5; }

.extra-info-lh {
  line-height: 1.5; }

.table-column-rightalign {
  text-align: left;
  padding-right: 0; }
  @media (min-width: 768px) {
    .table-column-rightalign {
      padding-right: 2rem !important;
      text-align: right; } }

.table-column-rightalign-pr50px {
  padding-right: 50px; }

.table-column-rightalign-pr35px {
  padding-right: 35px; }

.table-column-topalign {
  display: table-cell !important;
  vertical-align: baseline !important; }

.td-extra-info {
  overflow: hidden;
  padding: 0 !important;
  border-top: 6px solid #ddd !important; }

.td-1st-extra-info {
  vertical-align: baseline;
  border-top: 6px solid #ddd !important; }

.tr-no-border-top {
  border-top: 0px !important; }

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

.display-inline-flex {
  display: inline-flex; }

.tippy-tooltip.left-align-theme {
  text-align: left; }

.tippy-no-focus-ring:focus {
  outline: transparent auto 0px;
  outline-color: transparent;
  outline-style: auto;
  outline-width: 0px; }

/* -----------------------------------------------.
/* Today-Badge
/* ----------------------------------------------- */
.calendar table.month td.day .today-badge {
  border-radius: 20px;
  background-color: #0014c9;
  color: white; }

.today-badge {
  border-radius: 20px;
  background-color: #0014c9;
  color: white; }

.calendar table.month td.day .today-badge-v2 {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 75%;
  background: #0014c9;
  color: white;
  text-align: center; }

/* -----------------------------------------------.
/* Legend Year Calendar
/* ----------------------------------------------- */
.legend {
  font-size: 90%; }

.legend-bg {
  background-color: white; }

.legend .day-box {
  width: 26px;
  height: 27px;
  margin-right: 10px;
  border: none;
  float: left; }

.apply-form-lead {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.approver {
  color: #ad1515; }
  .approver.userActive {
    color: black; }

.bg-color-white {
  background-color: white; }

.hr-account {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.clsHasNoContingent {
  opacity: 0.3; }

.clsHasNoContingentImportant {
  opacity: 0.3 !important; }

.progressbar-container {
  z-index: 1; }

.progressbar-steps {
  margin: 0;
  padding: 0;
  counter-reset: step; }

.progressbar-steps li {
  list-style-type: none;
  width: 20%;
  float: left;
  position: relative;
  text-align: center; }

.progressbar-steps li:before {
  content: counter(step);
  counter-increment: step;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 2.5rem;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold; }

.progressbar-steps li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #979797;
  top: 1.35rem;
  left: -50%;
  z-index: -1;
  background-color: #7d7d7d; }

.progressbar-steps li:first-child:after {
  content: none; }

.progressbar-steps li.progressbar-step-active {
  border-color: #3aac5d; }

.progressbar-steps li.progressbar-step-active:after {
  border-color: #3aac5d; }

.progressbar-steps li.progressbar-step-active:before {
  border-color: #3aac5d;
  background: #3aac5d;
  color: white; }

.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step; }

.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d; }

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white; }

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1; }

.progressbar li:first-child:after {
  content: none; }

.progressbar li.active {
  color: green; }

.progressbar li.active:before {
  border-color: #55b776; }

.progressbar li.active + li:after {
  background-color: #55b776; }

.statusnotes {
  font-weight: bold;
  word-break: break-word; }

.textarea_length {
  font-size: 0.8em; }

.form-hint {
  font-size: 0.8em; }

.myrepresentatives .representative {
  display: none; }

.myrepresentatives .unitFilter {
  display: none; }

.myrepresentatives td {
  border-left-width: 6px; }
  @media (min-width: 768px) {
    .myrepresentatives td {
      border-left-width: 0px !important; }
      .myrepresentatives td.applier {
        border-left-width: 6px !important; } }

.myapplications .applier {
  display: none; }

.myapplications .applierFilter,
.myapplications .unitFilter {
  display: none; }

.myapplications td {
  border-left-width: 6px; }
  @media (min-width: 768px) {
    .myapplications td {
      border-left-width: 0px !important; }
      .myapplications td.begin {
        border-left-width: 6px !important; } }

.mytasks .unitFilter {
  display: none; }

.mytasks td {
  border-left-width: 6px;
  background: transparent; }
  @media (min-width: 768px) {
    .mytasks td {
      border-left-width: 0px !important; }
      .mytasks td.applier {
        border-left-width: 6px !important; } }

.userName {
  color: #ad1515; }
  .userName.userActive {
    color: black;
    line-height: 15px; }

.tippy-popper .userName {
  color: white;
  background-color: #ad1515; }
  .tippy-popper .userName.userActive {
    color: white;
    background-color: inherit; }

.tippy-popper .userName:before {
  content: "\00a0"; }

.tippy-popper .userName:after {
  content: " " attr(data-content) " "; }

.employees-row-add-info {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }
  @media (min-width: 768px) {
    .employees-row-add-info {
      width: 175px; } }

#progressBar {
  width: 100%;
  background-color: #ccc;
  display: block;
  border-radius: 3px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: none; }

#barModule {
  width: 1%;
  height: 0.6rem;
  background-color: #298a08;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.settings .collapsible-content .row {
  padding: 0.75rem; }
  .settings .collapsible-content .row:nth-child(even) {
    background: #eee; }

.settings .collapsible-content button {
  padding: 10px;
  float: right; }

.units td {
  border-left-width: 6px;
  background: transparent; }
  @media (min-width: 768px) {
    .units td {
      border-left-width: 0px !important; }
      .units td.applier {
        border-left-width: 6px !important; } }

.event-details span {
  color: #ad1515; }
  .event-details span.userActive {
    color: white; }

/* -----------------------------------------------.
/* other css styles
/* ----------------------------------------------- */
/* some css for the functional button on the admin panel */
.tbl-qa {
  width: 98%;
  font-size: 0.9em;
  background-color: #f5f5f5; }

.tbl-qa th.table-header {
  padding: 5px;
  text-align: left;
  padding: 10px; }

.tbl-qa .table-row td {
  padding: 10px;
  background-color: #FDFDFD; }

.ajax-action-links {
  color: #09F;
  margin: 10px 0px;
  cursor: pointer; }

.ajax-action-button {
  border: #094 1px solid;
  color: #09F;
  margin: 10px 0px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px; }

.table-responsive #dataTable tbody td,
.table-responsive #dataTable tbody th {
  max-width: 400px; }

/* ----------------------------------------------- */
/* admin main cards */
/* ----------------------------------------------- */
.card-admin {
  padding-bottom: 1em; }

.row-full-admin {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }

/* ----------------------------------------------- */
/* notification badge */
/* ----------------------------------------------- */
.badge-notification {
  position: relative;
  margin-right: 10px; }

.badge-notification[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  top: -11px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  background: #c90000;
  color: #fff; }

span.badge-notification {
  margin-right: 24px; }

span.badge-notification[data-badge]::after {
  top: -11px;
  right: -24px; }

/* apply.hbs form */
.autocalc-margin {
  margin-bottom: 2rem; }

/* ----------------------------------------------- */
/* bootstrap customizations -> MOVE TO bootstap_custom.scss */
/* ----------------------------------------------- */
.jumbotron-custom {
  padding: 2rem 2rem; }

.td-cell-max-width-word-break {
  word-break: break-all;
  word-wrap: break-word; }

.td-wordbreak-breakall {
  word-break: break-all; }

.wordbreak-breakall {
  word-break: break-all; }

/* apply > representative select > warning */
.alert-warning-representative-select {
  color: #856404;
  background-color: #fff3cd;
  border-color: #e6ca73;
  /* border: 1px solid; */
  padding: 3px 3px 3px 8px;
  margin: 1px;
  margin-top: 0px;
  border-radius: 5px; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.nav-item .dropdown-menu-right .inactiveUser,
.nav-item .inactiveUser {
  color: white;
  background-color: #c70813;
  padding: 2px;
  padding-left: 6px;
  padding-bottom: 4px;
  border-radius: 0.5rem;
  margin-right: 0.75rem; }

.page-footer {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(136, 136, 136, 0.15); }

.account-table-borderless {
  border: none !important;
  padding-top: 0px !important; }

.account-headline {
  font-size: 1.25rem;
  color: #000;
  text-decoration: none; }

.account-headline:hover {
  color: #0056b3;
  text-decoration: none; }

.account-headline:active {
  text-decoration: none; }

.table-success-custom {
  background-color: #d2e0d5e5 !important; }

/*# sourceMappingURL=style.css.map */