:root {
  --primary-bg-color: #da5959;
  --primary-bg-hover: #da5959;
  --primary-bg-border: #da5959;
  --dark-body: #292e4a;
  --dark-border: #30314e;
  --transparent-primary: #da5959;
  --transparent-body: #da5959;
  --transparent-theme: rgba(0, 0, 0, 0.2);
  --transparent-border: rgba(255, 255, 255, 0.1);
  --blue: #1a1a3c;
  --dark-primary-hover: #da5959;
  --primary-transparentcolor: #eaedf7;
  --darkprimary-transparentcolor: #2b356e;
  --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
  --indigo: #4b0082;
  --purple: #6f42c1;
  --pink: #fc5296;
  --orange: #fd7e14;
  --yellow: #FBB034;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6c5ffc;
  --secondary: #6c757d;
  --primary01: #E9E9F1;
  --primary02: #6c757d;
  --primary03: #6c757d;
  --primary04: #6c757d;
  --primary05: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.dropdown-action-menu > li > a {
  text-transform: lowercase;
}

.page-title, .tabs-menu-boxed ul li a {
  font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4d5875;
}

.input-colorpicker-fixed {
  position: relative;
}
.input-colorpicker-fixed i {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
}

.page-header {
  min-height: auto !important;
}

.sub-slide-menu {
  right: -100%;
}

.slide:hover .slide-menu, .sub-slide:hover .sub-slide-menu {
  display: block;
  margin-top: 0;
}

.horizontal .sub-slide .sub-slide-menu {
  margin-top: -20px;
}

.pagination {
  justify-content: right;
  margin-bottom: 25px;
}

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

th.text-right {
  padding-right: 0 !important;
}

#user_select_col .select2.select2-container {
  width: 100% !important;
}

.fc-event-main {
  color: white !important;
  height: 100%;
  margin-right: 4px;
  overflow: hidden;
}
.fc-event-main .clearfix {
  overflow: auto;
}
.fc-event-main p, .fc-event-main li {
  line-height: 20px;
  color: white !important;
}
.fc-event-main .title {
  max-width: 133px;
}
.fc-event-main .activity-code {
  background-color: white;
  color: black;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px;
  margin-right: 3px;
}

.ps-1 {
  padding-left: calc((1 * 0.5rem) + 2rem) !important;
}

.ps-2 {
  padding-left: calc((2 * 0.5rem) + 2rem) !important;
}

.ps-3 {
  padding-left: calc((3 * 0.5rem) + 2rem) !important;
}

.ps-4 {
  padding-left: calc((4 * 0.5rem) + 2rem) !important;
}

.ps-5 {
  padding-left: calc((5 * 0.5rem) + 2rem) !important;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.week_day_table {
  width: 100%;
  float: left;
  min-width: 320px;
}

.week_day_title {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.multiselect__tags {
  overflow: hidden;
}

#schedule .schedule-row:not(.collapse), #schedule .schedule-row.collapse.in {
  display: flex;
}
#schedule .schedule-row .schedule-item {
  width: 100px;
  padding: 0.5rem 1rem;
  text-align: center;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
#schedule .schedule-row .schedule-item.is-coll {
  position: relative;
  cursor: pointer;
}
#schedule .schedule-row .schedule-item.is-coll:before {
  content: "\f054";
  transition: transform 0.25s ease-in-out;
  position: absolute;
}
#schedule .schedule-row .schedule-item.is-coll.ps-1:before {
  left: calc((1 * 0.5rem) + 0.75rem) !important;
}
#schedule .schedule-row .schedule-item.is-coll.ps-2:before {
  left: calc((2 * 0.5rem) + 0.75rem) !important;
}
#schedule .schedule-row .schedule-item.is-coll.ps-3:before {
  left: calc((3 * 0.5rem) + 0.75rem) !important;
}
#schedule .schedule-row .schedule-item.is-coll.ps-4:before {
  left: calc((4 * 0.5rem) + 0.75rem) !important;
}
#schedule .schedule-row .schedule-item.is-coll.ps-5:before {
  left: calc((5 * 0.5rem) + 0.75rem) !important;
}
#schedule .schedule-row .schedule-item.is-coll.in:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#schedule .schedule-row .schedule-item:first-child {
  text-align: left;
  width: calc(100% - 1400px);
}
#schedule .schedule-row .schedule-item:last-child {
  border-right: 1px solid lightgrey;
}
#schedule .schedule-row .schedule-item.day-5, #schedule .schedule-row .schedule-item.day-6, #schedule .schedule-row .schedule-item.day-12, #schedule .schedule-row .schedule-item.day-13 {
  background: #f2f2f2;
}
#schedule .schedule-row .schedule-item.full {
  width: 100%;
}
#schedule .schedule-row .schedule-item.week {
  width: 700px;
}
#schedule .schedule-row.isGroup .schedule-item {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#schedule .schedule-row .schedule-sub-row {
  width: calc(100% - 250px);
}
#schedule .schedule-row:first-child .schedule-item, #schedule .schedule-row:nth-child(2) .schedule-item {
  border-top: 1px solid lightgrey;
  font-weight: 700;
}

