body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #eeeeee;
}
a:link {
  color: #343434;
  text-decoration: none;
}
a:hover {
  color: #343434;
  text-decoration: none;
}
a:active {
  color: #343434;
  text-decoration: none;
}
a:visited {
  color: #343434;
  text-decoration: none;
}
/* Set padding to keep content from hitting the edges */
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.jumbotron {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.btn-default {
  min-width: 60px;
}
/*.form-control
{
    max-height:32px;
}*/
.order-car-row {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #eee;
}
.top-bottom-margin {
  margin-top: 1px;
  margin-bottom: 1px;
}
.container-group {
  background-color: transparent;
}
.navbar {
  background-color: #00d00d;
  border: none;
}
.btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/*全透明：background-color:transparent;*/
.btn-transparent {
  background-color: transparent;
  filter: alpha(opacity=7);
  opacity: 0.7;
  color: black;
}
.div-content {
  background-color: #fff;
  padding: 3px;
  margin-bottom: 10px;
}
.list-item {
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
a.list-item:hover,
a.list-item:focus {
  background-color: #f5f5f5;
}
.pimgtbl {
  background-color: #eee;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.pimgtblw {
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
