﻿
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover {
    background-clip: padding-box
}
.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}


.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}




#share-footer .about-links.nav {
    margin-top: 20px
}

#share-footer .about-links.nav>li {
    padding: 0
}

#share-footer .about-links.nav>li.divider {
    width: 1px;
    font-style: 0;
    background-color: #e8e8e8;
    margin: 0 20px;
    height: 20px
}

@media (max-width:768px) {
    #share-footer .about-links.nav>li.divider {
        margin: 0 6px
    }
}

#share-footer .about-links h5 {
    color: #666
}

#share-footer .about-links .nav>li {
    margin: 8px 0
}

#share-footer .about-links .nav>li>a {
    padding: 0;
    color: #999;
    font-size: 12px;
    display: inline
}

#share-footer .about-links .nav>li>a:focus,
#share-footer .about-links .nav>li>a:hover {
    background: 0 0;
    color: #666
}


.open-accounts {
    margin: 20px 0 0;
    padding: 0
}

#home-events-box,
#home-news-box {
    margin-top: 40px
}

.open-accounts li {
    list-style: none;
    float: left;
    margin-right: 4px
}


a.openicon {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(img/open-icons.png)
}

a.openicon.weixin {
    background-position: 0 0
}

a.openicon.weixin:hover {
    background-position: 0 32px
}

a.openicon.weibo {
    background-position: -32px 0
}

a.openicon.weibo:hover {
    background-position: -32px 32px
}