/**
 * Стили для плагина Авторизация
 * @version     1.004
 */

.dropdown-form{
    min-width: 285px;
}

.dropdown-form li a{
    cursor: pointer;
}

.dropdown-form li .ulogin{
    padding-left: 20px;
    overflow: auto;
    display: block;
}

.dropdown-form li form{
    padding: 10px 20px;
    min-width: 324px;
    overflow: auto;
}

.authorization_modal label,
.login_off label{
    font-weight: normal;
    width: 100%;
}

.authorization_modal input.form-control[readonly]
{
    background-color:#fff;
}

.account_item{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 5px;
    height: 111px;
    margin-bottom: 5px;
}

.account_item .userpic{
    float: left;
    box-shadow: 0 0 5px #888;
}

.account_item .network{
    float: left;
    width: 32px;
    height: 32px;
    background: url("/frontend/image/providers.png") 0 0 no-repeat;
    margin-left: 10px;
}

.account_item .network.vkontakte{
    background-position: 0 -36px;
}

.account_item .network.odnoklassniki{
    background-position: 0 -70px;
}

.account_item .network.mailru{
    background-position: 0 -104px;
}

.account_item .network.facebook{
    background-position: 0 -138px;
}

.account_item .network.twitter{
    background-position: 0 -172px;
}

.account_item .network.google{
    background-position: 0 -206px;
}

.account_item .nickname{
    float: left;
    margin-left: 10px;
    padding-top: 2px;
    font-size: 18px;
}

.account_item .fa-trash-alt{
    float: right;
    color: #888;
    cursor: pointer;
}

.account_item .fa-trash-alt:hover{
    color: #A00;
}

.account_item .fa-user{
    float: right;
    color: #888;
    cursor: pointer;
}

.account_item .fa-user:hover{
    color: #0A0;
}