/* line 1, app/assets/stylesheets/list-table.scss */
#int table.list td a {
  color: #000;
}

/* line 3, app/assets/stylesheets/list-table.scss */
table.list {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
  color: #000;
}

/* line 9, app/assets/stylesheets/list-table.scss */
table.list tr th {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  text-align: left;
  padding: .2em .5em;
  background: red;
  color: white;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/list-table.scss */
table.list tr th.id {
  width: 4em;
}

/* line 24, app/assets/stylesheets/list-table.scss */
table.list tr td {
  border-bottom: 1px solid grey;
  padding: 0 .2em;
  line-height: 1.5em;
  color: #000;
}

/* line 31, app/assets/stylesheets/list-table.scss */
table.list tr.odd {
  background: #FFF;
}

/* line 34, app/assets/stylesheets/list-table.scss */
table.list tr.even {
  background: #F4EEEE;
}

/* line 37, app/assets/stylesheets/list-table.scss */
table.list tr.marked {
  background: pink;
}

/* line 41, app/assets/stylesheets/list-table.scss */
table.list tr th.actions {
  text-align: center;
  width: 50pt;
}

/* the sortable columns styles */
/* line 50, app/assets/stylesheets/list-table.scss */
table.list tr th div {
  float: left;
}

/* line 53, app/assets/stylesheets/list-table.scss */
table.list tr th div.sort {
  height: 16px;
  width: 16px;
}

/* line 57, app/assets/stylesheets/list-table.scss */
* html table.list tr th.sorting {
  padding-right: 4px !important;
}

/* line 60, app/assets/stylesheets/list-table.scss */
* html table.list tr th div.sort {
  margin-right: 0;
}

/* line 63, app/assets/stylesheets/list-table.scss */
table.list tr th div.sort a {
  display: block;
  float: left;
  height: 8px;
  width: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/images/icons/order_asc.png");
  background-position: center center;
}

/* line 73, app/assets/stylesheets/list-table.scss */
table.list tr th.sorting a {
  margin-left: 2px;
}

/* line 76, app/assets/stylesheets/list-table.scss */
table.list tr th div.sort a.desc {
  background-image: url("/images/icons/order_desc.png");
}

/* line 80, app/assets/stylesheets/list-table.scss */
table.list tr th div.sort a:hover,
table.list tr th.sorting a:hover,
table.list tr th.sorted a,
table.list tr th.sorted.desc a.desc {
  background-color: yellow;
}

/* line 86, app/assets/stylesheets/list-table.scss */
table.list tr th.sorted a.desc,
table.list tr th.sorted.desc a {
  background-color: transparent;
}

/* line 91, app/assets/stylesheets/list-table.scss */
table.list tr th.sorted {
  background: pink;
}

/* line 95, app/assets/stylesheets/list-table.scss */
table.list tr:hover {
  background-color: #FEEA6F;
}
