﻿ .ui-tooltip, .arrow:after {
    background: #fff;
    border: 1px solid #91b6c9;
  }
  .ui-tooltip {
    padding: 10px 15px;
    color: #4d7190;
    border-radius: 6px;
    font: bold 11px arial, Sans-Serif;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    width: 200px;
    position:absolute;
    z-index:10000;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 27px;
    /*margin-left: -80px;*/
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

span.toolTip {
    margin: -1px 3px 0 1px;
    cursor:pointer;
    height:16px;
    width:16px;
    border-radius:8px;
    border:1px solid #ccc;
    background:#fff;
    color:#777;
    padding: 1px 4px 0 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
span.toolTip:hover {background:#6cadce; color:#fff;border:1px solid #6cadce;
}

div.toolTip:hover span.toolTip {background:#6cadce; color:#fff;border:1px solid #6cadce;
}

div.toolTip {
    cursor:pointer;
}
