@font-face {
    font-family: 'font_family';  /* project id 2334100 */
    src: url('../dist/fonts/font_2334100_2a87btkqyky.eot');
    src: url('../dist/fonts/font_2334100_2a87btkqyky.eot?#iefix') format('embedded-opentype'),
    url('../dist/fonts/font_2334100_2a87btkqyky.woff2') format('woff2'),
    url('../dist/fonts/font_2334100_2a87btkqyky.woff') format('woff'),
    url('../dist/fonts/font_2334100_2a87btkqyky.ttf') format('truetype'),
    url('../dist/fonts/font_2334100_2a87btkqyky.svg#font_family') format('svg');
  }
.iconfont {
    font-family: "font_family" !important;
    font-size: 19px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
a:link {text-decoration:none;} 
a:active{text-decoration: none;}
a:visited{text-decoration:none;}
a:hover {text-decoration:none;}
.topIcon{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    padding: 0;
    color: #344563;
    margin-left: 20px;
    position: relative;
}
.topIcon:hover{
    color:#0d619c;
    background: rgba(217,237,247,.5);
}
.topIcon .tooltiptext, .top_bar_position .tooltiptext{
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding:0 5px;
    line-height: 25px;
    white-space: nowrap;
    position: absolute;
    z-index: 3;
    top: 120%;
    right: 0;
    opacity: 0;
    transition: opacity 1s;
}
.topIcon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.topIconActive{
    color:#0d619c;
    background: rgba(217,237,247,.5);
}
.dropdown-menu{
    left: auto;
    right: 0;
}
.top_bar_position{
    position:relative;
    cursor: default;
}
.top_bar_position:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}