﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*carrinho*/
.aposta-francesa .bid-value {
    width: auto;
    max-width: 80px;
    text-align: right;
}


/*-- animação das mensagens*/
.alert.ng-enter {
    overflow-y: hidden;
    max-height: 0;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .alert.ng-enter.ng-enter-active {
        max-height: 50px;
    }

.alert.ng-leave {
    overflow-y: hidden;
    max-height: 50px;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

    .alert.ng-leave.ng-leave-active {
        max-height: 0;
    }
/*-- end*/

/*mensagem dentro do box de aposta*/
.alert.inbox {
    width: 100%;
    margin: 0;
    color: #0d415b;
    font-weight: 600;
    margin-bottom: 10px;
}

.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}

.categoria, .categoria-pareo, .descricao {
    float: left;
}

    .categoria .categoria-pareo {
        margin: 0 3px 0 5px;
    }

    .categoria .descricao {
        font-size: 11px;
        font-weight: 600;
        line-height: 19px;
    }

.francesa #bets-counter {
    /*top: 19px;*/
    top: -65px;
}

.container-modalidades {
    width: 100%;
    padding: 0 20px;
}

    .container-modalidades .modalidades,
    .container-modalidades .separador,
    .container-modalidades .total-apostado {
        float: left;
    }

    .container-modalidades .modalidades {
        width: 475px;
        margin-right: 0;
    }

    .container-modalidades .separador {
        width: 1px;
        height: 65px;
        background-color: #A4A4A4;
        margin: 0 10px 0 15px;
    }

    .container-modalidades .total-apostado {
        width: 155px;
        padding-top: 5px;
        position: relative;
    }

        .container-modalidades .total-apostado .titulo {
            text-align: center;
            margin-top: 10px;
            font-size: 12px;
            cursor: pointer;
        }

        .container-modalidades .total-apostado .dropdown-menu .table {
            box-shadow: none;
        }

            .container-modalidades .total-apostado .dropdown-menu .table th {
                background-color: #f2aa08 !important;
                color: #003c5c !important;
            }

            .container-modalidades .total-apostado .dropdown-menu .table th,
            .container-modalidades .total-apostado .dropdown-menu .table td {
                white-space: nowrap;
            }

                .container-modalidades .total-apostado .dropdown-menu .table td:nth-child(2) {
                    text-align: left !important;
                }

                .container-modalidades .total-apostado .dropdown-menu .table td:nth-child(4) {
                    text-align: right !important;
                }


.modalidades {
}

    .modalidades .modalidade-wraper {
        float: left;
        cursor: pointer;
    }

    .modalidades .modalidade.nao-e-pareo-do-dia,
    .modalidades .modalidade.sem-barbadinha,
    .modalidades .modalidade.inativo {
        opacity: .6;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        .modalidades .modalidade.inativo:hover {
            opacity: 1;
            filter: none;
        }

    .modalidades .modalidade-tooltip {
        min-width: 200px;
        z-index: 6000;
        left: -70px;
        border-radius: 3px;
    }

        .modalidades .modalidade-tooltip .container {
            padding: 4px;
        }

            .modalidades .modalidade-tooltip .container h3 {
                font-weight: 600;
                color: #0d415b;
            }

            .modalidades .modalidade-tooltip .container p {
                color: #787878;
            }

.descricao-modalidade {
    padding: 0 20px;
    margin-top: 5px;
    height: 30px;
    color: #0d415b;
}

#corridas-francesas .list-horses {
    margin-top: 15px;
}

#corridas-francesas .table {
    box-shadow: 0 0 6px rgba(0,0,0,.6);
}

#totais-tooltip .table {
    box-shadow: none;
}

#corridas-francesas .table thead th {
    /*color: #f2aa08;*/
    color: #FFFFFF;
    padding: 5px;
}

#corridas-francesas .table tbody td {
    padding: 7px;
    font-weight: 600;
    text-align: center;
}

/*tooltip animal*/
#corridas-francesas .list-horses .table tbody td .horse-box {
    font-weight: initial;
    text-align: initial;
}

/*antolho/ferrageamento*/
#corridas-francesas .list-horses .table tbody td:nth-child(3) div {
    margin: 0 auto;
}

#corridas-francesas .list-horses .table tbody td:nth-child(2) /*Nome*/,
#corridas-francesas .list-horses .table tbody td:nth-child(6) /*Joquei*/ {
    text-align: left;
}

#corridas-francesas .list-horses .table tbody td:nth-child(6) /*Joquei*/ {
    max-width: 130px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#corridas-francesas .table tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

