home.css 813 Bytes
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  color: #555 !important;
}

html {
  height: 100%;
  background-image: url("/static/img/repeat.png");
  background-position: center;
  background-repeat: repeat;
}

body {
  min-height: 100%;
  background: transparent;
  background-image: url("/static/img/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 51px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.project-context .title-page {
  font-size: 19px;
  line-height: 40px;
  color: #474544;
}

.dataTable td {
  transition: opacity 1s ease 0s;
}