.info-box .info-box-text, .info-box .progress-description {
  white-space: initial !important;
}

@font-face {
  font-family: 'obiba';
  src: url('../fonts/obiba.eot');
  src: url('../fonts/obiba.eot#iefix') format('embedded-opentype'), url('../fonts/obiba.woff') format('woff'), url('../fonts/obiba.ttf') format('truetype'), url('../fonts/obiba.svg#obiba') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "obiba" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale  ;
}
[class^="io-"]:before,
[class*=" io-"]:before {
  font-family: "obiba" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.io-variable:before {
  content: "\e600";
}
.io-dataset:before {
  content: "\e601";
}
.io-harmo-dataset:before, .harmoMode .io-dataset:before {
  content: "\e602";
}
.io-study:before {
  content: "\e603";
}
.io-network:before {
  content: "\e604";
}
.io-taxonomy:before {
  content: "\e605";
}
.io-project:before {
  content: "\e607";
}
.io-initiative:before, .harmoMode .io-study:before {
  content: "\e608";
}
.io-dataschema:before, .harmoMode .io-variable:before {
  content: "\e609";
}
.small-box .icon > i.io {
  font-size: 70px;
}
.small-box:hover .icon > i.io {
  font-size: 75px;
}

[v-cloak] {
  display: none;
}

.total {
  font-weight: bold;
}

.wrapper {
  background: #f4f6f9;
}

.breadcrumb.breadcrumb-sm {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.badge.navbar-badge {
  font-weight: 700;
  right: 0px;
}

.card-body p:last-child, td p:last-child {
  margin-bottom: 0;
}

.card.card-none {
  border: none;
  box-shadow: none;
}

.card-body > div.border-bottom:last-child ,
#lines > div.border-bottom:last-child {
  border-bottom: none !important;
}

.dropdown-menu {
  z-index: 1040;
}

#cards .dropdown-toggle:not(.nav-link)::after {
  content: none;
}

.coverage-row-popup {
  position: fixed;
  z-index: 9999;
}
.coverage-row-popup .coverage-row-popup-content {
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.coverage-row-popup table tbody th {
  font-size: 12px !important;
  width: auto !important;
}
.coverage-row-popup table tbody td {
  font-size: 12px !important;
  color: black !important;
}
.diff del {
  text-decoration: none;
  background-color: rgba(255,129,130,0.4);
}
.diff ins {
  text-decoration: none;
  background-color: #abf2bc;
}

.schema-form-tabarray.form-card .tab-content .tab-pane.active, fieldset.form-card, .form-card li.list-group-item {
  border: 2px solid #cecece !important;
  border-radius: 20px !important;
  margin-bottom: 20px;
}

.schema-form-tabarray.form-card .tab-content .tab-pane.active, fieldset.form-card {
  padding: 20px;
}

.schema-form-tabarray.form-card.form-card-grey .tab-content .tab-pane.active, .form-card.form-card-grey li.list-group-item, fieldset.form-card.form-card-grey {
  background-color: #f4f6f9;
}

.schema-form-tabarray.form-card .tab-content .help-block {
  display: none;
}

.form-card.form-card-white li.list-group-item, fieldset.form-card.form-card-white {
  background-color: #ffffff;
}

fieldset.quote {
  background: #fff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em 0;
  padding-left: 1.5rem;
}

.tabs-right {
  display: none !important;
}

.st-node .active a {
  background-color: aliceblue;
}


*[id^="annotationsAccordion"] button::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f068";

  float: right;
}

*[id^="annotationsAccordion"] button.collapsed::after {
  content: "\f067";
}

div[id^="vosrs-charts-container"] div[id^="vosrs-charts-"] {
  min-height: 24em;
  max-height: 24em;
}

.progress-bar-transparent {
  opacity: 0;
}
