/*Rating*/

.rating_item, .profile_item{
    opacity:0.5;
}

.rating_item.rating_active{
    opacity:1;
}
.profile_item.profile_active{
    opacity:1;
}


.facebook_button:before{
    color: white;
    position: absolute;
    width: 44px;
    left:0;
    top:0;
    bottom:0;
    line-height: 37px;
    border-right: 1px solid  #162a55!important;
    -webkit-box-sizing: border-box!important;;
    -moz-box-sizing: border-box!important;;
    box-sizing: border-box!important;
    padding-left:12px;
}

.facebook_button
{
    padding-left: 54px;
    position: relative;
    background-color: #3b5998!important;
    color: #a0a0a0!important;
    border-color:  #162a55!important;
    color: white!important;
    margin-top: 12px;
    white-space: nowrap;
    min-width: 130px !important;
}

.facebook_button:hover
{
    color: #afe1ff!important;
    border-color: #04284e!important;
}

.facebook_button:active, .facebook_button.active
{
    color: #afe1ff!important;
    border-color: #04284e!important;
    box-shadow: inset 0px 2px 0px 0px #1b60a6!important;
}



.linkedin_button:before{
    color: white;
    position: absolute;
    width: 44px;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 38px;
    border-right: 1px solid #162a55!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding-left: 13px;
}

.linkedin_button
{
    padding-left: 54px;
    position: relative;
    background-color: #2c77a8!important;
    color: #a0a0a0!important;
    border-color:  #162a55!important;
    color: white!important;
    margin-top: 12px;
    white-space: nowrap;
    min-width: 130px !important;
}

.linkedin_button:hover
{
    color: #afe1ff!important;
    border-color: #04284e!important;
}

.linkedin_button:active, .linkedin_button.active
{
    color: #afe1ff!important;
    border-color: #04284e!important;
    box-shadow: inset 0px 2px 0px 0px #1b60a6!important;
}

.share_loader{
    display: block;
    background-size: contain;
}




.rating_item .negative{
    color: #92262e !important;
}
#percent{
    color: #278039;
}