.barrasuperior {
    background-color: #271F69;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
}

body {
    background: url(../../img/bright_squares.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

body {
    color: #333333;
    font-size: 13px;
    line-height: 24px;
}

#toposite {
    height: 150px;
}

#toposite img {
    margin-top: 30px;
}


/*#topoeleicao {
  height: 150px;  
}
/*#topoeleicao img {
  margin-top: 30px;
} */

.fsbuttonbranco {
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 12px 25px !important;
    background-color: #fff;
}

.fsbuttonverde {
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 12px 25px !important;
    background-color: green;
}

.fsbuttonbranco span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
}

.fsbuttonverde span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
}

#conteudocompleto {
    border: 1px solid red;
    min-height: 780px;
}

.input-group-addon-extension:last-child {
    border-left: 0 none;
}

.input-group-addon-extension:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon-extension {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.input-group-addon-extension {
    vertical-align: middle;
    width: 100%;
}

.input-group-addon-extension {
    display: table-cell;
}

.direita {
    text-align: right;
}

.destaque,
.destaque p,
.destaque label,
.destaque ul,
.destaque li {
    cursor: pointer !important;
}

.destaque:hover {
    background-color: #e3e3e3;
}

.destaqueSelecionado {
    background-color: #dfe3ee !important;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

span.tituloChapa {
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.integrantes p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px;
}

.integrantes ul {
    margin-bottom: 4px;
}

.integrantes li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
}

div.barraOpcao {
    float: right;
    margin-left: 10px;
}

div.barraOpcao a span {
    font-weight: bold;
}

div.barraOpcao a img,
div.barraOpcao a span {
    display: block;
}

.labelform {
    margin-left: 5px !important;
}

.help-block {
    border-color: #a94442 !important;
}

.inputerro {
    border-color: #a94442;
}

.divintegrantes {
    cursor: pointer;
}

.divintegrantesp p{
    font-size: 12px;
}

/*.divintegrantes p {
    line-height: 15px;
}*/

input.largerCheckbox {
    width: 30px;
    height: 30px;
    /* Double-sized Checkboxes */
    -moz-transform: scale(2);
    /* FF */
    -o-transform: scale(2);
    /* Opera */
}

.labeli p {
    float: left;
    position: relative;
    margin-left: 3px;
    font-size: 14px;
    top: 5px;
}