/* -- Form Styles ------------------------------- */

.uploader {
	margin-top: 5px;
	padding-top: 5px;
}

.uploader div.fieldset {
	border:  1px solid #fff;
	margin: 10px 0;
	padding: 10px 10px;
}
.uploader div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -20px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #303030;
	background-color: #fff;
}

.uploader div.flash {
	width: 471px;
	margin: 5px 0px;
	border-color: #dcdcdc;

}



.uploader input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.uploader label {
	width: 150px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

.uploader #btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	overflow: hidden;
	background: #eccecf;
	border:2px solid #9e0b0f;
	padding:10px;
	font-weight:bold;
	font-size: 11px;
	position: absolute;
	margin-top: 10px;
	margin-left: 50px;
	width: 600px;
	opacity:0.8;
	filter: alpha(opacity=80);

}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/btns/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.stack .thumbnails img {
    width: 150px;
    margin: 5px;
}
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
.uploadError {
	border: 1px solid #303030;
	min-height: 20px;
	width: 385px;
	padding: 5px;
	margin: 5px;
	background-color: #FF3333;
	font-size: 12px;
	color: #fff;
}
.uploadSuccess {
	border: 1px solid #303030;
	min-height: 20px;
	width: 385px;
	padding: 5px;
	margin: 5px;
	background-color: #33FF33;
	font-size: 12px;
	color: #fff;
}
#divStatus {
	font-size: 11px;
	text-align: right;
	padding-right: 25px;
}



/* -- JQ Uploader Object Styles ------------------------------- */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f90;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: all .6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}

.files>div {
	padding: 16px;
    background-color: #fafafa;
    padding-bottom: 1px;
    margin-bottom: 16px;
}
.files .btn-right {
	text-align: right;
    float: right;
    margin-top: -10px;
}
.upload_box .upload_file {
	padding-top: 10px;
}
.upload_box div.status {
	display: block;
    font-size: 14px;
    width: 80%;
    color: red;
	color: green;
	border: none !important;
	background-color: transparent !important;

}
.upload_box div.red, .upload_box span.red {
    color: #ec5840;
}

.upload_box div.text-danger, .upload_box span.text-danger {
    color: red;
}

