.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom + label {
    color: #aaafb5;
}

.custom + label {
  border: 1px;
  background-color: #FFF;
  border:#EEE solid 1px;
  padding: 0;
  position: relative;
  height: 40px;
  width: auto;
  display: block;
}

.custom:focus + label,
.custom + label:hover {
  border-color: #DDDDDD;
}

.custom + label span {
  width: 70%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding-left: 10px;
}

.custom + label strong {
  height: 40px;
  line-height: 40px;
  color: #FFF;
  background-color: #169AB6;
  float:right;
  vertical-align: middle;
  width: auto;
  padding: 0px 30px;
  font-weight:normal;
  font-size: 14px;
}

.custom + label:hover strong {
  background-color: #3276B1;
  cursor: pointer;
}

.custom + label:hover span {
  cursor: pointer;
}
