/***************************/
/*** Prediction Matches ***/
/**************************/

/*Search*/
div.matchesSearch
{
    float: left;
    font-size: 14px;
    text-align: right;
    border: solid 1px #95bcd6;
    border-radius: 6px;
    height: 22px;
    width: 172px;
    padding-left: 5px;
}

    div.matchesSearch input
    {
        float: left;
        color: #555;
        border: 0px;
        font-size: 11px;
        text-align: left;
        height: 18px;
        width: 130px;
        outline: none;
        padding: 0px;
    }

    div.matchesSearch span
    {
        float: left;
        font-size: 12px;
        color: #0D5995;
        font-weight: bold;
        padding: 2px;
        cursor: pointer;
        visibility: hidden;
    }

    div.matchesSearch img
    {
        float: left;
        height: 16px;
        width: auto;
        line-height: 16px;
        padding: 3px 2px 3px 5px;
        cursor: pointer;
    }

/* Matches View Tab */
div.matchesViewTab
{
    float: right;
    color: #0d5995;
    text-align: right;
    width: 50%;
    height: 30px;
    padding-bottom: 10px;
    margin: 0 1% 0 1%;
}

    div.matchesViewTab fieldset.radius
    {
        float: right;
        text-align: center;
        border: solid 1px #95bcd6;
        border-radius: 6px;
        padding-left: 2px;
        padding-right: 2px;
        width: 210px;
    }

    div.matchesViewTab a
    {
        color: #0d5995;
        font-size: 11px;
        cursor: pointer;
        margin: 0px 2px 0px 2px;
    }

        div.matchesViewTab a.current
        {
            font-weight: bold;
        }

        div.matchesViewTab a:hover
        {
            color: #FFC000;
        }

/*===================*/
div.predictionMatches
{
    clear: both;
    font-family: Times New Roman;
    height: 100%;
    padding: 0px 0px 20px 0px;
}

div.noResult
{
    color: #555;
    font-size: 12px;
    text-align: center;
}

div.predictionMatches div.matchItem
{
    width: 100%;
}

div.matchItem div.header
{
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    width: 100%;
    height: 20px;
}

    div.matchItem div.header div.matchToday
    {
        font-size: 15px;
        float: left;
        text-align: right;
        color: Red;
        width: 12%;
    }

    div.matchItem div.header div.competition
    {
        float: left;
        text-align: center;
        font-size: 16px;
        color: #025ca7;
        width: 74%;
    }

    div.matchItem div.header div.empty
    {
        float: left;
        width: 12%;
    }

div.matchItem div.message {
    font-family: Tahoma, sans-serif;
    text-align: center;
    width: 100%;
    height: 13px;
    padding-top: 7px;
}

div.matchItem div.online
{
    float: left;
    text-align: left;
    width: 4%;
    margin-top: 25px;
    margin-left: 5%;
}

div.matchItem div.onlineTime
{
    display: inline;
    position: absolute;
    color: #008000;
    font-family: tahoma, arial, helvetica, sans-serif;
    padding-left: 5px;
}

div.matchItem div.team
{
    float: left;
    text-align: center;
    height: 110px;
    width: 32%;
}

    div.matchItem div.team img.club
    {
        width: 80px;
        height: 80px;
    }

    div.matchItem div.team img.country
    {
        width: 80px;
        min-height: 56px;
        height: auto;
        -moz-box-shadow: 0px 0px 5px 1px #BEBFC1;
        -webkit-box-shadow: 0px 0px 5px 1px #BEBFC1;
        box-shadow: 0px 0px 5px 1px #BEBFC1;
    }

div.matchItem div.teamName
{
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
}

div.matchItem div.info
{
    float: left;
    text-align: center;
    font-weight: bold;
    width: 19%;
    height: 80px;
}

    div.matchItem div.info img.goal
    {
        width: 15px;
        height: auto; /*position: absolute;*/
    }

    div.matchItem div.info div.balance
    {
        width: 15px;
        display: inline-block;
    }

    div.matchItem div.info div.result
    {
        margin: 25px 0px 10px 0px;
        font-size: 20px;
    }

        div.matchItem div.info div.result input.score
        {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            border-radius: 6px;
            border-width: 0px;
            border: solid 1px #95bcd6; /*width: 35px;*/
            width: 32px;
            height: 25px;

            -moz-appearance: textfield;
        }
            div.matchItem div.info div.result input.score::-webkit-inner-spin-button 
            {
                -webkit-appearance: none;
                margin: 0;
            }

    div.matchItem div.info div.date
    {
        color: #025ca7;
        font-size: 11px;
    }

div.matchItem div.showUsers
{
    float: left;
    text-align: left;
    width: 6%;
    margin-top: 25px;
}

    div.matchItem div.showUsers img
    {
        cursor: pointer;
        width: 17px;
        height: 17px;
    }

div.matchItem div.line
{
    text-align: center;
    color: #68b7fa;
    border-bottom: solid 1px #68b7fa;
    margin: 2% 5% 2% 5%;
    width: 90%;
}

div.matchItem div.save
{
    text-align: center;
    width: 99%;
    margin-left: 1%;
}

    div.matchItem 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: 70px;
    }

