#sponsor-modal .modal-dialog {
  width: 760px;
}
#sponsor-modal .search-section .sub-title {
  margin-bottom: 3px;
  font-size: 12px;
}
#sponsor-modal .search-section .sub-content {
  margin-bottom: 10px;
}
#sponsor-modal .search-section .action-sponsor-list-filter {
  margin-top: 7px;
}
#sponsor-modal .search-section .action-sponsor-list-filter button {
  padding-left: 20px;
  padding-right: 20px;
}
#sponsor-modal .result-section {
  min-height: 300px;
}
#sponsor-modal table {
  margin-bottom: 10px;
  font-size: 12px;
  /* first column */
  /* Last collumn*/
}
#sponsor-modal table td {
  cursor: pointer;
}
#sponsor-modal table .included-sponsor-selected {
  background: #d4ebf6;
}
#sponsor-modal table .included-sponsor-selected:hover {
  background: #bfe1f2;
}
#sponsor-modal table .included-sponsor-selected:hover td {
  background: inherit;
}
#sponsor-modal table .excluded-sponsor-selected {
  background: #f2dede;
}
#sponsor-modal table .excluded-sponsor-selected:hover {
  background: #ebcccc;
}
#sponsor-modal table .excluded-sponsor-selected:hover td {
  background: inherit;
}
#sponsor-modal table .sponsor-marked-td {
  padding-left: 10px;
  width: 40px;
}
#sponsor-modal table .sub-sponsors-td {
  width: 150px;
  padding-right: 20px;
  text-align: right;
}
#sponsor-modal ul.pagination {
  margin: 10px 0;
}
#sponsor-modal ul.pagination li {
  cursor: pointer;
}
