@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

.sidebar-brand {
    z-index: 99;
    margin-bottom: -42px;
    margin-left: -10px;
	}
.sidebar-brand-new {
    z-index: 99;
    margin-bottom: 0;
    margin-left: -10px;
	}

.settings-sidebar .sidebar-body .settings-sidebar-toggler { 
	bottom: 0; top: auto;
	}
.settings-sidebar { 
	bottom: 50px;
	top: auto;
}

.no-background {
	background: none !important;
	}

.select2-container--open {
    z-index: 1070;
    }

.flatpickr-calendar.open {
    z-index: 1070 !important;
    }

.owl-carousel .item a:hover {
    opacity: 0.7;  
    }

.vertical-hr {
    border-left: 1px solid #1c1c1c !important;
    border-right: 1px solid #3c3e40 !important;
    margin: -4px 6px -4px 2px;
    }

@media (max-width: 767px) {
.align-center-rsp {
	text-align: center !important;
	}
}
    
/* SPACING */
/* Margin */
.ms-min14 {
	margin-left: 14px !important;
	}

.accordion-body {
    padding: 10px !important;
	}
.me-n3-2 {
    margin-right: -0.6rem !important;
	}
.ms-n3-2 {
    margin-left: -0.6rem !important;
	}

.mh-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
	}

.mt-1px {
	margin-top: 1px !important;
	}
	.mt-2px {
		margin-top: 2px !important;
		}
	.mt-3px {
		margin-top: 3px !important;
		}
	.mt-4px {
		margin-top: 4px !important;
		}
	.mt-5px {
		margin-top: 5px !important;
		}
	.mt-6px {
		margin-top: 6px !important;
		}
	.mt-7px {
		margin-top: 7px !important;
		}

.me-1px {
	margin-right: 1px !important;
	}
	.me-2px {
		margin-right: 2px !important;
		}
	.me-3px {
		margin-right: 3px !important;
		}
	.me-4px {
		margin-right: 4px !important;
		}
	.me-5px {
		margin-right: 5px !important;
		}
	.me-6px {
		margin-right: 6px !important;
		}
	.me-7px {
		margin-right: 7px !important;
		}

.owl-dots {
	display: none;
	}

table.valign-center tr td {
	vertical-align: middle;
	}
	td.valign-top {
		vertical-align: top !important;
		}

/* Padding */
.ph-5 {
	padding-right: 5px;
	padding-left: 5px;
	}
.pt-5px {
	padding-right: 5px;
	padding-left: 5px;
	}
    .ph-10 {
        padding-right: 10px;
        padding-left: 10px;
        }
.card-body {
    padding: 10px;
	}
/* SPACING */

/* Toggle */
.toggle>.toggle-group>.toggle-on.btn-xs {
     padding-right: 1.5rem !important;
}
.toggle>.toggle-group>.toggle-off.btn-xs {
     padding-left: 1.5rem !important;
}
/* 
.modal .toggle.btn {
    width: 100% !important;
	}
 */

/* Buttons */
.btn-excel {
    --bs-btn-color: #fff;
    --bs-btn-bg: #05a34a;
    --bs-btn-border-color: #05a34a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #048b3f;
    --bs-btn-hover-border-color: #05a34a;
    --bs-btn-focus-shadow-rgb: 43, 177, 101;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #05a34a;
    --bs-btn-active-border-color: #05a34a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #05a34a;
    --bs-btn-disabled-border-color: #05a34a;
}
.btn-word {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1c5ecb;
    --bs-btn-border-color: #1c5ecb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #174A9F;
    --bs-btn-hover-border-color: #1c5ecb;
    --bs-btn-focus-shadow-rgb: 43, 177, 101;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1c5ecb;
    --bs-btn-active-border-color: #1c5ecb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1c5ecb;
    --bs-btn-disabled-border-color: #1c5ecb;
}
.btn-pdf {
    --bs-btn-color: #fff;
    --bs-btn-bg: #B90000;
    --bs-btn-border-color: #B90000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #920000;
    --bs-btn-hover-border-color: #B90000;
    --bs-btn-focus-shadow-rgb: 43, 177, 101;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B90000;
    --bs-btn-active-border-color: #B90000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #B90000;
    --bs-btn-disabled-border-color: #B90000;
} 

.text-info {
    --bs-text-opacity: 1;
    color: #1e90ff !important;
}

/* Login */
body.login {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	}

.auth-page .auth-side-wrapper {
    background-image: url(../images/background.jpg);
	border-radius: 0.25rem 0 0 0.25rem;
	}
@media (max-width: 767px) {
.auth-page .auth-side-wrapper {
	border-radius: 0.25rem 0.25rem 0 0;
	}
}

.main-wrapper .page-wrapper {
    background: none;
	}

/* Rating */
*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.list-group {
  --bs-list-group-color: #141516;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 10px;
  --bs-list-group-item-padding-y: 10px;
  --bs-list-group-action-color: #41516c;
  --bs-list-group-action-hover-color: #41516c;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #000;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #ababab;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #509c03;
  --bs-list-group-active-border-color: #509c03;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-item.active {
  padding: 15px;
}

