.importPatients_dropzone {
  height: 100px;
  width: 90%;
  background-color: #f3f3f3;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #cacaca;
  position: relative;
  min-height: 100px;
  padding: 0px 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb6b6;
  font-size: 14px;
}
td,
th {
  padding: 5px 20px;
  width: 151px;
}
th:first-child {
  left: 5px;
}
.importPatients_explanation {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.tableBlock {
  overflow-x: scroll;
  overflow-y: visible;
  margin-left: 120px;
  width: 700px;
  table-layout: fixed;
  margin: 10px auto 0px auto;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.importPatients table.titleRow {
  background-color: white;
  width: 100%;
  height: 35px;
  padding-left: 20px;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #95989a;
}
.importPatients table.titleLabel {
  font-size: 16px;
}
.importPatients table.titleLabel-invalid {
  font-size: 16px;
  color: red;
}
.importPatients table.titleLabel select {
  margin: 5px 5px;
}
.importPatients_importButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 5px auto;
}
.importPatients_cancelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 5px auto;
}
.importPatients_cancelButton .careButton {
  margin: 0px 20px;
}
.importPatients_validationNumbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  font-size: 20px;
  font-weight: bold;
}
.importPatients_validationNumbers table {
  margin: 0px 10px;
}
.importPatients table.titleRow-valid {
  padding: 5px 0px;
  background-color: #489dff4a;
  text-align: center;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  height: auto;
}
.importPatients_previewBox_tables {
  display: none;
}
.importPatients_previewBox_tables_toggle {
  width: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #489dff;
  margin: 10px auto;
}
.importPatients table.titleRow-invalid {
  padding: 5px 0px;
  background-color: #ff000066;
  text-align: center;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  height: auto;
}

.itemRows {
  background-color: white;
  width: 100%;
  height: 22px;
  padding-left: 20px;
  margin-right: 20px;
}

.itemLabel {
  font-family: "Raleway";
  line-height: 21px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
}
