body, h1, h2, h3, h4, h5, h6,
.tooltip,
.profile-container .profile-header .profile-info .header-fullname,
.profile-container .profile-header .profile-stats .inlinestats-col {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.mrg-0 {
  margin-bottom: 0px !important;
}

.mrg-05 {
  margin-bottom: 5px !important;
}

.mrg-1 {
  margin-bottom: 10px !important;
}

.mrg-15 {
  margin-bottom: 15px !important;
}

.mrg-2 {
  margin-bottom: 20px !important;
}

.mrg-25 {
  margin-bottom: 25px !important;
}

.mrg-3 {
  margin-bottom: 30px !important;
}

.mrg-35 {
  margin-bottom: 35px !important;
}

.mrg-4 {
  margin-bottom: 40px !important;
}

.mrg-45 {
  margin-bottom: 45px !important;
}

.mrg-5 {
  margin-bottom: 50px !important;
}

.mrg-7 {
  margin-bottom: 70px !important;
}

.mrg-10 {
  margin-bottom: 100px !important;
}

.mrg-150 {
  margin-bottom: 150px !important;
}

.mrg-noside {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pad-0 {
  padding: 0px !important;
}

.pad-05 {
  padding: 5px !important;
}

.pad-1 {
  padding: 10px !important;
}

.pad-15 {
  padding: 15px !important;
}

.pad-2 {
  padding: 20px !important;
}

.pad-25 {
  padding: 25px !important;
}

.pad-3 {
  padding: 30px !important;
}

.pad-35 {
  padding: 35px !important;
}

.pad-4 {
  padding: 40px !important;
}

.pad-45 {
  padding: 45px !important;
}

.pad-5 {
  padding: 50px !important;
}

.pad-7 {
  padding: 70px !important;
}

.pad-10 {
  padding: 100px !important;
}

.pad-150 {
  padding: 150px !important;
}

.pad-noside {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child), .row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row-buttons {
  text-align: center;
}

.row-buttons .btn i {
  margin-right: 0px;
}

.btn-icon-only i {
  margin-right: 0 !important;
}

.btn-show {
  background-color: #7E3794;
  border-color: #7E3794;
  color: #fff;
}

.btn-show:hover, .btn-show:focus, .btn-show.focus, .btn-show:active, .btn-show.active, .open > .dropdown-toggle.btn-show {
  color: #fff;
  background-color: #7E3794;
  border-color: #7E3794;
  opacity: 0.9;
}

.btn-edit {
  background-color: #2DC3E8;
  border-color: #2DC3E8;
  color: #fff;
}

.btn-edit:hover, .btn-edit:focus, .btn-edit.focus, .btn-edit:active, .btn-edit.active, .open > .dropdown-toggle.btn-edit {
  color: #fff;
  background-color: #2DC3E8;
  border-color: #2DC3E8;
  opacity: 0.9;
}

.btn-delete {
  background-color: #E10009;
  border-color: #E10009;
  color: #fff;
}

.btn-delete:hover, .btn-delete:focus, .btn-delete.focus, .btn-delete:active, .btn-delete.active, .open > .dropdown-toggle.btn-delete {
  color: #fff;
  background-color: #E10009;
  border-color: #E10009;
  opacity: 0.9;
}

.btn-warning {
  background-color: #F6921E !important;
  border-color: #F6921E;
  color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #F6921E !important;
  border-color: #F6921E;
  opacity: 0.9;
}

.btn-secondary {
  background-color: #FB6E52;
  border-color: #FB6E52;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #FB6E52;
  border-color: #FB6E52;
  opacity: 0.9;
}

.btn.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  opacity: 0.5;
}

.btn.btn-sync-serviceplanner > .fa.fa-spin {
  display: inline-block;
}

.tab-buttons .btn {
  float: right;
  margin-left: 5px;
}

.fa-fw {
  display: inline-block !important;
  width: 0.9em;
}

.toast-error {
  background: #f00;
}

#toast-container > div {
  opacity: 1;
}

input.form-control.has-error {
  border-color: #ff0000 !important;
  background-color: #FFF9F9 !important;
}

.form-group span.has-error, form span.has-error {
  color: #ff0000;
  font-size: 10px;
}

.form-control-static {
  border: 1px solid #D5D5D5;
  padding: 5px;
}

