*:focus .hint-popup-container .hint-popup {
  outline: none;
}
.hint-container.has-arrow .arrow {
  display: block;
  position: absolute;
  border: solid 11px transparent;
}
.hint-container.has-arrow .arrow:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border: solid 11px transparent;
  position: absolute;
}
.hint-container.has-arrow.arrow-left-top,
.hint-container.has-arrow.arrow-left-center,
.hint-container.has-arrow.arrow-left-bottom,
.hint-container.has-arrow.arrow-left-10pct,
.hint-container.has-arrow.arrow-left-20pct,
.hint-container.has-arrow.arrow-left-30pct,
.hint-container.has-arrow.arrow-left-40pct,
.hint-container.has-arrow.arrow-left-50pct,
.hint-container.has-arrow.arrow-left-60pct,
.hint-container.has-arrow.arrow-left-70pct,
.hint-container.has-arrow.arrow-left-80pct,
.hint-container.has-arrow.arrow-left-90pct {
  margin-left: 12px;
}
.hint-container.has-arrow.arrow-left-top .arrow,
.hint-container.has-arrow.arrow-left-center .arrow,
.hint-container.has-arrow.arrow-left-bottom .arrow,
.hint-container.has-arrow.arrow-left-10pct .arrow,
.hint-container.has-arrow.arrow-left-20pct .arrow,
.hint-container.has-arrow.arrow-left-30pct .arrow,
.hint-container.has-arrow.arrow-left-40pct .arrow,
.hint-container.has-arrow.arrow-left-50pct .arrow,
.hint-container.has-arrow.arrow-left-60pct .arrow,
.hint-container.has-arrow.arrow-left-70pct .arrow,
.hint-container.has-arrow.arrow-left-80pct .arrow,
.hint-container.has-arrow.arrow-left-90pct .arrow {
  left: -11px;
  border-right-color: #dddddd;
  border-left-width: 0;
}
.hint-container.has-arrow.arrow-left-top .arrow:after,
.hint-container.has-arrow.arrow-left-center .arrow:after,
.hint-container.has-arrow.arrow-left-bottom .arrow:after,
.hint-container.has-arrow.arrow-left-10pct .arrow:after,
.hint-container.has-arrow.arrow-left-20pct .arrow:after,
.hint-container.has-arrow.arrow-left-30pct .arrow:after,
.hint-container.has-arrow.arrow-left-40pct .arrow:after,
.hint-container.has-arrow.arrow-left-50pct .arrow:after,
.hint-container.has-arrow.arrow-left-60pct .arrow:after,
.hint-container.has-arrow.arrow-left-70pct .arrow:after,
.hint-container.has-arrow.arrow-left-80pct .arrow:after,
.hint-container.has-arrow.arrow-left-90pct .arrow:after {
  left: 1px;
  margin-top: -11px;
  border-right-color: white;
  border-left-width: 0;
}
.hint-container.has-arrow.arrow-right-top,
.hint-container.has-arrow.arrow-right-center,
.hint-container.has-arrow.arrow-right-bottom,
.hint-container.has-arrow.arrow-right-10pct,
.hint-container.has-arrow.arrow-right-20pct,
.hint-container.has-arrow.arrow-right-30pct,
.hint-container.has-arrow.arrow-right-40pct,
.hint-container.has-arrow.arrow-right-50pct,
.hint-container.has-arrow.arrow-right-60pct,
.hint-container.has-arrow.arrow-right-70pct,
.hint-container.has-arrow.arrow-right-80pct,
.hint-container.has-arrow.arrow-right-90pct {
  margin-right: 12px;
}
.hint-container.has-arrow.arrow-right-top .arrow,
.hint-container.has-arrow.arrow-right-center .arrow,
.hint-container.has-arrow.arrow-right-bottom .arrow,
.hint-container.has-arrow.arrow-right-10pct .arrow,
.hint-container.has-arrow.arrow-right-20pct .arrow,
.hint-container.has-arrow.arrow-right-30pct .arrow,
.hint-container.has-arrow.arrow-right-40pct .arrow,
.hint-container.has-arrow.arrow-right-50pct .arrow,
.hint-container.has-arrow.arrow-right-60pct .arrow,
.hint-container.has-arrow.arrow-right-70pct .arrow,
.hint-container.has-arrow.arrow-right-80pct .arrow,
.hint-container.has-arrow.arrow-right-90pct .arrow {
  right: -11px;
  border-left-color: #dddddd;
  border-right-width: 0;
}
.hint-container.has-arrow.arrow-right-top .arrow:after,
.hint-container.has-arrow.arrow-right-center .arrow:after,
.hint-container.has-arrow.arrow-right-bottom .arrow:after,
.hint-container.has-arrow.arrow-right-10pct .arrow:after,
.hint-container.has-arrow.arrow-right-20pct .arrow:after,
.hint-container.has-arrow.arrow-right-30pct .arrow:after,
.hint-container.has-arrow.arrow-right-40pct .arrow:after,
.hint-container.has-arrow.arrow-right-50pct .arrow:after,
.hint-container.has-arrow.arrow-right-60pct .arrow:after,
.hint-container.has-arrow.arrow-right-70pct .arrow:after,
.hint-container.has-arrow.arrow-right-80pct .arrow:after,
.hint-container.has-arrow.arrow-right-90pct .arrow:after {
  right: 1px;
  margin-top: -11px;
  border-left-color: white;
  border-right-width: 0;
}
.hint-container.has-arrow.arrow-left-top .arrow,
.hint-container.has-arrow.arrow-right-top .arrow {
  top: 6px;
}
.hint-container.has-arrow.arrow-left-bottom .arrow,
.hint-container.has-arrow.arrow-right-bottom .arrow {
  bottom: 6px;
}
.hint-container.has-arrow.arrow-left-10pct .arrow,
.hint-container.has-arrow.arrow-right-10pct .arrow {
  top: 10%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-20pct .arrow,
.hint-container.has-arrow.arrow-right-20pct .arrow {
  top: 20%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-30pct .arrow,
.hint-container.has-arrow.arrow-right-30pct .arrow {
  top: 30%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-40pct .arrow,
.hint-container.has-arrow.arrow-right-40pct .arrow {
  top: 40%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-50pct .arrow,
.hint-container.has-arrow.arrow-right-50pct .arrow,
.hint-container.has-arrow.arrow-left-center .arrow,
.hint-container.has-arrow.arrow-right-center .arrow {
  top: 50%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-60pct .arrow,
.hint-container.has-arrow.arrow-right-60pct .arrow {
  top: 60%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-70pct .arrow,
.hint-container.has-arrow.arrow-right-70pct .arrow {
  top: 70%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-80pct .arrow,
.hint-container.has-arrow.arrow-right-80pct .arrow {
  top: 80%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-left-90pct .arrow,
.hint-container.has-arrow.arrow-right-90pct .arrow {
  top: 90%;
  margin-top: -6px;
}
.hint-container.has-arrow.arrow-top-left,
.hint-container.has-arrow.arrow-top-center,
.hint-container.has-arrow.arrow-top-right,
.hint-container.has-arrow.arrow-top-10pct,
.hint-container.has-arrow.arrow-top-20pct,
.hint-container.has-arrow.arrow-top-30pct,
.hint-container.has-arrow.arrow-top-40pct,
.hint-container.has-arrow.arrow-top-50pct,
.hint-container.has-arrow.arrow-top-60pct,
.hint-container.has-arrow.arrow-top-70pct,
.hint-container.has-arrow.arrow-top-80pct,
.hint-container.has-arrow.arrow-top-90pct {
  margin-top: 12px;
}
.hint-container.has-arrow.arrow-top-left .arrow,
.hint-container.has-arrow.arrow-top-center .arrow,
.hint-container.has-arrow.arrow-top-right .arrow,
.hint-container.has-arrow.arrow-top-10pct .arrow,
.hint-container.has-arrow.arrow-top-20pct .arrow,
.hint-container.has-arrow.arrow-top-30pct .arrow,
.hint-container.has-arrow.arrow-top-40pct .arrow,
.hint-container.has-arrow.arrow-top-50pct .arrow,
.hint-container.has-arrow.arrow-top-60pct .arrow,
.hint-container.has-arrow.arrow-top-70pct .arrow,
.hint-container.has-arrow.arrow-top-80pct .arrow,
.hint-container.has-arrow.arrow-top-90pct .arrow {
  top: -11px;
  border-bottom-color: #dddddd;
  border-top-width: 0;
}
.hint-container.has-arrow.arrow-top-left .arrow:after,
.hint-container.has-arrow.arrow-top-center .arrow:after,
.hint-container.has-arrow.arrow-top-right .arrow:after,
.hint-container.has-arrow.arrow-top-10pct .arrow:after,
.hint-container.has-arrow.arrow-top-20pct .arrow:after,
.hint-container.has-arrow.arrow-top-30pct .arrow:after,
.hint-container.has-arrow.arrow-top-40pct .arrow:after,
.hint-container.has-arrow.arrow-top-50pct .arrow:after,
.hint-container.has-arrow.arrow-top-60pct .arrow:after,
.hint-container.has-arrow.arrow-top-70pct .arrow:after,
.hint-container.has-arrow.arrow-top-80pct .arrow:after,
.hint-container.has-arrow.arrow-top-90pct .arrow:after {
  top: 1px;
  margin-left: -11px;
  border-bottom-color: white;
  border-top-width: 0;
}
.hint-container.has-arrow.arrow-bottom-left,
.hint-container.has-arrow.arrow-bottom-center,
.hint-container.has-arrow.arrow-bottom-right,
.hint-container.has-arrow.arrow-bottom-10pct,
.hint-container.has-arrow.arrow-bottom-20pct,
.hint-container.has-arrow.arrow-bottom-30pct,
.hint-container.has-arrow.arrow-bottom-40pct,
.hint-container.has-arrow.arrow-bottom-50pct,
.hint-container.has-arrow.arrow-bottom-60pct,
.hint-container.has-arrow.arrow-bottom-70pct,
.hint-container.has-arrow.arrow-bottom-80pct,
.hint-container.has-arrow.arrow-bottom-90pct {
  margin-bottom: 12px;
}
.hint-container.has-arrow.arrow-bottom-left .arrow,
.hint-container.has-arrow.arrow-bottom-center .arrow,
.hint-container.has-arrow.arrow-bottom-right .arrow,
.hint-container.has-arrow.arrow-bottom-10pct .arrow,
.hint-container.has-arrow.arrow-bottom-20pct .arrow,
.hint-container.has-arrow.arrow-bottom-30pct .arrow,
.hint-container.has-arrow.arrow-bottom-40pct .arrow,
.hint-container.has-arrow.arrow-bottom-50pct .arrow,
.hint-container.has-arrow.arrow-bottom-60pct .arrow,
.hint-container.has-arrow.arrow-bottom-70pct .arrow,
.hint-container.has-arrow.arrow-bottom-80pct .arrow,
.hint-container.has-arrow.arrow-bottom-90pct .arrow {
  bottom: -11px;
  border-top-color: #dddddd;
  border-bottom-width: 0;
}
.hint-container.has-arrow.arrow-bottom-left .arrow:after,
.hint-container.has-arrow.arrow-bottom-center .arrow:after,
.hint-container.has-arrow.arrow-bottom-right .arrow:after,
.hint-container.has-arrow.arrow-bottom-10pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-20pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-30pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-40pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-50pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-60pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-70pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-80pct .arrow:after,
.hint-container.has-arrow.arrow-bottom-90pct .arrow:after {
  bottom: 1px;
  margin-left: -11px;
  border-top-color: white;
  border-bottom-width: 0;
}
.hint-container.has-arrow.arrow-top-left .arrow,
.hint-container.has-arrow.arrow-bottom-left .arrow {
  left: 6px;
}
.hint-container.has-arrow.arrow-top-right .arrow,
.hint-container.has-arrow.arrow-bottom-right .arrow {
  right: 6px;
}
.hint-container.has-arrow.arrow-top-10pct .arrow,
.hint-container.has-arrow.arrow-bottom-10pct .arrow {
  left: 10%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-20pct .arrow,
.hint-container.has-arrow.arrow-bottom-20pct .arrow {
  left: 20%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-30pct .arrow,
.hint-container.has-arrow.arrow-bottom-30pct .arrow {
  left: 30%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-40pct .arrow,
.hint-container.has-arrow.arrow-bottom-40pct .arrow {
  left: 40%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-50pct .arrow,
.hint-container.has-arrow.arrow-bottom-50pct .arrow,
.hint-container.has-arrow.arrow-top-center .arrow,
.hint-container.has-arrow.arrow-bottom-center .arrow {
  left: 50%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-60pct .arrow,
.hint-container.has-arrow.arrow-bottom-60pct .arrow {
  left: 60%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-70pct .arrow,
.hint-container.has-arrow.arrow-bottom-70pct .arrow {
  left: 70%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-80pct .arrow,
.hint-container.has-arrow.arrow-bottom-80pct .arrow {
  left: 80%;
  margin-left: -11px;
}
.hint-container.has-arrow.arrow-top-90pct .arrow,
.hint-container.has-arrow.arrow-bottom-90pct .arrow {
  left: 90%;
  margin-left: -11px;
}
.hint > * {
  display: none;
}
.hint.showcontent > * {
  display: initial;
}
.hint-icon,
.info-icon,
.warning-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hint-icon:before,
.info-icon:before,
.warning-icon:before {
  border: none;
  color: #cccccc;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.hint-icon:focus,
.info-icon:focus,
.warning-icon:focus,
.hint-icon:visited,
.info-icon:visited,
.warning-icon:visited,
.hint-icon:active,
.info-icon:active,
.warning-icon:active,
.hint-icon:hover,
.info-icon:hover,
.warning-icon:hover {
  color: black;
  text-decoration: none;
  outline: none !important;
}
.hint-icon:before {
  content: "\f29c";
}
.info-icon:before {
  content: "\f05a";
}
.warning-icon:before {
  color: #ffb300;
  content: "\f071";
}
h1 .hint-icon,
h1 .info-icon,
h1 .warning-icon {
  font-size: 0.7em;
}
h2 .hint-icon,
h3 .hint-icon,
h2 .info-icon,
h3 .info-icon,
h2 .warning-icon,
h3 .warning-icon {
  font-size: 0.8em;
}
.model-open .modal-hint-dialog {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-hint-dialog {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.hint-container {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-color: #dddddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.hint-container .close {
  position: absolute;
  float: initial;
  top: 10px;
  right: 13px;
}
.hint-container.hint-container-static {
  display: block;
  position: relative;
  max-width: none;
  z-index: initial;
  margin-top: 10px;
}
.hint-container.hint-container-static.hidden {
  display: none;
}
.hint-container.hint-container-popup {
  display: inline-block;
  min-width: 50px;
  max-width: 400px;
  z-index: 1050;
  position: absolute;
}
.hint-container.hint-container-modal {
  position: relative;
  width: auto;
  margin: 10px;
}
.hint-container .hint-title:after,
.hint-container .hint-body:after {
  content: '';
  display: block;
  clear: both;
}
.hint-container .hint-title {
  font-weight: bold;
  padding: 0 15px;
  margin: 10px 0;
}
.hint-container .hint-title:last-child {
  border-bottom: none;
}
.hint-container .hint-body {
  padding: 0 15px;
  margin: 10px 0;
}
.hint-container .hint-body .content,
.hint-container .hint-body .note,
.hint-container .hint-body .tip {
  display: block;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.hint-container .hint-body .content:last-child,
.hint-container .hint-body .note:last-child,
.hint-container .hint-body .tip:last-child {
  margin-bottom: 0;
}
.hint-container .hint-body .content:before,
.hint-container .hint-body .note:before,
.hint-container .hint-body .tip:before {
  font-weight: bold;
  font-size: 12px;
  color: black;
  display: block;
  margin-bottom: -0.2em;
  font-style: normal;
}
.hint-container .hint-body hr {
  margin: 5px -15px;
}
.hint-container .hint-body dl {
  padding: 0;
  margin: 10px 0;
}
.hint-container .hint-body dl dt {
  float: left;
  clear: left;
  padding-right: 10px;
  width: 25%;
  text-align: right;
}
.hint-container .hint-body dl dd {
  margin-left: 25%;
}
.hint-container .hint-body ul.content {
  padding-left: 20px;
}
.hint-container .hint-body .content p {
  margin: 10px 0;
}
.hint-container .hint-body .content p:first-child {
  margin-top: 0;
}
.hint-container .hint-body .content p:last-child {
  margin-bottom: 0;
}
.hint-container .hint-body .note {
  color: #777777;
  font-size: 0.9em;
  font-style: normal;
}
.hint-container .hint-body .note:before {
  content: 'Note!';
}
.hint-container .hint-body .tip {
  color: #777777;
}
.hint-container .hint-body .tip:before {
  content: 'Did you know?';
}
.hint-container .hint-body .note.bordered,
.hint-container .hint-body .tip.bordered {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background-color: #f7f7f7;
}
.hint-container .hint-body .note.bordered:last-child,
.hint-container .hint-body .tip.bordered:last-child {
  margin-bottom: -10px;
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 10px;
}
.hint-container .hint-body .note.bordered:first-child,
.hint-container .hint-body .tip.bordered:first-child {
  margin-top: -10px;
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 10px;
}
#popup-hints {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
}
