.column-record {
  overflow-y: auto;
}

.column-summaries {
  overflow-y: auto;
}

.column-table-record {
  height: 600px;
  max-height: 800px;
  overflow: visible;
}

.row-record {
  align-items: flex-start;
}

.upload-file {
  width: 90%;
  height: 60px;
  line-height: 60px;
  border: dotted 2px black;
  border-radius: 5px;
  background-color: #e7e8ea;
  text-align: center;
  margin: 5%;
}

.record {
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
}
.record .column-picos {
  min-height: 250px;
}
.record .box-record {
  flex: 1 0 auto;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 10px;
}
.record .box-summary {
  border: 1px solid black;
  border-radius: 5px;
  background-color: lightblue;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
.record .title {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}
.record .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  padding: 0;
}
.record .picos-accordion {
  border: 0px;
}
.record .description, .record .description-title {
  font-size: 12px;
  white-space: normal;
  overflow-x: hidden;
  word-break: break-word;
  margin: 0px;
}
.record .description-title {
  font-size: 15px;
  font-weight: bold;
}
.record .description-row {
  margin: 0;
  padding: 0;
}
.record .metadata-col {
  background-color: #e7e8ea;
  padding: 0px;
  border-color: 3px solid black;
  border-width: 3px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.record .metadata-text {
  font-size: 10px;
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: auto;
  flex: 1 1 auto;
  height: 100%;
}
.record .link {
  color: #fdca00;
}/*# sourceMappingURL=templates.css.map */