.form__box--wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form__box--wrap {
  margin-bottom: 20px;
}
.form__box--left,
.form__box--right {
  display: flex;
  align-items: center;
}
.form__box--left > *:not(:last-child),
.form__box--right > *:not(:last-child) {
  margin-right: 10px;
}

.list_top .list_search {
  width: 100%;
}
.view_form__file {
  color: #fff;
}
.view_form__file--span {
  color: #fff;
}

.list_top.height_95 {
  height: 95px;
}

.adef_btn {
  min-width: 80px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
}
.adef_btn.green {
  background: #4ba24e;
  color: #fff;
  border: none;
}

.w_100 {
  width: 100%;
}