.form-control {
  border-radius: 0px;
}

textarea.form-control {
  resize: vertical;
  min-height: 34px;
}

.header-avatar {
  line-height: 110px;
}

legend .btn-sm > .fa {
  margin-right: 0;
}

/* modal backdrop fix */
.modal {
  background-color: rgba(255, 255, 255, 0.85);
}

.modal-backdrop.in {
  opacity: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 70px auto;
  }
}
.modal-dialog .modal-header {
  background-color: #2da7e5;
  color: #fff;
  border-bottom: 0px solid #2da7e5;
}

.modal-dialog .modal-header .close {
  color: #fff;
  opacity: 0.5;
}

.modal-dialog .modal-header .close:hover,
.modal-dialog .modal-header .close:focus {
  color: #fff;
  opacity: 0.8;
}

.modal-dialog .modal-footer .required-info {
  text-align: left;
  padding: 6px 15px 6px 15px;
  line-height: 1.42857143;
  position: absolute;
}

.info-icon {
  padding: 5px 5px 5px 15px;
  float: right;
  color: #5DB2FF;
}

/* labels */
.label-wit {
  background-color: #FFF;
  color: #000;
  background-image: none !important;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.label-grijs {
  background-color: #CCC;
  color: #000;
  background-image: none !important;
}

.label-zwart {
  background-color: #000;
  color: #FFF;
  background-image: none !important;
}

.label-onbekend {
  background-color: #F4B400;
  color: #FFF;
  background-image: none !important;
}

.label-aansluiting {
  background-color: #53A93F;
  color: #FFF;
  background-image: none !important;
}

.label-abonnement {
  background-color: #7E3794;
  color: #FFF;
  background-image: none !important;
}

.label-klant {
  background-color: #5DB2FF;
  color: #FFF;
  background-image: none !important;
}

/* tables */
td.width-50 {
  width: 50%;
}

td.width-33 {
  width: 33%;
}

.table.table-button td {
  vertical-align: middle;
}

.table.table-button td .btn > .fa {
  margin-right: 0;
}

.table .progress {
  margin-bottom: 0;
}

/* login */
.login-container .loginbox .loginbox-textbox .form-control {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.login-container .loginbox {
  position: relative;
  padding: 20px 20px 10px 20px;
}

.login-container .loginbox img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-container .loginbox .loginbox-social {
  background: #009FE3;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
}

.login-container .loginbox .loginbox-textbox,
.login-container .loginbox .loginbox-submit {
  padding-left: 0;
  padding-right: 0;
}

/* navbar */
.navbar-brand {
  margin-top: 10px;
}

.navbar .logo {
  margin-bottom: 6px;
  margin-right: 5px;
  height: 38px;
  display: inline-block;
}

.navbar .navbar-brand {
  margin-top: 10px;
}

.navbar .navbar-company {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.navbar .navbar-account {
  display: inline-block;
}
.navbar .navbar-account .dropdown-toggle {
  display: block;
  padding: 11px 15px;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.navbar .navbar-account .dropdown-toggle:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-account .dropdown-account {
  width: 200px;
  right: 10px;
  padding: 0;
}
.navbar .navbar-account .dropdown-account ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.navbar .navbar-account .dropdown-account ul li a {
  color: #737373;
  display: block;
  padding: 5px 15px;
}
.navbar .navbar-account .dropdown-account ul li a:hover {
  text-decoration: none;
}
.navbar .navbar-account .dropdown-account ul li.separator {
  height: 2px;
  background-color: #737373;
}

.page-sidebar .sidebar-menu a.btn-search {
  height: 40px;
  padding-top: 2px;
}

#sidebar {
  display: flex;
  min-height: calc(100vh - 45px);
}
#sidebar .sidebar-menu-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

/* breadcrumbs */
.page-breadcrumbs .breadcrumb {
  position: absolute;
  left: 0;
  top: 8px;
}

.row.buttons {
  border-top: 1px solid #D2D2D2;
  background: linear-gradient(#f6f6f6, #FBFBFB);
  padding-top: 15px;
  margin: 0px -12px;
}

span.required {
  color: red;
}

span.required-one {
  color: orange;
}

.profile-container .profile-header .profile-info {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* page-header */
.page-header .btn-back {
  margin-top: -4px;
  margin-right: 3px;
}

/******************************************
 * Kendo tweaks
 ******************************************/
.k-datepicker {
  width: 100%;
  border-color: #CCC;
}

.k-datepicker .k-input {
  height: 34px;
  border-color: #CCC;
  box-shadow: none;
  padding-bottom: 3px;
  text-indent: 15px;
}

.k-datepicker .k-input:hover {
  box-shadow: none;
}

.k-datetimepicker {
  width: 100%;
  border-color: #CCC;
}

.k-datetimepicker .k-input {
  height: 34px;
  border-color: #CCC;
  box-shadow: none;
  padding-bottom: 3px;
  text-indent: 15px;
}

.k-datetimepicker .k-input:hover {
  box-shadow: none;
}

.k-combobox {
  width: 100%;
  border-color: #CCC;
}

.k-combobox .k-input {
  height: 34px;
  border-color: #CCC;
  box-shadow: none;
  padding-bottom: 3px;
  text-indent: 15px;
}

.k-combobox .k-input:hover {
  box-shadow: none;
}

.k-multiselect {
  width: 100%;
  border-color: #CCC;
}

.k-multiselect .k-multiselect-wrap {
  height: 28px;
  border-radius: 0;
  background-color: #fbfbfb;
  border-color: #CCC;
  box-shadow: none;
  padding: 4px 0 3px 0;
}

.k-multiselect .k-multiselect-wrap:hover {
  box-shadow: none;
}

.k-multiselect .k-input {
  text-indent: 12px;
}

.k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 7px 0 #CCC;
  border-color: #CCC;
}

.k-dropdown-wrap .k-select {
  border-color: #CCC;
}

.k-picker-wrap.k-state-focused {
  box-shadow: 0 0 7px 0 #CCC;
  border-color: #CCC;
}

.k-picker-wrap .k-select {
  border-color: #CCC;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content,
.k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete,
.k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker,
.k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker,
.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline,
.k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
  border-radius: 0px;
}

/* grid-checkbox */
.k-grid .grid-checkbox:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
}

.k-grid .k-state-selected .grid-checkbox:before {
  content: "\f046";
}

.k-grid table tr:hover td {
  background: rgba(87, 181, 227, 0.2) !important;
  cursor: pointer !important;
}

.k-grid .k-state-selected td span {
  color: #FFF !important;
}

.k-grid .k-state-selected td a {
  color: #FFF !important;
}

.k-grid .k-state-focused {
  box-shadow: none !important;
}

.k-grid .loading, #grid .loading {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Sorteer pijltje altijd weergeven */
.k-grid thead th.k-header > a.k-link:after {
  font-size: 16px;
  font-family: "WebComponentsIcons";
  content: "\e127";
  margin-left: 7px;
  position: absolute;
  color: #AAAAAA;
}
.k-grid thead th.k-sorted > a.k-link:after {
  content: "";
  display: none;
}

/* node treeview */
#treeview {
  color: #737373;
}

#treeview .k-icon {
  position: absolute;
  margin-top: 8px;
}

#treeview .k-checkbox-wrapper {
  position: absolute;
  margin-top: 8px;
}

