.info-expediente label{
	margin-right:1rem;
}
#expedienteDetalle .card:hover{
	background-color: #fafafa;
	cursor:pointer;
}
.expediente-archivo {
}
.expediente-archivo>i{
	font-size:48px !important;
}
.expediente-detalle {
}
.expediente-detalle>p {
	margin-bottom: 0.3rem;
	word-break: break-word;
}
.expediente-info-adicional {
	display: inline-block;
    width: 100%;
}
.expediente-info-adicional>p {
	margin-bottom: 0.3rem;
}
.expediente-info-adicional>p>label{
	margin-right: 0.3rem;
	margin-bottom:0px;
	font-weight: bold;
}
.expediente-info-adicional>hr {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
/**/
.tabla-expediente {
}
.tabla-expediente tbody tr:hover {
	cursor: pointer;
	background-color: #eee;
}
.tabla-expediente tr:nth-child(even):hover {
	background-color: #eee;
}
.tabla-expediente tbody tr td {
	padding: 10px;
	vertical-align: middle;
}
.tabla-expediente tbody tr td i{
	font-size:48px;
}

.tabla-expediente tbody tr td>p {
	margin-bottom: 0.3rem;
	word-break: break-word;
}
.tabla-expediente tbody tr td>p>label{
	margin-right: 0.3rem;
	margin-bottom:0px;
	font-weight: bold;
}
.eliminar-anexo{
	cursor: pointer;
	font-size:24px !important;
}
.guardar-como{
	cursor: pointer;
	font-size:24px !important;
}