/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	background-color: #094C21;
	background-image: linear-gradient(bottom, #094C21 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #094C21 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #094C21 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #094C21 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #094C21 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #094C21),
		color-stop(1, #094C21)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
	margin:5px;
	clear:both;
}
.uploadifive-button:hover {
	background-color: #0a9221;
	background-image: linear-gradient(top, #0a9221 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #0a9221 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #0a9221 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #0a9221 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #0a9221 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #0a9221),
		color-stop(1, #0a9221)
	);
	background-position: center bottom;
}
.uploadifive-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}

.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;
}
  #picupload{
    	font-size: 20px;
    width: 100px;
    height: 80px;
    border: solid 1px;
    display:inline-block;
    text-align: center;
    color: #767676;
    line-height: 80px;
    margin: 1em;
    cursor:pointer;
    	}
#choose
{
    display:none;
    }

/*******/
.file_bar {
    margin: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: .8;
    color: #fff;
    background: none repeat scroll 0 0 #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
}
.upload_append_list {
    height: 100%;
    margin: 1em;
    float: left;
    position: relative;
}
.upload_append_list a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    background: url("../img/bg.png") no-repeat scroll center 0 transparent;
}
.uploadImg {
    margin: auto;
    overflow: hidden;
    height:100px;
	width:100px;
}
.uploadImg img{
	min-width:50px;
	min-height:50px;
	max-height:100px;
    max-width:100px;
}
.uploadImg .upload_image {
    border: 0;
    display: block;
    width: 100%;
    height: auto!important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    max-height: none!important;
    max-width: none!important;
    min-height: 0!important;
    min-width: 0!important;
    transform: none;
    image-orientation: 0deg!important;
}
.upload_append_list img {
    border: solid 1px #ccc;
    vertical-align: middle;
}
.upload_image {
    padding: 0;
}
.file_hover{height:30px;cursor:pointer;width:30px;}
.file_del {
    background: url("../img/delete_white.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 18px;
    display: inline;
    -moz-user-select: none;
    position: absolute;
    right: 3px;
    margin-top: 4px;
}
#myloading
{
    width:40px;
    height:40px;
    padding:40px;
	border:0;
    float:left;
    }