/* line 1, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#available_tasks_section {
  height: 450px;
  border: 1px solid #000;
  overflow: auto;
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 8, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#available_tasks_section ul#available_tasks {
  padding: 5px 0 0;
}
/* line 11, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#available_tasks_section ul#available_tasks li {
  list-style-type: none;
  cursor: pointer;
  padding: 2px 10px;
}
/* line 16, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#available_tasks_section ul#available_tasks li.selected {
  background-color: #2c3e50;
  color: #fff;
}

/* line 20, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section {
  border: 1px solid #000;
  padding: 5px 10px;
  background-color: #fff;
}
/* line 25, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section fieldset {
  border-top: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0 10px 0;
}
/* line 30, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section fieldset legend {
  width: auto;
  margin-bottom: 0;
  padding: 0 5px;
}
/* line 35, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker {
  margin-bottom: 25px;
}
/* line 38, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 10px 0.75em;
}
/* line 43, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset legend {
  width: auto;
  margin-bottom: 0;
  padding: 0 5px;
}
/* line 48, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section {
  padding: 0 15px;
}
/* line 52, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.task-name-header {
  width: 200px;
}
/* line 55, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.pay-rate-header, #assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.pay-unit-header, #assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.work-units-header {
  width: 85px;
}
/* line 57, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.work-amount-header {
  width: 100px;
}
/* line 59, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table th.action-header {
  width: 50px;
}
/* line 62, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table td input {
  width: 100%;
}
/* line 64, /ec/app/assets/stylesheets/event_worker_pay_items.css.sass */
#assigned_tasks_section .schedule_event_worker fieldset .event-worker-assigned-tasks-section table.assigned-tasks-table td a.delete-task {
  margin-left: 0;
}
