.navbar-custom {
  background: #cccccc;
  background: rgba(200, 200, 200, 0.8);
  font-weight: 700;
  text-transform: uppercase;
  border-width: 0; }

.navbar-custom .navbar-nav > li > a {
  color: #7e7c7c; }

.navbar-custom .navbar-nav li > a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a {
  color: #782121; }

.navbar-custom .dropdown-menu {
  right: 0; }

.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navbar-custom .navbar-nav {
  margin: 0px 0px; }

.navbar-collapse.in {
  overflow-y: visible; }

.navbar-toggle {
  outline: 0; }

#nav.affix {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

#page-content {
  margin-top: 50px; }

footer {
  margin-top: 50px;
  font-size: 12px; }

.ui-datepicker {
  width: 25em;
  padding: 0.2em 1em 0.2em 0.2em;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.5em; }
  .ui-datepicker a.ui-state-default.ui-state-active {
    color: #ac2925; }

th.right {
  text-align: right; }
