/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
[simple-hint]:after, [simple-hint]:before {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  visibility: hidden; }
[simple-hint]:hover:after, [simple-hint]:hover:before {
  visibility: visible; }
[simple-hint]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 9998; }
[simple-hint]:after {
  content: attr(simple-hint);
  text-align: center;
  padding: 3px 7px;
  border-radius: 2px;
  z-index: 9999;
  color: white;
  font-weight: 400;
  white-space: pre;
  font-size: 0.9rem;
  line-height: 1.1em;
  background:rgba(25,25,25,0.6); }

[class*="hint-bottom"]:before, [class*="hint-top"]:before {
  right: 50%;
  margin-right: -5px; }
[class*="hint-bottom"]:after, [class*="hint-top"]:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

[class*="hint-bottom"]:before {
  border-bottom-color: #292929;
  top: 100%; }
[class*="hint-bottom"]:after {
  margin-top: 10px;
  top: 100%; }

[class*="hint-top"]:before {
  border-top-color: #292929;
  bottom: 100%; }
[class*="hint-top"]:after {
  bottom: 100%;
  margin-bottom: 10px; }

[class*="hint-left"]:before, [class*="hint-right"]:before {
  top: 50%;
  margin-top: -5px; }
[class*="hint-left"]:after, [class*="hint-right"]:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

[class*="hint-left"]:before {
  border-left-color: #292929;
  left: 0;
  margin-left: -10px; }
[class*="hint-left"]:after {
  right: 100%;
  margin-right: 10px; }

[class*="hint-right"]:before {
  border-right-color: #292929;
  right: 0;
  margin-right: -10px; }
[class*="hint-right"]:after {
  left: 100%;
  margin-left: 10px; }

.hint-persist:before, .hint-persist:after {
  visibility: visible; }

@media only screen and (max-width: 768px) {
  [class*="hint-"][class*="-mobile"]:after, [class*="hint-"][class*="-mobile"]:before {
    display: none; } }

[class*="hint-"][class*="-s-small"]:after {
  width: 200px;
  white-space: initial; }

[class*="hint-"][class*="-s-med"]:after {
  width: 300px;
  white-space: initial; }

[class*="hint-"][class*="-s-big"]:after {
  width: 450px;
  white-space: pre-wrap;
  text-align: left;
/*  white-space: initial; */ }

.hint-d-short:hover:after, .hint-d-short:hover:before {
  -webkit-transition: visibility 0s 0.5s ease;
  -moz-transition: visibility 0s 0.5s ease;
  transition: visibility 0s 0.5s ease; }

.hint-d-med:hover:after, .hint-d-med:hover:before {
  -webkit-transition: visibility 0s 1s ease;
  -moz-transition: visibility 0s 1s ease;
  transition: visibility 0s 1s ease; }

.hint-d-long:hover:after, .hint-d-long:hover:before {
  -webkit-transition: visibility 0s 2s ease;
  -moz-transition: visibility 0s 2s ease;
  transition: visibility 0s 2s ease; }

[class*="hint-fade"]:before, [class*="hint-fade"]:after {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; }
[class*="hint-fade"]:hover:before, [class*="hint-fade"]:hover:after {
  opacity: 1; }
[class*="hint-fade"][class*="-d-short"]:hover:before, [class*="hint-fade"][class*="-d-short"]:hover:after {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }
[class*="hint-fade"][class*="-d-med"]:hover:before, [class*="hint-fade"][class*="-d-med"]:hover:after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }
[class*="hint-fade"][class*="-d-long"]:hover:before, [class*="hint-fade"][class*="-d-long"]:hover:after {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s; }

@-webkit-keyframes top {
  from {
    bottom: 125%;
    opacity: 0; } }

@-moz-keyframes top {
  from {
    bottom: 125%;
    opacity: 0; } }

@keyframes top {
  from {
    bottom: 125%;
    opacity: 0; } }

@-webkit-keyframes bottom {
  from {
    top: 125%;
    opacity: 0; } }

@-moz-keyframes bottom {
  from {
    top: 125%;
    opacity: 0; } }

@keyframes bottom {
  from {
    top: 125%;
    opacity: 0; } }

@-webkit-keyframes right {
  from {
    margin-right: -35px;
    margin-left: 35px;
    opacity: 0; } }

