.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom + label {
    color: #8602C0;
}

.custom + label {
  border: 1px;
  background-color: #FFF;
  padding: 0;
  position: relative;
  height: 47px;
  width: auto;
  display: block;
}

.custom:focus + label,
.custom + label:hover {
  border-color: #722040;
}

.custom + label span {
  width: 74.8%;
  height: 100px;
  line-height: 52px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding-left: 20px;
  color:#999;
  font-weight:normal !important
}

.custom + label strong {
  height: 52px;
  line-height: 52px;
  color: #FFF;
  background-color: #0168AB;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding-left: 10px;
  text-align: center;
}

.custom + label:hover strong {
  background-color: #80B3D5;
  cursor: pointer;
}

.custom + label:hover span {
  cursor: pointer;
}
