#diagbillinvtable th, #diagbillinvtable td, .itemstable th, .itemstable td {
	padding: .25rem .3rem !important;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 1.5;
}

#diagbillinvtable th, .itemstable th {
	background-color: slategrey;
	color: white;
}

#diagbillinvtable td, .itemstable td {
	background-color: cadetblue;
}

.bc-bw {
	background-color: burlywood;
}

.row-fluid.userInfoContainer {
	text-align: center;
	width: 300px;
}

.chnglgout {
	clear: none;
	width: unset;
	border: 1px solid #ccc;
	padding: 6px 1.0rem;
	border-radius: 8px;
}

.user_card {
	height: 350px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.btn.dropdown-toggle {
	border: 1px solid #ced4da;
}

tr th:last-child, tr td:last-child {
	text-align: right !important;
}

body {
	padding-top: 60px;
}

input[type=number] {
	text-align: right !important;
}

@media (max-width: 576px) {
	.dropdown-menu {
		max-height: 350px;
		overflow-y: scroll;
	}
}

#carouselExampleIndicators .card {
	border: none !important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234fa6bb' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234fa6bb' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

body {
	min-height: 100vh;
	position: relative;
	margin: 0;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	line-height: 40px; /* Vertically center the text there */
}

.medilist input {
	padding: .25rem!important;
}

.prprintblock {
	float: right;
}

.printopts {
	transform: scale(1.5);
}

.prprint {
	top: 4px !important;
}

.scrolling-wrapper {
	overflow-x: auto;
}

.presmedi {
	padding: 0.25em;
	display: block;
	cursor: pointer;
}

.hb-banner {
	height: 50vh;
	min-height: 50px;
	background-image: url("/images/hb-banner-1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lead b {
	font-weight: 800;
}