div.dosya_sec{
	border:1px dashed #AAA;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

div.dosya_sec:hover{
	border:1px dashed #af1b57;
}

div.dosya_sec:before{
	display: inline-block;
	content: attr(data-title);
	position: relative;
	right: 0;
	left: 0;
	line-height: 22px;
	color: #CCC;
	font-size: 18px;
	font-weight: 500;
	border-width: 0;
	vertical-align: middle;
	display: flex;
    height: 100%;
    align-items:center;
	justify-content:center;
}

div.dosya_secim_iskelet img{
	border:1px dashed #AAA;
	border-radius: 4px;
	text-align: center;
	padding:5px;
}

div.dosya_secim_iskelet .remove{
	position: absolute;
	display: inline-block;
	right: 8px;
	top: -2px;
	border: 1px solid #BBB;
	border-radius: 6px;
	background-color: #FFF;
	color: red;
	text-align: center;
	line-height: 17px;
	font-size: 17px;
	padding:2px;
}

div.dosya_secim_iskelet .remove:hover{
	border: 1px solid #ccc;
	color: grey;
}