html,
body {
  height: 100%;
}
#testBanner {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: red;
	color: white;
	z-index: 1050;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	padding: 4px 8px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin: 0;
}
.navbar-right {
	margin: 0;
}
.navbar-brand img {
  height: 80px;
}
.required label.control-label:after {
	content: ' *';
	color: #FF0000;
}
.note span.required {
	color: #FF0000;
}
.form-group.persist input[type='checkbox'], .form-inline input[type='checkbox'] {
	margin-top: inherit;
}
.form-group.persist label,  .form-inline label {
	font-weight: normal;
}
.persist {
	color: red;
}

.wrap > .container, .wrap > .container-fluid {
    padding-top: 30px;
}

.assoc {
	height: 60px;
	margin-bottom: 1em;
	margin-left: 20px;
}
.git {
	font-size: 80%;
}

textarea { overflow: auto; }

.table thead { background-color: white; }

footer {
	margin-top: 1em;
}

.login_links {
	margin-top: 1em;
}

.scheduleDisclosure {
	font-size: 90%;
	font-style: italic;
	margin-top: 20px;
}

.noscriptmsg {
	height: 100%;
	padding-top: 30%;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 48px;
}

.note-btn-group .dropdown-menu {
	background-color: white;
}

.alert {
	font-weight: bold;
}

span.tt {
	margin-left: 0.5em;
	background-color: #ccc;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 0.5rem;
}

#loader {
    border: 16px solid #ddd; /* Light grey */
    border-top: 16px solid #0055a4; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    bottom: 50px;
    left: 45%;
    display: none;
	z-index: 100;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.thumbnails button { background: none; border: none; }

.thumbnails .selected .img-responsive { border: 1px solid red; }
.takeAction button {
	margin-bottom: 1em;
}
.grid-view th {
	position: sticky;
	top: 134px;
	background-color: white;
}

/* BS 4 */
.mt-3 {
	margin-top: 1rem;
}
.mr-3 {
	margin-right: 1rem;
}
.mb-3 {
	margin-bottom: 1rem;
}
.ml-3 {
	margin-left: 1rem;
}

/* BS 5 */
.ms-3 {
	margin-left: 1rem;
}
.me-3 {
	margin-right: 1rem;
}

