/* Style used to indicate ajax-call is in progress*/
.ajaxLoading {  
  cursor: progress !important;  
}  

/* Styles used to ensure correct position for footer */
html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -155px; 
}
.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 155px; 
}

.dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
}