
.navbar-inverse {
    background-color: #00695C;
    border-color: #00695C;
}
.menu-list li.active > a, .menu-list li.active > a:hover, .menu-list li.active > a:focus {
    background-color: #00796B;
}

.navbar-brand {
    padding: 3px 0px;
}

.navbar-brand > img {
    margin-top: 0px;
    height: 36px;
}

.btn-block + .btn-block {
    margin-top: 3px;
}

.preco , .quantidade {
    text-align: right;
}

@media (min-width: 769px) {
  .nav-tabs.nav-tabs-highlight > li.active > a,
  .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #00695C;
  }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #00695C;
    border-color: #00695C;
}

a {
    color: #00695C;
}
/*


.navbar-brand {
    padding: 3px 20px;
}

.navbar-brand > img {
    margin-top: 0px;
    height: 36px;
}
@media only screen and (max-width: 767px) {
    .table thead {
        display: none !important;
    } 
    
    .table tbody tr td {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 15px !important;
        text-align: left !important;
    }
    
    .table thead tr th, .table tbody tr td {
            white-space: initial !important;
    }
    
    .table tbody tr td:first-child {
        background: #f5f5f5 !important;
        border-top: 2px #4E342E solid;
    }
}


*/