/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	margin-top:-2px;
    width: 124px;
    height:20px
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	width: 300px;
    float:left;
}
.uploadify-progress-bar {
	background-color: #FA9004;
	height: 3px;
	width: 1px;
}

.fileName{
    display:block;
    float:left
}

.info_zdjecia{
    display:table;
    width:100%;
    margin:3px 0 6px 0
}

.mini{
  display:table-cell;
  vertical-align: top;
  color:#666
}

.mini{
  width:70px
}


.uploadify-queue-item input.ukryj{
    color:#666!important;
    border:none!important;
    font: 11px Arial, sans-serif!important;
    margin:1px!important
}

.uploadify-queue-item input.ukryj:focus{
    border:1px solid #ccc!important;
    margin:0!important
    
}

.uploadify-queue{
    position:fixed;
    background: #eee;
    top:100px;
    left:50%;
    margin-left:-135px;
    width:300px;
    padding:15px;
    box-shadow:0 0 10px #555;
    z-index:99;
    display:none
}