body {
  background-color: whitesmoke;
  background-image: url("../ap_img/wall.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */  
}

html { position: relative; min-height: 100%; }
body { margin-bottom: 60px; }
.footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #f5f5f5; }
body > .container { padding: 60px 15px 0; }
.container .text-muted { margin: 20px 0; }
.footer > .container { padding-right: 15px; padding-left: 15px;}
.link {cursor: pointer;}
.formtitle {margin-bottom: 20px;}
@media print {  
    .no-print, .no-print *
    {
        display: none !important;
    }
    .navbar {
        display: block !important;
    }
    .alert {
      border-color: black !important;
    }
}

.navbar-custom {
  background-color: #9f1015;
  border-color: #af4600;
}

.navbar-custom .navbar-nav > li, .navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}

.footer-custom {
  background-color: #a22930;
  border-color: #af4600;
  color: #f5f5f5;
}

.footer-custom * {
  color: #f5f5f5;
}

.buttons {
  margin-top:10px;
  margin-bottom: 10px;
}

.rightpanel {
  margin-top:70px;
}

#globalsignseal {
  margin-top: 10px;
  margin-bottom: 5px;;
}
#globalsignseal > table {
  margin-bottom: 5px;
}


.tac {
  text-decoration: none !important;
  cursor: pointer;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 80%;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.kbd {
  cursor: pointer;
}

.abimg {
  margin-top: 5px;
}

input[type="text"],select {
  background: rgba(255,255,255,0.6) !important;
}