div.matchItem div.saveFinalScore
{
    text-align: center;
    width: 99%;
    margin-left: 1%;
}

    div.matchItem div.saveFinalScore input
    {
        font: bold 12px Sans-Serif;
        background: #008000;
        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: 100px;
    }

/* Links */
div.matchItem div.links
{
    text-align: center;
    width: 98%;
    padding-top: 10px;
    margin-left: 2%;
}

    div.matchItem div.links span
    {
        font-weight: bold;
        color: #025ca7;
        padding: 0 10px;
    }

    div.matchItem div.links a
    {
        font-size: 12px;
        font-weight: bold;
        color: #025ca7;
        cursor: pointer;
    }

        div.matchItem div.links a:hover
        {
            text-decoration: underline;
        }

        div.matchItem div.links a.skipScore
        {
        }

        div.matchItem div.links a.viewResults
        {
        }

/* Watch Video */
div.matchItem div.watchVideo
{
    text-align: center;
    width: 98%;
    padding-top: 3px;
}

    div.matchItem div.watchVideo a
    {
        font-size: 15px;
        font-weight: bold;
        color: #025ca7;
        cursor: pointer;
    }

        div.matchItem div.watchVideo a img
        {
            height: 25px;
            margin-right: 10px;
        }

        div.matchItem div.watchVideo a div
        {
            display: inline;
            vertical-align: top;
            line-height: 25px;
        }

        div.matchItem div.watchVideo a:hover
        {
            text-decoration: underline;
        }

/* Comments */
div.matchItem div.comments
{
    text-align: right;
    width: 93%;
    margin-right: 7%;
}

    div.matchItem div.comments span
    {
        font-size: 12px;
        font-weight: bold;
        color: #025ca7;
        vertical-align: top;
        line-height: 20px;
        padding-left: 5px;
    }

    div.matchItem div.comments img
    {
        cursor: pointer;
        width: 17px;
        height: 17px;
    }

/* Show More */
div.predictionMatches div.showMore
{
    float: left;
    text-align: right;
    width: 50%;
    margin-left: 6%;
}

    div.predictionMatches div.showMore a
    {
        cursor: pointer;
        color: #025ca7;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 50px;
    }

/* Matches Count */
div.predictionMatches div.matchesCount
{
    float: right;
    color: #0d5995;
    font-size: 12px;
    text-align: right;
    width: 36%;
    margin-right: 6%;
}

/* User's Predictions */
div.matchItem div.border
{
    border: solid 1px #95bcd6;
    border-radius: 6px;
}

div.matchItem div.usersPredictions
{
    font-size: 11px;
    text-align: center;
    min-height: 20px;
    width: 80%;
    margin: 1% 10% 0 10%;
    display: none;
}

    div.matchItem div.usersPredictions table.users
    {
        text-align: center;
        font-size: 12px;
        border-spacing: 0px;
        border: solid 1px #95bcd6;
        border-radius: 6px;
        width: 100%;
        padding-bottom: 5px;
    }

        div.matchItem div.usersPredictions table.users tr
        {
            cursor: default;
        }

            div.matchItem div.usersPredictions table.users tr.header
            {
                font-size: 11.5px;
                font-weight: bold;
                height: 30px;
            }

                div.matchItem div.usersPredictions table.users tr.header:hover
                {
                    background-color: transparent;
                }

            div.matchItem div.usersPredictions table.users tr.alternative
            {
                background-color: #f0f6f8;
            }

            div.matchItem div.usersPredictions table.users tr.selected
            {
                background-color: #ffc000;
            }

            div.matchItem div.usersPredictions table.users tr:hover
            {
                background-color: #C3DEF5;
            }

            div.matchItem div.usersPredictions table.users tr td div.not-final
            {
                position: absolute;
                display: inline;
                padding-left: 3px;
            }

        div.matchItem div.usersPredictions table.users img
        {
            height: 14px;
            width: 14px;
        }
        
        div.matchItem div.usersPredictions table.users img.extraPoints
        {
            position: absolute;
            margin-left: 3px;
        }

    /* Show paid users */
    div.matchItem div.usersPredictions div.showPaidUsers
    {
        float: left;
        text-align: left;
        width: 40%;
        margin: 1% 0% 0 0%;
    }

        div.matchItem div.usersPredictions div.showPaidUsers input[type=checkbox]
        {
            cursor: pointer;
        }

        div.matchItem div.usersPredictions div.showPaidUsers label
        {
            font-size: 12px;
            cursor: pointer;
        }

    /* Match Statistic */
    div.matchItem div.usersPredictions table.statistic
    {
        float: right;
        text-align: left;
        border-spacing: 0px;
        border: solid 1px #95bcd6;
        border-radius: 6px;
        width: 45%;
        margin: 1% 0% 0 0%;
    }

        div.matchItem div.usersPredictions table.statistic tr td
        {
            white-space: nowrap;
            padding-right: 3px;
        }

            div.matchItem div.usersPredictions table.statistic tr td.selected
            {
                -moz-opacity: 0.5;
                filter: alpha(opacity: 50);
                opacity: 0.5;
            }

    div.matchItem div.usersPredictions table.statisticWithAll
    {
        width: 51% !important;
    }

    div.matchItem div.usersPredictions table.statistic td.link:hover
    {
        cursor: pointer;
        text-decoration: underline;
    }

