/*
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: 0px;
}

#fileQueueExceDetail{
	position: absolute;
    left: 31%;
    top: 43%;
    z-index: 99999;
}
#uploadifyPDF .swfupload,#uploadifyKpttExcel .swfupload,#uploadifyImg .swfupload,#uploadifyExcel .swfupload,#uploadify .swfupload{filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0;}
/*
.uploadify-button {
	
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	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%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}

.user-tab .tab-right .upguiji .a-upload {
  padding: 6px 12px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 20px 0px 0px 15px;
}
*/

.uploadify .uploadify-button {
	cursor: pointer;
	background-color: #337ab7;
	background-image: linear-gradient(bottom, #337ab7 0%, #337ab7 100%);
	background-image: -o-linear-gradient(bottom, #337ab7 0%, #337ab7 100%);
	background-image: -moz-linear-gradient(bottom, #337ab7 0%, #337ab7 100%);
	background-image: -webkit-linear-gradient(bottom, #337ab7 0%, #337ab7 100%);
	background-image: -ms-linear-gradient(bottom, #337ab7 0%, #337ab7 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #337ab7),
		color-stop(1, #337ab7)
	);
	background-position: center top;
	background-repeat: repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 4px;
	border: 0px solid #2e6da4;
	color: #FFF;
	text-align: center;
	display: inline-block;
	*display: inline;
    *zoom: 1;
}
#uploadifyExcel-button{
	padding:0px 12px;
}


.uploadify:hover .uploadify-button {
	color: #fff;
	background: #286090;
	border-color: #204d74;
    text-decoration: none;
	background-image: linear-gradient(top, #286090 0%, #286090 100%);
	background-image: -o-linear-gradient(top, #286090 0%, #286090 100%);
	background-image: -moz-linear-gradient(top, #286090 0%, #286090 100%);
	background-image: -webkit-linear-gradient(top, #286090 0%, #286090 100%);
	background-image: -ms-linear-gradient(top, #286090 0%, #286090 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #286090),
		color-stop(1, #286090)
	);
	background-position: center bottom;
}


.uploadify-button.disabled {
	cursor: not-allowed;
	background-color: #848484;
	background-image: linear-gradient(bottom, #848484 0%, #848484 100%);
	background-image: -o-linear-gradient(bottom, #848484 0%, #848484 100%);
	background-image: -moz-linear-gradient(bottom, #848484 0%, #848484 100%);
	background-image: -webkit-linear-gradient(bottom, #848484 0%, #848484 100%);
	background-image: -ms-linear-gradient(bottom, #848484 0%, #848484 100%);
	border: 1px solid #848484;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #848484),
		color-stop(1, #848484)
	);
}
.uploadify:hover .uploadify-button.disabled {
	color: #fff;
	background: #848484;
	border-color: #848484;
    text-decoration: none;
	background-image: linear-gradient(top, #848484 0%, #848484 100%);
	background-image: -o-linear-gradient(top, #848484 0%, #848484 100%);
	background-image: -moz-linear-gradient(top, #848484 0%, #848484 100%);
	background-image: -webkit-linear-gradient(top, #848484 0%, #848484 100%);
	background-image: -ms-linear-gradient(top, #848484 0%, #848484 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #848484),
		color-stop(1, #848484)
	);
	background-position: center bottom;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	/*max-width: 350px;*/
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
	color:	#333;
}
.fileName span{color:	#333;}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
/*.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
*/
.uploadify-progress {
	margin-top: 10px;
	width: 100%;
 	background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.uploadify-progress-bar {
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	background-color: #5cb85c;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
}
#fileQueue1 .uploadify-progress{height: 10px;}
#fileQueueImgDetail .uploadify-progress{height: 13px;}
#fileQueue{width:280px;border:0px solid #e5e5e5;backgroud-color:#fff; position: absolute; z-index:9999; margin-top:30px;}
.ca_jdt{position: absolute;z-index: 1;background: #fff;border-radius: 5px;}

#uploadfyCheck{margin-bottom:0px;}
#uploadfyCheck .uploadify-button-text{font-size:12px;}
#uploadifyEntLogo{margin-bottom:0px;}
#uploadifyEntLogo .swfupload{left:-5px;margin-bottom:0px;}