/* .modal:nth-child(n+2) {
    z-index: 1056 !important;
}
.modal-backdrop.show + .modal-backdrop.show {
    z-index: 1055 !important;
} */

.card-header {
  --bs-card-cap-padding-y: 0.875rem;
  --bs-card-cap-padding-x: 0.875rem;
}

/* Table */
table tbody tr.dt-rowReorder-moving{
    background-color: #f5f5f5;
}
.table > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}

table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}
table.table-fit thead th,
table.table-fit tbody td,
table.table-fit tfoot th,
table.table-fit tfoot td {
  width: auto !important;
}

/* Border */
.border-radius-0-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.sigWrapper .pad {
    position: relative;
    cursor: crosshair;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
}

.fusion-timeline .timeline .event{
    margin-bottom: 0;
}
.timeline .event:last-of-type{
    padding-bottom: 20px;
    border-left: 3px solid #509c03;
}
.fusion-timeline .timeline .event:before {
  left: -155px;
  content: attr(data-date);
  text-align: right;
  min-width: 90px;
  max-width: 90px;
  top: auto;
}
.fusion-timeline .timeline {
    margin: 0 30px 0 auto;
    padding: 15px 0;
    max-width: 60%;
    border: none;
    background: transparent;
}
.fusion-timeline .timeline .event:after{
    left: -5.8px;
    top: 40px;
}

.fusion-timeline .timeline li{
    border-left: 3px solid #509c03;
    background: rgba(80, 156, 3, 0.2);
    padding: 10px 15px;
}

.fusion-timeline .timeline li[data-type="quote"]:after {
    box-shadow: 0 0 0 3px var(--bs-warning);
}
.fusion-timeline .timeline li[data-type="quote"] {
    border-left: 3px solid var(--bs-warning);
    background: rgba(251, 190, 6, 0.2);
}
table .table-thumb img{
    width: 60px;
    height: 60px;
    border-radius: 8px;
}
.toggle>.toggle-group>span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sortableTable tr td:first-child span{ opacity: 0;}
#sortableTable tr td:first-child , #sortableTable tr td:first-child a{
    cursor: grab;
}
@media (max-width:767px) {
    .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
        margin-top: 5px;
    }
    .tooltip {
        z-index: 1001;
    }
    table.Opmaak_Offerte_table thead th:not(:first-child,:last-child) {
        min-width: 110px;
    }
    .fusion-timeline .timeline{
        margin: 0 16px 0 auto;
    }
    .sigWrapper .pad{ 
        width: 100%; min-height: 180px;
    }
    .fc .fc-header-toolbar.fc-toolbar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

.carousel-inner { border-radius: 8px;}
.btn.btn-icon.btn-xxs {
    width: 25px;
    height: 25px;
}

/* custom toggler styles*/
.custom-toggler-div{ 
    position: relative;
    overflow: hidden;
    min-width: 3.7rem;
    border-radius: 0.25rem;
    min-height: 2.15rem;
    padding: 6px 10px;
}
.custom-toggler-div input {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.custom-toggler-div input + label {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .4s;
    -webkit-transition: left .4s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.custom-toggler-div.btn-xs input + label span{
    font-size: 0.8rem;
    padding: 0.469rem 0.6rem;
}
.custom-toggler-div.btn-xxs input + label span{
    font-size: 0.7rem;
    padding: 0.469rem 0.5rem;
}
 .custom-toggler-div input + label span.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    padding-right: 1.5rem;
}
.custom-toggler-div input + label span.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    padding-left: 1.5rem;
}
.custom-toggler-div.btn-xxs input + label span.toggle-on {
    padding-right: 1rem;
}
.custom-toggler-div.btn-xxs input + label span.toggle-off {
    padding-left: 1rem;
}
.custom-toggler-div.on label { left: -100%;}

