@charset "UTF-8";

/* File Upload */
.custom-file { position:relative; height: 40px;}
.form-control-file {
	width: 100%;
	height: 40px;
	opacity: 0;
	z-index: 2;
  position:absolute;
}

.faux-file {
  position:absolute;
  width:100%;
	height: 40px;
}

.file-control-label {
  position:absolute;
  width:80%;
  border-right:none;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  color:#999999;
}
.form-control.file-control-label {padding-top:6px;}
.file-control-label.selected { color:#000000;}

.file-control-button {
  position:absolute;
  display: block;
  width:20%;
  right:0;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

.right-counter { width:auto;float:right;display: block;margin-top:5px;margin-bottom:10px;color:black; }
.left-help { width:40%;float:left; }

