body {
  padding-top: 50px;
}

.event-item {
	color: #333 !important;
}

.event-item:hover {
	background: #ddd;
}

.expired-date {
	color: red;
}

.normal-date {
	color: blue;
}

.current-agent {
	color: darkcyan;
}

.empresa {
	color: darkred;
}

.active span {
	color: white;
}

.Edicion {
	border: thin solid lightgray;
	border-top: 2px solid gray;
	min-height: 700px;
	width: 100%;
}

h1.edicion {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cifra {
	color: #d34836;
}

.cal-event-list li {
	margin-top: 0.7em;
	border-top: 1px dashed #ddd;
}

.bolder-text {
	font-weight: bolder;
}

#busqueda_prospectos {
	margin: 1em 0;
}

#busqueda_prospectos div {
	padding: 1em;
}

.resultados-busqueda {
	border: 1px solid gray;
	max-height: 600px;
	overflow: scroll;
}

.encontrados {
	color: #f00;
	font-weight: bold;
}

.industrias {
	font-size: 2em;
}

.sin-industria {
	font-size: 1.5em;
	color: gray;
}

.info:hover {
	text-decoration: none;
}

.totales {
	font-size: 2.5em;
}

.avance {
	color: green;
}

.actions-bar {
	background: lightgray;
	padding: 1em;
	margin: 1em 0 2em 0;
}

.belongs-to {
	font-size: 0.7em;
}

/*  django el pagination  */

.endless_page_link {
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    font-size: 1em;
    padding: 5px 14px;
}

.endless_page_current {
	background-color: #eee;
	border-radius: 5px;
    border: 1px solid #F1F1F1;
    font-size: 1em;
    padding: 5px 14px;
}

/*  end django el pagination  */

.main-icons {
	font-size: 80px;
}

.menu-item-container {
	margin-top: 40px;
}

/* Recepcion View */
.similar-titles {
	color: gray;
}

.results {
	color: #B20C15;
	font-weight: bold;
}

.current_agent {
	font-size: 1.4em;
	font-weight: bold;
}