html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
  main {
      padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
      width: 100%;
  }
}

.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.dropend .dropdown-toggle:after {
  margin-top: 8px;
  float: right;
}
.navbar {
  min-height: 80px;
}

.QtyTotal {
  background-image: none;
}

.FobTotal {
  background-image: none;
}

.PriceTotal {
  background-image: none;
}

.AmountTotal {
  background-image: none;
}

.KompTotal {
  background-image: none;
}
.ProcTotal {
  background-image: none;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.left {
  margin-right: 10px;
}
.right {
  flex-grow: 1;
}

/* date picker */
.navigator_default_busy.navigator_default_cell .navigator_default_cell_text {
    box-sizing: border-box;
    background-color: #aaaaaa;
    color: #ffffff;
    border-radius: 50%;
}

  .navigator_default_select .navigator_default_cell_box {
      background-color: transparent;
      opacity: 1;
  }
  body .navigator_default_cell.navigator_default_select .navigator_default_cell_text {
      background-color: #666666;
      color: #ffffff;
      border-radius: 50%;
      opacity: 1;
}

.navigator_default_todaybox {
    border: none;
}
.navigator_default_today .navigator_default_cell_text {
    text-decoration: underline;
}

/* calendar events */
body .calendar_default_event_inner {
    border-radius: 15px;
    background: #999999;
    border: 1px solid #666666;
}

body .calendar_default_shadow,
body .calendar_default_shadow_inner {
    border-radius: 15px;
}

/* calendar header active areas */
.area_action {
  background-color: #666666;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
.area_action:hover {
  background-color: #ffa216;
}

.current-item {
    background-color: yellow; /* Change this to your desired highlight color */
    border: 2px solid red; /* Optional: Add a border to make it more visible */
}
