/**************************/
/*** Predicion's Users ***/
/*************************/
div.usersTab
{
    font-family: Times New Roman;
    height: 100%;
    padding: 0px 0px 20px 0px;
}

    div.usersTab div.usersOptions
    {
        color: #0d5995;
        font-size: 12px;
        min-height: 20px;
        width: 98%;
        margin: 0 1% 2% 1%;
    }

        /*=== searchOptions ===*/
        div.usersTab div.usersOptions div.searchOptions
        {
            float: left;
            text-align: left;
            line-height: 20px;
            width: 42%;
        }

            div.usersTab div.usersOptions div.searchOptions div
            {
                float: left;
            }

            div.usersTab div.usersOptions div.searchOptions input[type=checkbox]
            {
                cursor: pointer;
            }

            div.usersTab div.usersOptions div.searchOptions label
            {
                font-size: 13px;
                cursor: pointer;
                margin-right: 10px;
            }

        /*=== rating ===*/
        div.usersTab div.usersOptions div.ratingBy
        {
            float: left;
            text-align: center;
            width: 24%;
        }

            div.usersTab div.usersOptions div.ratingBy select
            {
                color: #0D5995;
                border: 1px solid #95BCD6;
                border-radius: 4px;
                padding: 1px 2px;
                margin-left: 5px;
                width: 100px;
            }

                div.usersTab div.usersOptions div.ratingBy select option
                {
                    padding: 2px;
                }

        /*=== orderBy ===*/
        div.usersTab div.usersOptions div.orderBy
        {
            float: right;
            width: 32%;
        }

            div.usersTab div.usersOptions div.orderBy select
            {
                color: #0D5995;
                border: 1px solid #95BCD6;
                border-radius: 4px;
                padding: 1px 2px;
                margin-left: 5px;
                width: 100px;
            }

                div.usersTab div.usersOptions div.orderBy select option
                {
                    padding: 2px;
                }

            div.usersTab div.usersOptions div.orderBy div
            {
                float: left;
            }

                div.usersTab div.usersOptions div.orderBy div.arrows
                {
                    padding-left: 10px;
                }

                    div.usersTab div.usersOptions div.orderBy div.arrows img
                    {
                        height: 18px;
                        width: auto;
                        cursor: pointer;
                    }

                        div.usersTab div.usersOptions div.orderBy div.arrows img.disabled
                        {
                            cursor: auto;
                            -moz-opacity: 0.3;
                            filter: alpha(opacity: 30);
                            opacity: 0.3;
                        }

    /*=== userItem ===*/
    div.usersTab div.predictionUsers
    {
    }

div.predictionUsers div.userItem
{
    width: 98%;
    margin: 1%;
}

div.userItem div.showPredictions
{
    float: left;
    text-align: right;
    line-height: 35px;
    width: 6%;
}

    div.userItem div.showPredictions img
    {
        cursor: pointer;
        width: 14px;
        height: 14px;
    }

/* User Image */
div.userItem div.userImage
{
    float: left;
    text-align: center;
    width: 5%;
    margin-left: 1%;
}

    div.userItem div.userImage img
    {
        height: 25px;
        width: auto;
        border-radius: 4px;
    }

div.userItem div.lastVisitDate
{
    clear: both;
    margin-left: 15%;
    margin-top: -15px;
    float: left;
    font-size: 11px;
    text-align: left;
    color: #A0A0A0;
    line-height: 16px;
}


/* User online */
div.userItem div.online
{
    float: left;
    text-align: left;
    line-height: 25px;
    width: 3%;
}

    div.userItem div.online div
    {
        position: relative;
        top: 1px;
        display: inline-block;
        width: 7px;
        height: 7px;
        border: 2px #FFF solid;
        border-radius: 50%;
        background: #EB722E url(../../../App_Themes/Images/onlines-colors.gif);
    }

        div.userItem div.online div.desktop
        {
            background-color: #FB882D;
            background-position: 0 0px;
        }

        div.userItem div.online div.mobile
        {
            background-color: #2478D5;
            background-position: 0 -14px;
        }

/* User Name */
div.userItem div.userName
{
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px; /*width: 84%;*/
}

