
      body {
        background-color: #ffffff;
        background-image: none;
        text-shadow: 0 0px 0 #fff;
        font-family:"Helvetica Neue",Helvetica;
        font-family2:"Helvetica Neue",Helvetica;
        font-size:14px;
        line-height:1.42857143;
        color: #414141;
        hover-color: #ff7b00;
      }

       .navbar-default {
        background-image: linear-gradient(to bottom,#ffc800,#ffc800 100%);
      }

       .navbar-default .navbar-text {
        color: #ffffff;
      }

       .navbar-default .navbar-nav>li>a {
        color: #ffffff;
      }

       .navbar-default .navbar-nav>li>a:hover {
        color: #ff7b00;
      }



       .navbar-default .btn-default {
        color: #28a30f;
        background-image: linear-gradient(#ffffff, #ffffff 100%);
      }

       .navbar-default .btn-default:hover {
        background-color: #ffffff;
      }

       .navbar-default {
        background-color: #ffc800;
        border-color: transparent;
      }


       .pedido-container {
        background-color:#ffffff;
      }

       .table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{
        background-color:#ffffff; 
      }

       .table-striped>tbody>tr>td{
        border-top: 1px solid #ffffff;
      }



       .navbar-marca {
        display:block;
        width: 300px;
        min-height: 40px;
        color: #ffffff;
        font-family:"Helvetica Neue",Helvetica;
        font-size: 24px;
        line-height: 50px; 
        background-image: url('none');
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left top;
      }

       .navbar-marca:hover {
        color: #ff7b00;
      }

       .navbar-material {
        color: #ffffff;
        font-family:"Helvetica Neue",Helvetica;
        font-size: 16px;
        line-height: 50px; 
      }

       .navbar-material:hover {
        color: #ff7b00;
      }

    