@charset "UTF-8";
.tdi--noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tdi--text-overflow-wrapper {
  overflow: auto;
  max-width: 100%;
}
.tdi--text-overflow-wrapper > table {
  border-collapse: separate;
}

#tdi--tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 90%;
}
#tdi--tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tdi--tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tdi--tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tdi--tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

tr {
  height: 20px;
}

section img {
  max-width: 100%;
  height: auto;
}

.marginbottom-none {
  margin-bottom: 0;
}

span.highlight {
  background-color: #d6ecff;
}

table.standard th, table.standard td {
  text-align: right;
}
table.standard th:first-child, table.standard td:first-child {
  text-align: left;
}
table.standard th.notes, table.standard td.notes {
  text-align: center;
}
table.standard th.text-center, table.standard td.text-center {
  text-align: center;
}
table.standard th.text-right, table.standard td.text-right {
  text-align: right;
}
table.standard th.text-left, table.standard td.text-left {
  text-align: left;
}
table.standard th {
  vertical-align: bottom;
}
table.standard td {
  vertical-align: top;
}
table.standard th.top, table.standard td.top {
  vertical-align: top;
}
table.standard th.bottom, table.standard td.bottom {
  vertical-align: bottom;
}
table.standard th.middle, table.standard td.middle {
  vertical-align: middle;
}

.list-style-none {
  list-style: none;
}

.list-style-square {
  list-style: square;
}

.list-style-circle {
  list-style: circle;
}

.list-style-disc {
  list-style: disc;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

.search .search-result {
  padding-bottom: 10px;
}
.search .search-result h3 {
  margin-bottom: 5px;
}
.search .search-result .search-result-snippet .snippet-searchresult-highlight {
  font-weight: bold;
}

/* Empty results container (no active search) takes no space in the content region. */
#staticSearchResults:empty {
  display: none;
}

#staticSearchResults {
  /* Search result design matching the classic (database) search results layout. */
}
#staticSearchResults .result-item-icons {
  position: absolute;
  top: 5px;
  right: 5px;
}
#staticSearchResults #searchresults div.view-content {
  margin: 0;
}
#staticSearchResults #searchresults div.views-row {
  border-bottom: 1px solid rgb(200, 219, 238);
  padding-bottom: 20px;
  line-height: 150%;
}
#staticSearchResults #searchresults h2 {
  padding-right: 32px;
  font-size: 140%;
  margin: 15px 0 5px 0;
}
#staticSearchResults #searchresults .fileinfo {
  color: #999999;
  font-size: 90%;
  font-weight: normal;
}
#staticSearchResults .snippet-searchresult-highlight {
  font-weight: bold;
}

/* Static search box: rounded input matching the classic search-container design. */
.search-container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .search-container {
    float: right;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-container .search-block {
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.search-container #staticSearchForm {
  position: relative;
}
.search-container #staticSearchForm .searchString {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid rgb(91, 136, 182);
  border-radius: 50px;
  padding: 5px 40px 5px 15px;
  outline: none;
  background-color: #ffffff;
}
@media all and (min-width: 600px) {
  .search-container #staticSearchForm .searchString {
    width: 300px;
    height: 46px;
  }
}
.search-container #staticSearchForm .searchString::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search-container #staticSearchForm .icon-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgb(91, 136, 182);
  pointer-events: none;
}
.search-container #staticSearchForm .icon-search::before {
  content: "🔍";
}
/*# sourceMappingURL=tangelo.css.map */