﻿.jssocials-shares {
    margin: 0.2em 0;
}

    .jssocials-shares * {
        box-sizing: border-box;
    }

.jssocials-share {
    vertical-align: top;
    margin: 0.3em 0 0.3em 9px;
}

    .jssocials-share:last-child {
        margin-right: 0;
    }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 100%;
    font-size: 12px;
}

    .jssocials-share-link.jssocials-share-link-count {
        padding-top: .2em;
    }

        .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
            display: block;
            font-size: .6em;
            margin: 0 -.5em -.8em -.5em;
        }

    .jssocials-share-link.jssocials-share-no-count {
        padding-top: .5em;
    }

        .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
            height: 1em;
        }

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}

    .jssocials-share-count-box.jssocials-share-no-count {
        display: none;
    }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}

#share {
    position: absolute !important;
    z-index: 9997;
    margin: 10px 0 0 0;
    margin: 51px 0 0 -12px;
    background: #182f64;
    padding: 5px;
    border-radius: 10px;
}

    #share.office-detail-page {
        margin: 0 0 0 0 !important;
        right: 13% !important;
        top: 19% !important;
        width: 23%;
    }

    #share.stock-detail-page {
        width: 19%;
        right: 0;
        top: 11%;
    }

    #share.office-user-detail {
        /*margin: 0 0 0 0 !important;
        right: 5% !important;
        top: -6% !important;
        width: 31%;*/
        margin: 0 0 0 0 !important;
        min-height: calc(50% + 50px) !important;
        bottom: calc(-2.5%) !important;
        right: calc(50% + -375px);
        width: 29%;
    }

    #share.favorite-btn-ml-0 {
        right: 12% !important;
    }

@media screen and (max-width:720px) {
    #share {
        margin: 51px 0 0 0 !important;
        width: 60% !important;
    }

        #share.office-detail-page {
            margin: 0 0 0 0 !important;
            right: 41px !important;
            top: 35% !important;
            width: 70% !important;
        }

        #share.office-user-detail {
            margin: 0 0 0 0 !important;
            right: 27% !important;
            top: 39% !important;
        }

        #share.stock-detail-page {
            width: 79% !important;
            right: -80px;
            top: 11%;
        }
}

@media screen and (device-width:768px) {
    #share.office-detail-page {
        margin: 0 0 0 0 !important;
        right: 17% !important;
        top: 1% !important;
        width: 34%;
    }

    #share.office-user-detail {
        margin: 0 0 0 0 !important;
        right: -21% !important;
        top: -32% !important;
        width: 100%;
    }
}

@media only screen and (device-width: 1024px) {
    #share {
        padding: 2px !important;
    }

        #share.office-detail-page {
            margin: 0 0 0 0 !important;
            right: 17% !important;
            top: 19% !important;
            width: 31%;
        }

        #share.office-user-detail {
            margin: 0 0 0 0 !important;
            right: -21% !important;
            top: -32% !important;
            width: 100%;
        }
}