.qtip-title {
	color: white;
	z-index: 0;
}

.qtip-content{
    position: relative;
    padding:0px 18px 16px 18px;
    overflow-y: auto;
    font-size:14px;
    text-align: left;
    word-wrap: break-word;
	line-height: 20px;

    /* new style */
    /* padding: 20px 20px 20px 20px; */
    /* margin-right: 50px; */
}

.qtip-titlebar .qtip-close{
    right: 4px; top: 50%;
    margin-top: -9px;
    color:white;
    z-index:100;

}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;

	background:#f9f5db;
	color: #333333;

		/* new style */
		background: #fff;
		border-color: #1c70e1;
		border-width: 2px;
		box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
}

.qtip-default .qtip-icon{
    /*padding-right:10px;*/
    /* background-image: url('/assets/images/icons/help_modal_close_button.png'); */
    background-repeat: no-repeat;
    padding: 5px 0px 10px 10px;
    position: absolute;
    top: 7px;
    width: 24px;
    height: 24px;
}

.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    display: none;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; height:0; width:0; }
