.social_share {
    border-width: 1px;
    border-style: solid;
    border-color: #a4cce5 #a4cce5 #a0b9ca #a4cce5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px;
    background-color: #d9e9f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.17, rgb(253, 254, 254)), color-stop(0.59, rgb(245,249,252)), color-stop(0.8, rgb(217, 233, 243)));
    background-image: -webkit-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -moz-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -ms-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -o-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', EndColorStr='#d9e9f3');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', EndColorStr='#d9e9f3')";
    background-image: linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-position: 0 0;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    color: #405d86 !important;
    text-shadow: 0 1px #fff;
    cursor: pointer;
}

.social_share:hover {
    border-color: #5ea4d9 #5ea4d9 #6ea0c6 #5ea4d9;
    background-color: #c3dfee;
    text-decoration: none;
}

.social_share:active {
    border-color: #acbeca #acbeca #90a3af #acbeca;
    background-color: #d0e6f5;
    background-image: none;
}

.social_share > span {
    padding-left: 17px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../../django/images/sprites/social_share_sprite.png);
    background-position: 0 0;
    line-height: 1;
}

.social_share.large {
    padding: 5px;
}

.social_share.facebook_button > span {
    background-position: 0 -81px;
}

.social_share.tweet_button > span {
    background-position: 0 -31px;
}

.social_share.linkedin_button > span {
    background-position: 0 -56px;
}

.social_share.feed_button > span {
    background-position: 0 -106px;
}

.social_share.email_button > span {
    background-position: 0 -6px;
}

.social_share.google_button > span {
    background-position: 0 -131px;
}

.social_share_disabled {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dedede;
    opacity: 0.5;
    z-index: 10;
}

#social_module_container,
.panel_body--social_share_disabled {
    position: relative;
}
