﻿.preview-profile {
    padding: 15px 0 10px 20px;
    min-height: 165px;
}

    .preview-profile .avatar {
        margin: 0 auto;
        margin-top: 10px;
        margin-right: 20px;
        border-radius: 50%;
    }

    .preview-profile .menu {
        direction: rtl;
        text-align: right;
        position: relative;
        margin-top: 10px;
    }

    .preview-profile .licence {
        font-size: 0.9em;
        direction: rtl;
        padding: 0 20px 0 0;
        text-align: right;
    }

        .preview-profile .licence h4 {
            margin: 0;
            margin-top: 8px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .preview-profile .licence .ui-textbox {
            display: block;
        }

            .preview-profile .licence .ui-textbox span.label {
                width: 60px;
                text-align: right;
                font-size: 1.05em;
                display: inline-block;
                padding: 0;
                margin: 0;
            }

        .preview-profile .licence button {
            margin: 0 auto;
        }

    .preview-profile a {
        font-size: .9em;
        cursor: pointer;
    }

    .preview-profile .logout-btn {
        margin: 10px 0 0 5px;
    }

        .preview-profile .logout-btn button {
            background-color: #118dcf;
            color: white;
            text-align: center;
            border: none;
            padding: 2px 10px;
            box-shadow: 0px 0px 5px silver;
        }

            .preview-profile .logout-btn button:active {
                background-color: #204d74;
            }

    .preview-profile .menu.full:after {
        width: 0;
    }

    .preview-profile .menu:after {
        content: "";
        height: 120px;
        background-color: #E6E6EB;
        width: 1px;
        position: absolute;
        left: 1px;
        top: 0px;
    }

    .preview-profile ul {
        list-style: none;
        padding: 0;
    }

    .preview-profile .menu ul li {
        padding: 5px;
    }

    .preview-profile .poll {
        direction: rtl;
        text-align: right;
    }

        .preview-profile .poll .title {
            margin-right: 5px;
            font-size: 13px;
        }

        .preview-profile .poll ul {
            margin-top: 10px;
        }

        .preview-profile .poll li {
            padding: 5px;
        }

        .preview-profile .poll .ui-poll-item:hover .circle {
            background-color: rgba(192, 192, 192, 0.57);
        }

        .preview-profile .poll .ui-poll-item .circle {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 1px solid silver;
            background-color: transparent;
            display: inline-block;
            margin-left: 3px;
            vertical-align: middle;
        }

        .preview-profile .poll .ui-poll-item label {
            font-weight: normal;
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

    .preview-profile .version {
        font-size: 10px;
        color: #118dcf;
        padding-top: 10px;
    }
