﻿#divTeams {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

    #divTeams > .teamsoptions {
        position: absolute;
        height: 50px;
        top: 1px;
        display: table;
        width: 100%;
        border-left: 1px solid transparent;
        box-sizing: border-box;
        table-layout: fixed;
    }

        #divTeams > .teamsoptions .teamsoption {
            display: table-cell;
            font-size: 14px;
            vertical-align: middle;
            background-color: #141518;
            color: #fff;
            text-align: center;
            border-right: 1px solid #2D2F33;
            font-family: slTitle;
            box-sizing: border-box;
            cursor: pointer;
            position: relative;
        }

            #divTeams > .teamsoptions .teamsoption.selected {
                background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
                background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
                background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
            }

    #divTeams > .content {
        position: absolute;
        left: 0;
        top: 51px;
        right: 0;
        bottom: 0;
    }

        #divTeams > .content .myteam {
            display: table;
            width: 100%;
            height: 100%;
        }

        #divTeams > .content .myteam .info {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            #divTeams > .content .myteam .info .picture {

            }

                #divTeams > .content .myteam .info .picture IMG {
                    width: 50px;
                    max-height: 50px;
                }

            #divTeams > .content .myteam .info .name {
                margin-top: 20px;
                font-size: 18px;
            }

            #divTeams > .content .myteam .info .buttons {
                margin-top: 40px;
                display: inline-table;
                width: 400px;
                max-width: 90%;
                border-collapse: separate;
                border-spacing: 0 1px;
            }

                #divTeams > .content .myteam .info .buttons .buttonrow {
                    display: table-row;
                }

                    #divTeams > .content .myteam .info .buttons .buttonrow .button {
                        display: table-cell;
                        height: 60px;
                        vertical-align: middle;
                        background-color: #191B1F;
                        font-size: 14px;
                        text-align: center;
                        cursor: pointer;
                        position: relative;
                    }




        #divTeams > .content .allteams {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 1px;
        }

            #divTeams > .content .allteams .tableholder {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                overflow-y: auto;
            }

            #divTeams > .content .allteams .table {
                width: 100%;
                height: 100%;
                border-collapse: separate;
                border-spacing: 0 1px;
                padding-bottom: 40px;
                box-sizing: border-box;
            }

                #divTeams > .content .allteams .table .team {
                    background-color: #3E4146;
                    font-size: 12px;
                }

                    #divTeams > .content .allteams .table .team.me {
                        background-color: #16735C;
                    }

                    #divTeams > .content .allteams .table .team .picture {
                        padding-left: 10px;
                        padding-right: 10px;
                        vertical-align: middle;
                        width: 50px;
                        box-sizing: border-box;
                        cursor: pointer;
                    }

                    #divTeams > .content .allteams .table .team .picture > IMG {
                        width: 50px;
                        max-height: 50px;
                    }

                #divTeams > .content .allteams .table .team .info {
                    vertical-align: middle;
                    cursor: pointer;
                }

                    #divTeams > .content .allteams .table .team .button {
                        width: 130px;
                        vertical-align: middle;
                        background-color: #191B1F;
                        font-size: 14px;
                        text-align: center;
                        cursor: pointer;
                        position: relative;
                    }

                    #divTeams > .content .allteams .table .team .button.borderleft {
                        border-left: 1px solid #3E4146;
                    }

            #divTeams > .content .allteams .pager {
                position: absolute;
                bottom: 0px;
                display: table;
                width: 100%;
                height: 40px;
            }

                #divTeams > .content .allteams .pager .previous {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: right;
                    padding-right: 30px;
                    cursor: pointer;
                }

                    #divTeams > .content .allteams .pager .previous img {
                        width: 32px;
                        vertical-align: middle;
                    }

                #divTeams > .content .allteams .pager .page {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    width: 100px;
                    font-size: 16px;
                }

                    #divTeams > .content .allteams .pager .page input {
                        border: 0;
                        width: 50px;
                        height: 30px;
                        background-color: transparent;
                        text-align: center;
                        vertical-align: middle;
                        color: #fff;
                        cursor: pointer;
                        font-size: 18px;
                    }

                #divTeams > .content .allteams .pager .next {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    padding-left: 30px;
                    cursor: pointer;
                }

                    #divTeams > .content .allteams .pager .next img {
                        width: 32px;
                        vertical-align: middle;
                    }

        #divTeams > .content .rules {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            padding-bottom: 40px;
            overflow-y: auto;
        }

            #divTeams > .content .rules > .content {
                padding: 10px;
            }

                #divTeams > .content .rules > .content TD, #divTeams > .content .rules > .content P, #divTeams > .content .rules > .content DIV {
                    font-family: slContent;
                    font-size: 12px;
                }

                #divTeams > .content .rules > .content .group {
                    font-family: slTitle;
                    font-size: 14px;
                    color: #77CAE6;
                }