/* ***************************************************************************************** */
/* Customer Styles */
/* ***************************************************************************************** */
.customer_list li div {
  display: inline-block;
  font-size: 0.85em;
  font-weight: normal; }

.customer_list .name {
  width: 200px; }

.customer_list .salesforce_type {
  width: 80px; }

.customer_list .is_licensee {
  width: 80px; }

.customer_list .sales_rep_name {
  width: 110px;
  font-size: 0.71em; }

.customer_list .salesforce_id {
  width: 140px;
  color: #808080;
  font-size: 0.6em; }

.customer_list .contacts {
  width: 200px;
  color: #808080;
  font-size: 0.75em; }

.customer_list .address1 {
  width: 300px;
  color: #808080;
  font-size: 0.75em; }

.customer_list .client_number {
  width: 80px;
  color: #ccc;
  font-size: 0.7em; }

.customer_list .date_created {
  width: 140px;
  color: #ccc;
  font-size: 0.7em; }

.customer_list .date_modified {
  width: 140px;
  color: #ccc;
  font-size: 0.7em; }

.compact_contact {
  /*margin:2px 0px 2px 0px;*/
  margin: 0;
  padding: 2px 0px 2px 0px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em; }

/* added in Trialto::display_contact() */
.compact_contact a {
  font-weight: normal !important; }

.compact_contact i {
  padding-left: 15px; }

#customer_details .compact_contact {
  border: 0; }

.customer_filter_panel .ui-li-count {
  right: 3em !important; }
