/* frontend/home/home.php */
.section>.float-left>.toggle-state {
  background-color: #ccc;
  border-radius: 12px;
  margin-top: 4px;
  width: auto;
}

.section>.float-left>.toggle-state>#btn-state-my {
  border-radius: 12px;
}

.section>.float-left>.toggle-state>#btn-state-all {
  border-radius: 12px;
}

.section>.float-right>.dropdown>.btn>#filter-tasks {
  padding-right: 5px;
}

.section>.float-right>.dropdown>#actionSheetFilter {
display: none;
}

/* frontend/partials/header.php */
#search>.search-form>.form-group>.form-control>.far {
  position: absolute;
  left: 10px;
  top: 10px;
}

/* frontend/tasks/update.php */
#filemanager {
  display: none;
}

/* frontend/tasks/list.php (deels zelfde als frontend/home/home.php?) */
.section>.float-left>.toggle-state {
  background-color: #ccc;
  border-radius: 12px;
  margin-top: 4px;
  width: auto;
  cursor: pointer;
}

.section>.float-left>.toggle-state>#btn-state-my {
  border-radius: 12px;
}

.section>.float-left>.toggle-state>#btn-state-all {
  border-radius: 12px;
}

.section>.float-right>.dropdown>.btn>#filter-tasks {
  padding-right: 5px;
}

.section>.float-right>.dropdown>#actionSheetFilter {
  display: none;
}
