body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #000000; }
  body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000000; }

.starter-template {
  padding: 40px 15px;
  text-align: center;
  color: #000000; }

.table-awards td, .table-awards th {
  padding: .5rem;
  color: #000000; }

.table-dogs td, .table-dogs th {
  padding: .5rem;
  color: #000000; }

.forgot-password {
  color: #6891a2; }
  .forgot-password:hover, .forgot-password:focus, .forgot-password:active {
    color: #0c6121; }

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #6891a2;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s; }
    .btn.btn-signin:hover, .btn.btn-signin:focus, .btn.btn-signin:active {
      background-color: #0c6121; }

.form-signin #inputEmail, .form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 14px; }
.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2; }

.progress-upload {
  width: 50%;
  margin: 20px auto; }

.top-menu ul li {
  display: inline-block;
  margin: 0 0.8em; }
.top-menu ul li:nth-child(6) {
  margin-right: 0; }
.top-menu .top-menu ul li a:nth-child(6) {
  padding-right: 0; }
.top-menu .top-menu ul li a {
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1em;
  padding: 10px 5px; }
.top-menu .top-menu ul li a.active {
  border-bottom: 5px solid #900909;
  color: #900909; }
.top-menu ul li a:hover {
  border-bottom: 5px solid #900909;
  color: #900909; }

#formHints div {
  /*   clear:both; DZ */
  border: 1px solid #CCC;
  margin: 80px 0px 0px 0px;
  padding: 10px; }
#formHints a {
  font-size: 12px;
  color: #666666; }
#formHints #formHintsTitle {
  color: #516095;
  font-style: oblique;
  font-weight: bold; }
#formHints ul {
  margin: 0px 0px 10px 0px; }
  #formHints ul li {
    margin: 0px 0px 5px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    list-style-type: disc; }

/*# sourceMappingURL=db-styles.css.map */
