/* Qtip2 */

.ui-tooltip, .qtip
{
    max-width: none;
	line-height: 25px;
	font-size: 14px;
}

.qtip .form-action-container
{
	margin-bottom: 0px;
}

.qtip .ui-tooltip-icon
{
	border-bottom-style: none;
    border-bottom-width: 0px;
	border-left-style: none;
    border-left-width: 0px;
	border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    cursor: pointer;
    margin-top: -7px;
    outline-color: none;
    outline-style: none;
    outline-width: 0px;
    position: absolute;
    right: 7px;
    top: 33%;
	background: none;
}

.ui-tooltip-tipped .ui-tooltip-titlebar
{
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    font-family: "Roboto",sans-serif;
}
.ui-tooltip-tipped
{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}



/* Qtip popup Begin */

.qtip-borderTop, .qtip-borderTop, .qtip-betweenCorners
{
    background-color: 	#999900;
}

.tooltipList td
{
    white-space:nowrap;
}

.tooltipList, .tooltip-search-premises-list
{
    list-style: none;

}

.tooltipList li
{
    height: 25px;
}

.tooltipList li a, table.tooltip a, .tooltip-search-premises-list li a
{
    color: #000000;
}

/* Tooltip Begin */

.tooltip-content
{
    display: none;
    padding: 5px;
    text-aling: left;
}

/* Tooltip End */



.tooltip a, .tooltip a:active, .tooltip a:visited{
    color:#000000;
    text-decoration: underline;
}

.tooltip a:hover{
    color:#000000;
    text-decoration: none;
}



.ui-tooltip .icon, .root .icon, .toolbar-item .icon, .toolbar-item .iconTitle {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 3px;
}

.root .sub {
    padding-left: 15px;
}