/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble{
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
    font-weight:bold;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.tipso_bubble {
    position: absolute !important;
	/*text-align: center;*/
    text-align: left;
	border-radius: 6px;
	z-index: 999999;
	padding: 10px;
    font-weight:bold;
    /*color:#e95e25 !important;*/    
    color:#0D0740 !important;
}
.tipso_style{
    /*cursor:help;*/
	/*border-bottom: 1px dotted;*/
}
.tipso_content {
  	word-wrap:break-word;
    font-weight:bold;
    /*color:#e95e25 !important;*/ 
    color:#0D0740 !important;
    font-variant:normal;
}
/*Change tooltip size based on the Johann request in the task Tool tips sizes*/
/*.tipso_bubble {
    width:auto !important;
    position: absolute;
    text-align: center;
    border-radius: 0px;
    z-index: 999999;
    height: 14px;
    padding: 4px 8px;
    opacity: 90;
    font-weight: bold;    
    color: #FFFFFF !important;
    background-color: #747474 !important;
}
.tipso_content {
   height: 14px;
   line-height:14px;
    word-wrap: break-word;
    font-weight: normal;
    font-family: "robotoregular";
    font-size: 14px;
    vertical-align: middle !important;
    color: #ffffff !important;
}
.tipso_bubble.top > .tipso_arrow {
    border-top-color: #747474 !important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;    
}*/
/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;    
}
.tipso_bubble.top > .tipso_arrow {
   	/*border-top-color: #000;*/
       border-top-color:#747474 !important;
   	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
    /*border-bottom-color: #000;*/
    border-bottom-color: #747474 !important;
    border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
    /*border-left-color: #000;*/
    border-left-color:#747474 !important;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
    top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
    /*border-right-color: #000;*/
    border-right-color:#747474 !important;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    top: 50%;
	right: 100%;
	margin-top: -8px;
}
/*Change tooltip size based on the Johann request in the task Tool tips sizes*/
.tipso_bubble {
    width:auto;
    position: absolute;
    /*text-align: center;*/
    text-align: left;
    border-radius: 0px;
    z-index: 999999;
    /*height: 14px;*/
    padding: 4px 8px;
    /*text-align: justify;*/
    opacity: 90;
    font-weight: bold;    
    color: #FFFFFF !important;
    background-color: #747474 !important;
}
.tipso_content {
   /*height: 13px;*/
   line-height:13px;
    word-wrap: break-word;
    font-weight: normal;
    /*font-family: "robotoregular";*/
    /*font-family: "ProximaNovaMedium";*/
    /*font-family: "proximanovalight";*/
    font-family: Calibri,Arial,helvetica;
    font-size: 13px;
    vertical-align: middle !important;
    color: #ffffff !important;
}
.tipso_bubble.top > .tipso_arrow {
    border-top-color: #747474 !important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;    
}