
  #lead-date-form {
	width: 200px;
  }

  #lead-from-modal-body,
  #generic-modal-body {
	padding: 20px;
  }
  .lead-from.over-zero,
  .get-companies.over-zero {
	text-decoration: underline;
	color: blue;
  }
  .lead-from.over-zero:hover,
  .get-companies.over-zero:hover {
	cursor: pointer;
  }


  table.dataTable thead th.sorting:after {
	content: none;
  }
  table.dataTable thead th.sorting_asc:after {
	content: none;
  }
  table.dataTable thead th.sorting_desc:after {
	content: none;
  }