#treeview .k-checkbox {
  position: absolute;
}

#treeview .k-checkbox input {
  position: absolute;
  margin-top: 8px;
}

#treeview .k-in {
  display: block;
  margin-left: 16px;
  min-height: 30px;
  line-height: 30px;
  outline: none !important;
  box-shadow: none !important;
}

#treeview .k-in.k-state-selected {
  background-color: inherit;
  color: inherit;
}

#treeview .k-in.k-state-selected:hover {
  background-color: #ebebeb;
  color: #428bca;
}

#treeview .k-in .title {
  padding-left: 4px;
}

#treeview .k-in .title i {
  margin-right: 3px;
}

#treeview .k-in .buttons {
  display: inline-block;
  float: right;
  line-height: 26px;
}

#treeview .k-in .buttons .btn {
  margin-left: 5px;
}

#treeview .btn i {
  margin-right: 0;
}

#treeview .badge {
  line-height: 16px;
  margin-left: 8px;
  margin-top: -4px;
  font-size: 13px !important;
  padding-left: 10px;
  padding-right: 10px;
}

#treeview .node-status-0 .title {
  color: #BBB;
}

#sorting-loader {
  display: none;
}

.k-drag-clue .buttons {
  display: none;
}

/* color-select */
.color-select select option:hover {
  background-color: red !important;
}

