/**
 * Field session state
 */
.session-state,
.session-change-state {
  padding: 3px 9px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
  background-color: #acabb0;;
}
.session-state.under_evaluation {
  background-color: #fae744;
}
.session-state.approved {
  background-color: #c9fa44;
}
.session-state.rejected {
  background-color: #fa4444;
}

#sortable-speakers .fields-speaker legend {
  cursor: move;
}

#sortable-speakers .fields-speaker legend:before {
  background: url('img/draggable.png') 0 0 no-repeat;
  content: ' ';
  display: inline-block;
  height: 13px;
  margin: 0 5px;
  width: 13px;
}

#sortable-speakers .fields-speaker legend:hover:before {
  background-position: 0 -20px;
}

div.view-admin-submitted table.views-table th.views-field-title,
div.view-admin-submitted table.views-table td.views-field-title {
  width: 250px;
}

div.view-admin-submitted table.views-table th.views-field-created,
div.view-admin-submitted table.views-table td.views-field-created {
  width: 60px;
}
