#ht-close-icon::after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 2em;
}

#ht-close-icon{
    position: absolute;
    top: 0px;
    color:#18495F;
}

#ht-close-icon:hover{
    color:#0073e5;
}


#ht-shiny-icon::after{
	content: "\f1da";
    font-family: FontAwesome;
	font-size: 2em;
}

#ht-shiny-icon:hover{
    color:#0073e5;
}

#ht-shiny-icon{
    color:#18495F;
}

#ht-popup-container {
    position: absolute;
    z-index: 9999999;
    background-color: #ffffff;
    border: 1px solid #18495F;
    padding: 10px;
    display:block;
}

#ht-popup-container *{
	display:block;
}

.ht-popup-item{
    padding:5px;
}

#ht-popup-title{
    padding-bottom: 15px;
}

/*
* tooltip info popup
*/
#ht_guidance_tip{
    
    position: absolute;
    top: 50px;
    right: 5%;  
    padding: 5px 15px;
    border-bottom: 1px solid;
    border-color: rgb(24,73,95,.8);
    z-index: 999999;
    /*background-color: rgb(24,73,95,.6);
    color: #fff !important;
    display: none;
    border-radius: 15px;
    width: 400px;
    */
}

#ht_guidance_tip h5, #ht_guidance_tip span  {
    /*color: #fff !important;*/
}
