/* CSS Document */


/* Uploader-Erweiterungen */
.su_fileUploadErr { display: none; padding: 4px 12px; margin: 10px 0px 20px 0px; border: 2px solid #600; background-color: #900; color: #fff;  font-size: 90%; }
.su_fileUploadSizeBarWrapper { display:block; width: 80%; margin: 0px auto 15px auto; }
.su_fileUploadSizeBar { display:block;  height: 16px; margin: 0px auto 5px auto; background-color: #fff; border: 1px solid #666; padding: 0px; text-align: left; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
.su_fileUploadSizeBar.unlimited { height: 16px; background-color: #CCC;   }
.su_showBar { display:inline-block; width: auto; height: 16px; background-color: #09F; margin: 0px; padding: 0px; vertical-align: top; text-align:center; color: #fff; font-size: 90%; line-height: 16px;  -webkit-border-radius: 8px 0px 0px 8px; -moz-border-radius:  8px 0px 0px 8px; border-radius:  8px 0px 0px 8px;  }
.su_showBar.fully {   -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
.su_showBarInfo {display:block; font-size: 84%; color: #666; text-align:center; }
#su_fileUpload_error { margin-top: 12px;}
.su_barSizeVal { display:block;  text-align:center; margin-top: -21px; font-size: 90%; color: #fff;}
.su_barSizeVal.bk { color: #333; }

.publicUpload{ padding-bottom: 10px;}
#dlgBasicUpload{  padding-bottom: 10px; display:inline-block; width: 70%; }

.su_showBarNoLimit {display:block; vertical-align: top; text-align:center; color: #666; font-size: 90%; line-height: 16px; background-color:#FFC;}
.alertPublic { display: block; padding: 4px 12px; margin: 10px 0px 0px 14px; border: 2px solid #F30; background-color: #F90; color: #fff; font-size: 90%; }
i.green { color: #060; }
#wrapperUpload { text-align:left;}
#wrapperUpload a { display:inline-block; border: 0px; background: none; color:#333; width: auto; min-width: inherit; margin: 0px;}
#wrapperUpload a i { margin-right: 4px; }
.btn_wl { padding: 2px 10px; background-color:#666; color: #fff; border: 0px;}
#txtWL_Add.fail { background-color:#FFE8E9; }

.qq-upload-file {
    overflow-y: hidden;
}

.noXHRalert { border: 2px solid #FC0; background-color: #F90; color: #fff; padding: 3px 8px; display: inline-block;margin-top: 15px;  font-size:90%; width: 100%; min-width: 200px; }
.noXHRalert.hidden  { display: none; }


        #trigger-upload {
            color: white;
            background-color: #00ABC7;
            font-size: 14px;
            padding: 7px 20px;
            background-image: none;
        }

        #fine-uploader-manual-trigger .qq-upload-button {
            margin-right: 15px;
        }

        #fine-uploader-manual-trigger .buttons {
            width: 36%;
        }

        #fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
            width: 60%;
        }


/* **************************** */
/* Anpassungen Uploader */		
/* **************************** */

/* Button für Upload */
div.buttons { display: block;}
div.hhelper { min-height: 40px; width: 10px; display:inline-block; vertical-align:top;}
.qq-upload-button {
    display: inline;
    width: auto;
    margin: 0px 10px 10px 0px;
    padding: 4px 12px;
    text-align: center;
    float: left;
    background: #222;
    color: #FFFFFF;
   -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 
    border: 1px solid #333;
	border-color: #333;
    box-shadow:none;
	font-size: 88%;
}
.qq-upload-button-hover {
    background: #222;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
 .qq-uploader {
    min-height: 50px;
    max-height: none;
	height:auto;
    overflow: hidden;
    border-radius: 0px;
	border: 0px;
    border-top: 0px dotted #666;
    border-bottom: 0px dotted #666;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	box-shadow: none;
	text-shadow: none;
}
.qq-upload-list {
    max-height: 1200px;
}
div.splitterLine {     
	border: 0px;
	border-bottom: 1px dotted #666;
	padding: 10px 0px;
}
div.splitterLine.flat {     
	padding: 0px;
}
.qq-upload-cancel
{
    background-color: transparent;
 	border: 0px; 
	box-shadow: none;
}
.qq-upload-cancel:hover {
    background-color: transparent;
}
.qq-upload-retry
{
    background-color: transparent;
 	border: 0px; 
	box-shadow: none;
}
.qq-upload-retry:hover {
    background-color: transparent;
}
.qq-upload-pause, .qq-upload-continue {
    background-color: transparent;
 	border: 0px; 
	box-shadow: none;

    text-shadow: none;
}
.qq-upload-pause:hover, .qq-upload-continue:hover {
    background-color: transparent;
}
.qq-upload-list li {
    line-height: 20px;
    font-size: 12px;
}
.qq-progress-bar-container-selector { background-color:#e5e5e5; height: 3px;}
.qq-progress-bar { background-color: #0099ff; height: 3px; }

.qq-total-progress-bar {
    height: 3px;
    border-radius: 9px;
	margin-top: 2px;
}

.qq-total-progress-bar-container {
    margin-left: 0px;
    display: inline-block;
    width: 100%;
}


.qq-upload-status-text {
    font-size: 12px;
    font-weight: 100;
    display: block;
}
.qq-upload-failed-text {
    display: block;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
