
.btn-file{
	position:relative !important;
	overflow:hidden!important
	}

.btn-file input[type=file]{
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	min-width:100% !important;
	min-height:100% !important;
	font-size:999px !important;
	text-align:right !important;
	filter:alpha(opacity=0) !important;
	opacity:0 !important;
	background:red !important;
	cursor:inherit !important;
	display:block !important
	}

.file-caption-disabled{
	background-color:#eee !important;
	cursor:not-allowed !important;
	opacity:1 !important
	}

.file-input .btn[disabled],.file-input .btn .disabled{
	cursor:not-allowed !important;
	}

.file-preview{
	border-radius:5px !important;
	border:1px solid #ddd !important;
	padding:5px;width:100% !important;
	margin-bottom:5px !important
	}

.file-preview-frame{
	display:table !important;
	margin:8px !important;
	height:160px !important;
	border:1px solid #ddd !important;
	box-shadow:1px 1px 5px 0 #a2958a !important;
	padding:6px !important;
	float:left !important;
	text-align:center !important
	}

.file-preview-frame:hover{
	background-color:#eee !important;
	box-shadow:2px 2px 5px 0 #333 !important
	}

.file-preview-image{
	height:150px !important;
	vertical-align:text-center !important
	}

.file-preview-text{
	display:table-cell !important;
	width:150px !important;
	height:150px !important;
	color:#428bca  !important;
	font-size:11px !important;
	vertical-align:middle !important;
	text-align:center !important
	}

.file-preview-other{
	display:table-cell !important;
	width:150px !important;
	height:150px !important;
	font-family:Monaco,Consolas,monospace !important;
	font-size:11px !important;
	vertical-align:middle;text-align:center !important
	}

.file-input-new .file-preview,.file-input-new .close,.file-input-new .glyphicon-file,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button{
	display:none !important
	}

.loading{
	background:transparent url('../img/loading.gif') no-repeat scroll center center content-box !important
	}

.wrap-indicator{
	font-weight:bold !important;
	color:#245269 !important;
	cursor:pointer !important
	}
 
