html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 90px; /* Margin bottom by footer height */
  background: url('/img/blackboard.jpg');
  background-attachment: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* --- */

.btn {
	cursor: pointer !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.close {
  cursor: pointer;
}

.highlight {
    background-color: #ffeeba !important;
}

.highlight_col {
    background-color: #ffeeba !important;
}

@media (min-width: 992px) {
  .jumbotron-portal {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      background-image: URL("img/jaglogo.png");
      background-repeat: no-repeat;
      background-position-x: right;
      background-position-y: top;
  }
}

@media (max-width: 992px) {
  .jumbotron-portal {
      background-image: none;
  }
}

.infobox {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #ccc;
  border-left-width: .25rem;
  border-radius: .25rem;
  background-color: white;
}

.infobox-title {
  color: #ccc;
}

.infobox-warning {
  border-left-color: #ffc107;
}

.infobox-warning-title {
  color: #ffc107;
}

.infobox-success {
  border-left-color: #28a745;
}

.infobox-success-title {
  color: #28a745;
}

.infobox-danger {
  border-left-color: #dc3545;
}

.infobox-danger-title {
  color: #dc3545;
}

.infobox-info {
  border-left-color: #17a2b8;
}

.infobox-info-title {
  color: #17a2b8;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #18bc9c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #18bc9c; 
}