/* MAIN */
.small, small {
    font-size: 11px;
    font-weight: 400;
}

tr[data-href] {
    cursor: pointer;
}

.leftbar-tab-menu .main-icon-menu {
  background-color: #222 !important;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .menu-icon {
  color: white !important;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link:active .menu-icon, .leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link.active .menu-icon {
  color: white !important;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link {
  background-color: transparent !important;
}

.leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link:focus, .leftbar-tab-menu .main-icon-menu .main-icon-menu-body .nav.nav-tabs .nav-link.active {
  background-color: #DF3121 !important;
}

.alert-badge.orange::after {
  background-color: #efa34d !important;
}


/* ENDMAIN */

/* NAVBAR */
@media only screen and (min-width: 600px) {
  .dropdown-menu.always-right.show {
    transform: translate(8px, 38px) !important;
  }
}

@media only screen and (max-width: 600px) {
  .menu-body {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 600px) {
  .dropdown-menu.always-right.show {
    transform: translate(8px, 38px) !important;
  }
}

@media only screen and (max-width: 600px) {
  .menu-body {
    padding-top: 60px !important;
  }
}

.simplebar-content-wrapper {
  height: 100% !important;
}

.nav-floating {
  background-color: transparent !important;
}
.nav-floating .nav-link.active {
  border-radius: .25rem !important;
}
.nav-floating li {
  border-radius: .25rem;
  margin: 0px 2px 2px 2px;
  background-color: #f5f5f9;
}


/* ENDNAVBAR */

/* UTILITIES */
.text-right {
    text-align: right !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.no-bullets {
    list-style-type: none;
}

.bg-cs-light {
    background-color: #f5f5f9 !important;
}

.util-danger {
    background-color: #ef4d56;
    color: white;
}

.badge.util-danger {
  padding-left: .3em !important;
  padding-right: .3em !important;
}

.h-100 {
    height: 100% !important;
}

.modal-90vw {
	max-width: 90vw !important;
}


.cursor {
    cursor: pointer;
}

/* ENDUTILITIES */

/* CALENDAR */
.calendar-loading {
    position: absolute;
    left: 50%;
    top: 50px;
    color: #222;
}

#calendar.loading {
    opacity: 0.2;
}
/* ENDCALENDAR */

/* NAV */
.nav.nav-tabs > li.nav-item > a.nav-link > span.badge {
	position: absolute;
	top: -4px;
	left: 27px;
}

.main-icon-menu-body.external-links {
    position: relative !important;
  }
  
.logo-sm {
height: 34px;
}

/* ENDNAV */

/* TABLES */
table.datatable tr {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

/* ENDTABLES */

/* INPUTS */

.input-group-append .input-group-text {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.select2-container {
    z-index: 1060;
    width: 100% !important;
}

.input-group-text {
    height: 100%;
}

.form-group {
    margin-top: 1rem!important;
}

input[type=checkbox].delete-checkbox {
    display: none !important;
  }
  
.delete-label {
display: inline-block;
padding: 3px;
}

.delete-label::before {
font-family: "Font Awesome 5 Free";
content: "\f2ed";
background-color: #f1646c;
color: white;
font-weight: 400;
line-height: 1.5;
text-align: center;
padding: .4rem 1rem;
font-size: .8125rem;
border-radius: .25rem;
cursor: pointer;
}

input[type=checkbox].delete-checkbox:checked + .delete-label {
background: #f00;
color: #fff;
}

/* ENDINPUTS */

/* TEXT */

.header-title,
.card-title {
    text-transform: none;
}

.client-header .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

a.active .badge {
    color: white !important;
}

.text-muted, p {
    color: #000444 !important;
}

/* ENDTEXT */

/* DROPDOWNS */

.dropdown-menu {
    min-width: 12rem !important;
}

.dropdown-item {
    white-space: normal !important;
}
/* ENDDROPDOWNS */

/* CARDS */
.card-hover {
    transition: all .2s ease-in;
}

.card-hover:hover {
    background-color: #222;
    color: white;
    border-radius: 4px;
}

.card-hover:hover p,
.card-hover:hover h3,
.card-hover:hover i {
    color: white;
}

.card-hover:hover .thumb-md {
    background-color: #DF3121 !important;
}

.card-hover:hover .thumb-md i {
    color: white !important;
}


/* ENDCARDS */

/* BUTTONS */
.btn-light:hover {
    box-shadow: 3px 4px 10px 1px #c3c3c3;
}

.btn-light {
    background-color: #fafbfb !important;
    border: none;
}

.btn-white {
    background-color: #fff;
    border: none;
}

button.close {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 18px;
}

div.alert > button.close {
    color: black;
    font-size: 12px;
    float: left;
}

.btn-link {
    text-decoration: none;
}

/* ENDBUTTONS */

/* FILEUPLOADER */
.fileuploader-input .fileuploader-input-button {
    background: #222 !important;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    box-shadow: none !important;
}

.fileuploader-input .fileuploader-input-caption,
.fileuploader-items .fileuploader-item .column-title {
    color: #000444 !important;
    font-weight: 300 !important;
}

.fileuploader-input .fileuploader-input-button:hover {
    transform: none !important;
}

.fileuploader {
    background: transparent !important;
}

/* ENDFILEUPLOADER */

/* EDITABLEFIELDS */
.editable_field,
.simulate-click {
    cursor: pointer;
}

.extra_info_item {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 10px 0px;
    border-radius: .25rem;
}


.jGrowl-notification {
  opacity: 1 !important;
}
.jGrowl-notification.success {
    color: #146e4f;
    background-color: #d3f1e6;
}

.jGrowl-notification.error {
    color: #721c24;
    background-color: #f8d7da;
}

/* ENDEDITABLEFIELDS */

/* FORMS */
.form-row-ticket,
.form-row-artikel {
    background-color: #fafbfb;
    padding: 10px;
    margin: 10px;
}

/* FORMS */

/* LOCKEDOVERLAY */

.locked-overlay.visible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 1070;
}

.locked-overlay-pin.visible {
    z-index: 1080;
    display: block;
}
/* ENDLOCKEDOVERLAY */

/* PRINTLABELS */
#label-preview {
    background-color: #f6f6f6;
    z-index: 0;
    overflow: auto;
  }
  
  .draggable {
    z-index: 10;
  }
  
  #label-preview .item {
    background-color: white;
    display: inline-table;
    margin: 12px;
    padding: 20px;
  }
  
  .label-draggable {
    display: flex;
    position: absolute;
    cursor: default;
  }
  
  .label-draggable p {
    margin: 0px;
    padding: 0px;
  }
  
  .label-draggable input {
    margin-bottom: 5px;
  }
  
  #label-fields {
    height: 0px;
    width: 100%;
    position: absolute;
  }
  
  .rightclick-menu {
    position: fixed;
    z-index: 9999; /* Most times is 2000 used as middle */
    visibility: hidden;
    opacity: 0;
    
    padding: 0px;
    font-family: sans-serif;
    font-size: 11px;
    background: #fff;
    color: #555;
    border: 1px solid #C6C6C6;
    
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    
    -webkit-box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
    box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
  }
  
  .rightclick-menu a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 6px 8px 6px 10px;
    width: 250px;
    position: relative;
  }
  
  .rightclick-menu a img,
  .rightclick-menu a i.fa {
    height: 20px;
    font-size: 17px;
    width: 20px;
    position: absolute;
    left: 5px;
    top: 2px;
  }
  
  .rightclick-menu a span {
    color: #BCB1B3;
    float: right;
  }
  
  .rightclick-menu a:hover {
    color: #fff;
    background: #3879D9;
  }
  
  .rightclick-menu hr {
    border: 1px solid #EBEBEB;
    border-bottom: 0;
  }
  
  .label-delete {
    position: absolute;
    top: 0;
    right: 0;
  }
