/* This file is automatically included in all rendered pages. */
/* Put extra CSS classes used in views here. */

/* Background image on body and tab content area */
body {
  background: url(../background.png) repeat;
}

.kx-tab-content {
  background-image: url(../background.png);
}

/* TilePanel background */
.kx-tile-panel {
  background-image: url(../background.png);
}

/* === Dashboard KPI tiles — match Taskitto look === */

/* Hide CRUD/Help toolbar inside KPI template tiles (no Add/Edit/Delete/Refresh/Help buttons) */
.kx-flex-item .kx-template-panel .kx-list-toolbar {
  display: none;
}

/* No internal scrollbar: each tile fits its KPI card */
.kx-flex-item .kx-template-panel .kx-template-content {
  overflow: hidden;
}

/* KPI value font slightly smaller and tile padding cleaner */
.kx-flex-item .kx-kpi-value {
  font-size: 1.9em;
}

/* Colored icons (PNG/SVG via {_IMAGE}): contain inside the icon slot */
.kx-flex-item .kx-kpi-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
