/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

.ui-helper-hidden-accessible{
    display:none;
}

.tooltip-medvet {
    background-color:#A18E73;
    color:#FFFFFF !important;
    padding:10px 15px 10px 15px;
}

.tooltip-medvet * {
        color:#FFFFFF !important;
        font-weight: normal;
        font-size:12px;
}

.tooltip-medvet:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #A18E73 transparent;
      top: -20px;
      right: 10%;
}