/**** Comments Area ******/
div.matchItem div.commentsArea
{
    font-size: 11px;
    text-align: center;
    min-height: 20px;
    width: 80%;
    border: solid 1px #95bcd6;
    border-radius: 6px;
    margin: 1% 10% 0 10%;
    display: none;
}

    /* user's comments */
    div.matchItem div.commentsArea div.usersComments
    {
        padding: 7px; /*width: 100%;*/
        width: 530px;
    }

        div.matchItem div.commentsArea div.usersComments div.commentLine
        {
            text-align: left;
            width: 100%;
        }

            div.matchItem div.commentsArea div.usersComments div.commentLine div.userComment
            {
                text-align: left;
                width: 100%;
                margin-bottom: 2px;
            }

                div.matchItem div.commentsArea div.usersComments div.commentLine div.userComment span.userName
                {
                    font-size: 12px;
                    font-weight: bold;
                    text-align: left;
                    color: #025ca7;
                    padding-right: 2px;
                    white-space: nowrap;
                }

                div.matchItem div.commentsArea div.usersComments div.commentLine div.userComment span.message
                {
                    font-size: 12px;
                    text-align: left;
                    word-wrap: break-word;
                }

            div.matchItem div.commentsArea div.usersComments div.commentLine div.createDate
            {
                float: left;
                font-size: 11px;
                text-align: left;
                color: #A0A0A0;
                line-height: 18px;
            }

            /* Comment Like */
            div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike
            {
                float: left;
                font-size: 11px;
                text-align: left;
                color: #A0A0A0;
                margin-left: 5px;
            }

                div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike span
                {
                    color: #6D84B4;
                    padding: 0 7px;
                }

                    div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike span.link
                    {
                        color: #6D84B4;
                        cursor: pointer;
                    }

                        div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike span.link:hover
                        {
                            text-decoration: underline;
                        }

                div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike div.like-data
                {
                    display: inline;
                    cursor: pointer;
                }

                    div.matchItem div.commentsArea div.usersComments div.commentLine div.commentLike div.like-data img
                    {
                        height: 13px;
                    }

            div.matchItem div.commentsArea div.usersComments div.commentLine div.empty
            {
                clear: both;
                height: 3px;
                width: 100%;
            }

        /* Header */
        div.matchItem div.commentsArea div.usersComments div.header
        {
            margin: 2px 0px 5px 0px;
            width: 100%;
        }

            div.matchItem div.commentsArea div.usersComments div.header div.empty
            {
                float: left;
                width: 8%;
            }

            /* show previous */
            div.matchItem div.commentsArea div.usersComments div.header div.showPrevious
            {
                float: left;
                text-align: center;
                width: 80%;
            }

                div.matchItem div.commentsArea div.usersComments div.header div.showPrevious a
                {
                    cursor: pointer;
                    color: #025ca7;
                    font-size: 11px;
                    font-weight: bold;
                    margin: 5px;
                }

            div.matchItem div.commentsArea div.usersComments div.header div.refresh
            {
                float: right;
                text-align: right;
                width: 11%;
                margin-right: 0px;
            }

                div.matchItem div.commentsArea div.usersComments div.header div.refresh img
                {
                    cursor: pointer;
                    width: 12px;
                }

    /* add comment */
    div.matchItem div.commentsArea div.addComment
    {
        text-align: left;
        width: 98%;
        padding: 3px;
        margin: 5px 1% 5px 1%;
    }

        div.matchItem div.commentsArea div.addComment img.emoticons
        {
            vertical-align: top;
            cursor: pointer;
            margin: 2px 8px 4px 0px;
            height: 30px;
            width: auto;
        }

        div.matchItem div.commentsArea div.addComment textarea
        {
            font-family: Times New Roman;
            height: 30px;
            width: 82%;
        }

        div.matchItem div.commentsArea div.addComment img.sendMessage
        {
            vertical-align: top;
            cursor: pointer;
            margin: 8px;
            height: 25px;
            width: auto;
        }

        /* emoticons area */
        div.matchItem div.commentsArea div.addComment div.emoticonsArea
        {
            background-color: #FAFCFD;
            border: solid 1px #BDD4E4;
            border-radius: 6px;
            position: absolute;
            z-index: 999;
            height: 130px;
            width: 492px;
            display: none;
        }

            div.matchItem div.commentsArea div.addComment div.emoticonsArea div
            {
                border: solid 1px #BDD4E4;
                border-radius: 6px;
                text-align: center;
                margin: 1px;
                height: 22px;
                width: 37px;
                cursor: pointer;
                display: inline-block;
            }

                div.matchItem div.commentsArea div.addComment div.emoticonsArea div:hover
                {
                    background-color: #DEECF7;
                }

                div.matchItem div.commentsArea div.addComment div.emoticonsArea div img
                {
                    height: 16px;
                }