/* ENDPRINTLABELS */

/* FEEDBACKBUTTONS */
.fab-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
  }
  
  .fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f5f5f9;
  }
  
  .fab-icon-holder:hover {
    background-color: #222;
    color: white;
  }

  .fab-icon-holder:hover i {
    color: white;
  }
  
  .fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: black;
  }

  .fab-icon-holder.main-icon i {
    color: white;
  }
  
  .fab {
    width: 60px;
    height: 60px;
    background: #222;
  }
  
  .fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
  }
  
  .fab:hover+.fab-options.active,
  .fab-options.active:hover {
    opacity: 1;
    transform: scale(1);
  }
  
  .fab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
  }
  
  .fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #f5f5f9;
    color: black;
    margin-right: 10px;
  }
  
  .fab-form {
    position: absolute;
    bottom: 70px;
    right: 0px;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
  }
  
  .fab-form.active {
    opacity: 1;
    transform: scale(1);
  }
/* FEEDBACKBUTTONS */

/* TIMETRACKING */
/* #timetracking-list {
  min-height: 200px;
} */

#timetrackform,
.belverzoek-nav {
  background-color: #fafbfb;
}

.timetracking-nav span.badge {
  position: absolute;
  top: 0;
}

#timetracking-badge {
background-color: #222;
color: white;
box-shadow: 0px 0px 13px 0px rgba(11, 81, 183, 0.05);
}

