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

.l4d .l4d-incidents .fixed_headers tr {
	display:block;
	position:relative;
}
.l4d .l4d-incidents .fixed_headers tbody {
	display:block;
	overflow:auto;
	width:100%;
	max-height:200px;
}
.l4d .l4d-incidents .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;
}
/* .l4d .l4d-incidents .btn{
	border: 1px solid #761e18;
	padding: 0.5em;
	border-radius: 6px;
	color: #761e18;
	font-weight: bold;
	cursor: pointer;
}
.l4d .l4d-incidents .btn:hover{
	border-width:2px;
} */
.newincidents{
	font-size:.8em;
}
.newincidents label{
	display:block;
	margin-top:1em;
}
.newincidents input:not([type=checkbox]), .newincidents select{
	height:2em;
	border-radius:6px;
	width:100%;
}
