/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.7
 * (c) 2012-2016 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */

 .tpd-tooltip {
    position: absolute;
  }
  
  /* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
     within their own namespace */
  .tpd-tooltip,
  .tpd-tooltip [class^="tpd-"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /* Content */
  .tpd-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tpd-content-spacer,
  .tpd-content-relative,
  .tpd-content-relative-padder {
    float: left;
    position: relative;
  }
  .tpd-content-relative {
    width: 100%;
  }
  
  .tpd-content {
    float: left;
    clear: both;
    position: relative;
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
  }
  .tpd-has-inner-close .tpd-content-relative .tpd-content { padding-right: 0 !important; }
  .tpd-tooltip .tpd-content-no-padding { padding: 0 !important; }
  
  .tpd-title-wrapper {
    float: left;
    position: relative;
    overflow: hidden;
  }
  .tpd-title-spacer {
    float: left;
  }
  .tpd-title-relative,
  .tpd-title-relative-padder {
    float: left;
    position: relative;
  }
  .tpd-title-relative { width: 100%; }
  .tpd-title {
    float: left;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }
  .tpd-has-title-close .tpd-title { padding-right: 0 !important; }
  .tpd-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
  }
  .tpd-close-icon {
    float: left;
    font-family: Arial, Baskerville, monospace;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  
  
  /* Skin */
  .tpd-skin {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .tpd-frames {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tpd-frames .tpd-frame {
    float: left;
    width: 100%;
    height: 100%;
    clear: both;
    display: none;
  }
  
  .tpd-visible-frame-top .tpd-frame-top { display: block; }
  .tpd-visible-frame-bottom .tpd-frame-bottom { display: block; }
  .tpd-visible-frame-left .tpd-frame-left { display: block; }
  .tpd-visible-frame-right .tpd-frame-right { display: block; }
  
  .tpd-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .tpd-background-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
  }
  .tpd-no-shadow .tpd-skin .tpd-background-shadow { box-shadow: none !important; }
  
  .tpd-background-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  /* only the top background box should be shown when not using a stem */
  .tpd-no-stem .tpd-background-box,
  .tpd-no-stem .tpd-shift-stem { display: none; }
  .tpd-no-stem .tpd-background-box-top { display: block; }
  
  .tpd-background-box-shift,
  .tpd-background-box-shift-further {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }
  .tpd-background {
    border-radius: 10px;
    float: left;
    clear: both;
    background: none;
    -webkit-background-clip: padding-box; /* Safari */
    background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
    border-style: solid;
    border-width: 1px;
    border-color: #282828;
    border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
  
  opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
  }
  .tpd-background-loading { display: none; }
  /* no radius */
  .tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background { border-radius: 0; }
  .tpd-background-title {
    float: left;
    clear: both;
    width: 100%;
    background-color: #282828;
  }
  .tpd-background-content {
    float: left;
    clear: both;
    width: 100%;
    background-color: #282828;
  }
  .tpd-background-border-hack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
  }
  
  .tpd-background-box-top { top: 0; }
  .tpd-background-box-bottom { bottom: 0; }
  .tpd-background-box-left { left: 0; }
  .tpd-background-box-right { right: 0; }
  
  /* iframeshim IE6 */
  .tpd-iframeshim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  /* Skin / Stems */
  .tpd-shift-stem {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .tpd-shift-stem-side {
    position: absolute;
  }
  .tpd-frame-top .tpd-shift-stem-side,
  .tpd-frame-bottom .tpd-shift-stem-side { width: 100%; }
  .tpd-frame-left .tpd-shift-stem-side,
  .tpd-frame-right .tpd-shift-stem-side { height: 100%; }
  
  .tpd-stem {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; /* shows possible invalid subpx rendering */
    width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
    height: 8px;
    margin-left: 3px; /* space from the side */
    margin-top: 2px; /* space between target and stem */
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  /* remove margins once we're done measuring */
  .tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset { margin: 0 !important; }
  
  .tpd-stem-spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tpd-stem-reset .tpd-stem-spacer { margin-top: 0; }
  
  .tpd-stem-point {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .tpd-stem-downscale,
  .tpd-stem-transform {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
  }
  
  .tpd-stem-side {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .tpd-stem-side-inversed {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
  }
  .tpd-stem-triangle {
    width: 0;
    height: 0;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-left-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    
    opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
  }
  .tpd-stem-border {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff; /* will become transparent */
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 0;
  }
  
  .tpd-stem-border-corner {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-right-style: solid;
    border-right-width: 0;
  }
  
  /* fixes rendering issue in IE */
  .tpd-stem * { z-index: 0; zoom: 1; }
  
  /* used by IE < 9 */
  .tpd-stem-border-center-offset,
  .tpd-stem-border-center-offset-inverse {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tpd-stem-notransform {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .tpd-stem-notransform .tpd-stem-border {
    height: 100%;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin: 0;
  }
  .tpd-stem-notransform .tpd-stem-border-center {
    position: absolute;
  }
  .tpd-stem-notransform .tpd-stem-border-corner {
    background: #fff;
    border: 0;
    top: auto;
    left: auto;
  }
  .tpd-stem-notransform .tpd-stem-border-center,
  .tpd-stem-notransform .tpd-stem-triangle {
    height: 0;
    border: 0;
    left: 50%;
  }
  
  /* transformations for left/right/bottom */
  .tpd-stem-transform-left {
    -webkit-transform: rotate(-90deg) scale(-1,1);
    transform: rotate(-90deg) scale(-1,1);
  }
  .tpd-stem-transform-right {
    -webkit-transform: rotate(90deg) translate(0, -100%);
    transform: rotate(90deg) translate(0, -100%);
  }
  .tpd-stem-transform-bottom {
    -webkit-transform: scale(1,-1) translate(0, -100%);
    transform: scale(1,-1) translate(0, -100%);
  }
  
  
  /* Spinner */
  .tpd-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 36px;
  }
  .tpd-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 13px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
    animation: tpd-spinner-animation 1.1s infinite linear;
    box-sizing: border-box !important;
  }
  .tpd-spinner-spin,
  .tpd-spinner-spin:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  @-webkit-keyframes tpd-spinner-animation {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @keyframes tpd-spinner-animation {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  
  /* show the loader while loading and hide all the content */
  .tpd-is-loading .tpd-content-wrapper,
  .tpd-is-loading .tpd-title-wrapper { display: none; }
  .tpd-is-loading .tpd-background { display: none; }
  .tpd-is-loading .tpd-background-loading { display: block; }
  
  
  
  /* Resets while measuring content */
  .tpd-tooltip-measuring {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
  }
  .tpd-tooltip-measuring .tpd-skin,
  .tpd-tooltip-measuring .tpd-spinner {
    display: none;
  }
  
  .tpd-tooltip-measuring .tpd-content-wrapper,
  .tpd-tooltip-measuring .tpd-title-wrapper { display: block; }
  
  
  /* Links */
  .tpd-tooltip a,
  .tpd-tooltip a:hover { color: #808080; text-decoration: underline; }
  .tpd-tooltip a:hover { color: #6c6c6c; }
  
  
  /*
   * Sizes
   */
  /* medium (default) */
  .tpd-size-medium .tpd-content,
  .tpd-size-medium .tpd-title {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 15px;
    text-align:justify;
  }
  .tpd-size-medium .tpd-background { border-radius: 5px; }
  .tpd-size-medium .tpd-stem {
    width: 8px;				/* best cross browser stem width is 2xheight, for a 90deg angle */
    height: 4px;
    margin-left: 4px;	/* space from the side */
    margin-top: 0px;	/* space between target and stem */
  }
  .tpd-size-medium.tpd-no-radius .tpd-stem { margin-left: 7px; }
  .tpd-size-medium .tpd-close { margin-bottom: 1px; }
  /* ideal spinner dimensions don't cause movement op top and
     on the stem when switching to text using position:'topleft' */
  .tpd-size-medium .tpd-spinner {
    width: 35px;
    height: 29px;
  }
  .tpd-size-medium .tpd-spinner-spin { margin: 6px 0 0 9px; }
  .tpd-size-medium .tpd-spinner-spin,
  .tpd-size-medium .tpd-spinner-spin:after {
    width: 17px;
    height: 17px;
  }
  
  /* wide */
  .tpd-size-wide .tpd-content,
  .tpd-size-wide .tpd-title {
    padding: 4px 4px;
    font-size: 12px;
    line-height: 18px;
    text-align:justify;
  }
  .tpd-size-wide .tpd-background { border-radius: 5px; }
  .tpd-size-wide .tpd-stem {
    width: 8px;				/* best cross browser stem width is 2xheight, for a 90deg angle */
    height: 4px;
    margin-left: 4px;	/* space from the side */
    margin-top: 0px;	/* space between target and stem */
  }
  .tpd-size-wide.tpd-no-radius .tpd-stem { margin-left: 7px; }
  .tpd-size-wide .tpd-close { margin-bottom: 1px; }
   
  
  
  /* Skins */
  /* default (dark) */
  .tpd-skin-dark .tpd-content,
  .tpd-skin-dark .tpd-title,
  .tpd-skin-dark .tpd-close { color: #ddd; }
  
  .tpd-skin-dark .tpd-background-content,
  .tpd-skin-dark .tpd-background-title {
    background-color: #111;
  }
  
  .tpd-skin-dark .tpd-background {
    border-width: 1px;
    border-color: #000;
    border-color: rgba(0,0,0,.1);
  }
  .tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #505050; }
  
  .tpd-skin-dark .tpd-spinner-spin {
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
  }
  
  .tpd-skin-dark a { color: #ccc; }
  .tpd-skin-dark a:hover { color: #c0c0c0; }
  
  
  /* sky */
  .tpd-skin-sky .tpd-content,
  .tpd-skin-sky .tpd-title,
  .tpd-skin-sky .tpd-close {
      color: #747B80;
      font-size: 11px;
    line-height: 15px;
   }
  
  .tpd-skin-sky .tpd-background-content,
  .tpd-skin-sky .tpd-background-title {
    background-color: #F7FEFE;
  }
  
  .tpd-skin-sky .tpd-background {
    border-width: 1px;
    border-color: #ccc;
    opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
  }
  .tpd-skin-sky .tpd-title-wrapper { border-bottom: 1px solid #505050; }
  
  .tpd-skin-sky a { color: #ccc; }
  .tpd-skin-sky a:hover { color: #c0c0c0; }
  
  .tpd-skin-sky .tpd-background-shadow {
      -webkit-box-shadow: 0px 0px 10px #dbdbdb;
      -moz-box-shadow: 0px 0px 10px #dbdbdb;
      box-shadow: 0px 0px 10px #dbdbdb;
  }
  
  .tpd-skin-sky .tpd-content ul {margin:0; padding:0; list-style-position:outside; list-style:none;}
  .tpd-skin-sky .tpd-content ul li {display:block; margin:0; padding:0; overflow:hidden;}
  .tpd-skin-sky .tpd-content ul.indicator {float:left; display:block; margin:0; padding:0; list-style-position:outside; list-style:none;}
  .tpd-skin-sky .tpd-content ul.indicator li {float:left; display:block; width:2px; height:18px; margin:0 3px 0 0; padding:0; background:#ccc; overflow:hidden;}
  .tpd-skin-sky .tpd-content ul.indicator li:last-child {margin:0 0 0 0;}
  .tpd-skin-sky .tpd-content ul.indicator li.on {background:#888;}
  .tpd-skin-sky .tpd-content ul.indicator li.short {height:12px; margin:6px 0 0 0;}
  .tpd-skin-sky .tpd-content ul.indicator li.dash1 {width:3px; height:2px; margin:6px 3px 0 0;}
  .tpd-skin-sky .tpd-content ul.indicator li.dash2 {width:8px; height:2px; margin:6px 3px 0 0;}
  .tpd-skin-sky .tpd-content ul.indicator li.dash3 {width:13px; height:2px; margin:6px 3px 0 0;}
  .tpd-skin-sky .tpd-content ul.indicator li.dash4 {width:18px; height:2px; margin:6px 3px 0 0;}
  .tpd-skin-sky .tpd-content .block_right {float:right; margin:0 0 0 3px;}