body {
  padding-top: 70px;
  background: url('../img/fundo.jpg') no-repeat top center fixed;
  height: 100%;
}

html {
  height: 100%;
}

.starter-template {
  padding: 20px 15px !important;
}

.well {
  background-color: #fff;
}

.table-striped tbody td {
  background-color: #FCEDDA;
}

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

.table-striped>tbody>tr:hover>td, .table-striped>tbody>tr:hover>th {
  background-color: #FAE2C2 !important;
}

.breadcrumb {
  background-color: #fff;
}

hr {
  border-top: 1px solid #d0d0d0;
}

.navbar-nav .btn {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.nav-tabs a {
  color: #CC0000 !important;
  text-transform: uppercase;
  font-size: 16px;
}

.tab-pane{
  padding:15px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.qtde {
  text-align: center;
}

footer {
  margin-top: 50px;
}

