/*[fmt]1A90-1A0A-3*/
.bfcs_fileForm * {
	z-index: 0;
}
.bfcs_browseButton {
    background: url(/images/paperclip.png) no-repeat center center;
}
.bfcs_filePanel #javaFilePanelLoading {
    background: url(/images/processing.gif) no-repeat 50% 10px;
    height: 30px;
    text-align: center;
    padding-top: 35px;
    margin-top: 5px;
}
.bfcs_filePanel.javaHint .bfcs_feedbackPanel {
/* 	width: 100%; */
	padding: 5px 5px;
	margin: -5px 0px 10px 0px;
	border: none;
	
    /* Gradient */
    background: #9c9d9f; /* Old browsers */
	background: -moz-linear-gradient(top, #9c9d9f 0%, #58585a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9d9f), color-stop(100%,#58585a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9c9d9f 0%,#58585a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9c9d9f 0%,#58585a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9c9d9f 0%,#58585a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9c9d9f 0%,#58585a 100%); /* W3C */
}
.bfcs_filePanel.javaHint .feedbackPanel li {
	padding-bottom: 0;
	min-height: 42px;
	max-height: 70px;
}
.bfcs_filePanel.javaHint .feedbackPanel li span {
	margin: 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}
.bfcs_filePanel.javaHint .feedbackPanel li.feedbackPanelWARNING {
	background: url(/images/no_java.png) no-repeat center left;
	padding: 5px 15px 5px 60px;
}
.bfcs_fileList {
    display: block;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
    z-index: 200;
}
.bfcs_fileList .wicket-mfu-container {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.bfcs_fileListEntry {
    position: relative;
    
    border: 1px solid #F3971B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    margin-bottom: 5px;
    height: 24px;
    overflow: hidden;
}
.bfcs_fileListEntryName {
    display: block;
    position: absolute;
    left: 4px;
    top: 1px;
    line-height: 22px;
    width: 400px;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
}
.bfcs_removeFileListEntryButton {
    position: absolute;
    top: 1px;
    right: 4px;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 22px;
    width: 18px;
    font-size: 0;
    background: transparent url('/images/button_remove.png') no-repeat center center;
    vertical-align: middle;
}
.bfcs_removeFileListEntryButton:hover {
    background: transparent url('/images/button_remove_hover.png') no-repeat center center;
}
.bfcs_fileList input.wicket-mfu-field {
    cursor: pointer;
    position: absolute;
    top: -77px;
    right: 380px;
    height: 65px;
    z-index: 1000;
    filter: alpha(opacity = 0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.bfcs_fileList .wicket-mfu-caption {
    display: none;
}
div.bfcs_uploadFiles {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}
.bfcs_uploadFiles div.item {
    padding: 10px 10px 10px 40px;
    background-position: center left;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
}
.bfcs_uploadFiles div.item.bar {
    padding: 5px 10px 5px 40px;
}
.bfcs_uploadFiles div.bfcs_midst {
    border-bottom: 1px solid #F3971B;
}
.bfcs_uploadFiles .bfcs_uploadFilePending {
    background-image: url(/images/hourglass.png);
}
.bfcs_uploadFiles .bfcs_uploadFileProcessing {
    background-image: url(/images/processing.gif);
}
.bfcs_uploadFiles .bfcs_uploadFileReady {
    background-image: url(/images/done.png);
}
.bfcs_uploadFiles .wupb-progressBar {
	height: 15px;
	
    margin: 5px;
}
.bfcs_uploadFiles .wupb-progressBar .wupb-background {
	background: #3ebef9; /* Old browsers */
	background: -moz-linear-gradient(top, #3ebef9 0%, #2ea2bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ebef9), color-stop(100%,#2ea2bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3ebef9 0%,#2ea2bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3ebef9 0%,#2ea2bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3ebef9 0%,#2ea2bb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3ebef9 0%,#2ea2bb 100%); /* W3C */
}
.bfcs_uploadFiles .wupb-progressBar .bfcs_progressInfoLabels {
	width: 95%;
	padding: 2px 4px 0 4px;
	overflow: hidden;
}
div.bfcs_transferMode {
	position: absolute;
	top: -27px;
	right: 0;	
	
	white-space: nowrap;
	overflow: hidden;
	
	margin-left: -1px;
}
div.bfcs_transferModeControls {
	z-index: 120;
	white-space: nowrap;
	overflow: hidden;
	
	background: #FFFFFF;
	
	display: inline-block;
	/* IE7 Hack */
	zoom: 1;
	*display: inline;
	
	border-left: 0;
	border-top: 1px solid #f3971b;
	border-right: 1px solid #f3971b;
	border-left: 1px solid #f3971b;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	border-radius: 10px 10px 0 0;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
}
div.bfcs_transferModeControls .mode {
	position: relative;
	display: inline-block;
	/* IE7 Hack */
	zoom: 1;
	*display: inline;
}
div.bfcs_transferModeControls .mode div {
	height: 24px;
	width: 24px;
	
	cursor: default;
}

div.bfcs_transferModeControls .mode .mask {
	cursor: pointer;
	
	position: absolute;
	top: 0;
}
div.bfcs_transferModeControls .mode .simple_mode {
	background: url("/images/simple_mode.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode .html5_mode {
	background: url("/images/html5_mode.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode .java_mode {
	background: url("/images/java_mode.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive .simple_mode {
	background: url("/images/simple_mode_inactive.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive .html5_mode {
	background: url("/images/html5_mode_inactive.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive .java_mode {
	background: url("/images/java_mode_inactive.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive:hover .simple_mode {
	background: url("/images/simple_mode_hover.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive:hover .html5_mode {
	background: url("/images/html5_mode_hover.png") no-repeat center center;
}
div.bfcs_transferModeControls .mode.inactive:hover .java_mode {
	background: url("/images/java_mode_hover.png") no-repeat center center;
}
.bfcs_fileForm .html5_drop_zone {
	position: absolute;
	top: 0;
	left: 0;
    z-index: 100;
	
	width: 100%;
	height: 100%;
}
