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

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

/* collapse/expand large tables */
.table-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 999;
  margin: -30px 0 0 -30px;
  padding: 30px 0 30px 30px;
}

.table-wrapper table {
  width: 1280px;
  margin-bottom: 0;
}

.table-overlay {
  z-index: 1000001;
  position: absolute;
  top: 0px;
  right: -1px;
  bottom: 29px;
  width: 40%;
  box-shadow: inset -18px 1px 48px -35px rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}

.table-zoom {
  z-index: 1000002;
  position: absolute;
  right: -1px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  background: url(../img/zoom.png) center center no-repeat #fff;
}

.table-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 30px;
  border: 1px solid #ddd;
  background: url(../img/close.png) center center no-repeat #fff;
}

.table-wrapper.popup {
  z-index: 9999;
  width: 1320px !important;
  overflow: visible;
  margin: 0;
  padding: 50px 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 25px -5px;
}

.popup .table-overlay, .popup .table-zoom {
  display: none;
}

.popup .table-close {
  display: block;
}

/* tooltips */
span.hint--bottom {
  line-height: 12px;
  border-bottom: 1px dotted #000;
}

span.hint--bottom:after {
  width: 400px;
  line-height: 16px;
  white-space: normal;
}

.hint--leftside.hint--bottom:after {
  margin-right: -20px;
}

/*.right*/
.hint--bottom:after {
  margin-left: -20px;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* ol list-styles */
.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;
}

/* ul list styles */
.list-style-none {
  list-style: none;
}

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

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

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

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

#fancybox-overlay, #fancybox-wrap {
  z-index: 99999;
}

.begrotingInOpslag li a {
  padding: 10px 0px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  /* width: 45rem !important; */
  position: static !important;
  line-height: 20px !important;
  background-color: #D4D4D4 !important;
}

.lowercase {
  text-transform: lowercase;
}

.video-wrapper {
  width: 65%;
}
/*# sourceMappingURL=tangelo.css.map */
