<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.docs-count-text-container {
  margin-top: 10px ;
  margin-bottom: 20px;
}

.docs-count-text-container span {
  float: right ;
}

.docs-count-text-container a {
  display: inline ;
}

#createNewModal .tag.label {
  font-size: 85%;
}

.msg .doc-id {
  font-weight: bold ;
}

.success-tag {
  font-weight:  bold ;
  margin-bottom: 10px ;
}

.open-curation-yes-no .btn-container {
  margin-top: 10px ;
}

.row.value-row.new {
  background-color: #ebffe0 ;
}
/* MODAL specific to entry page modals*/
.docs-status-modal .modal-header {
  background-color: #5fa2dd ;
  color: #fff ;
}

.docs-status-modal .close {
  color: #fff !important ;
  opacity: 1.0 !important ;
}
.create-new .gdp-context,
.create-new .dp-context{
  display: inline-flex;
  font-size: 0.6em ;
}
.create-new .dp-context .form-check.Pediatric{
  margin-left: 5px;
}
.create-new .condition-header{
  font-weight: bold;
  margin-bottom: 10px;
}

.create-new .vc-divider {
  border: 1px solid;
  color: grey;
}
.ac.gdp-association .panel-body{ 
  overflow: auto ;
  max-height: 200px
}

.ac.vcp-association .panel-body{
  max-height: 400px !important ;
}
.create-new .curation-type .radio {
  margin-top: -2px !important ;
}
.ac.gdp-association .panel-body .col,
.ac.dp-association .panel-body .col {
  padding-left : 5px !important ;
  padding-right: 5px ! important ;
}
.create-new .vdp .variant-description {
  margin-bottom: 5px ;
}
.create-new .vdp .condition {
  margin-left : 5px;
}
.create-new .conditions.section {
  background-color: #E18B190F;
  border: solid 2px #163446;
  border-radius: 0.3em;
  margin-right: 3px !important;
  margin-left: 4% !important;
  margin-top: 5px;
}
/* END of MODAL style*/
.logout-btn-container {
  margin-right: 10px;
}

.versions-panel .row.value-row:nth-child(odd) {
  background-color: #f8f8fc;
}

.last-edited {
  color: #0FA800;
}

.doc-versions-container .versions-panel .row.value-row:not(:last-child) {
  border-bottom: 1px dashed lightgrey;
}

#errorModal .modal-body .error-code .name, #errorModal .modal-body .error-msg .name {
  font-weight: bold ;
}

.fa-plus-circle {
  cursor:pointer;
  color: #2ECC71;
}

/*.duplicate-plus {
  font-size: 24px;
}
*/
.modal-dialog {
  max-width: 80%;
  width: 50%;
  min-width: 70%;
}
</pre></body></html>