

.tooltipster-base {
	z-index:999!important;
}

.custom_modal_open .tooltipster-base {
	z-index:1010!important;
}

.tooltipster-box {
	background-color:white!important;
	border:1px solid #d3d4d6!important;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 0px 10px 6px rgba(0,0,0,0.1);
	padding:20px 24px;
}

.tooltipster-content {
	color:#3e4855!important;
	position:relative;
}
.tooltipster-base.error .tooltipster-content{
	color:#ff0000!important;
}
.tooltipster-base.info {
	max-width:400px;
}
.tooltipster-content .close {
	position:absolute;
	color:#3e4855;
	right:0px;
	top:0px;
}
.tooltipster-top .tooltipster-arrow-background,
.tooltipster-top .tooltipster-arrow-border {
	border-top-color: white!important;
}
.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: white!important;
}
.tooltipster-left .tooltipster-arrow-background,
.tooltipster-left .tooltipster-arrow-border {
	border-left-color: white!important;
}

.tooltipster-right .tooltipster-arrow-background,
.tooltipster-right .tooltipster-arrow-border {
	border-right-color: white!important;
}


.text_tooltip_mask {
	position:absolute;
	z-index:-1;
	padding: 10px 15px;
	overflow:auto;
    white-space: pre-wrap;
    visibility: hidden;
}