﻿.MenorPadding{
    padding-left: 5px !important ;
    padding-right: 5px !important ;
}

.MenorPaddingPoa {
    padding: 1px 5px;
}
.MensagemDeAviso {
    position:absolute;
    bottom: 20px;
    max-width: 20rem;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=90);
    opacity: .8
}

.CaixaDeControles {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(200, 200, 200);
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 10px;
    margin-bottom: 14px !important;
}

.BotaoLarguraFixa {
    width: 200px !important;
}

@media only screen and (max-width: 600px) {
    .DicaNoMobile {
        display: none;
    }

    .ServicoMobile {
        width: 100%;
    }

    .ModalMobile {
        width: 90%;
    }
}

@media only screen and (min-width: 601px) {
    .ModalMobile {
        width: 55%;
    }

    .ServicoMobile {
        width: 75%;
    }
}

.ConteudoDica p {
    color: rgb(28, 25, 25);
}

.TituloCampo {
    font-size: 10px;
    margin-bottom: 2px;
}

.PriMaiscula {
    text-transform: capitalize
}

.CarregamentoOriginal {
    z-index: 100;
    position: fixed;
    width: 80%;
    height: 80%;
    background-color: #fff;
    opacity: .8
}
.Carregamento {
    background-color: black;
    opacity: .1
}

/*Stilus do abre campeonato*/

#GerenciarCampeonatos {
    color: #ff6a00;
}

@media (max-width: 1400px) {
    div>label {
        font-size: 13.5px !important;
    }
    div>span>label {
        font-size: 200px !important;
    }
}

sup {
    color: #FA5D07;
}

@media (max-width:600px) {
    #ContentPlaceHolder1_GridSegmentosEscolhidos th:nth-child(3) {
        display: none;
    }
    #ContentPlaceHolder1_GridSegmentosEscolhidos td:nth-child(3) {
        display: none;
    }
    #ContentPlaceHolder1_GridSegmentosEscolhidos th:nth-child(4) {
        display: none;
    }
    #ContentPlaceHolder1_GridSegmentosEscolhidos td:nth-child(4) {
        display: none;
    }
    #ContentPlaceHolder1_GridPesqClubes th:nth-child(2) {
        display: none;
    }
    #ContentPlaceHolder1_GridPesqClubes td:nth-child(2) {
        display: none;
    }
    #ContentPlaceHolder1_GridPesqClubes th:nth-child(4) {
        display: none;
    }
    #ContentPlaceHolder1_GridPesqClubes td:nth-child(4) {
        display: none;
    }
    #ContentPlaceHolder1_GridClubesEscolhidos th:nth-child(2) {
        display: none;
    }
    #ContentPlaceHolder1_GridClubesEscolhidos td:nth-child(2) {
        display: none;
    }
    #ContentPlaceHolder1_GridClubesEscolhidos th:nth-child(4) {
        display: none;
    }
    #ContentPlaceHolder1_GridClubesEscolhidos td:nth-child(4) {
        display: none;
    }
}