/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	width:100% !important;
	height:100% !important;

}
.uploadifive-button:hover {

}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.uploadifive-queue-item.error .fileinfo{
	color: #ff0000;
}



.uploadifive-button {
	float: left;
	margin-right: 10px;
}

.input-file-img{

	border: #b9b9b9 2px dashed !important;
	width:100%;
	height:185px;

	margin-right:10px;
	margin-bottom:10px;
	background:url(upload.png) no-repeat center 15px;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;}
.input-file-img:hover{
	box-shadow: 0 0 5px rgb(215, 215, 215);
	border: 1px solid #8bade4;
}
.input-file-img div.bilgi{
	text-align:center;
	padding-top: 130px;


}

.input-file-img .fa{

	background: #FFF;
	padding:3px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:0;
	font-size:20px !important;
	color:#900 !important;
	display: none;
	cursor:pointer;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 1);
}

.input-file-img img{position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.input-file-img input{
	cursor:pointer !important;
	display: block;
	position: relative;
	z-index: 0;
	width: 100% !important;
	height:100% !important;
	opacity: 0 !important;}




.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue {


	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;

}