/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 груд 2015, 19:49:21
    Author     : vladislav
*/
/*Кнопка*/
.SH_Im_in_button{
    float: left;
    /*margin-top: 25px;*/
}
.SH_Im_in{
}
/*Аватарки*/
.SH_users_icons{
}
.SH_user_icon_small{
    float: left;
}
.SH_user_icon_small > a > img{
    border-radius: 50%;
}
.SH_Im_in_button_properties{
    height: 38px;
}
.SH_Im_in_button_properties > .SH_users_icons > .SH_user_icon_small > a > img{
    height: 30px;
    width: 30px;
}
.SH_Im_in_button_properties > .SH_users_icons > #SH_Im_in_ALL_count{
    height: 30px;
    width: 30px;
    background-color: transparent;
    color: black;
}
.SH_Im_in_button_properties > .SH_users_icons > #SH_Im_in_ALL_count > div{
    padding-top: 0;
}
.SH_user_icon_small > .SH_name{
    display: none;
}
.SH_user_icon_small :hover ~ .SH_name{
    z-index: 111;
    display: block;
    position: absolute;
    text-shadow: 1px 1px 5px #000000, 2px 2px 5px #FFFFFF;
    background-color: white;
    border: 1px;
    border-style: solid;
    padding: 10px;
    border-radius: 20px;
    margin-top: -10px;
}

/*Кількість всіх в темі*/
#SH_Im_in_ALL_count{
    background-color: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left;
    color: white;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
#SH_Im_in_ALL_count > div{
    padding-top: 15px;
    text-shadow: 1px 1px #111;
}
.SH_element{
    display: -webkit-box;
    color: #6B6B6B;
}
.SH_element > span{
    color: #0F155A;
}
.SH_properties{
    margin: 0 !important;
}
.SH_properties > li{
    list-style: none !important;
    border-bottom: 1px solid #F8F8FB;
    margin-bottom: 10px;
}
.SH_element > SH_Im_in > button{
    margin: 0 !important;
}
.shnodisplay{
    display: none;
}