.uploadfile { height: 54px; }
	.uploadfile:hover {
		-webkit-box-shadow: inset 0px 3px 5px #444;
		box-shadow: inset 0px 3px 5px #444;
	}
	.uploadfile img { max-width: 100%; }
	.uploadfile pre {
		width: 95%;
		height: 8em;
		font-family: monospace;
		font-size: 0.9em;
		padding: 1px 2px;
		margin: 0 0 1em auto;
		border: 1px inset #666;
		background-color: #eee;
		overflow: auto;
	}
	.uploadfile.uploadaddmore div.uploader {
		height: 100%;
		left: 0;
		margin-left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		z-index:10;
	}
	.uploadfile.uploadaddmore div.uploader input {
		border: medium none;
		cursor: pointer;
		height: 94px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		width: 816px;
	}
div.filedrag {
	float: none !important;
	line-height: 32px;
	margin-left: 0 !important;
}
.uploadfile input[type="file"] {
	font-family: Arial;
	font-size: 215px;
	height: auto;
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 100000;
	text-decoration: underline;
}

/* Commented by ITG to enable click event of "Cross button" - Start 
.uploadfile .filename {
	display: none;
	line-height: 25px;
	margin-left: 65px;
	margin-top: 20px;
}
Commented by ITG to enable click event of "Cross button" - End */

.pdrag { float: left; }
	.pdrag span {
		text-decoration: underline;
		color: #3399FF;
		cursor: pointer;
	}
	
/* Commented by ITG to enable click event of "Cross button" - Start 
.spanstatus {
	display: block;
	float: left;
	margin-top: 25px;
	margin-left: 34px;
	font-style: oblique;
}
.progressbar {
	background-color: #D6D6D6;
	border: none;
	border-radius: 6px;
	display: none;
	height: 12px;
	margin-left: 10px;
	margin-top: 25px;
	width: 410px;
}
Commented by ITG to enable click event of "Cross button" - End */

.ui-progressbar-value {
	background: url('https://static.peoplehr.net/202506198-hotfix000000/Images/bg-progress.png') repeat-x;
	border: none;
	border-radius: 6px;
	height: 12px;
    margin-left: 0 !important;
}

/* Commented by ITG to enable click event of "Cross button" - Start 

.cross-cancel
{
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('https://static.peoplehr.net/202506198-hotfix000000/Images/cross-cancel.png');
	display: none;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}

Commented by ITG to enable click event of "Cross button" - End */

/* Added by ITG to enable click event of "Cross button" - Start */

.spanstatus {
    display: block;
    float: left;
    font-style: oblique;
    margin-left: -29px;    
}

.progressbar {
    background-color: #D6D6D6;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    display: none;
    height: 12px;
    margin-left: 10px!important;
    margin-top: 10px;
    width: 410px;
}

.cross-cancel {
    background-image: url("https://static.peoplehr.net/202506198-hotfix000000/Images/cross-cancel.png");
    display: none;
    float: left;
    height: 11px;
    margin-left: 10px;
    margin-top: 10px;
    width: 11px;
}

.uploadfile .filename {
	display: none;
	line-height: 25px;
	margin-left: -29px;
}

/* Added by ITG to enable click event of "Cross button" - End */
