.div-captcha {
    margin-left: 5%;
}

.captcha-empresa {
    display: inline-block;
}

.campo-login {
    width: 15%
}

.obrigatorio::after {
    content: "*";
    color: red;
    margin-left: 2px;
    font-weight: bold !important;
}

.obrigatorioAntes::before {
    content: "*";
    color: red;
    margin-left: 2px;
    font-weight: bold;

}

.bigRadio {
    width: 15px;
    height: 15px;
}

.dvGrid {
    padding-top: 15px;
}

.bigCheckbox {
    width: 15px;
    height: 15px;
}

.tituloTela {
    font-size: 22px;
    font-weight: bold;
    color: #23527c;
    text-align: center;
}

.titulo {
    font-size: 1.5rem;
}

.subTitulo {
    font-size: 1.5rem;
    color: #23527c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tituloPartido {
    font-size: 18px;
    font-weight: bold;
    color: #23527c;
    text-align: left;
    padding-left: 10px;
}

.fab {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.fab button {
    cursor: pointer;
    width: 60px;
    /*55px; */
    height: 60px;
    /*55px; */
    border-radius: 30px;
    background-color: #5b19b7;
    /*#cb60b3;*/
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    font-size: 24px;
    color: white;

    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab button.opcao1 {
    background-color: #5b19b7;
}

.fab button.opcao2 {
    background-color: green;
    /*#cb60b3;*/
}

.fab button.opcao3 {
    background-color: red;
}

.fab button:focus {
    outline: none;
}

.fab ul {
    list-style: none;
}

.fab ul li {
    margin-bottom: 10%;
}

.divDoBotaoFlutuante {
    margin-right: 35px;
    /* margin-right para o bot�o flutuante n�o ficar embaixo do campos - Genirce: 31/08/21   */
}

/* Bot�es flutuantes - Fim */

.my-tab .tab-pane {
    border: solid 1px #e6e6e6;
    padding: 05px;
}

.my-tab-item li a {
    border-color: #e6e6e6;
    background-color: #dce8f5
}

.tab-pane {
    border: solid 1px #e6e6e6;
    padding: 05px;
}

.nav-item button {
    border-color: #e6e6e6;
    background-color: #dce8f5
}

.modal-body {
    overflow-y: visible !important;
    overflow-y: auto !important;
    max-height: 550px !important;
}

.lblObrigatorio {
    color: red;
    font-weight: bold;
    font-size: 10px;
}

.emailSert {
    font-size: 20px;
    font-style: italic;
}

.emailOrientacaoMidia {
    width: 60%;
}

.whatsappOrientacaoMidia {
    width: 30%;
}

.senha {
    width: 40%;
}

.my-tab-item li a {
    border-color: #e6e6e6;
    background-color: #dce8f5
}

.gridRepresentantes {
    margin-top: 45px;
}

#gridRepresentantes_length {
    padding-top: 30px;
}

.cabecGridLetraPequena {
    font-size: smaller;
}

.navbar-nav>li>a:hover {
    background-color: #bce8f1;
}

.dropdown-menu>a:hover {
    background-color: #bce8f1 !important;
}

.fundoModalValidarEmissora {

    background-color: #00c851;
    color: white;
}

.xModal {
    color: white;
}

.fundoModalExclusao {

    background-color: #ff3547;
    color: white;
}

.lixeira {
    color: #ff3547;
}

.check {
    color: #28a745;
}

.visualizarDocumento{

    border-color: green;
    color: green;
}

.visualizarDocumento:hover{

    border-color: white;
    color: white;
    background-color: green;
}

.download {
    
    border-color: blue;
}

.download:hover{

    border-color: white;
    color: white;
    background-color: blue;
}

.tituloCicloPropaganda{
    /*background-color: #1b1464;*/
    background-color: #bce8f1;
    /*color: #e6e6e6; */
    color: #23527c;
    font-size: 22px;
    margin-right: -15px;
    margin-left: -15px;   
    /*font-weight: bold;*/
}
.fundoModalAltSitAgremiacao {
    background-color: #548FD3;
    color: white;
}

/* --------------------------------------------------------------- */
/* SLIDER */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* FIM SLIDER --------------------------------------------------------------*/

  .buscarEmpresa{
    margin-top: 25px;
  }
  
  .divOlho{
    padding-left: 5px;
}

.olho{
    cursor: pointer;
}

.regraUpload {
    font-weight: bold;
    font-size: 20px;
}

.anexarDocumento {
    text-align: right;
}

.frmUploadDocumento {

    margin-top: 10px;
}

.cabecalhoEmpresa label{

    font-weight: 700;
} 

.esconder {
    display: none;
}

.preVisualizarPDF{

    width: 100%;
    height: 900px;
    border: solid 1px;
}

.preVisualizarImagem{

    /*width: 700px;*/
    /*height: 900px;*/
    width: 100%;
    height: 100%;
    border: solid 1px;
}

.naoTemCadastro{
    line-height: 1.5; 
    font-size: 1.25rem; 
    display: inline-block; 
    font-weight: 500; 
    padding: .5rem 1rem;
}

.cadastrarNovaEmpresa{
    margin-top: 5px;
}