.custom-toggler-div input + label span{
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    padding: 0.469rem 0.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.custom-toggler-div label span.toggle-bar {    
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    border-radius: 0.25rem;
    background-color: var(--bs-light);
    border-color: var(--bs-light);
}
.custom-toggler-div {
    border: 1px solid transparent;
}
.custom-toggler-div.btn-lg {
    min-width: 5rem;
    min-height: 2.815rem;
}
.custom-toggler-div.btn-sm {
    min-width: 3.25rem;
    min-height: 1.85rem;
}
.custom-toggler-div.btn-xs {
    min-width: 3.125rem;
    min-height: 1.7rem;
}
.custom-toggler-div.btn-xxs {
    min-width: 2.6rem;
    min-height: 1.2rem;
}
.input-group-addon.sm {
    height: 33.5px;
}

.chat-wrapper {
    height: 100% !important;
}
.input-group i.mdi {
    font-size: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .chat-wrapper .chat-aside {
        padding-right: 10px !important;
    }
}
/* agenda cards styles */
.reminder-email-container {
    width: 100%;
    text-align: right
}
.reminder-email {
    display: inline-block;
    overflow: visible;
    color: #fff;
    background-color: #000;
    border-radius: 0 0 4px 4px;
    padding: 1px 3px 2px;
}
.reminder-email.full {
    text-align: right;
    padding-right: 2px;
}
.reminder-email.send {
    background-color: #057b03
}
.reminder-email.update {
    background-color: #347ab6
}
.reminder-email svg { text-align: right;}

.fc-event.fc-timeline-event {
    margin-bottom: 0;
    padding: 0px 1px 1px 1px;
}

.fc-direction-ltr .fc-timeline-event.fc-event-end, .fc-direction-ltr .fc-timeline-more-link {
    margin-right: 0px;
}

table tbody tr > td.task { 
    max-width: 200px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: horizontal; 
}
/* agenda cards styles */
.fc-event {
    max-height: 80px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    border-color: #ffffff66 !important;
}
.fc-event-main span {
    max-height: 15px !important;
    min-width: 20px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
    white-space: nowrap;
}
.fc-event-main span + br {
    display: none;
}
.fc-event-main span {
    margin-right: 4px;
}
/* datepicker style */
.daterangepicker .drp-calendar select {
    border-radius: 0.25rem;
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
}
.daterangepicker .drp-calendar.right {
    padding-left: 15px;
    position: relative;
    margin-top: 20px;
}
.daterangepicker .drp-calendar.left:before {
    content: 'Start tijd';
}
.daterangepicker .drp-calendar.right:before {
    content: 'Eind tijd';
}
.daterangepicker .drp-calendar.left:before,
.daterangepicker .drp-calendar.right:before {
    position: absolute;
    left: 15px;
    top: -10px;
    font-size: 14px;
}
.daterangepicker .drp-calendar {
    color: #333333;
    font-size: 15px;
}
.daterangepicker .drp-calendar.left {
    margin-top: 20px;
    position: relative;
}
.daterangepicker .drp-selected {
    font-family: var(--bs-body-font-family);
}
.daterangepicker .drp-buttons .btn {
    font-weight: 400;
    font-family: var(--bs-font-sans-serif);
}
.daterangepicker .drp-buttons button.cancelBtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9a9a9a;
    --bs-btn-border-color: #b5b5b5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #686a6f;
    --bs-btn-hover-border-color: #b2b2b2;
    --bs-btn-focus-shadow-rgb: 141, 153, 175;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4F4F4F;
    --bs-btn-active-border-color: #b2b2b2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ababab;
    --bs-btn-disabled-border-color: #ababab;
}
/* datepicker style */
.wizard .list-group .list-group-item{
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #e9ecef;
}
.wizard .list-group .list-group-item:hover{
    background-color: #e9ecef;
}
.wizard>.content>.body>iframe{ height: 450px;}
.wizard .bg-icon{
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: var(--bs-secondary);
    color: #ffffff;
}
.wizard>.content>.body{ width: 100%; height: auto;}
.wizard>.content>.body ul{ list-style: none !important;}
.wizard .list-group a{ color: #141516;}
.section-scrollbar .EasyMDEContainer .CodeMirror-scroll{
    min-height: 22vh !important;
    height: 22vh;
}
.section-scrollbar {
    overflow-y: auto;
    height: 60vh;
}
.section-scrollbar .tox.tox-tinymce {
    max-height: 350px !important;
}

tr.data-table-align-top td {
	vertical-align: top !important;
}

.rounded-left-none {
	border-top-left-radius:  0px !important;
	border-bottom-left-radius: 0px !important;
}

.rounded-right-none {
	border-top-right-radius:  0px !important;
	border-bottom-right-radius: 0px !important;
}

.flatpickr-wrapper-fullwidth .flatpickr-wrapper {
	width: 100% !important;
	}
.flatpickr-wrapper-fullwidth .flatpickr-wrapper:first-child {
    padding-right: 5px;
	}

/* Font styles */
.fs-12 {
    font-size: 12px;
	line-height: 1.2;
	}
.fs-11 {
    font-size: 11px;
	line-height: 1.2;
	}
.fs-10 {
    font-size: 10px;
	}

.card .planning-pre {
	background-color: rgba(193,102,0,1.00);
	color: #ffffff;
	border-left: 5px solid rgba(204,145,79,1.00);
}
.card .planning-active {
	background-color: rgba(0,112,193,1.00);
	color: #ffffff;
	border-left: 5px solid rgba(79,139,204,1.00);
}
.insight-filter .select2-selection.select2-selection--multiple {
    min-width: 155px;
    width: max-content;
}

.ht-25 {
    height: 25px;
}
.custom-dt-toggle{ position: absolute; right: 210px;}
.sub-navbar{
    background: inherit;
}
button.swal2-deny.btn.btn-warning {
  background-color: #fbbc06 !important;
  color: #141516 !important
}
@media(max-width: 767px) {
    .custom-dt-toggle{ right: 6px;}
}
@media(max-width: 430px) {
    .custom-dt-toggle{ position: relative; margin-bottom: 10px;}
}