body {
  margin: 20px;
  background-color: transparent;
}

input {
  color: #34495e !important;
  background-color: #34495e;
  min-height: 30px;
}

.subButton td input {
  color: #fff !important;
}

input:invalid {
  background-color: #e9322d33;
}

select:invalid {
  background-color: #e9322d33;
}

input.btn-primary {
  color: #fff !important;
}

select {
  color: #34495e !important;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #34495e;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

div.row {
  min-height:15px;
}

input[type="date"]{
  height: 30px;
}

.hidden {
  visibility: hidden;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.logo a{
  color: #34495e ;
}
