input.file,
input[type="file"]{
/*font-size:0.8em;*/
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:none;
}
.uploadBtn {
    display: none!important;
}
.uploadFile{
	background-color: #fff!important;
	color: #666!important;
	width: 60%!important;
	height: 40px!important;
	display: inline-block!important;
	margin: 0 0!important;
	-webkit-border-top-left-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
	-webkit-border-top-right-radius: 0px!important;
	-webkit-border-bottom-right-radius: 0px!important;
	-moz-border-radius-topright: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block!important;
    padding: 6px 12px;
    cursor: pointer;
	background-color: #BAB9B8;
	color: #000;
	width: 40%!important;
	height: 40px!important;
	text-align: center;
	line-height:1.8;
	margin-left: -5px;
	-webkit-border-top-left-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	-moz-border-radius-topleft: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
	-webkit-border-top-right-radius: 5px!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-moz-border-radius-topright: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}