.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;
}

/* clp -specific changes: */
.table-wrap table {
  table-layout: fixed;
  /* at least needed in Xopus */
}
.table-wrap table td, .table-wrap table th {
  font-weight: inherit !important;
}
.table-wrap table td[align=left], .table-wrap table td.left, .table-wrap table th[align=left], .table-wrap table th.left {
  text-align: left !important;
}
.table-wrap table td[align=center], .table-wrap table td.center, .table-wrap table th[align=center], .table-wrap table th.center {
  text-align: center !important;
}
.table-wrap table td[align=right], .table-wrap table td.right, .table-wrap table th[align=right], .table-wrap table th.right {
  text-align: right !important;
}
.table-wrap table td[valign=top], .table-wrap table td.top, .table-wrap table th[valign=top], .table-wrap table th.top {
  vertical-align: top !important;
}
.table-wrap table td[valign=middle], .table-wrap table td.middle, .table-wrap table th[valign=middle], .table-wrap table th.middle {
  vertical-align: middle !important;
}
.table-wrap table td[valign=bottom], .table-wrap table td.bottom, .table-wrap table th[valign=bottom], .table-wrap table th.bottom {
  vertical-align: bottom !important;
}
.table-wrap table td.image, .table-wrap table th.image {
  padding-right: 0px;
}
.table-wrap table td.image img, .table-wrap table th.image img {
  min-width: 25px;
}

.table-wrap table.data-table td:nth-of-type(2) {
  background: transparent !important;
}
.table-wrap table.data-table td:nth-of-type(2).highlight {
  background-color: #e5f5f5 !important;
}
.table-wrap table.data-table tr:hover td {
  background-color: #e5f5f5 !important;
}

td.highlight {
  background-color: #e5f5f5 !important;
}

td.verified {
  background-color: #FDC240 !important;
}

.material-issues a:hover span {
  white-space: normal;
}

.case-study button {
  background: #3ac2c0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}
.case-study label {
  background: transparent;
  padding: 9px 0;
  margin-left: 10px;
  color: #3ac2c0;
  border-bottom: 1px solid #3ac2c0;
  width: 80px;
}
.case-study .img-block {
  margin-bottom: 30px;
}
.case-study .img-block img {
  margin-bottom: 0 !important;
}

.wrap-tabs h2 {
  font-weight: 700;
}

.table-title, .image-title {
  color: #3ac2c0 !important;
}

table p, table li {
  line-height: inherit;
  margin-bottom: inherit;
}

.table-wrap table tr:hover td {
  background-color: #e5f5f5 !important;
}

.lang-zh body, .lang-zh-cn body {
  font-family: "Microsoft JhengHei", "Roboto Condensed", sans-serif;
}

.chapter {
  position: relative;
  margin: 0 auto;
}
.chapter .chapter-bg {
  height: 300px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.chapter .content {
  background-color: #f7f7f7;
  margin-top: -100px;
}

/* default content tangelo.scss:*/
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;
}

.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;
}

.title-line.title-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.title-line.title-banner .container-fluid {
  position: relative !important;
  height: 200px !important;
}
.title-line.title-banner .container-fluid .container-title {
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  width: 100%;
}
.title-line.title-quote h1 {
  text-align: left !important;
}

@media (min-width: 991px) {
  .title-line.title-banner .container-fluid {
    height: 302px !important;
  }
}
.gri {
  font-size: azc(7pt);
  color: #706f70;
}

.items-about {
  margin-top: 70px;
}

.caption {
  font-style: italic;
}

.left-nav li:hover:first-child a {
  width: auto;
  opacity: 1;
}

.left-nav li:hover:nth-child(2) a {
  width: auto;
  opacity: 1;
}

.left-nav li:hover:nth-child(3) a {
  width: auto;
  opacity: 1;
}

.left-nav li:hover:nth-child(4) a {
  width: auto;
  opacity: 1;
}

.left-nav li:hover:nth-child(5) a {
  width: auto;
  opacity: 1;
}

.languageSelect {
  font-size: 12pt;
}
/*# sourceMappingURL=tangelo.css.map */
