/* Date */
.bbf-date .bbf-date {
  width: 4em
}

.bbf-date .bbf-month {
  width: 9em;
}

.bbf-date .bbf-year {
  width: 5em;
}

/* DateTime */
.bbf-datetime select {
  width: 4em;
}

/* List */
.bbf-list{
  margin-top: -20px
}
.bbf-list li {
  margin-bottom: 5px
}
.bbf-list .bbf-del {
  margin-left: 8px;
  padding-left: 8px;
}
/* List.Modal */
.bbf-list-modal {
  cursor: pointer;
  color: #555;
}
.loaderIconFileUpload {
  background: url("../images/loader.gif") no-repeat scroll center center #fff;
  width: 50px;
  height: 50px;
}
.upload-error{
  color: red;font-size: 18px;
}
.file-list{
    margin: 0px;
    float: left;
}
.btn-add{
    margin-top: 19px;
}