/**********************/
/******* Votes *******/
/*********************/
/*Search*/
div.votesSearch
{
    float: left;
    font-size: 14px;
    text-align: right;
    border: solid 1px #95bcd6;
    border-radius: 6px;
    height: 22px;
    width: 172px;
    padding-left: 5px;
}

    div.votesSearch input
    {
        float: left;
        color: #555;
        border: 0px;
        font-size: 11px;
        text-align: left;
        height: 18px;
        width: 130px;
        outline: none;
        padding: 0px;
    }

    div.votesSearch span
    {
        float: left;
        font-size: 12px;
        color: #0D5995;
        font-weight: bold;
        padding: 2px;
        cursor: pointer;
        visibility: hidden;
    }

    div.votesSearch img
    {
        float: left;
        height: 16px;
        width: auto;
        line-height: 16px;
        padding: 3px 2px 3px 5px;
        cursor: pointer;
    }

/* Votes View Tab */
div.votesViewTab
{
    float: right;
    color: #0d5995;
    text-align: right;
    width: 50%;
    height: 30px;
    padding-bottom: 10px;
    margin: 0 1% 0 1%;
}

    div.votesViewTab fieldset.radius
    {
        float: right;
        text-align: center;
        border: solid 1px #95bcd6;
        border-radius: 6px;
        padding-left: 2px;
        padding-right: 2px;
        width: 190px;
    }

    div.votesViewTab a
    {
        color: #0d5995;
        font-size: 11px;
        cursor: pointer;
        margin: 0px 2px 0px 2px;
    }

        div.votesViewTab a.current
        {
            font-weight: bold;
        }

        div.votesViewTab a:hover
        {
            color: #FFC000;
        }

/*===================*/
div.votes
{
    clear: both;
    font-family: Times New Roman;
    height: 100%;
    padding: 0px 0px 20px 0px;
}

    div.votes div.vote
    {
        width: 96%;
        padding-bottom: 5px;
        margin: auto;
    }

div.vote div.question
{
    font-family: Tahoma, sans-serif;
    width: 100%;
    padding-bottom: 10px;
}

    div.vote div.question div.index
    {
        float: left;
        text-align: right;
        font-size: 13px;
        font-weight: bold;
        width: 3%;
    }

    div.vote div.question div.caption
    {
        float: left;
        text-align: left;
        font-size: 13px;
        font-weight: bold;
        word-wrap: break-word;
        width: 81%;
        padding-left: 5px;
    }

    div.vote div.question div.datetime
    {
        float: left;
        text-align: right;
        font-size: 11px;
        color: #A0A0A0;
        width: 15%;
    }

div.vote div.voteItems
{
}

div.vote div.votedCount
{
    float: left;
    text-align: left;
    font: bold 13px Tahoma, sans-serif;
    margin: 15px 10px 5px 15px;
}

div.vote div.refresh
{
    float: right;
    text-align: right;
    margin: 15px 10px 5px 15px;
}

    div.vote div.refresh img
    {
        cursor: pointer;
        width: 12px;
    }

/* Statistic table */
div.vote div.voteItem
{
    clear: both;
    font-size: 12px;
    text-align: left;
    width: 100%;
    height: 15px;
    padding: 6px;
    display: table;
}

    div.vote div.voteItem div
    {
        display: table-cell;
        vertical-align: middle;
    }

        div.vote div.voteItem div.itemIndex
        {
            /*float: left;*/
            text-align: right;
            width: 5%;
        }

        div.vote div.voteItem div.variant
        {
            /*float: left;*/
            text-align: left;
            width: 18%;
            padding: 0px 3px;
        }

            div.vote div.voteItem div.variant div
            {
                display: block;
                width: 118px;
            }

                div.vote div.voteItem div.variant div label.selected
                {
                    color: #1E72CE;
                }

        div.vote div.voteItem div.variantImage
        {
            /*float: left;*/
            text-align: left;
            width: 9%;
            padding-left: 1%;
        }

            div.vote div.voteItem div.variantImage img
            {
                cursor: pointer;
                width: 50px;
                height: auto;
                vertical-align: middle;
            }

        div.vote div.voteItem div.hasAuthor
        {
            font-style: italic;
        }

        div.vote div.voteItem div.statistic
        {
            /*float: left;*/
            text-align: left;
            width: 20%;
            height: 15px;
        }


            div.vote div.voteItem div.statistic div.chartLine
            {
                font-size: 8px;
                height: 10px;
                display: inline-table;
            }

        div.vote div.voteItem div.statisticWithImage
        {
            width: 11%;
        }

        div.vote div.voteItem div.userVotesCount
        {
            /*float: left;*/
            text-align: right;
            width: 12%;
            padding-right: 2%;
        }

        div.vote div.voteItem div.usersLine
        {
            /*float: left;*/
            text-align: left;
            width: 43%;
        }

            div.vote div.voteItem div.usersLine div.empty
            {
                float: left;
                width: 15px;
                line-height: 25px;
            }

            div.vote div.voteItem div.usersLine div.event
            {
                float: left;
                text-align: center;
                width: 15px;
                line-height: 30px;
            }

                div.vote div.voteItem div.usersLine div.event img
                {
                    width: 13px;
                    height: auto;
                    cursor: pointer;
                }

            div.vote div.voteItem div.usersLine div.userImages
            {
                float: left;
                text-align: center;
            }

                div.vote div.voteItem div.usersLine div.userImages img
                {
                    display: inline;
                    vertical-align: middle;
                    height: 20px;
                    width: auto;
                    max-width: 20px;
                    padding: 0px 2px;
                    cursor: pointer;
                    padding: 2px;
                    border: outset 1.5px transparent;
                }

                    div.vote div.voteItem div.usersLine div.userImages img.user-selected
                    {
                        border: 1px solid #1E72CE;
                    }

