
label {
  font-weight: normal;
}

body {
  background: url('body_bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

  padding-top: 6rem;
  padding-bottom: 6rem;
}

.navbar-custom {
  background: url('top_bg.png') repeat top left;
  max-height: 72px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.navbar-custom .navbar-brand {
  height: 51px;
  padding: 0px 15px 0px 0px;
  width: 180px;
}
.navbar-custom .navbar-brand > img {
  height: 100%;
}
.navbar-custom .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px;
}
.navbar-custom .navbar-text {
  line-height: 20px;
  color: #fff;
}
.navbar-custom .navbar-form {
  color: #fff;
}

.navbar-custom .icr {
  margin-top: 6px;
  margin-bottom: 0px;
}

.panel-primary {
  border-color: #777777;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #777777;
  border-color: #888;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #777777;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #777777;
}



.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  color: #ffffffff !important;
  background-color: #777777 !important;
  border-color: #555555 !important;
}



.table-max-height-560 {
    display: block;
    max-height: 560px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


