.thumbnail{
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 62px;
	display: inline-block;
}
.duplicates{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: gray;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
.element{
	display: flex;
    align-items: center;
}
.path{
	margin-left: 10px;
	font-weight: bold;
	float: left;
}
.hash{
	clear: both;
	margin-left: 10px;
	font-size: small;
}
#container{
	margin: 2%;
	width: 100%;
}
.button-delete{
	height: 42px;
}

#loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
  }
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
#loader-container{
	margin: 1em 50% 1em 50%;
}

.element .icon {
	display: inline-block;
	vertical-align: middle;
	background-size: 16px 16px;
}

.element .fileactions .action {
	padding: 17px 14px;
}

.element .fileactions {
	float: left;
}
#app{
	width: 100%;
}
