/*
 ______   ______     ______   __  __     ______      ______   ______     ______     ______  
/\  == \ /\  __ \   /\  == \ /\ \/\ \   /\  == \    /\  == \ /\  __ \   /\  == \   /\__  _\ 
\ \  _-/ \ \ \/\ \  \ \  _-/ \ \ \_\ \  \ \  _-/    \ \  _-/ \ \  __ \  \ \  __<   \/_/\ \/ 
 \ \_\    \ \_____\  \ \_\    \ \_____\  \ \_\       \ \_\    \ \_\ \_\  \ \_\ \_\    \ \_\ 
  \/_/     \/_____/   \/_/     \/_____/   \/_/        \/_/     \/_/\/_/   \/_/ /_/     \/_/ 

*/
#tooltip {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #0d7e84;
  position: absolute;
  z-index: 100;
  padding: 15px;
  pointer-events: none;
  transition: 0s background-color;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#tooltip ul li {
  text-align: left;
}

#tooltip:hover {
  -webkit-transition: 0.5s all;
  -webkit-transition-delay: 5s;
  -moz-transition: 0.5s all;
  -moz-transition-delay: 5s;
  -ms-transition: 0.5s all;
  -ms-transition-delay: 5s;
  -o-transition: 0.5s all;
  -o-transition-delay: 5s;
  transition: 0.5s all;
  transition-delay: 5s;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0d7e84;
  content: "";
  position: absolute;
  left: 45%;
  bottom: -9px;
}

#tooltip.left:after {
  left: 10px;
}

#tooltip.right:after {
  right: 10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #0d7e84;
  top: -20px;
}

#tooltip.left.right:after {
  left: 50%;
  right: 50%;
}

#tooltip.right.top:after {
  left: auto;
}

#tooltip ul {
  text-align: left;
}

/*
 ______     __  __     ______     ______     ______   __     ______     __   __        __    __     ______     ______     __  __    
/\  __ \   /\ \/\ \   /\  ___\   /\  ___\   /\__  _\ /\ \   /\  __ \   /\ "-.\ \      /\ "-./  \   /\  __ \   /\  == \   /\ \/ /    
\ \ \/\_\  \ \ \_\ \  \ \  __\   \ \___  \  \/_/\ \/ \ \ \  \ \ \/\ \  \ \ \-.  \     \ \ \-./\ \  \ \  __ \  \ \  __<   \ \  _"-.  
 \ \___\_\  \ \_____\  \ \_____\  \/\_____\    \ \_\  \ \_\  \ \_____\  \ \_\\"\_\     \ \_\ \ \_\  \ \_\ \_\  \ \_\ \_\  \ \_\ \_\ 
  \/___/_/   \/_____/   \/_____/   \/_____/     \/_/   \/_/   \/_____/   \/_/ \/_/      \/_/  \/_/   \/_/\/_/   \/_/ /_/   \/_/\/_/ 

*/
.info abbr {
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  /*background: -webkit-linear-gradient( top, #85C1E9, #3498DB );*/
  background-color: #0d7e84;
  border-radius: 50%;
  border: none;
  cursor: help;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}

.info {
  float: right;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  padding: 3px !important;
  padding-top: 3px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.info:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.blocker {
  z-index: 1000;
}

@supports (-webkit-overflow-scrolling: touch) {
  .info {
    transform: translateY(0px) !important;
  }

  .questionMarkDiv {
    transform: translateX(0.5px) !important;
  }
}
@media screen and (min-width: 660px) {
  #tooltip.left.right:after {
    margin-left: 0px;
  }

  #tooltip:after {
    left: 50%;
  }
}

/*# sourceMappingURL=tooltip.css.map */
