.PriceScrollContainer {
    width: 100%;
    background-color:rgba(255,255,255, 0.9);
    margin:0 ;
    height: 36px;
    z-index:100;
    line-height: 40px;
    position:fixed;
    /*overflow:hidden;*/
    bottom:0;
    left:0;
    display:block;
    /*border-bottom: 1px solid #bdbccc;*/
}

.PriceScrollDatas {
    position:absolute;
    width:3000px;
    left:0;
    right:0;
}

.PriceScrollDatas > span {
    padding:0 4px;
    display:inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align:middle;
    transform: translateZ(0);
    color: #232157;
}

.PriceScrollDatas > span > span {
    padding:0 4px;
    display:inline-block;
}

.PriceScrollDatas .nameNode {
    cursor: pointer;
    color: #232157;
}

.nameNode:hover {
    text-decoration: underline;
}

.PriceScrollDatas > span::before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #7b7a9a;
    content: "";
    margin-right: 8px;
}

.PriceScrollDatas > span .sign {
    font-size:80%;
    vertical-align:middle;
}

.PriceScrollDatas > span .sign.Down {
    color:#cc4533;
}

.PriceScrollDatas > span .sign.Up {
    color:#50924d;
}

.PriceScrollDatas > span .Down {
    color:#cc4533;
}

.PriceScrollDatas > span .Up {
    color:#50924d;
}

.PriceScrollContainer .ticker-show-hide {
    position:absolute;
    right:0;
    top:0;
    height:100%;
    padding:0 20px;
    cursor:pointer;
    background-image:url(../../../../site-default/modules_site/site/images/x-close.svg);
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-color:rgba(255,255,255,0.90);
    display:block;
    background-size:12px 12px
}

.PriceScrollContainer .ticker-show-hide.icon-eye-minus:before {
    display:none;
}
    
.hover-wrap-parent:hover .hover-wrap, .hover-wrap.force-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    cursor: auto;
}

.hover-wrap {
    padding: 3px 8px;
    color: #fff;
    text-align: justify;
    background-color: #e2e5e8;
    z-index: 1000;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    color: #060524;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    transition-property: visibility, opacity, transform;
    transform: translateY(20px);
    top: 100%;
    position: absolute;
    min-width: 600px;
    right: 0px;
    line-height: 18px;
}
    
.hover-wrap.hover-wrap-upward {
    top: auto;
    bottom: 100%;
    transform: translateY(-20px);
    font-size:16px;
    right:0;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hover-wrap-parent:hover .hover-wrap.hover-wrap-upward {
    cursor: pointer;
}

/*# sourceMappingURL=ticker.css.map */