/* /Components/Employee/MedicalAbscences/MedicalAbsences.razor.rz.scp.css */

/* /Components/Employee/Prestations/Extra.razor.rz.scp.css */
.row-input-error-message[b-yl4dfgevcs] {
  display: block;
  color: red;
  font-weight: 600;
}
/* /Components/Employee/Prestations/PrestationCalendar/ExtraValuesForm.razor.rz.scp.css */
textarea[b-tusy3akny0] {
    resize: vertical;
    width: 100%;
}

.bottom-bordered[b-tusy3akny0] {
    border-bottom: 1px solid;
    border-color: lightgrey;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.ui.table tr td[b-tusy3akny0] {
    border-top: 0px !important;
}
.icon-button[b-tusy3akny0] {
    background-color: white !important;
    color: #0061ae !important;
}
/* /Components/Employee/Prestations/PrestationCalendar/PersonCalendar.razor.rz.scp.css */
.calendartile[b-5kum2i1sc9] {
  cursor: pointer;
  background-color: white;
}

  .calendartile:hover[b-5kum2i1sc9] {
    filter: brightness(95%) !important;
  }

.weekend[b-5kum2i1sc9] {
  background-color: #f0f0f0;
}

.selected[b-5kum2i1sc9] {
  background-color: #ffffcc;
}

.prestation-text[b-5kum2i1sc9] {
  margin-bottom: 0px !important;
}

.othermonth[b-5kum2i1sc9] {
  color: lightgray;
}

.disable-select[b-5kum2i1sc9] {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.firstselected[b-5kum2i1sc9] {
  outline: 2px solid black !important;
}

.calendar-month[b-5kum2i1sc9] {
  display: inline;
  margin-top: 5px !important;
}

.bottom-bordered[b-5kum2i1sc9] {
  border-bottom: 1px solid;
  border-color: lightgrey;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.calendar-icons[b-5kum2i1sc9] {
  float: right;
}

  .calendar-icons .bi[b-5kum2i1sc9] {
    border-left: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
  }

    .calendar-icons .bi:first-child[b-5kum2i1sc9] {
      border-left: 0;
    }
/* /Components/Employee/Reports/BookingList.razor.rz.scp.css */
.booking-cell[b-uwbq4mglbg] {
  width: 1%;
  white-space: nowrap;
}

.booking-cell-right[b-uwbq4mglbg] {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.month-text[b-uwbq4mglbg] {
  font-size: 1.2em;
}

.month-table[b-uwbq4mglbg] {
  margin-top: 25px;
}

.hidden-row[b-uwbq4mglbg] {
  padding: 0 !important;
}
.detail-head[b-uwbq4mglbg] {
  text-align: right;
}
/* /Components/Employee/Reports/Payslips.razor.rz.scp.css */
.table-head-item[b-ejwny8ai30] {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.table-head-item-selected[b-ejwny8ai30] {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  color: Highlight;
}

.detail-row[b-ejwny8ai30] {
  background-color: #f2f2f2;
}

.detail-title[b-ejwny8ai30] {
  text-align: right;
}

.detail-content[b-ejwny8ai30] {
  margin-left: 5px;
}

.download-link[b-ejwny8ai30] {
  text-align: right;
}

.caret-hidden[b-ejwny8ai30] {
  color: white;
}
/* /Components/General/Breadcrumb/Breadcrumb.razor.rz.scp.css */
.with-margin[b-cdyffim5r3] {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}
.icon-button[b-cdyffim5r3] {
    background-color: #ffffff !important;
    color: #0061ae !important;
}
.no-padding[b-cdyffim5r3] {
    padding: 2px !important;
}
nav[b-cdyffim5r3]{
  position: relative;
}
/* /Components/General/CalendarTile.razor.rz.scp.css */
.tile-planned[b-smylk31gb2] {
    background-color: #ffe49b;
}

.tile-approved[b-smylk31gb2] {
    background-color: #54cf78;
}

.tile-sicknote[b-smylk31gb2] {
    background-color: #f5a424;
}

.tile-requested[b-smylk31gb2] {
    background-color: #7193d9;
}

.tile-weekend[b-smylk31gb2] {
    background-color: #ededed;
}
.tile-label[b-smylk31gb2] {
  background-color: lightgray;
  border-radius: 4px;
  cursor: default;
}

.tile-label-hidden[b-smylk31gb2] {
  display: none;
  background-color: lightgray;
  border-radius: 4px;
  cursor: default;
}
  .tile-label-hidden:hover[b-smylk31gb2] {
    display: block;
    background-color: lightgray;
    border-radius: 4px;
    cursor: default;
  }
/* /Components/General/Camera/ImageGallery.razor.rz.scp.css */
.galleryimage-selected[b-iqh80px4qb] {
  border-color: red;
}

.gallery-image-container[b-iqh80px4qb] {
  height: 301px;
}

.gallery-chevron[b-iqh80px4qb] {
  font-size: 2.5em;
}

.gallery-image[b-iqh80px4qb] {
  height: auto;
  width: 228px;
}

.gallery-image-thumbnail[b-iqh80px4qb] {
  margin: 3px;
}

.button-margin[b-iqh80px4qb] {
  margin: 5px;
}
/* /Components/General/Dashboard.razor.rz.scp.css */
.top-bordered[b-6bkkt7llcl] {
    border-top: 1px solid !important;
    border-color: lightgrey !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
}
/* /Components/General/EditableDashboard.razor.rz.scp.css */
.top-bordered[b-i1jrguozkd] {
  border-top: 1px solid !important;
  border-color: lightgrey !important;
  margin-top: 30px !important;
  padding-top: 20px !important;
}

div .drag-before[b-i1jrguozkd] {
  border-left: 5px solid red;
}

div .drag-after[b-i1jrguozkd] {
  border-right: 5px solid red;
}

svg[b-i1jrguozkd]{
  width: 25px;
  height: 25px;
}
/* /Components/General/Generic/CheckboxTreeViewItem.razor.rz.scp.css */
.dropdown-caret[b-m1da4yy49c] {
  padding: 3px;
}

.checkbox-item[b-m1da4yy49c] {
  margin: 5px 0px 0px 20px;
  display: inline-block;
}

.item-indent[b-m1da4yy49c] {
  margin-left: 20px;
  display: inline;
}
/* /Components/General/Generic/GenericSelect.razor.rz.scp.css */
.hrms-select[b-qj8vkd8l8y] {
  width: auto;
}
/* /Components/General/Generic/HrmsComponents/HrmsPasswordInput.razor.rz.scp.css */
.show-pass[b-isfzj25ybs] {
  background: url(../images/icons/icon-eye.svg) no-repeat;
  background-size: contain;
}
/* /Components/General/Index/HelpSection.razor.rz.scp.css */
.person[b-902g3igen4] {
  cursor: pointer;
}

.person-title[b-902g3igen4] {
  margin: 20px;
}
/* /Components/General/Index/NavigationSection.razor.rz.scp.css */
.person[b-cvddln70ox] {
  cursor: pointer;
}

.person-title[b-cvddln70ox] {
  margin: 20px;
}
/* /Components/General/Index/OverviewSection.razor.rz.scp.css */
.overview a[b-jouzzhp0zt] {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

  .overview a:first-child[b-jouzzhp0zt] {
    padding-top: 0;
  }

  .overview a:last-child[b-jouzzhp0zt] {
    padding-bottom: 0;
  }

  .overview a:not(:last-child)[b-jouzzhp0zt] {
    border-bottom: 1px groove black;
  }
/* /Components/General/LanguagePickerSimple.razor.rz.scp.css */
.language-selected[b-wpvjzahloq] {
  font-weight: bold;
  color: black;
  text-decoration-line: none;
}
/* /Components/General/Login/LoginUserSelection.razor.rz.scp.css */
.hrms-other-user[b-k2sqf1egkx] {
  cursor: pointer;
}
/* /Components/General/Login/NumberLogin.razor.rz.scp.css */
.from-error[b-ohkjombh88] {
  border-color: red;
}

.label-error[b-ohkjombh88] {
  color: red;
  font-weight: 600;
}
/* /Components/General/Login/PinLogin.razor.rz.scp.css */
.hidden-input[b-zdbyqlanyo] {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  opacity: 0;
}

.keypad-key[b-zdbyqlanyo] {
  transition: 0.2s;
  border: 1px solid;
  border-color: lightgray;
  border-radius: 100px;
  padding: 25px 35px 25px 35px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  -moz-box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.keypad-key__backspace[b-zdbyqlanyo] {
  padding: 25px 30px 25px 30px;
}

.keypad-key:active[b-zdbyqlanyo] {
  background-color: cornflowerblue;
  color: white;
}

.keypad-key-backspace:active[b-zdbyqlanyo] {
  background-color: indianred;
  color: white;
}

.keypad-key-container[b-zdbyqlanyo] {
  padding: 25px 8px 40px 8px;
  font-size: 1.6em;
  font-weight: 700;
}

.keypad-toggle[b-zdbyqlanyo] {
  text-decoration: underline;

}
/* /Components/General/Searchbar.razor.rz.scp.css */
.search-dropdown[b-ydm0i8sh08] {
  position: absolute;
  z-index: 10;
  top: 50px;
  margin-left: 1px;
/*  --border: 1px solid lightgray;*/
  -webkit-box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  -moz-box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  box-shadow: 5px 5px 8px 0px rgba(153,153,153,0.5);
  background-color: white;
  border-radius: 0px 0px 5px 5px;
  cursor: default;
  margin-right: 1px;
  /*max-width: fit-content;*/
}
/* /Components/General/Sorting/SortableContainer.razor.rz.scp.css */

/* /Components/General/Tabstrip.razor.rz.scp.css */
@media only screen and (min-width: 992px) {
  .bottom-tab-segment[b-nhyxb6d2tx] {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: lightgray;
    padding: 14px;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
  }
    .title.mobile[b-nhyxb6d2tx] {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .bottom-tab-segment[b-nhyxb6d2tx] {
    border: 1px solid;
    border-color: lightgray;
    padding: 14px;
    border-radius: 5px;
    background-color: white;
  }
    .tabs[b-nhyxb6d2tx] {
    display:none;
  }
}

.bottom-tab-segment-notabs[b-nhyxb6d2tx] {
  border: 1px solid;
  border-color: lightgray;
  padding: 14px;
  border-radius: 5px;
  background-color: white;
}

.grey-bordered[b-nhyxb6d2tx] {
  border-color: lightgrey;
}
/* /Components/General/ToggleContainer.razor.rz.scp.css */
.segment-header[b-iey2w5p2yd] {
  cursor: pointer;
}

.segment[b-iey2w5p2yd] {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid;
  border-color: lightgrey;
}

.side-content[b-iey2w5p2yd] {
  float: right;
  font-weight: 400;
  font-size: 0.875em;
}
/* /Components/Organisation/Documents/DocumentInterface/DocumentList.razor.rz.scp.css */
.collapse-header[b-8mijz8ye14] {
  background-color: gainsboro;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 7px 7px 7px 12px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.05em;
}
/* /Components/Organisation/Prestations/PrepayEditor.razor.rz.scp.css */
.greyed-segment[b-gshpivgi2h] {
  background-color: whitesmoke;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 25px;
}

.confirm-segement[b-gshpivgi2h] {
  margin-top: 100px;
  border-top: 1px solid;
  border-color: gainsboro;
}
/* /Components/Organisation/Prestations/PrestationOverviewCalendar.razor.rz.scp.css */
.weekend-tile[b-en7nur58fw] {
  background-color: gainsboro;
}
.day-tile[b-en7nur58fw] {
  background-color: white;
}
/* /Components/Personal/AddMedicalAbscence.razor.rz.scp.css */
.input-border[b-a7s11wmll6] {
  border: 1px solid;
  border-radius: 5px;
  border-color: #ced4da;
  padding: 8px;
}
/* /Components/Personal/Contact.razor.rz.scp.css */
.contact-sof-logo[b-u3wncbg5x0] {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.compact-cell[b-u3wncbg5x0] {
  width: 1px;
  white-space: nowrap;
}
/* /Components/Personal/Data/AddressTable.razor.rz.scp.css */
.table-header[b-cpmh8roag4] {
  font-size: 20px;
}
/* /Components/Personal/Data/FamilyTable.razor.rz.scp.css */
.table-header[b-rl5fayvb9x] {
  font-size: 20px;
}
/* /Components/Personal/Data/InfoTable.razor.rz.scp.css */
.table-header[b-g53dpsy9t4] {
  font-size: 20px;
}
/* /Components/Personal/Data/PaymentInfoTable.razor.rz.scp.css */
.table-header[b-hvbl34qtnf] {
  font-size: 20px;
}
/* /Components/Personal/Data/WwoTable.razor.rz.scp.css */
.table-header[b-ay9s7cnrgk] {
  font-size: 20px;
}
/* /Components/Personal/FAQ.razor.rz.scp.css */
.faq-heading[b-jqt0x18gfs] {
  cursor: pointer;
  color: #2185d0;
}

.heading-margined[b-jqt0x18gfs] {
  margin-top: 25px;
}

.faq-link[b-jqt0x18gfs] {
  color: #2185d0;
}

.faq-question[b-jqt0x18gfs] {
  cursor: pointer;
}

.item-highlight[b-jqt0x18gfs] {
  background-color: #e4f7f7;
  padding: 15px;
}
/* /Components/Personal/Leaves/LeaveRequestCalendar.razor.rz.scp.css */

.calendar[b-ldkqq67uyq], .month[b-ldkqq67uyq] {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
}

.calendar[b-ldkqq67uyq] {
  width: 100%;
  height: 65vh;
  /*border: 1px solid red;*/
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */

  user-select: none;
  justify-content: space-evenly;
}

  .calendar[b-ldkqq67uyq]::-webkit-scrollbar {
    display: none;
  }

.month[b-ldkqq67uyq] {
  --columns: 1;
  flex-basis: calc((100% / var(--columns)) - (var(--columns) * 10px));
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .month.currentmonth[b-ldkqq67uyq] {
    box-shadow: 0px 0px 10px #7193d9;
  }

@media screen and (min-width: 1024px) {
  .month[b-ldkqq67uyq] {
    --columns: 2;
  }
}

@media screen and (min-width: 1921px) {
  .month[b-ldkqq67uyq] {
    --columns: 3;
  }
}

.month-title[b-ldkqq67uyq] {
  flex-basis: 100%;
  bottom: 10px;
  font-size: larger;
  font-weight: bold;
}

.day[b-ldkqq67uyq] {
  flex-basis: calc(100% / 7);
  outline: 1px solid black;
  height: 4em;
  background-color: #ffffff;
  position: relative;
}

.Sat[b-ldkqq67uyq],
.Sun[b-ldkqq67uyq] {
  background-color: #F0F0F0;
}

.holiday[b-ldkqq67uyq] {
  background-color: #ffe49b;
}

.today .day-label[b-ldkqq67uyq] {
  font-weight: bold;
}

.leaverequest[b-ldkqq67uyq] {
  background-color: #54cf78;
  color: white;
}

  .leaverequest.inrequest[b-ldkqq67uyq] {
    background-color: #7193d9;
  }

.illnessperiod[b-ldkqq67uyq] {
  background-color: #f5a424;
  color: white;
}

.day.selected[b-ldkqq67uyq] {
  background-color: #436abb;
  color: white;
}

.outofmonth[b-ldkqq67uyq] {
  background-color: lightgrey;
}

.day-past[b-ldkqq67uyq] {
  background-color: gainsboro;
  color: gainsboro;
}


.day-label[b-ldkqq67uyq] {
  margin: .25em;
}


.colleagues[b-ldkqq67uyq] {
  color: black;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  border-radius: .25em;
}

.specialdays[b-ldkqq67uyq] {
  right: 0;
  position: absolute;
  margin: 0.25em 0.50em 0.25em 0.25em;
}
/* /Components/Personal/Leaves/LeaveRequestFormItem.razor.rz.scp.css */
.mb-3[b-npqyiihj3y] {
  margin-bottom: 0px !important;
}

.nocontract-icon[b-npqyiihj3y] {
  color: red;
  font-size: 1.2em;
}

.colleagues-icon[b-npqyiihj3y] {
  color: orange;
  font-size: 1.2em;
}

.simulation-button[b-npqyiihj3y] {
  cursor: help !important;
}
/* /Components/Personal/MonthCalendarTable.razor.rz.scp.css */
.day-tile[b-o71hruqyqm] {
  background-color: #f0f0f0;
  padding: 0px 5px 0px 5px !important;
  margin: 0px;
}

.day-other-month[b-o71hruqyqm] {
  background-color: #f5f5f5;
  padding: 0px !important;
}

.prestation[b-o71hruqyqm] {
  padding: 5px 5px 15px 5px !important;
}

.no-prestation[b-o71hruqyqm] {
  height: 20px;
}

.holiday[b-o71hruqyqm] {
  background-color: #ffe49b;
  padding: 0px;
}

.holiday-tile[b-o71hruqyqm] {
  background-color: #f2d995;
  padding: 0px 5px 0px 5px !important;
  margin: 0px;
}
.day[b-o71hruqyqm] {
  padding: 0px;
}

.days-header[b-o71hruqyqm] {
  background-color: #f0f0f0;
}
/* /Components/Personal/PersonInbox.razor.rz.scp.css */
.white-text[b-bo6vuil8fo] {
  color: white;
}

.compact-cell[b-bo6vuil8fo] {
  width: 1px;
  white-space: nowrap;
}

.larger[b-bo6vuil8fo] {
  font-size: 1.5em;
}

.small-badge[b-bo6vuil8fo] {
  color: green;
  font-size: 0.7em;
}
/* /Components/Personal/PersonLeaveRequestsTable.razor.rz.scp.css */
.leave-requested[b-1v581gfzxz] {
    color: #7193d9 !important;
    cursor: default;
}

.leave-approved[b-1v581gfzxz] {
  color: #54cf78 !important;
  cursor: default;
}
.holiday[b-1v581gfzxz] {
  color: orange;
  cursor: default;
}
.leave-other[b-1v581gfzxz] {
  color: white !important;
  cursor: default;
}
.leave-denied[b-1v581gfzxz] {
  color: indianred;
  cursor: default;
}
.leave-canceled[b-1v581gfzxz] {
  color: lightgray;
  cursor: default;
}
.hrms-comment[b-1v581gfzxz] {
  color: grey;
  font-style: italic;
}
.detail-title[b-1v581gfzxz] {
  text-align: right;
}

.detail-content[b-1v581gfzxz] {
  margin-left: 5px;
}

.year-toggle[b-1v581gfzxz] {
  cursor: pointer;
  background-color: gainsboro;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  margin-top: 25px;
}
/* /Components/Personal/PersonTravelCalendar.razor.rz.scp.css */
.tile-outofmonth[b-efytt6d1pu] {
  color: gainsboro;
}

.tile-weekend[b-efytt6d1pu] {
  background-color: whitesmoke;
  cursor: pointer;
}

.disabled[b-efytt6d1pu] {
  cursor: default !important;
  background-color: whitesmoke;
  color: lightgray;
}

.tile-weekend:hover:not(.disabled)[b-efytt6d1pu] {
  background-color: gainsboro;
}

.tile-day[b-efytt6d1pu] {
  cursor: pointer;
}

  .tile-day:hover:not(.disabled)[b-efytt6d1pu] {
    background-color: gainsboro;
  }

.selected[b-efytt6d1pu] {
  color: white;
  background-color: dodgerblue;
}

  .selected:hover:not(.disabled)[b-efytt6d1pu] {
    background-color: #1873CC;
  }
.travel-table[b-efytt6d1pu] {
  /*Block selection*/
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

  .travel-table td[b-efytt6d1pu] {
    transition: 0.3s;
    height: 85px;
  }
/* /Components/Personal/PersonYearCalendar.razor.rz.scp.css */
.year-select[b-mrrpa4rn9r]
{
  width: 100px;
}
/* /Components/PersonGroup/Dimona/DimonaAdd.razor.rz.scp.css */
.loader--ellipsis[b-0161k9or9f], .loader--ellipsis[b-0161k9or9f]:before, .loader--ellipsis[b-0161k9or9f]:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut-b-0161k9or9f 1.8s infinite ease-in-out;
}

.loader--ellipsis[b-0161k9or9f] {
  color: var( --color-primary-400);
  font-size: 7px;
  position: relative;
  display: inline-flex;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

  .loader--ellipsis[b-0161k9or9f]:before,
  .loader--ellipsis[b-0161k9or9f]:after {
    content: '';
    position: absolute;
    top: 0;
  }

  .loader--ellipsis[b-0161k9or9f]:before {
    left: -3.5em;
    animation-delay: -0.32s;
  }

  .loader--ellipsis[b-0161k9or9f]:after {
    left: 3.5em;
  }

@keyframes bblFadInOut-b-0161k9or9f {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}
/* /Components/PersonGroup/Dimona/DimonaEdit.razor.rz.scp.css */
.loader--ellipsis[b-8n7auqcok0], .loader--ellipsis[b-8n7auqcok0]:before, .loader--ellipsis[b-8n7auqcok0]:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut-b-8n7auqcok0 1.8s infinite ease-in-out;
}

.loader--ellipsis[b-8n7auqcok0] {
  color: var( --color-primary-400);
  font-size: 7px;
  position: relative;
  display: inline-flex;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

  .loader--ellipsis[b-8n7auqcok0]:before,
  .loader--ellipsis[b-8n7auqcok0]:after {
    content: '';
    position: absolute;
    top: 0;
  }

  .loader--ellipsis[b-8n7auqcok0]:before {
    left: -3.5em;
    animation-delay: -0.32s;
  }

  .loader--ellipsis[b-8n7auqcok0]:after {
    left: 3.5em;
  }

@keyframes bblFadInOut-b-8n7auqcok0 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}
/* /Components/Team/Manage/PersonManageLeaves.razor.rz.scp.css */
.compact-cell[b-mgbryu04i7] {
  width: 1%;
  white-space: nowrap;
}

.table-scrollable[b-mgbryu04i7] {
  width: inherit;
  overflow-x: scroll;
  margin-bottom: 35px;
  margin-top: 25px;
}
/* /Components/Team/Manage/TeamsOpenLeaves.razor.rz.scp.css */
.cell-compact[b-t8lkwl8eje] {
  width: 1%;
  white-space: nowrap;
}
/* /Components/Team/TeamCalendar.razor.rz.scp.css */
.tile-planned[b-ywecd8trsi] {
    background-color: #ffe49b;
}

.tile-approved[b-ywecd8trsi] {
    background-color: #54cf78;
}

.tile-sicknote[b-ywecd8trsi] {
    background-color: #f5a424;
}

.tile-requested[b-ywecd8trsi] {
    background-color: #7193d9;
}

.tile-weekend[b-ywecd8trsi] {
    background-color: #ededed;
}

.compact-cell[b-ywecd8trsi] {
  max-width: 120px;
  overflow-x: hidden;
  white-space: nowrap;
}

.tile-cell[b-ywecd8trsi] {
  padding: 0px !important;
}

.calendar-label[b-ywecd8trsi] {
  position: absolute;
  padding-left: 1px;
  padding-right: 1px;
  background-color: lightgray;
  border-radius: 4px;
  cursor: default;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;


}

.tile-period[b-ywecd8trsi] {
  position: absolute;
  width: 100%;
}

.morning[b-ywecd8trsi] {
  height: 50%;
  margin-bottom: 50%;
}
.afternoon[b-ywecd8trsi] {
  margin-top: 18px;
  height: 50%;
}
.fullday[b-ywecd8trsi] {
  height: 100%;
}

.tile[b-ywecd8trsi] {
  position: relative;
  padding: 0px;
}
  .tile:not(:hover) .calendar-label[b-ywecd8trsi] {
    visibility: hidden;
  }

.table-definition[b-ywecd8trsi] {
  background-color: lightgray;
}
/* /Components/Team/TeamsLeaveHistory.razor.rz.scp.css */
.detail-title[b-qaiz3pphjc] {
  text-align: right;
}

.detail-content[b-qaiz3pphjc] {
  margin-left: 5px;
}
/* /Components/Team/TeamsLeaveOverview.razor.rz.scp.css */
.value-neutral[b-bf7olluzrv] {
  font-weight: 600;
  color: black;
}

.value-positive[b-bf7olluzrv] {
  font-weight: 600;
  color: green
}

.value-negative[b-bf7olluzrv] {
  font-weight: 600;
  color: #e80000;
}

.table-foot[b-bf7olluzrv] {
  text-align: center;
  background-color: #f7f7f7;
}

.team-header[b-bf7olluzrv] {
  text-align: center;
  font-size: 1.5em;
  border-top: 1px solid;
  border-color: lightgrey;
}

.team-row[b-bf7olluzrv] {
  border-top: 0px;
  border-bottom: 0px;
}

.empty-cell[b-bf7olluzrv] {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px
}

.ldt-top-bordered[b-bf7olluzrv] {
  border-top: 1px solid;
  border-color: lightgrey;
}

.table-header[b-bf7olluzrv] {
  background-color: #ededed;
}
/* /Pages/General/Help.razor.rz.scp.css */
.white-segment[b-keckvpdfge] {
  background-color: white;
}
/* /Pages/General/Login/App/Installation.razor.rz.scp.css */


.hrms-store-badge[b-wfetvpja27] {
  width: 210px;
  height: 70px;
  overflow: hidden;
}
/* /Pages/General/Login/FirstLogin/Ego/AppHelp.razor.rz.scp.css */
.qr-img[b-xyiqqcao5p] {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 1px green solid;
}
/* /Pages/General/Login/FirstLogin/Ego/Help.razor.rz.scp.css */


.hrms-app-button[b-qm7atz9p2j] {
  margin-bottom: 45px
}
/* /Pages/General/Login/FirstLogin/Ego/PasswordReset.razor.rz.scp.css */

/* /Pages/General/Login/Password/Recuperate.razor.rz.scp.css */

/* /Pages/General/Login/Password/Reset.razor.rz.scp.css */

/* /Pages/General/Login/Web/Login.razor.rz.scp.css */
.hrms-password[b-qxthepo605] {
    z-index: 100 !important;
}

.hrms-logincode-plus[b-qxthepo605] {
    margin-top: 5px;
    text-align: center;
}

.ms-n5[b-qxthepo605] {
    margin-left: -40px;
    z-index: 100 !important;
}

.hrms-login-message[b-qxthepo605] {
    margin-top: 50px;
}

.sof-banner[b-qxthepo605] {
  width: 300px;
  height: 100px;
  overflow: hidden;
}

.hrms-language-button[b-qxthepo605] {
  margin: 2px;
  font-size: 1em;
  text-decoration: none;
}
.hrms-language-button-active[b-qxthepo605] {
  margin: 2px;
  font-size: 1em;
  font-weight: bold;
  color: black !important;
  text-decoration: none;
}

.faq-link[b-qxthepo605] {
  color: #2185d0;
}

.faq-link-strong[b-qxthepo605] {
  font-weight: bold;
  color: black;
}
/* /Pages/General/Login/Web/LoginHelp.razor.rz.scp.css */
.faq-link[b-xeb944yyqs] {
  color: #2185d0;
}

.faq-link-strong[b-xeb944yyqs] {
  font-weight: bold;
  color: black;
}

.question[b-xeb944yyqs] {
  margin-top: 25px;
}
/* /Pages/General/TileSubMenu.razor.rz.scp.css */
.page-list[b-zn1lpdmdul] {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

  .page-list :hover[b-zn1lpdmdul] {
    background-color: #f8f4f4;
  }
.page-item[b-zn1lpdmdul] {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* /Pages/Organisation/Prestation/ConfirmAllPrestations.razor.rz.scp.css */
.comment-label[b-3tg3eii0kl] {
  font-weight: 700;
  margin-top: 35px;
}
/* /Pages/Personal/GeneralHelp.razor.rz.scp.css */
.faq-heading[b-139bcg8dc4] {
  cursor: pointer;
  color: #2185d0;
}

.heading-margined[b-139bcg8dc4] {
  margin-top: 25px;
}

.faq-link[b-139bcg8dc4] {
  color: #2185d0;
}
/* /Shared/Avatar.razor.rz.scp.css */
.hrms-avatar[b-9qq2fmzf1x] {
  width: 40px;
  height: 40px;
  text-align: center;
  color: white !important;
  background-color: #0061ae;
  padding-top: 9px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
}

.hrms-picture-avatar[b-9qq2fmzf1x] {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid;
  border-color: white;
}
.hrms-avatar-container[b-9qq2fmzf1x] {
  margin-right: 20px;
}

.hrms-avatar-container-mobile[b-9qq2fmzf1x] {
  margin-top: 6px;
}

.avatar-dropdown-item[b-9qq2fmzf1x] {
  font-size: 1.2em;
  color: black;
  margin: 5px 0px 5px 0px;
}
/* /Shared/Drawer.razor.rz.scp.css */
.drawer[b-6fccsskgm4] {
  height: 100vh;
  position: fixed;
  top: 0;
  border: 1px solid var(--color-neutral2-300);
  border-radius: var(--border-radius-medium);
  transition: 0.5s;
  background-color: white;
  z-index: 20;
}

  .drawer.drawer--open[b-6fccsskgm4] {
    transition: 0.5s;
    right: 0;
  }

@media (max-width: 480px) {
  .drawer[b-6fccsskgm4] {
    right: -100vw;
    width: 100vw;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .drawer[b-6fccsskgm4] {
    max-width: 400px;
    right: -50vw;
    width: 50vw;
  }
}

@media (min-width: 1025px) {
  .drawer[b-6fccsskgm4] {
    max-width: 400px;
    right: -25vw;
    width: 25vw;
  }
}

.drawer--header[b-6fccsskgm4] {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-neutral2-400);
  vertical-align: middle;
  background-color: var(--color-neutral2-200);
}

.drawer--title[b-6fccsskgm4] {
  padding-top: 4px;
}

.drawer--body[b-6fccsskgm4] {
  padding: 14px;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

.drawer--footer[b-6fccsskgm4] {
  padding: 14px;
  display: flex;
  vertical-align: middle;
  border-top: 1px solid var(--color-neutral2-400);
  background-color: var(--color-neutral2-100);
  justify-content: right;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-g289vkwyuf] {
  position: fixed;
  padding: 10px 250px 10px 10px;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: whitesmoke;
  border-top: 1px solid;
  border-color: lightgrey;
  text-align: center;
}

.footer-text[b-g289vkwyuf] {
  color: grey;
}
/* /Shared/LoginViewport.razor.rz.scp.css */
.user-info-tag[b-3y8nu11ght] {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid var(--color-neutral2-300);
  border-radius: var(--border-radius-medium);
  color: #636c8b;
  font-size: 0.75rem;
  line-height: 1;
  background-color: var(--color-neutral2-250);
  justify-content: center;
}
/* /Shared/Sidebar/Sidebar.razor.rz.scp.css */
.sof-logo[b-uec6bprhuz] {
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    color: white !important;
    background-color: #0061ae !important;
    padding-top: 10px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.sof-name[b-uec6bprhuz] {
    display: inline-block !important;
    margin-left: 4px !important;
    cursor: pointer !important;
}

.edit-button[b-uec6bprhuz] {
    background-color: #ffffff !important;
    color: #0061ae !important;
    margin-top: 15px !important;
}

.hrms-desktop-sidebar[b-uec6bprhuz] {
    height: 90vh;
    overflow-y: scroll;
}
/* /Shared/Sidebar/SideBarItem.razor.rz.scp.css */
.click-item[b-o16142ovfk] {
  padding-top: 13px;
  padding-bottom: 5px;
}
/* /Shared/TopBar.razor.rz.scp.css */
.no-sidepadding[b-gez42l040y] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.icon-button[b-gez42l040y] {
    background-color: #ffffff !important;
    color: #0061ae !important;
}

.hrms-mobile-topbar[b-gez42l040y] {
  background-color: #0061ae;
}
.hrms-mobile-topbar-icon[b-gez42l040y] {
  font-size: 2.5em;
  color: white;
  vertical-align: central;
}

.hrms-desktop-topbar[b-gez42l040y] {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-color: lightgrey;
}

.hrms-topbar-button[b-gez42l040y] {
    color: #d1dfeb !important;
    margin: 0px !important;
}

.hrms-dropdown-item[b-gez42l040y] {
    margin-bottom: 5px;
}
/* /Shared/Viewport.razor.rz.scp.css */
.hrms-sidebar[b-3g8hvueklf] {
    height: 100vh !important;
    padding: 0px !important;
    margin-right: 30px;
}

.hrms-breadcrumb[b-3g8hvueklf] {
    border-bottom: 1px solid;
    border-color: lightgrey;
}

.hrms-page[b-3g8hvueklf] {
    padding-top: 10px;
    padding-bottom: 10px !important;
    margin-left: 20px;
    margin-right: 20px;
    width: inherit;
}

.hrms-workspace[b-3g8hvueklf] {
    height: 100vh;
    overflow-y: scroll;
    padding: 0px;
}

.hrms-topbar[b-3g8hvueklf] {
    padding-left: 0px;
    padding-right: 0px;
}

.hrms-sidebar-button[b-3g8hvueklf]{
    background-color: grey;
    color: white;
    border-radius: 0px 10px 10px 0px;
    width: 30px;
    height: 60px;
    border: none;
    margin-top: 50vh;
    font-size: 1.3em;
    padding-left: 7px;
}
.hrms-no-scrollbar[b-3g8hvueklf]::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hrms-no-scrollbar[b-3g8hvueklf] {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.gray-background[b-3g8hvueklf] {
  background-color: whitesmoke;
}
/* /Widgets/Base/DropDownOption.razor.rz.scp.css */
.hrms-dropdown-item[b-211rjbdyre] {
  cursor: pointer;
  padding: 6px 6px 6px 10px;
}
/* /Widgets/Base/HrmsWidget.razor.rz.scp.css */
.action-btn[b-j4el1q5qhn] {
  background-color: white !important;
}

.hrms-dropdown-item[b-j4el1q5qhn] {
  cursor: pointer;
  padding: 6px 6px 6px 10px;
}
/* /Widgets/DimonaWeekViewWidget.razor.rz.scp.css */
.action-btn[b-bl3ak83i5f] {
    background-color: #f9fafb !important;
    color: #0061ae !important;
    float: right;
}

.hrms-dropdown-descriptor[b-bl3ak83i5f] {
    color: grey;
    font-style: italic;
    cursor: default;
}

.hrms-dropdown-item[b-bl3ak83i5f] {
    cursor: pointer;
    padding: 10px;
    font-style: normal !important;
}
/* /Widgets/OrganisationSalaryCostWidget.razor.rz.scp.css */
.action-btn[b-sif1u1l7x0] {
    background-color: white !important;
    color: #0061ae !important;
    float: right;
}

.hrms-dropdown-item[b-sif1u1l7x0] {
    cursor: pointer;
    padding: 10px;
    font-style: normal !important;
}
/* /Widgets/Team/PresentTeamMembersWidget.razor.rz.scp.css */
.employee-icon:hover[b-5h4g3glx4j] {
  color: dodgerblue;
}
/* /Widgets/Team/UpcomingAbsences.razor.rz.scp.css */
.action-btn[b-xhrx4zspgb] {
    background-color: white !important;
    color: #0061ae !important;
    float: right;
}

.hrms-dropdown-item[b-xhrx4zspgb] {
    cursor: pointer;
    padding: 10px;
    font-style: normal !important;
}
