﻿/*-------------JQuery File Uploader------------------*/
.fileinput-button input {
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        cursor: pointer;
}
 [role="button"],
 input[type="file"]{
     cursor:pointer;
 }    
 ::-webkit-file-upload-button {
    cursor:pointer;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 13px;
    background-color: #DF4F45;
    cursor: pointer;
    border: 0px;
    color: white;
    padding: 5px 20px 5px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
    width: 135px;
    font-weight: 600;
}
.fileinput-button:hover{
    background-color: #E33D32;
}
.uploadify {
	position: relative;
    height: 24px !important;
}
.uploadify {
	position: relative;
    height: 24px !important;
}
.uploadify-queue-item {
	background-color: #808080;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
    color: white;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('/img/uba/cancel.png') 0 0 no-repeat;
    background-size: contain;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.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;
}

.lastFileName
{
    float: left;
    display: block;
    padding-top: 5px;
}
.deleteUploadFileBtn{
    background-image: url("/img/uploadify-cancel.png");
    background-repeat:no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-top: 5px;
    padding-left:5px;
    width:16px;
    height:16px;
}