@charset "UTF-8";

.archivos table thead tr th:nth-child(3), .archivos table thead tr th:nth-child(4) {
	text-align: left !important;
}
.archivos table tbody tr td:nth-child(3), .archivos table tbody tr td:nth-child(4) {
	text-align: left !important;
}
.archivos table tbody tr td:nth-child(5) .btn, .archivos table tbody tr td:nth-child(6) .btn {
	background: #6b17e9;
	color: white;
}
	.archivos table tbody tr td:nth-child(5) .btn, .archivos table tbody tr td:nth-child(6) .btn {
		background: #6b17e9;
		border: 1px solid #6b17e9;
		color: white;
	}
		.archivos table tbody tr td:nth-child(5) .btn i, .archivos table tbody tr td:nth-child(6) .btn i {
			transition: all 0.5s;
		}
		.archivos table tbody tr td:nth-child(5) .btn:hover, .archivos table tbody tr td:nth-child(6) .btn:hover {
			background: white;
			color: #6b17e9;
		}
		.archivos table tbody tr td:nth-child(5) .btn:hover i, .archivos table tbody tr td:nth-child(6) .btn:hover i {
			transform: rotate(360deg);
		}