html, body {
    height: 100%;
}

body {
  padding-top: 50px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
}

.navbar-fixed-top {
    z-index: 900;
}

.modal-backdrop {
    z-index: 930;
}

.modal {
    z-index: 940;
}

.modal-dialog {
    z-index: 950;
}

#loginpage #loginmsg {
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

/* Table spceific tweaks to allow table row scrolling while keeping other objects stationary */

.scroller-cell {
    padding: 0 !important;
}

.scroller-div {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    padding: 0;
}

.footer-cell {
    text-align: right;
}

.footer-cell button {
    margin-left: 10px;
    width: 80px;
}