#corridas-francesas .table tbody tr:nth-child(even) td {
}

#corridas-francesas .table tbody tr:hover td {
    background-color: #fffed3;
}

#corridas-francesas .list-horses .table tbody tr.favorite td {
    background-color: #ffab00;
}

#corridas-francesas .list-horses .table tbody tr.forfait td {
    background-color: #a2a2a2;
}

    #corridas-francesas .list-horses .table tbody tr.forfait td:nth-child(2) {
        text-decoration: line-through;
    }

#corridas-francesas .list-horses .table thead th.coluna-em-branco,
#corridas-francesas .list-horses .table tbody td.coluna-em-branco {
    border: none !important;
    background-color: transparent !important;
    width: 10px;
    margin: 0;
    padding: 0;
}

.legenda {
    margin-top: 15px !important;
    list-style: none;
}

    .legenda li .icone,
    .legenda li .descricao {
        float: left !important;
    }

    .legenda li {
        width: auto !important;
    }

        .legenda li .descricao {
            margin-left: 3px;
            font-size: 12px;
        }

#minha-aposta {
    overflow: hidden;
    position: relative;
}

    #minha-aposta .topo {
        padding-bottom: 10px;
    }

        #minha-aposta .topo .detalhe {
            min-height: 70px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            #minha-aposta .topo .detalhe .modalidade {
                margin: 0 auto;
                margin-top: 20px;
            }

            #minha-aposta .topo .detalhe .seletor-indicacoes {
                margin: 10px 0 15px;
                text-align: center;
            }

                #minha-aposta .topo .detalhe .seletor-indicacoes button {
                    outline: none;
                    cursor: pointer;
                    border: 0;
                    width: 40px;
                    height: 35px;
                    border-left: 2px solid #e2e1e1;
                    word-spacing: 40px;
                    line-height: 11px;
                    background: #fefefe;
                    background-image: -webkit-linear-gradient(top, #fefefe, #cecece);
                    background-image: -moz-linear-gradient(top, #fefefe, #cecece);
                    background-image: -ms-linear-gradient(top, #fefefe, #cecece);
                    background-image: -o-linear-gradient(top, #fefefe, #cecece);
                    background-image: linear-gradient(to bottom, #fefefe, #cecece);
                    color: #777;
                    font-weight: 600;
                    text-shadow: 1px 1px 1px #FFF;
                }

                    #minha-aposta .topo .detalhe .seletor-indicacoes button:first-child {
                        border-left: none;
                        border-radius: 5px 0 0 5px;
                    }

                    #minha-aposta .topo .detalhe .seletor-indicacoes button:last-child {
                        border-radius: 0 5px 5px 0;
                    }

                    #minha-aposta .topo .detalhe .seletor-indicacoes button.ativo {
                        background: #fec959;
                        background-image: -webkit-linear-gradient(top, #fec959, #ce9928);
                        background-image: -moz-linear-gradient(top, #fec959, #ce9928);
                        background-image: -ms-linear-gradient(top, #fec959, #ce9928);
                        background-image: -o-linear-gradient(top, #fec959, #ce9928);
                        background-image: linear-gradient(to bottom, #fec959, #ce9928);
                        color: #0d415b;
                    }

        #minha-aposta .topo h3 {
            text-align: center;
            font-size: 15px;
        }

        #minha-aposta .topo .indicacoes {
            margin: 15px 15px 0;
            min-height: 20px;
        }

            #minha-aposta .topo .indicacoes.marcador-chave {
                margin-top: 5px;
            }

            #minha-aposta .topo .indicacoes.com-reserva {
                float: left;
                width: 145px;
            }

            #minha-aposta .topo .indicacoes li {
                display: inline-block;
            }

                #minha-aposta .topo .indicacoes li.com-ordenacao {
                    position: relative;
                    margin-bottom: 5px;
                    cursor: move;
                }

                    #minha-aposta .topo .indicacoes li.com-ordenacao:after {
                        content: '::::';
                        color: #cecece;
                        font-size: 10px;
                        text-align: center;
                        width: 100%;
                        position: absolute;
                        bottom: -7px;
                        left: 2px;
                        font-weight: 600;
                    }

                #minha-aposta .topo .indicacoes li.complemento.com-ordenacao::after {
                    bottom: -6px;
                }

                #minha-aposta .topo .indicacoes li span {
                    text-align: center;
                    display: block;
                    margin-left: 5px;
                    font-size: 11px;
                    color: #003c5c;
                    font-weight: 600;
                }

                #minha-aposta .topo .indicacoes li div {
                    background-color: #ffbe0e;
                    color: #174652;
                    font-weight: 600;
                    padding: 3px;
                    box-shadow: 0px 1px 1px #000;
                    margin-left: 5px;
                    margin-bottom: 5px;
                    min-width: 13px;
                    text-align: center;
                    border-radius: 2px;
                }

            #minha-aposta .topo .indicacoes.marcador-chave li div {
                height: 13px;
                line-height: 12px;
            }

            #minha-aposta .topo .indicacoes.marcador-chave li.inativo div {
                opacity: .3;
                cursor: not-allowed;
            }

            #minha-aposta .topo .indicacoes.marcador-chave li.ativo div {
                background-color: #dfdfdf;
            }

            #minha-aposta .topo .indicacoes.chave li div {
                background-color: #006080;
                color: #fff;
            }

            #minha-aposta .topo .indicacoes li.complemento div {
                background-color: #f9f9f9;
                box-shadow: 0 0 6px rgba(0,0,0,.6) inset;
                padding-bottom: 4px;
            }

            #minha-aposta .topo .indicacoes li.dndDragging {
            }

                #minha-aposta .topo .indicacoes li.dndDragging span {
                    display: none;
                }

                #minha-aposta .topo .indicacoes li.dndDragging div {
                    margin: 1px;
                }

                #minha-aposta .topo .indicacoes li.dndDragging::after {
                    display: none;
                }

            #minha-aposta .topo .indicacoes li.dndDraggingSource {
                display: none;
            }

            #minha-aposta .topo .indicacoes li.dndPlaceholder {
                position: relative;
                top: 8px;
                left: 3px;
                width: 19px;
                height: 26px;
                background-color: #d8d8d8;
                border-radius: 3px;
            }

            #minha-aposta .topo .indicacoes.marcador-chave li {
                cursor: pointer;
            }

        #minha-aposta .topo .barbadinha-valor {
            margin: 20px 10px;
        }

            #minha-aposta .topo .barbadinha-valor select {
                width: 100px;
                height: 27px;
            }

            #minha-aposta .topo .barbadinha-valor input {
                width: 97px;
                height: 23px;
                margin-left: 5px;
            }

        #minha-aposta .topo .barbadinha-apostas {
            margin-bottom: 60px;
            margin-top: 10px;
            text-align: center;
        }

            #minha-aposta .topo .barbadinha-apostas li {
                display: inline-block;
                cursor: pointer;
                padding: 3px 5px;
                height: 30px;
                border-left: 1px solid #e2e1e1;
                line-height: 30px;
                text-align: center;
                background: #fefefe;
                background-image: -webkit-linear-gradient(top, #fefefe, #cecece);
                background-image: -moz-linear-gradient(top, #fefefe, #cecece);
                background-image: -ms-linear-gradient(top, #fefefe, #cecece);
                background-image: -o-linear-gradient(top, #fefefe, #cecece);
                background-image: linear-gradient(to bottom, #fefefe, #cecece);
                color: #777;
                font-weight: 600;
                text-shadow: 1px 1px 1px #FFFFFF;
            }

                #minha-aposta .topo .barbadinha-apostas li.ativo {
                    background: #fec959;
                    background-image: -webkit-linear-gradient(top, #fec959, #ce9928);
                    background-image: -moz-linear-gradient(top, #fec959, #ce9928);
                    background-image: -ms-linear-gradient(top, #fec959, #ce9928);
                    background-image: -o-linear-gradient(top, #fec959, #ce9928);
                    background-image: linear-gradient(to bottom, #fec959, #ce9928);
                    -webkit-box-shadow: 0px 0px 3px #abbac2;
                    -moz-box-shadow: 0px 0px 3px #abbac2;
                    box-shadow: 0px 0px 3px #abbac2;
                    color: #0d415b;
                }

                #minha-aposta .topo .barbadinha-apostas li:first-child {
                    border-left: none;
                    border-radius: 5px 0 0 5px;
                }

                #minha-aposta .topo .barbadinha-apostas li:last-child {
                    border-radius: 0 5px 5px 0;
                }


        #minha-aposta .topo .reserva {
            margin-top: 15px;
            float: right;
            margin-right: 10px;
            width: 45px;
            font-size: 12px;
            color: #003c5c;
        }

            #minha-aposta .topo .reserva select {
                width: 100%;
            }

        #minha-aposta .topo .texto {
            clear: both;
            font-size: 13px;
            font-weight: 600;
            color: #003f5c;
            margin: 0 20px;
        }

        #minha-aposta .topo .separador {
            background-color: #c4cbcd;
            height: 2px;
            border: none;
            margin: 10px 20px;
        }

    #minha-aposta .conteudo {
        background-color: #f1f1f1;
        padding-bottom: 10px;
        min-height: 130px;
    }

        #minha-aposta .conteudo .detalhe {
            min-height: 50px;
            overflow: hidden;
            background-color: #acc2cb;
        }

        #minha-aposta .conteudo .lixeira {
            overflow: hidden;
        }

        #minha-aposta .conteudo button {
            display: block;
            margin: 0 auto;
            width: 190px;
            height: 35px;
            line-height: 34px;
            position: relative;
            padding-left: 10px;
            border: none;
            outline: none;
            margin-top: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 12px;
            text-align: center;
            background: #fefefe;
            background-image: -webkit-linear-gradient(top, #fefefe, #cecece);
            background-image: -moz-linear-gradient(top, #fefefe, #cecece);
            background-image: -ms-linear-gradient(top, #fefefe, #cecece);
            background-image: -o-linear-gradient(top, #fefefe, #cecece);
            background-image: linear-gradient(to bottom, #fefefe, #cecece);
            color: #777;
            font-weight: 600;
            text-shadow: 1px 1px 1px #FFFFFF;
        }

            #minha-aposta .conteudo button.ativo {
                background: #fec959;
                background-image: -webkit-linear-gradient(top, #fec959, #ce9928);
                background-image: -moz-linear-gradient(top, #fec959, #ce9928);
                background-image: -ms-linear-gradient(top, #fec959, #ce9928);
                background-image: -o-linear-gradient(top, #fec959, #ce9928);
                background-image: linear-gradient(to bottom, #fec959, #ce9928);
                -webkit-box-shadow: 0px 0px 3px #abbac2;
                -moz-box-shadow: 0px 0px 3px #abbac2;
                box-shadow: 0px 0px 3px #abbac2;
                color: #0d415b;
                font-size: 12px;
                border: solid #dbdbdb 1px;
            }

            #minha-aposta .conteudo button:first-child {
                margin-top: 20px;
            }

            #minha-aposta .conteudo button i {
                font-size: 20px;
                position: absolute;
                left: 10px;
                top: 8px;
                color: #b9b9b9;
            }

            #minha-aposta .conteudo button.ativo i {
                color: #0d415b;
            }

        #minha-aposta .conteudo .botao-limpar {
            margin-top: 15px !important;
            width: 30px;
            height: 30px;
            margin-bottom: 10px;
        }

            #minha-aposta .conteudo .botao-limpar i {
                color: #777;
                font-size: 20px;
                top: 0;
            }

        #minha-aposta .conteudo p.vazio {
            text-align: center;
            margin-top: 30px;
        }


        #minha-aposta .conteudo .aposta {
            margin: 5px 10px;
        }

            #minha-aposta .conteudo .aposta p {
                margin-bottom: 5px;
                font-weight: 600;
            }

            #minha-aposta .conteudo .aposta select {
                width: 100px;
                height: 27px;
            }

            #minha-aposta .conteudo .aposta input {
                width: 97px;
                height: 23px;
                margin-left: 5px;
            }

    #minha-aposta .resumo {
        background-color: #3f3f3f;
        color: #fff;
        padding: 10px;
        font-size: 12px;
        border-radius: 0 0 5px 5px;
    }


        #minha-aposta .resumo h3 {
            color: #ffbc12;
            font-size: 15px;
            text-align: center;
            font-weight: normal;
            margin-bottom: 15px;
        }

        #minha-aposta .resumo h1 {
            color: #ffbc12;
            text-align: center;
            font-size: 15px;
            margin: 15px 0;
        }

        #minha-aposta .resumo .total.error {
            color: #d51224;
        }

        #minha-aposta .resumo .botao-enviar {
            position: relative;
            bottom: -10px;
            left: -10px;
            width: 230px;
            line-height: 35px;
            border-radius: 0 0 2px 2px;
        }

            #minha-aposta .resumo .botao-enviar.inativo {
                background: #fefefe;
                background-image: -webkit-linear-gradient(top, #fefefe, #cecece);
                background-image: -moz-linear-gradient(top, #fefefe, #cecece);
                background-image: -ms-linear-gradient(top, #fefefe, #cecece);
                background-image: -o-linear-gradient(top, #fefefe, #cecece);
                background-image: linear-gradient(to bottom, #fefefe, #cecece);
                color: #777;
                font-weight: 600;
                text-shadow: 1px 1px 1px #fff;
            }


/* Corridas 'e' */
.simple-gagnant-int.m,
.simple-place-int.m,
.couple-ordre-int.m,
.trio-ordre-int.m,
.etrio-ordre.m,
.etrio.m,
.ecouple-ordre.m,
.ecouple-place.m,
.ecouple-gagnant.m,
.esimple-place.m,
.esimple-gagnant.m {
    width: 59px;
    height: 33px;
    background: none;
    background-repeat: no-repeat !important;
    background-size: 80% 80% !important;
    background-position: center center !important;
}

#minha-aposta .topo .detalhe .modalidade.simple-gagnant-int,
#minha-aposta .topo .detalhe .modalidade.simple-place-int,
#minha-aposta .topo .detalhe .modalidade.couple-ordre-int,
#minha-aposta .topo .detalhe .modalidade.trio-ordre-int,
#minha-aposta .topo .detalhe .modalidade.etrio-ordre,
#minha-aposta .topo .detalhe .modalidade.etrio,
#minha-aposta .topo .detalhe .modalidade.ecouple-ordre,
#minha-aposta .topo .detalhe .modalidade.ecouple-place,
#minha-aposta .topo .detalhe .modalidade.ecouple-gagnant,
#minha-aposta .topo .detalhe .modalidade.esimple-place,
#minha-aposta .topo .detalhe .modalidade.esimple-gagnant {
    width: 108px;
    height: 56px;
    background: none;
    background-repeat: no-repeat !important;
    background-size: 80% 80% !important;
    background-position: center center !important;
}

#minha-aposta .topo .detalhe .modalidade.trio-ordre-int,
.trio-ordre-int.m {
    background: url('/content/img/corridas francesas/TrioOrdreInt.png');
}

#minha-aposta .topo .detalhe .modalidade.etrio-ordre,
.etrio-ordre.m {
    background: url('/content/img/corridas francesas/eTrio_Ordre.png');
}
#minha-aposta .topo .detalhe .modalidade.etrio,
.etrio.m {
    background: url('/content/img/corridas francesas/etrio.png');
}

#minha-aposta .topo .detalhe .modalidade.couple-ordre-int,
.couple-ordre-int.m {
    background: url('/content/img/corridas francesas/CoupleOrdreInt.png');
}

#minha-aposta .topo .detalhe .modalidade.ecouple-ordre,
.ecouple-ordre.m {
    background: url('/content/img/corridas francesas/eCouple_Ordre.png');
}

#minha-aposta .topo .detalhe .modalidade.ecouple-place,
.ecouple-place.m {
    background: url('/content/img/corridas francesas/eCouple_Place.png');
}

#minha-aposta .topo .detalhe .modalidade.ecouple-gagnant,
.ecouple-gagnant.m {
    background: url('/content/img/corridas francesas/eCouple_Gagnant.png');
}

#minha-aposta .topo .detalhe .modalidade.simple-place-int,
.simple-place-int.m {
    background: url('/content/img/corridas francesas/SimplePlaceInt.png');
}
#minha-aposta .topo .detalhe .modalidade.esimple-place,
.esimple-place.m {
    background: url('/content/img/corridas francesas/eSimple_Place.png');
}

#minha-aposta .topo .detalhe .modalidade.simple-gagnant-int,
.simple-gagnant-int.m {
    background: url('/content/img/corridas francesas/simpleGagnantInt.png');
}

#minha-aposta .topo .detalhe .modalidade.esimple-gagnant,
.esimple-gagnant.m {
    background: url('/content/img/corridas francesas/eSimple_Gagnant.png');
}

    .etrio-ordre.m:hover, .etrio-ordre.m.a,
    .trio-ordre-int.m:hover, .trio-ordre-int.m.a,
    .etrio.m:hover, .etrio.m.a,
    .couple-ordre-int.m:hover, .couple-ordre-int.m.a,
    .ecouple-ordre.m:hover, .ecouple-ordre.m.a,
    .ecouple-place.m:hover, .ecouple-place.m.a,
    .ecouple-gagnant.m:hover, .ecouple-gagnant.m.a,
    .esimple-place.m:hover, .esimple-place.m.a,
    .simple-place-int.m:hover, .simple-place-int.m.a,
    .simple-gagnant-int.m:hover, .simple-gagnant-int.m.a,
    .esimple-gagnant.m:hover, .esimple-gagnant.m.a {
        background-size: 98% 98% !important;
    }