/* line 4, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .container,
[id^="state_tasks_"] .container {
  width: 100%;
}
/* line 8, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .icon,
[id^="state_tasks_"] .icon {
  text-align: center;
}
/* line 13, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .account button,
[id^="state_tasks_"] .account button {
  min-width: 200px;
  text-align: right;
  border: 1px solid #cccccc;
}
/* line 20, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .treewater-filter,
[id^="state_tasks_"] .treewater-filter {
  width: 300px !important;
}
/* line 23, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .treewater-filter .multiselect,
[id^="state_tasks_"] .treewater-filter .multiselect {
  width: 250px;
  text-align: right;
}
/* line 28, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .treewater-filter .multiselect-group,
[id^="state_tasks_"] .treewater-filter .multiselect-group {
  display: block;
  cursor: pointer;
  background-color: #e0e0e0;
  line-height: 30px;
  margin-bottom: 1px;
}
/* line 36, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .treewater-filter a,
[id^="state_tasks_"] .treewater-filter a {
  display: none;
}
/* line 40, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .treewater-filter a.selected, #state_tasks .treewater-filter a.multiselect-all,
[id^="state_tasks_"] .treewater-filter a.selected,
[id^="state_tasks_"] .treewater-filter a.multiselect-all {
  display: block;
}
/* line 47, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks tr.pointer:hover td,
[id^="state_tasks_"] tr.pointer:hover td {
  background-color: #dff0d8 !important;
}
/* line 52, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .success,
[id^="state_tasks_"] .success {
  background-color: #dff0d8 !important;
}
/* line 55, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .danger,
[id^="state_tasks_"] .danger {
  background-color: #f2dede !important;
}
/* line 59, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box,
[id^="state_tasks_"] .gallery-box {
  padding: 7px;
}
/* line 61, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box .title,
[id^="state_tasks_"] .gallery-box .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
/* line 67, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box .thumbnail,
[id^="state_tasks_"] .gallery-box .thumbnail {
  height: 100px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 5px;
}
/* line 73, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box .thumbnail img,
[id^="state_tasks_"] .gallery-box .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
/* line 78, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box .progress,
[id^="state_tasks_"] .gallery-box .progress {
  margin-bottom: 5px;
}
/* line 81, /app/public/app/assets/stylesheets/views/tasks.scss */
#state_tasks .gallery-box .btn-group,
[id^="state_tasks_"] .gallery-box .btn-group {
  margin-bottom: 15px;
}

/* line 88, /app/public/app/assets/stylesheets/views/tasks.scss */
.zoomedImageWindow img {
  max-width: 660px !important;
  max-height: 600px !important;
}

/* line 93, /app/public/app/assets/stylesheets/views/tasks.scss */
.search {
  width: 30%;
}
