.formModal form label {
    width: 100%;
    margin-bottom: 20px
}
h1{
    font-size: 30px; font-weight: bold; color: #000;
}
.concurso label, .ganhador label{
    width: 100%;float: left; border: solid 1px #ccc;
    padding: 9px !important;
    border-radius: 8px;
    margin-bottom: 10px; margin-right: 5px;  font-size: 17px;
    font-weight: bold; color: #000;
}
.concurso label p,.ganhador label p{
    width: 100%; float: left;  margin:5px 0px;font-size: 14px;
    color: #777777;
}
.concurso label{ min-height: 70px }
.concurso label:nth-child(15){  background: #BAE7BE; text-align: center; color: #666}
.concurso label:nth-child(16){  background: pink; text-align: center; color: #666}
.concurso label:nth-child(17){  margin-right: 0;  background: #F8F8F8; text-align: center; color: #666 }
.concurso label:nth-child(15) p, .concurso label:nth-child(16) p,.concurso label:nth-child(17) p{ font-weight: bold; color: #0d0d0e; font-size: 18px}
.barPregss .progress {
    display: block !important;
}

.concurso{

}
.ganhador{
    width: 100%; float: left; margin: 20px 0;
}
.ganhador h1{ margin-bottom: 10px}
.concurso label, .ganhador label{
    width: 100%;float: left; border: solid 1px #ccc;
    padding: 9px !important;
    border-radius: 8px;
    margin-bottom: 10px; margin-right: 5px;  font-size: 17px;
    font-weight: bold; color: #000;
}
.concurso label p,.ganhador label p{
    width: 100%; float: left;  margin:5px 0px;font-size: 14px;
    color: #777777;
}

.box-conteudo{
    width: 100%; float: left; margin-top: 40px;
}
.box-conteudo h1{
    font-size: 32px; font-weight: 900;  margin-top: 20px; margin-bottom: 20px;
}
.box-conteudo h2{
    font-size: 18px; font-weight: 300;
}
.pesquisah1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.pesquisa-processo {
    padding: 44px 0;
    background: #333
}

.pesquisa-processo .container {
    max-width: 900px
}

.pesquisa-processo h1 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;

    text-align: left;
    color: #fff
}
.table {
    width: 100%;   float: left ;
}
.row {
    width: 100%; float: left; border-bottom: 1px solid #ccc; margin-bottom: 10px;
}
.th {
    display: none;
}

.column{
    width: 50%; float: left; margin-bottom: 10px;
}
.column b{
    width: 100%; display: block; margin-bottom: 10px;background: #edf0f1; padding: 10px; border-left: 1px solid #fff ;
}
.bg-verde-btn {
    background-color: #46bb92;
}
.resultado-pesquisa .lista-processos .main-item h2 {
    min-height: 78px; font-size: 18px;line-height: 23px; font-weight: bold;
}
@media (min-width: 768px) {
    .aside-item .btn-default {
        width: 270px;
    }
}


h1{
    font-size: 30px; font-weight: bold; color: #000;
}
.list{
    width: 100%; float: left; margin-top: 20px;
}
.list p{
    font-size: 18px; font-weight: bold;
}
.listImg img{
    width:100%; float: left;
}
.listImg{
    width: 66px; float: left; margin-right: 10px;
}

.status{

    border: 0px;

    width: auto; float: left;padding: 5px 10px; border-radius: 5px;
}
.statusEncerrado{
    color: #219600 !important;
    background: rgb(159,242,173);
}
@media (min-width: 43em) {
    .obras form label:nth-child(1) {
        width: 15%;
    }
    .obras form label:nth-child(2) {
        width: 50%;
    }

    .obras form label:nth-child(3) {
        width: 20%;
    }
    .obras form label:nth-child(4) {
        width: 20%;
    }
    .obras form label:nth-child(5) {
        width: 20%;
    }
    .obras form label:nth-child(6) {
        width: 20%;
    }
    .obras form label:nth-child(7) {
        width: 20%;
    }

    .concurso label:nth-child(2){ width:33%; }
    .concurso label:nth-child(3){ width:33%;  }
    .concurso label:nth-child(4){ width:32% ;margin-right: 0}
    .concurso label:nth-child(5){ width:25% }
    .concurso label:nth-child(6){ width:25% ; }
    .concurso label:nth-child(7){ width:48%; margin-right: 0}
    .concurso label:nth-child(9){ width:33% }
    .concurso label:nth-child(10){ width:33% }
    .concurso label:nth-child(11){ width:32%; margin-right: 0 }
    .concurso label:nth-child(12){ width:49% ;}
    .concurso label:nth-child(13){ width:49%; margin-right: 0}
    .concurso label:nth-child(15){ width:33% ;}
    .concurso label:nth-child(16){ width:33% ; }
    .concurso label:nth-child(17){ width:32%; margin-right: 0;   }
}

@page {
    size: A4;
}

@media (min-width: 43.75em) {

    .column b{
        display: none;
    }
    .table {
        display: table; width: 100%;  border-bottom: 1px solid #ccc; background: none ;
    }
    .row {
        display: table-row; float: unset;
    }
    .th {
        display: table-cell; padding: 20px; margin: 10px; text-align: center  ; font-weight: bold; background: #edf0f1; ;
    }


    .column{
        display: table-cell ; padding: 10px; float: unset; width: unset;
    }


    .icones {
        width: 48%;
        float: left
    }

    .icones:nth-child(2), .icones:nth-child(4) {
        float: right;
    }

}

.aside-item  .btn-default {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    background: #219600;
    text-align: center;
}

.aside-item  .btn-default:hover {
    background: #5BD539 !important;
}
