/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px; /* Margin bottom by footer height */
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.spacer2 {
    margin-top: 40px; /* define margin as you see fit */
}

.voto_chapa {
  min-height: 350px;
  min-width: 300px;
	margin-top: 10px;
	cursor:pointer;
	box-shadow:0.2em 0.2em;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border-style:solid;
	border-color:silver;
    font-family: sans-serif, 'Trebuchet MS', Verdana, Tahoma, Arial;
    background-color: #f5f5f5;
    border-width: 4px;
}

.voto_chapa h3 {
  margin-top: 10px;
}

.voto_chapa_nome {
    min-height: 45px;
}

.chapaSelecionada {
    border-color: #5cb85c;
    border-width: 4px;
}

.voto_chapa_candidato {
    min-height: 40px;
}


@media only screen and (max-width:768px) {
    .nomeChapa {
      font-size: 14px;
    }

    .voto_chapa_candidato {
      min-height: 40px;
    }
}

@media only screen and (min-width:992px) {
    .nomeChapa {
      font-size: 14px;
    }

    .voto_chapa_candidato {
        min-height: 40px;
    }}

@media only screen and (min-width:1200px) {
    .nomeChapa {
      font-size: 18px;
    }

    .voto_chapa_candidato {
        min-height: 40px;
    }
}

.list-group{
  margin-bottom: 0;
}



.voto_button_space {
   margin-top: 5px; /* define margin as you see fit */
}
.voto_button_right{
  margin-top: 15px;
  float: right;
}
.voto_button_left{
  margin-top: 15px;
  float: left;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

/*  Adicionado para novo layout */


.right {
    float:right;
    margin-right:0;
    margin-left:10px;
    margin-bottom:5px;
}

.left {
    float:left;
    margin-left:0;
    margin-right:10px;
    margin-bottom:5px;
}

.corpo {
    background-color: #EEEEEE;
    width: 100%;
    padding-bottom: 20px;
}

.texto{
    padding-bottom: 20px;
    padding-top: 20px;
}

#votacao{
    background-color: #3E4097;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: justify;
    text-justify: inter-word;
    width: 90%;
    margin-bottom: 20px;

}

#observacoes span{
    color: #696969;
    padding-bottom: 10px;
}

#formulario{
    padding-top: 20px;
}


.atencao {
    font-weight: bold;
}

#rodape{
    padding-top: 20px;
    height: 100px;
}

.box {
 width: 50%;
 float: left;
 height: 80px;/*Altura da linha*/
}

.linha-vertical {
 border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
 box-sizing: border-box;
}

.footer {
    position:absolute;
    bottom:0;
}

#dados {
    margin-left: 50px;
}

#cedula, #login p{
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

#voto{
    padding-top: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

.votoOpcao{
    font:18px Arial, Sans-serif;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height:50px;
    color: #696969;

}

.vooOpcao a{
    text-decoration: none;
    color: #696969;
}

.vooOpcao a:link, a:visited{
    text-decoration: none;
    color: #696969;
}

.circle{
    border-radius:50%;
    border:2px solid #696969;
    width:50px;
    height:50px;

}

#m1{
	float: left;
}

#m2{
	margin-top: 20px;
	float: right;
}

.top10 {
	padding-top: 10px;
}

.cand-img{
    height: 110px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 10%;
    display: block;
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.rcorners2 {
  width: 50px;
  height: 35px;
  border-radius: 25px;
  border: 3px solid #73AD21;
  padding: 2px 5px 2px 10px;
  margin: 0 10px;
  background-color: white;
  float: left;
}

.rcorners2 img {
  margin-top: -12px;
}

.rcorners3 {
  width: 50px;
  border-radius: 25px;
  border: 3px solid #73AD21;
  padding: 2px 5px 2px 10px;
  margin: 0 10px;
  background-color: white;
  float: left;
}

.rcorners3 span {
  font-size: 18px;
  margin-left: 10px;
}

.rcorners3 .fa {
  font-size: 36px;
  margin-top: -10px;
}


.text-white {
    color: white;
}

@media (max-width:460px) {
  .rcorners2 {
    width: 30px;
    height: 30px;
    padding: 2px 30px 2px 5px;
    margin: 5px 10px;
  }

  .rcorners2 img {
    width: 35px;
    margin-top:-15px;
  }

  .rcorners3 {
    width: 30px;
    padding: 2px 30px 2px 5px;
    margin: 5px 10px;
  }

  .rcorners3 .fa {
    font-size: 32px;
  }
}

#divGeral {
    background-color: #fff;
    padding-bottom: 2px;
    padding-top: 10px;
}

.hrMarginBotton {
    margin-bottom: 5px;
}

.spanRight {
    float:right;
}
.buttonColorWhite {
    color: #fff;
}

#divMensagens {
  padding:0 50 0 50;
}

.panelLogo {
  color: #fff;
  background-color: #2e4b5e;
  border-color: #2e4b5e;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}

.comprovante_numero {
  word-wrap: break-word;
}

.comprovante_agradecemos {
  color:#234e69;
}

.resumoVotacao {
  position: fixed;
  right: 0.5rem;
  /* top: 12.5rem; */
  top: 26.6%;
}

/*@media screen and (max-width:770px), 
       screen and (min-height: 640px) {
        .resumoVotacao {
          position: inherit;
        }
}*/

@media (max-width: 767px) { /* Estilos para telas menores que 767px de largura */
  .resumoVotacao {
      position: static; /* Remove o position fixed para permitir o fluxo normal do layout */
      margin-top: 20px; /* Define um espaço entre a div resumoVotacao e outraDiv */
  }
}