#schedule-filter button {
  height: 40px;
  float: right;
  margin-left: 0.25rem;
}

.move_selected {
  background-color: var(--primary-bg-color);
  display: inline-block;
  padding: 0 5px;
  color: white !important;
  border-radius: 5px;
}

.ff_fileupload_start_upload {
  display: none !important;
}

#dropbox_structure_tree .branch a {
  cursor: pointer;
}

#dropbox_rights ul li a {
  cursor: pointer;
}
#dropbox_rights ul li.active a {
  color: var(--primary-bg-color) !important;
}

.structure-checkbox {
  margin-left: 5px;
  top: 8px;
}

.structure-header {
  margin-bottom: 0;
  width: 100%;
  line-height: 40px;
}

.dropbox-error {
  background-color: #da5959;
}

.dropbox-warning {
  background-color: #fd7e14;
}

.dropbox-normal {
  background-color: #74829c;
}

.legende {
  border-radius: 7px;
  box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
  padding: 25px;
}

.legende ul li .block {
  width: 25px;
  height: 15px;
  display: inline-block !important;
  margin-right: 10px;
  border: 1px solid lightgrey;
}

.legende ul li .text {
  line-height: 15px;
  font-size: 12px;
  vertical-align: text-top;
}

.w-110-px {
  width: 110px !important;
}

.wrapColumns {
  white-space: normal;
}

.task-form .company-badge {
  font-size: 12px !important;
  margin: 2px;
}
.task-form .company-remover {
  color: white !important;
  margin-left: 4px !important;
}
.task-form .company-remover:hover {
  cursor: pointer;
}
.task-form .companies-position {
  position: absolute;
  top: 2px;
  width: 84%;
  z-index: 2;
}

.new-task {
  background-color: #ffe2e8;
}

.total td {
  border-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
.total .font-weight-bold {
  font-weight: 700;
}

.table-invoice-lines .w-10-px {
  width: 10px;
}
.table-invoice-lines .w-20-px {
  width: 20px;
}
.table-invoice-lines .w-30-px {
  width: 30px;
}
.table-invoice-lines .w-40-px {
  width: 40px;
}
.table-invoice-lines .w-50-px {
  width: 50px;
}
.table-invoice-lines .w-60-px {
  width: 60px;
}
.table-invoice-lines .w-70-px {
  width: 70px;
}
.table-invoice-lines .w-80-px {
  width: 80px;
}
.table-invoice-lines .w-90-px {
  width: 90px;
}
.table-invoice-lines .w-100-px {
  width: 100px;
}
.table-invoice-lines .w-110-px {
  width: 110px;
}
.table-invoice-lines .w-120-px {
  width: 120px;
}
.table-invoice-lines .w-130-px {
  width: 130px;
}
.table-invoice-lines .w-140-px {
  width: 140px;
}
.table-invoice-lines .w-150-px {
  width: 150px;
}
.table-invoice-lines .w-160-px {
  width: 160px;
}
.table-invoice-lines .w-170-px {
  width: 170px;
}
.table-invoice-lines .w-180-px {
  width: 180px;
}
.table-invoice-lines .w-190-px {
  width: 190px;
}
.table-invoice-lines .w-200-px {
  width: 200px;
}
.table-invoice-lines .w-210-px {
  width: 210px;
}
.table-invoice-lines .w-220-px {
  width: 220px;
}
.table-invoice-lines .w-230-px {
  width: 230px;
}
.table-invoice-lines .w-240-px {
  width: 240px;
}
.table-invoice-lines .w-250-px {
  width: 250px;
}
.table-invoice-lines .w-260-px {
  width: 260px;
}
.table-invoice-lines .w-270-px {
  width: 270px;
}
.table-invoice-lines .w-280-px {
  width: 280px;
}
.table-invoice-lines .w-290-px {
  width: 290px;
}
.table-invoice-lines .w-300-px {
  width: 300px;
}
.table-invoice-lines .w-310-px {
  width: 310px;
}
.table-invoice-lines .w-320-px {
  width: 320px;
}
.table-invoice-lines .w-330-px {
  width: 330px;
}
.table-invoice-lines .w-340-px {
  width: 340px;
}
.table-invoice-lines .w-350-px {
  width: 350px;
}
.table-invoice-lines .w-360-px {
  width: 360px;
}
.table-invoice-lines .w-370-px {
  width: 370px;
}
.table-invoice-lines .w-380-px {
  width: 380px;
}
.table-invoice-lines .w-390-px {
  width: 390px;
}
.table-invoice-lines .w-400-px {
  width: 400px;
}
.table-invoice-lines .w-410-px {
  width: 410px;
}
.table-invoice-lines .w-420-px {
  width: 420px;
}
.table-invoice-lines .w-430-px {
  width: 430px;
}
.table-invoice-lines .w-440-px {
  width: 440px;
}
.table-invoice-lines .w-450-px {
  width: 450px;
}
.table-invoice-lines .w-460-px {
  width: 460px;
}
.table-invoice-lines .w-470-px {
  width: 470px;
}
.table-invoice-lines .w-480-px {
  width: 480px;
}
.table-invoice-lines .w-490-px {
  width: 490px;
}
.table-invoice-lines .w-500-px {
  width: 500px;
}

.invoice-exact-message {
  background-color: #f7b731 !important;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
}

#ui-datepicker-div {
  z-index: 1060 !important;
}

