.vendre-p-ftp-upload--box {
  /*border: 1px solid black;*/
  padding: 0;
  margin: 16px auto;

  /*display: flex;*/
  align-items: center;
  justify-content: center;

  width: 100%;
  /*min-height: 200px;*/
  margin-bottom: 40px;
  margin-top: -5px;
}

.vendre-p-ftp-upload--box .vendre-p-ftp-upload--state__initial {
  /*min-height: 266px;*/
}

.vendre-p-ftp-upload--row {
  margin-bottom: 16px;
}

.vendre-p-ftp-upload--file-delete-button,
.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__loading,
.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__done,
.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__error {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding-left: 20px !important;
  position: relative;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__loading,
.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__done,
.vendre-p-ftp-upload--state.vendre-p-ftp-upload--state__error {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  line-height: 50px;
  color: #FFF;
  background-color: black;
  padding: 10px 5px;
  font-style: italic;
}

.vendre-p-ftp-upload--file.button.secondary {
  margin-bottom: 0;
  width: 100%;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-color: #e27382 !important;
}

.vendre-p-ftp-upload--file-delete-button.alert {
  background-color: #3eb0b9 !important;
}

.vendre-p-ftp-upload--status-icon {
  font-size: 80px;
}

.vendre-p-ftp-upload--status-icon__success {
  color: #00e200;
  font-weight: bold !important;
}

.vendre-p-ftp-upload--status-icon__error {
  color: red;
}
ul.vendre-p-ftp-upload--rows {
  list-style: none;
  margin: 0;
}
.vendre-p-ftp-upload--file-delete-button .zmdi-delete {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}

.customer-type-student-teacher-choice {
  display: flex;
  align-items: center;
}
.customer-type-student-teacher-choice input[type=checkbox] {
  margin-bottom: 0;
}
.customer-type-student-teacher-choice-info-text {
  padding: 25px !important;
  border: 2px solid #3eb0b9 !important;
  border: 2px solid #e27382 !important;
  font-size: 14px;
  text-align: left !important;
  font-weight: bold !important;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
.customer-type-student-teacher-choice-info-text.delete {
  /*border-color: #e27382 !important;*/
  border-color: #3eb0b9 !important;
}
.customer-type-student-teacher-choice-info-text.loading
.customer-type-student-teacher-choice-info-text.done
.customer-type-student-teacher-choice-info-text.error {
  border-color: #000000 !important;
}
