/** File Upload **/
.uploadifyQueueItem {
    background-color: #F5F5F5 !important;
    border: 2px solid #E5E5E5 !important;
    font: 85% Verdana, Geneva, sans-serif;
    margin-top: 5px !important;
    padding: 10px !important;
    /*width: 350px;*/
}

.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyQueueItem .file_attached{
    margin-right: 5px !important;	
}
.uploadifyQueueItem .fileName{
    width: auto !important;
    padding: 0px !important;
}
.uploadifyQueueItem .percentage{
    width: auto !important;
    padding: 0 0 0 5px !important;
}
.uploadifyQueue .completed {
    background-color: #E5E5E5 !important;
    padding-bottom: 25px !important;
}

.uploadifyQueue .uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
    padding-bottom: 25px !important;
}

.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
    clear: both;
    padding: 0px !important;
    margin: 0 !important;
}
.uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
    padding: 0px !important;
}

/** File Upload - HTML5 **/
.uploadifive-button {
	content: " hello ";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: #ffc531; 
    width: auto!important; 
    color: #ffffff!important; 
    font-size: 24px!important; 
    font-weight: 600!important; 
    padding: 10px 35px!important; 
    border-radius: 30px!important;  
    margin: 0 auto;
    display: inherit; 
    margin-top: 20px;
    height: unset !important;
    border-radius: 20px;
    border: none;
    padding: 12px 20px;
    width: 100%;
    box-shadow: 5px 5px 10px #04112430;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #cfcfcf;
    overflow: unset !important;
    /*margin-right: 50px;*/
}
.uploadifive-button:hover {
   /* 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;*/
}
.uploadifive-queue-item {
    background-color: #FFF !important;
    border: 2px solid #E5E5E5 !important;
    font: 85% Verdana, Geneva, sans-serif;
    margin-top: 5px !important;
    padding: 10px !important;
    /*width: 350px;*/
    border-radius: 8px;

}
.uploadifive-queue-item.error {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}
.uploadifive-queue-item .close {
    background: url('../img/delete.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: 8px 0 0 0 !important;
    width: 100%;
    padding: 0 !important;
    clear: both;
}
.uploadifive-queue-item .progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 0;
    padding: 0 !important;
}
.uploadifive-queue-item div{
    overflow: auto;
    padding-bottom: 0 !important;
}
.uploadifive-queue-item span{
    width: auto !important;
}
.uploadifive-queue-item span.fileinfo{
    margin-left: 5px !important;
}

.right_label object,.left_label object{
    float: left;
}

#main_body form.right_label li div.uploadifyQueue,
#main_body form.left_label li div.uploadifyQueue{
    clear: both;
    width: 98%;
}

#main_body form.right_label li div.uploadifyQueueItem,
#main_body form.left_label li div.uploadifyQueueItem{
    width: 98%;
    padding-bottom: 8px !important;
}

#main_body form.right_label li div.cancel,
#main_body form.left_label li div.cancel{
    width: auto;
    margin: 0px;
    padding: 0px;
    float: right;
}

#main_body form.right_label li div.uploadifyProgress,
#main_body form.left_label li div.uploadifyProgress{
    margin-top: 10px !important;
}

#main_body form.right_label li div.uploadifyProgressBar,
#main_body form.left_label li div.uploadifyProgressBar
{
    width: 1%;
}
.validationError{
    border: solid 1px red !important;
}