/* TurboGears flash bootstrap look */
@import url('https://fonts.googleapis.com/css?family=B612&display=swap');
#flash > div {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #c09853;
}

#flash > .ok {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#flash > .error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#flash > .info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Footer styling */
.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #e5e5e5;
}

.footer p {
    margin-bottom: 0;
    color: #555;
}

body {
  padding-top: 60px;
  font-family: 'B612', sans-serif;
}

.brand > img {
  margin-right: 12px;
  margin-bottom: -5px;
  margin-top: -7px;
}

form > table > tbody > tr > th,
form > table > tbody > tr > td {
  text-align: left;
  vertical-align: top;
  padding-top: 6px;
}

form > table > tbody > tr {
  border-top: 1px #ccc solid;
}

form > table > tbody > tr > th {
  padding-top: 12px;
  padding-right: 6px;
}

form > table > tbody > tr.error > td > span {
    color: red;
}

.navbar .brand {
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.select2-choices {
    border-radius: 0.25rem;
}
