.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

 .navbar {
    border-radius: 0px;
    float: right;
}

.topo {
    background-color: #fff;
    padding: 11px 0;
}

.logo {


}


.inputform {
   width: 80% !important;
}
.input-group {
    width: 100% !important;
}



.lupapesquisa {
    min-height: 40px;
    background-color: #29166F !important;
    border-color: #29166F !important;
    border-radius: 0;
}

.corpreta {
    color: #fff;
}

.alert-info {
    color: #fff;
    background-color: #29166F;
    border-color: #29166F;
}

.apagar {
    min-height: 40px;
    background-color: #636363;
    border-color: #636363;
    border-radius: 0;
    font-size: 15px;
    line-height: 30px;
}

.apagar:hover {
    background-color: #29166F;
    border-color: #29166F;
    color: #fff !important;
}


