﻿.ui-tooltip {
    padding: 2px 5px;
    background-position: 0% 0%;
    position: absolute !important;
    z-index: 9999 !important;
    max-width: 350px !important;
    line-height: 15px;
    white-space: pre-line;
    color: #505050 !important;
    font-size: 11px !important;
    font-family: Arial, Gadget, sans-serif !important; /*Verdana, Arial,Helvetica,sans-serif;*/
    border-radius: 3.2px;
    border: 1px solid #767676;
    -moz-box-shadow: 5px 5px 4px -3px rgba(96, 96, 96, 0.70);
    -webkit-box-shadow: 5px 5px 4px -3px rgba(96, 96, 96, 0.70);
    box-shadow: 5px 5px 4px -3px rgba(96, 96, 96, 0.70);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#EBEBF0');  /*For IE7-8-9*/ 
    background: -moz-linear-gradient(#ffffff, #EBEBF0);
    background: -webkit-linear-gradient(#ffffff, #EBEBF0);
    background: -o-linear-gradient(#ffffff, #EBEBF0);
    background: -ms-linear-gradient(#ffffff, #EBEBF0); /*For IE10*/
    background-color: #EDEEF5 !important;
    background-image: linear-gradient(#ffffff, #EBEBF0) !important;
    background: #EDEEF5 !important;
    background: linear-gradient(#ffffff, #EBEBF0) !important; 
}