/* ENDTIMETRACKING */

/* TOGGLES */
.toggle.basic .btn {
  border: 1px solid lightgray !important;
  box-shadow: none !important;
}
/* ENDTOGGLES */

/* LEGACY */
.font-30 {
  font-size: 30px;
}

.editable_field {
  cursor: pointer;
}

.simulate-click {
  cursor: pointer;
}

.extra_info_item {
  background-color: #f6f6f6;
  padding: 10px;
  margin: 10px 0px;
  border-radius: .25rem;
}

.image-container {
  width: 100%;
  height: 100%;
}
.image-container .action-buttons {
  display: none;
}

.image-container .action-buttons .btn {
  display: inline-block;
  margin-left: 5px;
}

.image-container:hover .action-buttons {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
}

.image-container .badge-hoofdfoto {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.image-container .img {
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.image-container:hover .img {
  opacity: 0.5;
  transition: 0.3s;
}

.jGrowl-closer {
  display: none !important;
}

/* .ui-state-highlight {
  display: block !important
}

.ui-state-highlight {
  border: none !important;
  background: none !important;
  color: inherit;
} */

.disable-link {
  pointer-events: none !important;
  opacity: .65 !important;
}

.periodetekst-suf {
  margin-left: .75rem;
}

.periodetekst-pre {
  margin-right: .75rem;
}

.loading-spinner {
  position: absolute;
  left: 50%;
  top: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.text-underline {
  text-decoration: underline;
}

.h-90 {
  height: 90%;
}

.mh-50 {
  max-height: 50vh !important;
}


.relatedlijn-omschrijving, .relatedlijn-aantal {
  padding-left: 40px !important;
}

.factuurrow.bundle > td {
  font-weight: 700 !important;
}

.td-in-bundle {
  padding-left: 80px !important;
}

.t-underline {
  text-decoration: underline;
}

.a-waardebon {
  color: white;
  font-weight: 500;
}

.a-waardebon:hover {
  color: white;
  font-weight: 300;
}

a.backorder-active > i {
  color: green !important;
}

a.backorder-deels > i {
  color: orange !important;
}

a.backorder-danger > i {
  color: red !important;
}

tr.LOW-2 > td:first-child::after,
tr.NOT-FILLED > td:nth-child(2)::after {
  content: '\f06a';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  text-decoration: inherit;
  font-size: 10px;
  color: red;
  font-weight: 900;
  padding-left: 5px;
}

tr[data-item="product"] > td:nth-child(2)::after {
  content: '\f1b3';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  text-decoration: inherit;
  font-size: 10px;
  color: #f3c74d;
  font-weight: 900;
  padding-left: 5px;
}

tr[data-item="waardebon"] > td:nth-child(2)::after {
  content: '\f3ff';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  text-decoration: inherit;
  font-size: 10px;
  color: #4d79f6;
  font-weight: 900;
  padding-left: 5px;
}

ul.li-20 > li {
  margin-right: 5px;
  display: inline-block;
  float: none !important;
}

.title-text, .header-title {
  text-transform: none !important;
}

/* ENDLEGACY */

/* PROJECTS */
.subfases-container .progress {
  position: absolute;
  min-height: 0px;
}

.subfases-container .card {
  margin-left: 15px;
  margin-bottom: 30px;
}

.bg-cs-light .nav-item a {
  background-color: white;
}

.nav-pills .nav-item.fase-pill .nav-link.active {
  border-bottom: 2px solid #222;
}

.nav-pills .nav-item.fase-pill .nav-link {
  color: white !important;
}

/* ENDPROJECTS */
/* LEADS KANBAN */

.kanban-col .card {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(209,209,209,.5);
  -moz-box-shadow: 0px 5px 10px 2px rgba(209,209,209,.5);
  box-shadow: 0px 5px 10px 2px rgba(209,209,209,.5);

  transition: all .2s ease;
}

.kanban-col .card .card-body .responsible {
  padding: 5px 8px;
  border-radius: 50%;
  font-weight: 500;
}

.kanban-col .card .card-body span.value {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
  text-align: end;
}

.kanban-col .card .card-body p.deal-name {
  font-size: 11px;
  font-weight: 300;
  white-space: initial;
}

.kanban-col .card .card-body h5 {
  font-size: 13px;
  white-space: initial;
}

.kanban-col .card:hover {
  -webkit-box-shadow: 0px 5px 31px 2px rgba(209,209,209,.5);
  -moz-box-shadow: 0px 5px 31px 2px rgba(209,209,209,.5);
  box-shadow: 0px 5px 31px 2px rgba(209,209,209,.5);
}


.kanban-list {
  height: 75vh;
  overflow-y: scroll;
}

.kanban-list::-webkit-scrollbar {
  width: 5px !important;
}

.kanban-list::-webkit-scrollbar-track {
  background-color: #f5f5f9 !important;
}

.kanban-list::-webkit-scrollbar-thumb {
  background-color: #8B8B8B !important;
  border-radius: 5px !important;
}

.kanban-main-card {
  padding: 0px !important;
}

.kanban-box-title {
  border-bottom: white 2px solid;
  padding: 10px;
  background-color: #222;
  text-align: center;
}

.kanban-box-title .header-title {
  color: white;
}

.kanban-board .kanban-col .kanban-main-card .kanban-box-title .kanban-main-dropdown {
  top: 10px !important;
}

.kanban-box-title > .title-text, .header-title {
  margin-bottom: 0px !important;
}

.kanban-board .kanban-col {
  max-width: 25rem !important;
  width: 17% !important;
  flex: none !important;
}

/* ENDLEADS KANBAN */

/* STORINGEN/FAILURES */

.container-fluid #failure-detail {
  width: 80% !important;
  margin: auto !important;
  text-align: center;
}

.navbar-custom #failure-notice {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 8%);
}

@media(max-width: 768px) {
  .navbar-custom #failure-notice {
    position: sticky;
    transform: none !important;
  }
}

/* ENDFAILURES */

.text-left {
  text-align: left !important;
}

.text-end {
  text-align: end !important;
}


/* OFFERTES */

.offerte-card .icon {
  padding: 20px 25px;
  font-size: 30px;
  border-radius: 50%;
  background-color: white;
}

ul.steppedprogress li.complete.done:before {
  background-color: #22b783!important;
}
ul.steppedprogress li.complete.done.lost:before {
  background-color: #f44336!important;
}

/* ENDOFFERTES */

.ui-sortable-placeholder {
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-content .modal-body p, .modal-content h4 {
  color: #303e67 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #eeeeee;
  background: #f6f6f6;
  color: #000000;
}

.color-black {
  color: #000000 !important;
}

/* DOCUMENTS */
.file-box-content .file-box .download-icon-link .file-download-icon {
  left: 90% !important;
}

.file-box-content .file-box {
  width: 33% !important;
}



/* END DOCUMENTS */

/* TOPCARDS */

.call-cards {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 300px;
}

.navbar-custom .calls-dropdown {
  position: fixed;
  left: 80%;
  transform: translate(-80%, 8%);
}


.user-notifications {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 50vw;
}


/* END TOPCARDS */