.tabla-tickets span{
	font-family:roboto;
}

.tabla-tickets .tipo-reclamo{
	text-align:left;
}

.detalle-ticket .detalle{
	border-bottom: 1px solid #ddd;
    padding: 8px 5px;
}

.detalle-ticket .desplegable label{
	cursor:pointer;
}

.detalle-ticket .desplegable .glyphicon{
	cursor:pointer;
	margin-left:5px;
}

.detalleHistorico{
	float:right;
	padding-right: 15px;
}

.header-detalle-ticket{
	border-bottom: 2px solid rgba(0, 174, 239, 0.5);
	padding-bottom: 13px;
	overflow: hidden;
}

.subheader-detalle-ticket{
	font-size:20px;
	margin-bottom: 15px;
	margin-top:0px;
	padding: 15px;	
}

