﻿/*******************************************************ELENCO ULTIMI VISTI IN LISTA*/
.List_Last_User
{
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
}

    .List_Last_User li
    {
        margin-bottom: 1px;
        height: 100%;
        width: 100%;
        display: block;
        border-bottom: 1px solid #F2F3F3;
    }

        .List_Last_User li a
        {
            border-radius: 2px;
            height: 100%;
            width: 100%;
            display: block;
            padding: 10px 10px 10px 5px;
        }

            .List_Last_User li a:hover
            {
                background-color: #e5e6e6;
            }

            .List_Last_User li a img
            {
                border-radius: 50%;
                width: 50px;
                margin-right: 5px;
                text-align: left;
                box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
            }

        .List_Last_User li span
        {
            font-size: 14px;
            float: right !important;
        }

/*******************************************************LISTA*/
.List_Result_User
{
    padding: 20px 10px;
    border-left: 1px solid #F2F3F3;
    border-top: 1px solid #F2F3F3;
    border-right: 1px solid #F2F3F3;
    border-bottom: 1px solid #F2F3F3;
    color: #7a7a7a;
}

    .List_Result_User:hover
    {
        background-color: #e5e6e6;
    }

    .List_Result_User div
    {
        display: table-cell;
        vertical-align: top;
    }

        .List_Result_User div:first-of-type
        {
            width: 120px;
        }

        .List_Result_User div img
        {
            border-radius: 50%;
            box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
            width: 60%;
        }

        .List_Result_User div a:hover
        {
            text-decoration: underline;
        }

   /*******************************************************DETTAGLIO*/
.Div_Barra_Top table.User_Info tr td:first-of-type
{
    height: 40px;
    width: 60px;
}

.Div_Barra_Top table.User_Info tr td img
{
    border-radius: 50%;
    height: 100%;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.Div_Barra_Top table.User_Info tr td h3
{
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
}

.User_Attivo
{
    color: #005218;
    font-size: 16px;
}

.User_Disattivo
{
    color: #e40202;
    font-size: 16px;
}

#Dettagli .row .col-md-6
{
    margin-bottom: 15px;
}

    #Dettagli .row small
    {
        color: #969696;
    }
