/*@selectedRow: #cccccc;*/
/*@selectedRow: #F0F0F0;*/
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/karla/v30/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaE0lP.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/karla/v30/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52aE0lP.ttf) format('truetype');
}
/**
    Layout
*/
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
/*
    END layout
*/
.login-text {
  font-family: 'Karla', sans-serif !important;
  color: #505458;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px !important;
  margin-top: 10px !important;
}
#password_submit {
  border: 1px solid #71b6f9 !important;
  border-bottom: 2px solid #4fa4f8 !important;
  background-color: #71b6f9 !important;
}
.statusConcept,
.statusToDo {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #888;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
}
.statusError {
  display: block;
  border-style: solid;
  border-width: 1.5px;
  border-color: #ff5b5b;
  background-color: #ff5b5b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
}
.statusActive,
.statusSuccess {
  display: block;
  border-style: solid;
  border-width: 1.5px;
  border-color: #10c469;
  background-color: #10c469;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
}
.statusWarning {
  display: block;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f9c851;
  background-color: #f9c851;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
}
#number_examples td:last-child {
  vertical-align: middle;
}
#number_examples tbody tr th {
  vertical-align: middle;
}
div.DTE_Field_Popup_CkEditor {
  padding: 10px !important;
}
div.DTE_Field_Popup_CkEditor label.DTE_Label {
  display: none !important;
  width: 0 !important;
}
div.DTE_Field_Popup_CkEditor div.DTE_Field_Input {
  width: 100% !important;
}
div.invoice-total {
  margin-right: 5px;
  max-width: 250px;
  width: 100%;
}
table.invoice-table {
  width: 100%;
  display: flex;
}
table.invoice-table tbody {
  width: 100%;
}
table.invoice-table tr {
  width: 100%;
}
table.invoice-table tr.calculation-line {
  width: 100%;
}
table.invoice-table tr.total-price-line {
  width: 100%;
  border-top: 1px solid #ababab;
}
table.invoice-table tr.calculation-line-top {
  width: 100%;
  border-top: 1px solid #ababab;
}
table.invoice-table td {
  font-size: 13px;
  width: 100%;
  padding: 6px 4px;
}
.update-logo {
  width: 290px;
}
table.invoice-table td:last-child {
  text-align: right;
}
input.discount-icon {
  animation: none !important;
  transform: none !important;
  transition-property: none !important;
  background: url("../images/ico_discount.png") no-repeat 97% center;
  -moz-appearance: textfield;
}
.swal2-actions .swal2-confirm {
  background-color: #10c469 !important;
}
.swal2-actions .swal2-cancel {
  background-color: #ff5b5b !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.search-icon {
  animation: none !important;
  transform: none !important;
  transition-property: none !important;
  background: url("../images/ico_find.png") no-repeat 97% center;
}
input.editor-print {
  opacity: 0;
  float: left;
  width: 0;
  height: 0;
}
input.editor-print + label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 24px;
  cursor: pointer;
  background: url("../images/ico_find.png") no-repeat center center;
}
.selectCell select {
  width: 100%;
}
.select-modal select {
  height: 36px;
  padding-left: 4px;
}
.number-modal input {
  width: 89px !important;
}
span.label-status {
  padding: 6px 8px;
  text-transform: uppercase;
}
span.label-date-status {
  padding: 4px 8px;
}
span.label-gray {
  background-color: #BBB;
}
span.label-orange {
  background-color: #f48342;
}
span.label-deeporange {
  background-color: #FF5722;
}
span.label-color1 {
  background-color: #9C27B0;
}
span.label-lime {
  background-color: #CDDC39;
}
div#partly_payment_box {
  width: 100%;
  padding: 0 20px;
}
table.partly-payment-table {
  width: 100%;
  display: flex;
  margin: 20px 0;
}
table.partly-payment-table tbody,
table.partly-payment-table tr {
  width: 100%;
}
table.partly-payment-table tr.calculation-line {
  width: 100%;
  border-bottom: 1px solid #ababab;
}
table.partly-payment-table td {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  text-align: left;
}
table.partly-payment-table td:last-child {
  text-align: right;
}
#top-buttons {
  margin-top: 17px;
}
#top-buttons li {
  padding: 0;
  display: inline-block;
  padding-right: 5px;
}
#top-buttons li a {
  border-radius: 0;
  padding: 8px 10px 8px 10px;
  font-size: 13px;
  min-width: 50px;
  text-align: center;
}
#actions {
  display: none !important;
}
@media screen and (max-width: 1460px) {
  .hidden-1460,
  .hidden-phonebook,
  .hidden-search-box {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #top-buttons {
    display: none !important;
  }
  #actions {
    display: inline-block !important;
  }
}
@media screen and (max-width: 425px) {
  #top-buttons,
  .hidden-search-box {
    display: none !important;
  }
}
a.actionlist:hover {
  background-color: #eeeeee !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: rgba(218, 230, 236, 0.3) !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: rgba(218, 230, 236, 0.3) !important;
}
.desc-ellipsis {
  width: 300px;
}
.ui-autocomplete-searchbox .ui-state-active {
  border: 1px solid #fff !important;
}
.ui-autocomplete-searchbox {
  padding: 5px !important;
  width: 350px;
  max-height: 80vh;
  overflow-y: auto;
}
.ui-autocomplete-searchbox li.ui-autocomplete-category {
  margin: 7px;
}
.ui-autocomplete-searchbox li.ui-menu-item {
  margin: 4px !important;
}
.ui-autocomplete-phonebook {
  padding: 5px !important;
  width: 500px;
  font-size: 18px !important;
  color: #444444 !important;
  max-height: 80vh;
  overflow-y: auto;
}
.ui-autocomplete-phonebook a:hover {
  color: #71b6f9 !important;
}
.ui-autocomplete-phonebook li.ui-menu-item {
  cursor: default !important;
  margin: 4px !important;
  padding: 5px;
}
.ui-autocomplete-phonebook li.ui-menu-item + li.ui-menu-item {
  border-top: 1px solid #bbb;
}
.ui-autocomplete-phonebook .ui-state-active {
  color: #444444 !important;
  background: none !important;
  background-color: none !important;
  border: 1px solid transparent !important;
}
.hl_results {
  background-color: yellow !important;
  font-weight: bold;
}
table.hover tbody tr:hover {
  background-color: #ceeeff !important;
}
table.hover-light tbody tr:hover {
  background-color: #edffff !important;
}
table.clickable tbody tr {
  cursor: pointer !important;
}
.btn-modal {
  background-image: none !important;
}
input[type="text"]:disabled,
input[type="text"]:read-only {
  cursor: default !important;
}
.input-group input[type="file"] {
  border: 0;
  margin-top: -0.3vh !important;
}
#filedrag {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
#filedragmail {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
#file_drag_modal {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
/*----------------------------
    The file upload form
-----------------------------*/
#filedrag {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
#filedragmail {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
#filedrag.hover {
  color: #ff5b5b;
  border-color: #ff5b5b;
  border-style: solid;
  box-shadow: inset 0 3px 4px #dae6ec;
}
#filedragmail.hover {
  color: #ff5b5b;
  border-color: #ff5b5b;
  border-style: solid;
  box-shadow: inset 0 3px 4px #dae6ec;
}
#file_drag_modal {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #71b6f9;
  border: 1px dashed #dae6ec;
  border-radius: 7px;
  cursor: default;
}
#file_drag_modal.hover {
  color: #ff5b5b;
  border-color: #ff5b5b;
  border-style: solid;
  box-shadow: inset 0 3px 4px #dae6ec;
}
.ui-draggable-handle {
  cursor: move !important;
}
#progress p {
  display: block;
  width: 549px;
  padding: 2px 5px;
  margin: 2px 0;
  background: url(../images/bg_progressbar.png) repeat-y right top;
  /*    border: 1px inset #446;
        border-radius: 5px;*/
}
#progress p.success {
  background: #10c469 none 0 0 no-repeat;
  color: #dae6ec;
}
#progress p.failure {
  background: #ff5b5b none 0 0 no-repeat;
  color: #eeeeee;
}
#ImportTemplateFormUpload ul {
  list-style: none;
}
#ImportTemplateFormUpload ul li {
  /*    background-color:#333639;*/
  margin-top: 20px;
  border: 1px #eeeeee solid;
  border-radius: 10px;
  /*    background-image:-webkit-linear-gradient(top, #333639, #303335);
        background-image:-moz-linear-gradient(top, #333639, #303335);
        background-image:linear-gradient(top, #333639, #303335);
        border-top:1px solid #3d4043;
        border-bottom:1px solid #2b2e31;*/
  padding: 15px;
  height: 52px;
  position: relative;
}
#ImportTemplateFormUpload ul li input {
  display: none;
}
#ImportTemplateFormUpload ul li p {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  color: #10c469;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}
#ImportTemplateFormUpload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #dae6ec;
  display: block;
}
#ImportTemplateFormUpload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}
#ImportTemplateFormUpload ul li span {
  width: 15px;
  height: 12px;
  background: url('../images/icons.png') no-repeat;
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}
#ImportTemplateFormUpload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}
#ImportTemplateFormUpload ul li.error p {
  color: #ff5b5b;
}
/*----------------------------
    END The file upload form
-----------------------------*/
/* Employee Rights GRID */
.employeeRightsGrid {
  display: grid;
  grid-template-columns: 55% 15% 15% 15%;
  grid-gap: 0;
  background-color: #fff;
  color: #888;
  margin-bottom: 15px;
}
.gridHead {
  font-size: 15px;
  font-weight: 700;
  color: #666666;
  min-height: 10px;
  min-width: 10px;
  padding-bottom: 8px;
  padding-left: 3px;
  border-bottom: 1px solid #435966;
}
.gridBodyText,
.gridBody {
  font-size: 15px;
  padding: 3px;
  border-bottom: 1px solid #ebeff2;
  border-collapse: collapse;
}
.gridBody i {
  color: #888 !important;
}
.rowHighlight {
  background-color: #edffff !important;
}
/*----------------------------
    END Employee Rights
-----------------------------*/
#modal-window .modal-box.modal-size-extra-large {
  width: 95vw;
}
.btn-close:hover {
  background-color: #ff5b5b !important;
  color: #ffffff !important;
}
.input-sm-money {
  text-align: right;
}
.calculation-table {
  width: 100%;
}
.calculation-table td {
  font-size: 13px;
  width: 100%;
  padding: 6px 4px;
}
.calculation-table tbody.calculation-line {
  width: 100%;
  border-bottom: 1px solid #ababab;
}
.calculation-table .calculation-line-top {
  width: 100%;
  border-top: 1px solid #ababab;
}
.calculation-table-container {
  margin-right: 5px;
  max-width: 310px;
  width: 100%;
}
.calculation-table-container tr td:last-child {
  text-align: right;
}
/* AGENDA */
.agendaGrid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-gap: 1px;
  background-color: #fff;
  color: #888;
}
.agendaGridHead {
  background: #ebeff2;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  border-color: #ddd;
}
.agendaGridHead:first-child {
  background: repeating-linear-gradient(135deg, #ebeff2, #ebeff2 3px, #f7f7f7 3px, #f7f7f7 6px);
}
.agendaGridBodyText,
.agendaGridBody {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  border-color: #ddd;
  background: #ffffff;
  border-spacing: 0;
  font-size: 1em;
  min-height: 56px;
}
.agendaGridBody i {
  color: #888 !important;
}
.agendaRowHighlight {
  background-color: #edffff !important;
}
.agendaCategoryContainer {
  border-top: 0;
  background: none;
  margin-bottom: 5px;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-bottom: 0;
}
.agendaCategory {
  height: 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.agendaEventContainer {
  border-top: 0;
  background: none;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-bottom: 0;
}
.agendaEvent {
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 2px 5px;
  text-align: center;
}
.agendaEmployee {
  color: #212529;
  height: 100%;
  white-space: normal;
}
.voorontwerp {
  background-color: #E91E63;
  color: white;
}
.bouwaanvraag {
  background-color: #10c469;
  color: white;
}
.aanbesteding {
  background-color: #2196F3;
  color: white;
}
.interieur {
  background-color: #9C27B0;
  color: white;
}
.allerlei {
  background-color: #FF9800;
  color: white;
}
.opmeting_stab_sondering {
  background-color: #d4a990;
  color: white;
}
.verlof {
  background-color: #FFEB3B;
  color: #666666;
}
/*----------------------------
    END AGENDA
-----------------------------*/
.card-header {
  padding: 0.75rem 1.25rem;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.mark {
  /* background-color: rgba(255, 230, 21, .3) !important; */
  background-color: yellow !important;
}
/*----------------------------
    USER
-----------------------------*/
.user-avatar-box {
  text-align: center;
  padding: 0 !important;
  margin-left: 20px;
  margin-top: 11px;
}
.user-avatar-box:focus {
  color: #F44336;
}
.user-avatar-box .user-avatar-img {
  position: relative;
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
.user-avatar-box h5 a {
  color: #98a6ad;
}
.user-avatar-box .user-avatar-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 7px;
  right: 15px;
}
.user-avatar-box .user-avatar-status i {
  font-size: 15px;
}
.user-avatar-box .user-avatar-status.away i {
  color: #f9c851;
}
.user-avatar-box .user-avatar-status.offline i {
  color: #ff5b5b;
}
.user-avatar-box .user-avatar-status.online i {
  color: #10c469;
}
.user-avatar-box .user-avatar-status.busy i {
  color: #98a6ad;
}
.user-avatar-box ul li a {
  color: #98a6ad;
}
.user-avatar-box ul li a:hover {
  color: #71b6f9;
}
.user-avatar-box img.user-avatar {
  width: 50px;
  padding: 2px;
  height: 50px;
}
.user-avatar-box-dropdown {
  position: absolute;
  right: 0;
  left: auto;
  padding: 0;
  border-radius: 0;
}
.user-avatar-box-dropdown-head {
  width: 100%;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.avatar-dropdown-item {
  display: block;
  width: 100%;
  padding: 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: left;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
img.user-avatar {
  border-radius: 50% !important;
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #71b6f9;
  vertical-align: middle;
  color: white;
  width: 50px;
  height: 50px;
}
.employee-avatar-box {
  padding: 10px 20px 10px 20px;
}
.employee-avatar-box [data-letters]:before {
  height: 113px;
  width: 113px;
  font-size: 42px;
  line-height: 105px;
  padding: 2px;
  border: 1px solid #dee2e6;
}
.employee-avatar-box img {
  height: 113px;
  width: 113px;
}
@media only screen and (max-width: 600px) {
  .employee-avatar-box img {
    margin: 0 auto;
  }
  .employee-avatar-box {
    width: 100%;
  }
}
.employee-avatar-form {
  margin-left: 38px;
}
@media only screen and (max-width: 600px) {
  .employee-avatar-form {
    padding: 10px;
    width: 100%;
    margin: 0;
  }
}
/*----------------------------
    END USER
-----------------------------*/
.m-t-2 {
  margin-top: 2px;
}
/** tasks **/
.task-queue-placeholder .scheduling-task {
  margin: 7px 0px;
}
.scheduling-task {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
/** End tasks **/
#filter_place_rows .btn-logic {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 1.8em;
}
.form-group .select2-container {
  display: table;
  table-layout: fixed;
}
.select2.select2-hide-arrow + .select2 .select2-selection__arrow b {
  display: none !important;
}
.dropdown-menu:has(.buttons-columnVisibility) {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.btn-azure {
  width: 100%;
  padding: 0.5rem;
}