/* form-file-field */
.form-file-field .btn input {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.form-file-field .input-group-btn {
  vertical-align: top;
}

.form-file-field .form-control[readonly] {
  background-color: #fbfbfb;
  border-color: #d5d5d5;
}

.form-file-field .control-label {
  text-align: right;
  cursor: move;
}

.form-file-field .control-label.thumb {
  padding-top: 0;
}

.form-file-field.hint .btn {
  opacity: 0.4;
}

/* timeline */
.timeline > li > .timeline-panel .timeline-body {
  padding: 0 20px 10px;
}

.timeline > li {
  margin-top: -34px;
}

.timeline > li .timeline-badge {
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  top: 11px;
  left: 50%;
  margin-left: -20px;
}

.timeline > li .timeline-badge i {
  line-height: 40px;
}

/* dashboard */
.dashboard-column {
  width: 100px;
}

@media (min-width: 1350px) {
  .dashboard-column {
    width: 15%;
  }
}
/* skills-checkbox */
.skills-checkbox {
  margin-top: 10px !important;
}

.skills-title {
  padding-top: 8px;
}

/* Dashboard */
.dashboard .table-bordered > tbody > tr > td {
  vertical-align: middle;
}

.dashboard .btn-dashboard {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.dashboard .btn-dashboard .fa {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

/* appointment-scheduler */
.appointment-scheduler .day-header .btn {
  padding-right: 7px;
}
.appointment-scheduler .day-header .btn i {
  margin-right: 0;
}
.appointment-scheduler .day-header span {
  margin-left: 8px;
}

.scheduler-confirm {
  /* APPOINTMENT LIST */
  /* TIME SLOT */
  /* MONTEURS */
  /* TIME NODES */
  /* STATUSSEN */
}
.scheduler-confirm .dropzone-appointment-list {
  min-height: calc(100vh - 285px);
}
.scheduler-confirm .dropzone-appointment-list .time-slot {
  margin-bottom: 15px;
}
.scheduler-confirm .dropzone-appointment-list .time-slot .inner {
  height: 85px !important;
  padding-left: 8px;
}
.scheduler-confirm .time-slot {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 500;
}
.scheduler-confirm .time-slot .inner {
  width: 100%;
  white-space: normal;
  padding: 5px;
  max-width: 400px;
}
.scheduler-confirm .time-slot .inner p {
  line-height: 18px;
}
.scheduler-confirm .time-slot .inner * {
  color: white;
}
.scheduler-confirm .time-slot .card-text .fa {
  width: 20px;
}
.scheduler-confirm .monteurs-container {
  overflow-x: auto;
  white-space: nowrap;
}
.scheduler-confirm .monteurs-container .panel {
  margin-right: 15px;
  width: 400px;
  display: inline-block;
}
.scheduler-confirm .time-body {
  margin-top: 0;
  margin-bottom: 0;
  height: 10px;
}
.scheduler-confirm .time-body .time-header {
  /*margin-top:2px;*/
  width: 25px;
  vertical-align: top;
}
.scheduler-confirm .time-body > * {
  display: inline-block;
}
.scheduler-confirm .time-slot-unavailable {
  background-color: #e8e8e8 !important;
}
.scheduler-confirm .time-body .time-slot-drop {
  margin-left: 15px;
  width: 300px;
  height: 10px;
  border-bottom: 1px solid lightgrey;
}
.scheduler-confirm .time-body:first-child .time-slot-drop {
  border-top: 1px solid gray;
}
.scheduler-confirm .time-body:nth-child(4n) .time-slot-drop {
  border-bottom: 1px solid gray;
}
.scheduler-confirm .time-body .time-slot-drop .inner {
  position: absolute;
  padding: 0 5px 5px 5px;
  color: white;
}
.scheduler-confirm .time-slot-drop .time-slot {
  margin: 0 !important;
  border: none !important;
  width: 300px;
}
.scheduler-confirm .drag-helper {
  height: 10px !important;
  opacity: 0.4;
}
.scheduler-confirm .drag-helper .inner {
  height: 75px !important;
  width: 300px !important;
}
.scheduler-confirm .no-drag-helper {
  cursor: move;
}
.scheduler-confirm .dropzone-monteur {
  margin-bottom: 40px;
}
.scheduler-confirm .dropzone-monteur .time-original {
  display: none;
}
.scheduler-confirm .dropzone-monteur .time-new {
  display: block;
}
.scheduler-confirm .dropzone-appointment-list .time-original {
  display: block;
}
.scheduler-confirm .dropzone-appointment-list .time-new {
  display: none;
}
.scheduler-confirm .dropzone-appointment-list .status-1 {
  background-color: #666666;
}
.scheduler-confirm .dropzone-appointment-list .status-2 {
  background-color: #f8a398;
}
.scheduler-confirm .dropzone-appointment-list .status-3 {
  background-color: #51a0ed;
}
.scheduler-confirm .dropzone-appointment-list .status-4 {
  background-color: #2f4fed;
}
.scheduler-confirm .dropzone-appointment-list .status-5 {
  background-color: #56ca85;
}
.scheduler-confirm .time-slot-drop .status-1 {
  background-color: rgba(102, 102, 102, 0.9);
}
.scheduler-confirm .time-slot-drop .status-2 {
  background-color: rgba(248, 163, 152, 0.9);
}
.scheduler-confirm .time-slot-drop .status-3 {
  background-color: rgba(81, 160, 237, 0.9);
}
.scheduler-confirm .time-slot-drop .status-4 {
  background-color: rgba(47, 79, 237, 0.9);
}
.scheduler-confirm .time-slot-drop .status-5 {
  background-color: rgba(86, 202, 133, 0.9);
}

.login-brand {
  position: absolute;
  margin-top: -50px;
}
.login-brand img {
  max-width: 140%;
  margin-left: -20%;
}

.login-makkie {
  position: relative;
  bottom: -65px;
}
.login-makkie img {
  max-width: 100%;
}

.introjs-tooltip {
  min-width: 600px;
}
.introjs-tooltip .introjs-tooltip-header {
  padding: 5px 15px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2da7e5;
  color: #fff;
}
.introjs-tooltip .introjs-tooltip-header .introjs-skipbutton {
  color: #fff;
}
.introjs-tooltip .introjs-tooltipbuttons {
  background-color: #f5f5f5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 15px;
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button {
  border: none;
  background-color: #53a93f;
  color: #fff;
  text-shadow: none;
}
.introjs-tooltip .introjs-body {
  font-size: 16px;
}
.introjs-tooltip .introjs-body.makkie {
  min-height: 250px;
  padding-right: 180px;
}
.introjs-tooltip .introjs-body .btn {
  margin-bottom: 3px;
}
.introjs-tooltip .introjs-makkie {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 300px;
  pointer-events: none;
}
.introjs-tooltip .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

/* Certificate */
#certificate-request-form .certificate-logo {
  max-width: 50%;
}
#certificate-request-form .radio-hidden input[type=radio] {
  display: none;
}
#certificate-request-form textarea {
  resize: vertical;
}

/* Insight dashboard */
.insight-panel-units-brands .k-grid-content {
  max-height: 300px;
}

.insight-panel-kpi .panel-body {
  text-align: center;
}
.insight-panel-kpi .panel-body h1 {
  margin: 0;
  margin-bottom: 8px;
}

.profile-container .profile-header .kpi-card {
  background-color: #2DA7E5;
  margin-top: 15px;
  padding: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.profile-container .profile-header .kpi-card .kpi-value {
  font-size: 32px;
}
.profile-container .profile-header .kpi-card .kpi-subtitle {
  font-size: 16px;
  min-height: 3em;
}
.profile-container .profile-header .kpi-card:last-child {
  margin-bottom: 15px;
}
.profile-container .profile-header.header-fluid {
  min-height: unset;
}

@media screen and (max-width: 460px) {
  .login-brand {
    position: unset;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .login-brand img {
    max-width: 100%;
    margin-left: 0px;
  }

  .login-makkie {
    display: none;
  }
}
.color-danger {
  color: #E10009;
}

/* Ambassador invite page */
.ambassador-invite-brand {
  margin-top: -130px;
}

.ambassador-invite-box {
  margin-top: 250px;
  padding: 0 !important;
}

.k-grid-filter.k-state-active {
  background-color: #2DA7E5 !important;
}
.k-grid-filter.k-state-active .k-icon.k-i-filter {
  color: #fff !important;
}

#sidebar .menu-image {
  max-height: calc(100% - 10px);
  height: calc(100% - 10px);
  margin-bottom: 10px;
}
#sidebar .menu-image.menu-makkie {
  margin-left: 5px;
  margin-right: 6px;
}
#sidebar .menu-highlight {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
}