@-moz-keyframes right {
  from {
    margin-right: -35px;
    margin-left: 35px;
    opacity: 0; } }

@keyframes right {
  from {
    margin-right: -35px;
    margin-left: 35px;
    opacity: 0; } }

@-webkit-keyframes left {
  from {
    margin-left: -35px;
    margin-right: 35px;
    opacity: 0; } }

@-moz-keyframes left {
  from {
    margin-left: -35px;
    margin-right: 35px;
    opacity: 0; } }

@keyframes left {
  from {
    margin-left: -35px;
    margin-right: 35px;
    opacity: 0; } }

[class*="hint-anim"]:after, [class*="hint-anim"]:before {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease; }
[class*="hint-anim"][class*="hint-top"]:hover:before, [class*="hint-anim"][class*="hint-top"]:hover:after {
  -webkit-animation-name: top;
  -moz-animation-name: top;
  animation-name: top; }
[class*="hint-anim"][class*="hint-bottom"]:hover:before, [class*="hint-anim"][class*="hint-bottom"]:hover:after {
  -webkit-animation-name: bottom;
  -moz-animation-name: bottom;
  animation-name: bottom; }
[class*="hint-anim"][class*="hint-left"]:hover:before, [class*="hint-anim"][class*="hint-left"]:hover:after {
  -webkit-animation-name: left;
  -moz-animation-name: left;
  animation-name: left; }
[class*="hint-anim"][class*="hint-right"]:hover:before, [class*="hint-anim"][class*="hint-right"]:hover:after {
  -webkit-animation-name: right;
  -moz-animation-name: right;
  animation-name: right; }
[class*="hint-anim"][class*="-d-short"]:before, [class*="hint-anim"][class*="-d-short"]:after {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }
[class*="hint-anim"][class*="-d-med"]:before, [class*="hint-anim"][class*="-d-med"]:after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }
[class*="hint-anim"][class*="-d-long"]:before, [class*="hint-anim"][class*="-d-long"]:after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

[class*="hint-"][class*="-t-info"][class*="hint-bottom"]:before {
  border-bottom-color: #44C2F9; }
[class*="hint-"][class*="-t-info"][class*="hint-top"]:before {
  border-top-color: #44C2F9; }
[class*="hint-"][class*="-t-info"][class*="hint-right"]:before {
  border-right-color: #44C2F9; }
[class*="hint-"][class*="-t-info"][class*="hint-left"]:before {
  border-left-color: #44C2F9; }
[class*="hint-"][class*="-t-info"]:after {
  background: #44C2F9; }

[class*="hint-"][class*="-t-success"][class*="hint-bottom"]:before {
  border-bottom-color: #83C510; }
[class*="hint-"][class*="-t-success"][class*="hint-top"]:before {
  border-top-color: #83C510; }
[class*="hint-"][class*="-t-success"][class*="hint-right"]:before {
  border-right-color: #83C510; }
[class*="hint-"][class*="-t-success"][class*="hint-left"]:before {
  border-left-color: #83C510; }
[class*="hint-"][class*="-t-success"]:after {
  background: #83C510; }

[class*="hint-"][class*="-t-error"][class*="hint-bottom"]:before {
  border-bottom-color: #FF4C4C; }
[class*="hint-"][class*="-t-error"][class*="hint-top"]:before {
  border-top-color: #FF4C4C; }
[class*="hint-"][class*="-t-error"][class*="hint-right"]:before {
  border-right-color: #FF4C4C; }
[class*="hint-"][class*="-t-error"][class*="hint-left"]:before {
  border-left-color: #FF4C4C; }
[class*="hint-"][class*="-t-error"]:after {
  background: #FF4C4C; }

[class*="hint-"][class*="-t-notice"][class*="hint-bottom"]:before {
  border-bottom-color: #FFAE00; }
[class*="hint-"][class*="-t-notice"][class*="hint-top"]:before {
  border-top-color: #FFAE00; }
[class*="hint-"][class*="-t-notice"][class*="hint-right"]:before {
  border-right-color: #FFAE00; }
[class*="hint-"][class*="-t-notice"][class*="hint-left"]:before {
  border-left-color: #FFAE00; }
[class*="hint-"][class*="-t-notice"]:after {
  background: #FFAE00; }