/* Rating (Big) */
/*div.userItem div.rating
{
    float: left;
    background-image: url(../../../App_Themes/Images/rating.png);
    background-repeat: no-repeat;
    height: 15px;
    width: auto;
    margin: 4px 15px;
}*/

div.userItem div.rating
{
    float: left;
    background-image: url(../../../App_Themes/Images/rating.png);
    background-size: 75px 165px;
    background-repeat: no-repeat;
    height: 15px;
    width: 75px;
    margin: 4px 15px;
}

/* User's Results */
div.userItem div.userResults
{
    font-size: 11px;
    text-align: center;
    min-height: 20px;
    width: 86%;
    padding: 3px;
    margin: -20px 7% 0 7%;
    display: none;
}

    div.userItem div.userResults div.showLostMatches
    {
        text-align: right;
        color: #0d5995;
        font-size: 12px;
        width: 98%;
        padding: 3px;
    }

        div.userItem div.userResults div.showLostMatches input[type=checkbox]
        {
            cursor: pointer;
        }

        div.userItem div.userResults div.showLostMatches label
        {
            cursor: pointer;
        }

    div.userItem div.userResults table.results
    {
        color: #000;
        font-size: 12px;
        text-align: center;
        border-spacing: 0px;
        border: solid 1px #95bcd6;
        border-radius: 6px;
        width: 100%;
    }

        div.userItem div.userResults table.results tr.header
        {
            font-size: 11.5px;
            font-weight: bold;
            height: 30px;
        }

        div.userItem div.userResults table.results tr.lostMatch
        {
            background-color: #ffe2dc;
        }

        div.userItem div.userResults table.results tr.alternative
        {
            background-color: #f0f6f8;
        }

        div.userItem div.userResults table.results tr.footer
        {
            font-size: 12px;
            font-weight: bold;
            background-color: #D0E5EC;
        }

            div.userItem div.userResults table.results tr.footer td
            {
                padding: 3px 0px 3px 0px;
            }

                div.userItem div.userResults table.results tr.footer td:first-child
                {
                    border-bottom-left-radius: 6px;
                }

                div.userItem div.userResults table.results tr.footer td:last-child
                {
                    border-bottom-right-radius: 6px;
                }
                
                div.userItem div.userResults table.results tr.footer td span.extraPoints
                {
                    position: absolute;
                    letter-spacing: 1px;
                    margin-left: 5px;
                }

        /* Hover */
        div.userItem div.userResults table.results tr:hover
        {
            background-color: #C3DEF5;
        }

        div.userItem div.userResults table.results tr.header:hover
        {
            background-color: transparent;
        }

        div.userItem div.userResults table.results tr.footer:hover
        {
            background-color: #D0E5EC;
        }

        /* Image */
        div.userItem div.userResults table.results img
        {
            height: 14px;
            width: 14px;
        }
        
        div.userItem div.userResults table.results img.extraPoints
        {
            position: absolute;
            margin-left: 3px;
        }

/*=== line ===*/
div.usersTab div.predictionUsers div.line
{
    text-align: center;
    color: #68b7fa;
    border-bottom: solid 1px #68b7fa;
    margin: 2% 5% 2% 5%;
    width: 90%;
}

/*=== usersCount ===*/
div.usersTab div.predictionUsers div.usersCount
{
    color: #0d5995;
    font-size: 12px;
    text-align: right;
    width: 88%;
    margin: 0% 6% 1% 6%;
}
   
    
/********************
*   Tablet Styles   *
********************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px)
{
    div.usersTab div.usersOptions div.ratingBy
    {
        width: 22% !important;
    }
        
    div.usersTab div.usersOptions div.orderBy
    {
        width: 34% !important;
    }
}
   
/********************
*   Mobile Styles   *
********************/    
@media only screen and (min-device-width : 320px) and (max-device-width : 767px)
{
    /*=== searchOptions ===*/
    div.usersTab div.usersOptions div.searchOptions
    {
        width: 42% !important;
    }
    
     /*=== rating ===*/
    div.usersTab div.usersOptions div.ratingBy
    {
        width: 24% !important;
    }
   
}

/* Portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait)
{

}
