.table th+.acao {
    width: 50px;
}

.navbar-inverse {
    border: 0;
    background-color: #FFF !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #FFF !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d0d0d0;
}

.btn-info {
    color: #fff;
    background-color: #007447;
    border-color: #007447;
}

a{
    color: #007447;
    text-decoration: none;
}

.btn-busca {
    margin-top: 5px;
}

.checkbox {
    margin-top: 27px;
}
.navbar-brand {
    height: 70px
}

.navbar-brand>img {
    display: block;
    height: 72px;
    width: auto;
}

.navbar {
    height: 106px;
    line-height: 16px;
    padding: 0px;
    position: relative;
    text-align: right;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar .nav > li > a {
    border-top: 4px solid transparent;
    display: block;
    color: #007447;
    line-height: 106px;
    margin: -5px 0 0 4px;
    padding: 0 8px;
    font-size: 15px;
    font-weight: 500;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.navbar .nav > li > a:hover {
    color: #000;
}

.top {
    background-color: #007447;
    box-shadow: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 12px;
    min-height: 30px;
    padding: 5px 0;
}

.top .contact {
    line-height: 30px;
}

hr.borda {
    margin-top: 0;
    border-bottom: 10px solid #007447;
}