.makkie-daredevil-feedback {
  max-width: 100%;
  max-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.makkie-grid {
  margin-top: -5px;
}

.tooltip {
  z-index: 9999 !important;
}

.header-kpi-separator {
  border-right: 2px solid #e3e3e3;
}

.layout-iframe {
  padding: 10px;
  overflow-x: hidden;
}

.ticket-notification {
  width: 8px;
  height: 8px;
  background-color: #2DA7E5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
}

.crumbs-btn-img {
  padding: 0 !important;
  padding-top: 4px !important;
}
.crumbs-btn-img img {
  width: 36px;
  height: 36px;
}

.page-header .header-buttons a {
  z-index: 1;
}

.page-header .header-buttons a.fullscreen, .page-header .header-buttons a.fullscreen:hover, .page-header .header-buttons a.fullscreen.active {
  color: #fb6e52;
}

.page-header .header-buttons a.refresh, .page-header .header-buttons a.refresh:hover, .page-header .header-buttons a.refresh.active {
  color: #ffce55;
}

.page-header .header-buttons a.sidebar-toggler, .page-header .header-buttons a.sidebar-toggler:hover, .page-header .header-buttons a.sidebar-toggler.active {
  color: #2dc3e8;
}

.page-header .header-buttons a.versionhistory:before {
  background-color: #FFD700;
}

.page-header .header-buttons a.sidebar-info, .page-header .header-buttons a.sidebar-info:hover, .page-header .header-buttons a.sidebar-info.active {
  color: #2da7e5;
}

.page-info-sidebar .info-header {
  background-color: #2ea9e6;
  padding-bottom: 5px;
}
.page-info-sidebar .info-header .info-title {
  margin-top: 0;
  font-weight: 600 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 20px 5px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.page-info-sidebar .info-header .btn-info-close {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.page-info-sidebar .info-content {
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  max-height: calc(100% - 45px);
}

.hide-global-page-intro {
  text-align: right;
  margin-top: 10px;
  margin-bottom: -5px;
}

.uploaded-files {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.uploaded-files .uploaded-file {
  text-align: center;
  margin: 10px;
  height: 250px;
  max-width: 250px;
}
.uploaded-files .uploaded-file .image-preview {
  height: 200px;
  align-content: end;
}
.uploaded-files .uploaded-file .image-preview img {
  max-width: 250px;
  max-height: 200px;
}
.uploaded-files .uploaded-file .uploaded-file-caption {
  margin-top: 10px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticket-attachment {
  width: 100%;
  margin-bottom: 10px;
}
.ticket-attachment img {
  max-width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
}
.ticket-attachment span {
  display: block;
}

.ticket-message-attachment {
  width: 100%;
  margin-bottom: 10px;
}
.ticket-message-attachment img {
  max-width: 300px;
  max-height: 150px;
  margin-bottom: 10px;
}
.ticket-message-attachment span {
  display: block;
}

.btn-approve {
  font-size: 18px;
  margin-left: 25px;
}
.btn-approve:first-child {
  margin-left: 0;
}

.tab-content.fullscreen {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: white;
}
.tab-content.fullscreen .row-title {
  margin-left: 0 !important;
}
.tab-content .btn-grid-fullscreen {
  height: 34px;
  align-content: flex-end;
}
.tab-content .btn-grid-fullscreen i {
  font-size: 16px !important;
  margin-right: 0 !important;
}

.k-grid .k-selectable {
  touch-action: auto !important;
}

.ticket-feedback-content img {
  max-width: 100%;
}

.sidebar-app-version {
  z-index: 1;
  text-align: center;
  padding: 10px;
  margin-top: auto;
}

.daredevil-sticky-submit-btn {
  position: sticky;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.daredevil-sticky-submit-btn button {
  width: 100%;
}

@media (max-width: 600px) {
  .k-tool[title=Fullscreen] {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
