﻿body {
    background-color: #0029AB;
    color: #FFFFFF;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 12pt;
}

h1 {
    font-family: 'Futura XBlk BT', 'Arial Narrow', Arial, sans-serif;
    font-size: 36pt;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}

h2 {
    font-family: 'Futura XBlk BT', 'Arial Narrow', Arial, sans-serif;
    font-size: 20pt;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}

h3 {
    font-family: 'Futura XBlk BT', 'Arial Narrow', Arial, sans-serif;
    font-size: 20pt;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

a:link {
    color: #FFFFFF;
}

.ConteudoTabela {
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
}

.ConteudoTabelaRealce {
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    text-shadow: 1px 1px #00AEEF;
}

.ConteudoTabelaTitulo {
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    background-color: #00AEEF;
    font-weight: bold;
    color: #0029AB;
    text-align: center;
}

.MenuSel {
    background-color: #00AEEF;
    color: #FFFFFF;
    padding: 5px;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
}

.Menu {
    background-color: #FFFFFF;
    color: #0029AB;
    padding: 5px;
    border-color: #0029AB;
    border-width: 1px;
    border-style: solid;
}

    .Menu a:hover {
        color: #0029AB;
        text-decoration: none;
    }

    .Menu a:active {
        color: #0029AB;
        text-decoration: none;
    }

    .Menu a:visited {
        color: #0029AB;
        text-decoration: none;
    }

    .Menu a:link {
        color: #0029AB;
        text-decoration: none;
    }

.MenuSel a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.MenuSel a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.MenuSel a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.MenuSel a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.chaveRodadaTorneio {
    background-color: #FFFFFF;
    color: #00AEEF;
    font-weight: bold;
    font-size: large;
    text-align: center;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chavePtsTorneio {
    background-color: #FFFFFF;
    color: #00AEEF;
    font-weight: bold;
    text-align: center;
    font-size: medium;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chaveLimiteTorneio {
    background-color: #FFFFFF;
    color: #00AEEF;
    font-style: italic;
    text-align: center;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chaveVencedor {
    border-color: #00AEEF;
    border-style: solid;
    border-width: 2px;
    border-radius: 5%;
    border-collapse: collapse;
    background-color: #00AEEF;
    color: #0029AB;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chaveVencedor a:hover {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveVencedor a:active {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveVencedor a:visited {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveVencedor a:link {
        color: #0029AB;
        text-decoration: none;
    }

.chavePerdedor {
    border-color: #00AEEF;
    border-style: solid;
    border-width: 2px;
    border-radius: 5%;
    background-color: #F2F2F2;
    border-collapse: collapse;
    color: #0029AB;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chavePerdedor a:hover {
        color: #0029AB;
        text-decoration: none;
    }

    .chavePerdedor a:active {
        color: #0029AB;
        text-decoration: none;
    }

    .chavePerdedor a:visited {
        color: #0029AB;
        text-decoration: none;
    }

    .chavePerdedor a:link {
        color: #0029AB;
        text-decoration: none;
    }

.chaveNdisp {
    border-color: #00AEEF;
    border-style: solid;
    border-width: 2px;
    border-radius: 5%;
    border-collapse: collapse;
    background-color: #C0C0C0;
    color: #0029AB;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chaveNdisp a:hover {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveNdisp a:active {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveNdisp a:visited {
        color: #0029AB;
        text-decoration: none;
    }

    .chaveNdisp a:link {
        color: #0029AB;
        text-decoration: none;
    }

.chaveH2H {
    text-align: center;
    min-width: 17px;
    font-size: 10px;
    max-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chaveH2H a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .chaveH2H a:active {
        color: #FFFFFF;
        text-decoration: none;
    }

    .chaveH2H a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    .chaveH2H a:link {
        color: #FFFFFF;
        text-decoration: none;
    }

.titGrupo {
    background-color: #FFFFFF;
    color: #00AEEF;
    font-weight: bold;
    font-size: large;
    text-align: center;
    border-color: #00AEEF;
    border-width: 1px;
    border-style: solid;
    width: fit-content;
}

.contGrupo {
    background-color: #F2F2F2;
    color: #FFFFFF;
    text-align: center;
    font-size: medium;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    width: fit-content;
}

.jogoGrupo {
    background-color: #F2F2F2;
    color: #FFFFFF;
    width: fit-content;
}

    .jogoGrupo a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .jogoGrupo a:active {
        color: #FFFFFF;
        text-decoration: none;
    }

    .jogoGrupo a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    .jogoGrupo a:link {
        color: #FFFFFF;
        text-decoration: none;
    }

.topnav {
    overflow: hidden;
    background-color: #0029AB;
    color: #FFFFFF;
    position: relative;
}

.bottomnav {
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #0029AB;
    color: #FFFFFF;
    position: fixed;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
    font-size: 12pt;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

    /* Style the hamburger menu */
    .topnav a.icon {
        background: #FFFFFF;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        background-color: #FFFFFF;
        color: #0029AB;
    }

/* Style the active link (or home/logo) */
.active {
    background-color: #0029AB;
    color: white;
    font-family: 'Futura XBlk BT', 'Arial Narrow', Arial, sans-serif;
    font-size: 20pt;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}
