.l4d .l4d-prospection{
	min-height:400px;
	/*font-size:.8em;*/
}
.l4d.comment label{
	/* margin-left:-2em; */
	margin-top:1.5em;
}
.l4d.comment input, .l4d.comment select, .l4d.comment textarea{
	width:100%;
	border-radius:.4em;
	line-height:1.5em;
	margin-top:.5em;
}
.l4d .l4d-prospection input[type=search]{
	/* font-size:.75em; */
	border-radius:.5em;
	line-height:1em;
}
.l4d .l4d-prospection .dataTables_filter, .l4d .l4d-prospection .dataTables_length{
	margin:1em 0;
}
.l4d .l4d-prospection table{
	border:none;
}
.l4d .l4d-prospection td.details-control{
	background: url('../imgs/details_open.png') no-repeat center center;
	cursor: pointer;
}
.l4d .l4d-prospection tr.shown td.details-control {
    background: url('../imgs/details_close.png') no-repeat center center;
}
.l4d .l4d-prospection .moreinfo{
	background-color: #EEE;
}
.l4d .l4d-prospection input{
	border-radius:.4em;
	line-height:1.5em;
}
.l4d .l4d-prospection input[type=button]{
	background-color:green;
	color:#FFF;
	font-weight:bold;
}
.l4d .l4d-prospection .moreinfo input[type=button]{
	background-color:#FFF;
	color:#333;
	font-weight:normal;
	margin: 0 .3em;
}
.l4d .l4d-prospection .oculto{
	display:none;
}
.l4d .l4d-prospection .fixed_headers {
	width:100%;
	/* font-size:.8em; */
	table-layout:fixed;
	border-collapse:collapse;
	border:1px solid #AAA;
}
.l4d .l4d-prospection .fixed_headers  thead tr{
	color:#FFF;
	background:#761e18;
	font-weight:bold;
	text-transform:uppercase;
}
.l4d .l4d-prospection .fixed_headers  thead tr, .l4d .l4d-prospection .fixed_headers td {
	padding:5px;
	text-align:left;
}
.l4d .l4d-prospection .fixed_headers td:nth-child(1){ min-width:120px; }
.l4d .l4d-prospection .fixed_headers td:nth-child(2){ min-width:580px }
.l4d .l4d-prospection .fixed_headers td:nth-child(3){ width:50px }
.l4d .l4d-prospection .fixed_headers .dataTable thead td{border:none;}

.l4d .l4d-prospection .fixed_headers tr {
	display:block;
	position:relative;
}
.l4d .l4d-prospection .fixed_headers tbody {
	display:block;
	overflow:auto;
	width:100%;
	max-height:200px;
}
.l4d .l4d-prospection .fixed_headers tbody tr:nth-child(even) {
	background-color:#DDD;
}
.l4d .moreinfo a{
	color:#333;
}
.l4d .moreinfo.fixed_headers thead th,
.l4d .moreinfo .fixed_headers thead td{
	border:none;
}
.newprospection{
	font-size:.8em;
}
.newprospection label{
	display:block;
	margin-top:1em;
}
.newprospection input, .newprospection select{
	height:2em;
	border-radius:6px;
	width:100%;
}
