html {
	font-family: var(--bs-font-sans-serif);
	line-height: var(--bs-body-line-height);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: var (--bs-body-font-size) !important;
	font-weight: var(--bs-body-font-weight) !important;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
}

footer.bp-page-footer {
	border-top: 3px solid #ccff33;
	background-color: #006666;
	color: #ffffff;
	font-size: 0.8rem;
}

footer.bp-page-footer {
	position: fixed;
	height: auto;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer-copyright {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	display: inline-block;
}

.desktoplogo {
	min-width: 16%;
	width: 16%;
	max-width: 16%;
	min-height: auto;
	height: auto;
	max-height: auto;
	margin: 1rem;
}

.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.border-navbar {
	border-top: 3px solid #ccff33 !important;
	border-bottom: 3px solid #ccff33 !important;
}

.bg-white {background-color: #fff;}

.btn-link {color: var(--bs-primary) !important; text-align:left !important;}

.btn-primary:disabled, .btn-primary.disabled {
	color: #666;
	background-color: #efefef;
	border-color: #006666;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

a {
	color: black;
	text-decoration: none !important;
	}

i {font-size: 1rem;}


.form-control {
	border: 1px solid #006666 !important;
}

.input-group-inline {
	border-collapse: separate;
	display: table;
	position: relative;
	white-space: nowrap;
}

div.centered  {
	height: 90vh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center; 
	justify-content: center;
  }  

div.upload {
	padding: 10px;
	border: 2px solid var(--bs-primary);
	background: rgba(129, 189, 0, 0.02);
	width: 100%;	
}
