.manage-file > thead {
				background: #229dee !important;
			}
			.manage-file > thead > tr > th {
				background: transparent !important;
			}
			.manage-file > thead > tr > th > .title {
				color: white;
				font-size: 24px;
			}

			.manage-file > thead > tr > th {
				text-align: center;
				vertical-align: middle;
			}

			.manage-file > tbody > tr > td {
				text-align: center;
				vertical-align: middle;
			}

			.manage-file > thead > tr > th > img{
				width: 128px;
				height: 128px;
			}

			.manage-file tbody img {
				width: 64px;
				height: 64px;
			}
			.manage-file .name-file {
				color: #31363a;
				font-size: 20px;
			}

			.manage-file .properties-file {
				color: #9ea3a6;
			}

			.manage-file .content-file {
				text-align: left;
			}
		.manage-file thead th {
	background-color: #229dee !important;
}

.manage-file>thead>tr>th>.title {
	color: white;
	font-size: 24px;
}

.manage-file>thead>tr>th {
	text-align: center;
	vertical-align: middle;
}

.manage-file>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
	border: none !important;
	padding-top: 12px !important;
}

.manage-file .name-file {
	color: #31363a;
	font-size: 20px;
	margin-bottom: 5px;
}

.manage-file .properties-file {
	color: #9ea3a6;
}

.manage-file .content-file {
	text-align: left;
}
.manage-file .btn-upload .form {
	margin: 0 !important;
}

.manage-file .btn-upload .form label{
	color: #078BDE;
	background-color: white;
    cursor: pointer !important;
    margin: 0px 30px !important;
    border-radius: 4px !important;
    padding: 10px 0px;
} 
			