/* Single */
div.vote div.voteItemSingle
{
    clear: both;
    font-size: 12px;
    text-align: left;
    width: 100%;
    padding: 8px 0px 0px 20px;
}

    div.vote div.voteItemSingle input[type="radio"]
    {
        font-size: 10px;
        cursor: pointer;
    }

    div.vote div.voteItemSingle label
    {
        font-size: 12px;
        margin-left: 8px;
        cursor: pointer;
    }

        div.vote div.voteItemSingle label.withImage
        {
        }

    div.vote div.voteItemSingle img
    {
        cursor: pointer;
        width: 50px;
        vertical-align: middle;
        margin-left: 5px;
    }

/* Multiple */
div.vote div.voteItemMultiple
{
    clear: both;
    font-size: 12px;
    text-align: left;
    width: 100%; /*height: 15px;*/
    padding: 8px 0px 0px 20px;
}

    div.vote div.voteItemMultiple input[type="checkbox"]
    {
        font-size: 10px;
        cursor: pointer;
    }

    div.vote div.voteItemMultiple label
    {
        font-size: 12px;
        margin-left: 8px;
        cursor: pointer;
    }

        div.vote div.voteItemMultiple label.hasAuthor
        {
            font-style: italic;
        }

    div.vote div.voteItemMultiple img
    {
        cursor: pointer;
        width: 50px;
        vertical-align: middle;
        margin-left: 5px;
    }

/* New Poll */
div.vote div.newPoll
{
    text-align: left;
    width: 100%;
    padding: 15px 0px 0px 25px;
}

    div.vote div.newPoll div.version
    {
        display: inline;
        font-family: Times New Roman;
        padding-right: 5px;
    }

        div.vote div.newPoll div.version input
        {
            width: 150px;
            height: 14px;
        }

    div.vote div.newPoll div.add
    {
        display: inline;
        line-height: 20px;
        padding-right: 5px;
    }

        div.vote div.newPoll div.add a
        {
            font-size: 12px;
            font-weight: bold;
            color: #025ca7;
            border: outset 2px #EEE;
            padding: 0 15px;
            height: 21px;
            width: auto;
            cursor: pointer;
        }

/* Buttons */
div.vote div.buttons
{
    text-align: left;
    width: 100%;
    padding: 15px 0px 0px 15px;
}

    div.vote div.buttons div.save
    {
        display: inline;
        padding-right: 5px;
    }

        div.vote div.buttons div.save input
        {
            font: bold 12px Sans-Serif;
            background: #3d97e2;
            color: #FFF;
            -webkit-appearance: none; /* stop mobile safari from using default button styles */
            border: 1px solid #025ca7;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            letter-spacing: 1px;
            padding: 3px;
            width: 60px;
        }

    /* Only view */
    div.vote div.buttons div.onlyView
    {
        display: inline;
        padding: 7px;
    }

        div.vote div.buttons div.onlyView a
        {
            font-size: 12px;
            font-weight: bold;
            color: #025ca7;
            cursor: pointer;
        }

div.vote div.line
{
    text-align: center;
    color: #68b7fa;
    border-bottom: solid 1px #68b7fa;
    margin: 2% 0% 2% 0%;
    width: 100%;
}

/* Show More */
div.votes div.showMore
{
    float: left;
    text-align: right;
    width: 50%;
    margin-left: 6%;
}

    div.votes div.showMore a
    {
        cursor: pointer;
        color: #025ca7;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 50px;
    }

/* Votes Count */
div.votes div.votesCount
{
    float: right;
    color: #0d5995;
    font-size: 12px;
    text-align: right;
    width: 36%;
    margin-right: 6%;
}