#swall_datepicker {
  width: 300px;
  padding: 10px;
  text-align: center;
}

.daterangepicker.ltr .ranges {
  float: none;
}
.daterangepicker.ltr .ranges .range_inputs {
  float: right;
}

h4.h4-overzicht {
  line-height: 30px !important;
  padding-bottom: 3px !important;
  padding-left: 7px !important;
  padding-top: 3px !important;
}
h4.h4-overzicht .select-header {
  display: inline-block;
  float: right;
  padding-right: 5px;
  min-width: 200px;
  margin-top: 6px;
}
h4.h4-overzicht .select-header select {
  height: auto !important;
}
h4.h4-overzicht .select-label {
  float: right;
  padding-right: 10px;
}

#staff_calendar .categorieGroepHeader {
  background-color: #D9D9D9;
  font-weight: bold;
}
#staff_calendar td {
  border-color: #ddd;
}
#staff_calendar td.red {
  background-color: #DC3545;
  color: white;
}
#staff_calendar td.yellow {
  background-color: #fffb00;
}
#staff_calendar td.orange {
  background-color: #FFC107;
}
#staff_calendar td.green {
  background-color: #28A745;
  color: white;
}
#staff_calendar td.grey {
  background-color: rgba(221, 221, 221, 0.6) !important;
}
#staff_calendar td.text-red {
  color: #DC3545 !important;
}
#staff_calendar td.text-yellow {
  color: #fffb00 !important;
}
#staff_calendar td.text-orange {
  color: #fffb00 !important;
}
#staff_calendar td.text-green {
  color: #28A745 !important;
}
#staff_calendar .back-blue {
  background-image: none !important;
  background-color: #058fc9 !important;
  color: white;
}
#staff_calendar .weektotaal {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: white;
  font-weight: bold;
  border-right: black;
  border-right-width: 2px;
}
#staff_calendar .font-weight-bold {
  font-weight: bold;
}

.ml-1-rem {
  margin-left: 1rem;
}

.mr-1-rem {
  margin-right: 1rem;
}

.staff_calender_submit_button {
  width: 38px;
  padding-left: 0;
  padding-right: 0;
}

.table-flex-end {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.custom-col-2 {
  max-width: 12.7%;
  flex: 0 0 12.7%;
}

.custom-col-4 {
  max-width: 34%;
  flex: 0 0 34%;
}

.custom-col-6 {
  max-width: 51.9%;
  flex: 0 0 51.9%;
}

.custom-col-8 {
  max-width: 70.6%;
  flex: 0 0 70.6%;
}

.custom-col-10 {
  max-width: 87.3%;
  flex: 0 0 87.3%;
}

.p-l-20 {
  padding-left: 30px !important;
}

.p-l-30 {
  padding-left: 40px !important;
}

.min-height-100prct-25 {
  min-height: calc(100% - 25px);
}

.pointer {
  cursor: pointer;
}

#access-list li.active {
  font-weight: 700;
}

.min-height-400px {
  min-height: 400px;
}

.line-height-30 {
  line-height: 30px;
}

.modal-body .select2 {
  width: 100% !important;
}

.input-group-text.disabled {
  cursor: not-allowed;
  background-color: grey;
}

#pagination-perpage #perpage {
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}
