﻿
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.header {
    /*border-top: solid 5px #C21711;*/
    background: linear-gradient(to bottom, #fcf4ae 0%,#f1da36 75%);
    margin-bottom: 10px;
    border-bottom: solid 6px #C21711;
    margin-bottom: 40px;
}

.logo {
    margin: 5px;
}

.lista-logos {
    top: 25px;
    right: 20px;
    position: absolute;
}

.lista-logos li {
    display: inline;
    margin-left: 10px;
}

.lista-logos-social {
    top: 120px;
    right: 10px;
    position: absolute;
}

.lista-logos-social li {
    display: inline;
    margin-left: 3px;
}



.footer {
    margin-top: 110px;
    text-align: center;
}

.linha-rodape {
    border-color: #C21711;
}

.jumbotron {
    padding: 10px;
    padding-left: 20px !important;
}

.jumbotron h3 {
    color: #000;
    font-weight: bold;
}

.jumbotron p {
    font-size: 16px;
}

.lista-header label{
}


.lista-header span{
    margin-right: 20px;
    color: #000;
    font-weight: bolder;
}

.lista-header div{
    float: right;
    margin-top: -5px;
}

.label {
    padding: 5px;
}

.contribuicoes { 
    height: 30px;
}