#vendor-empty-message {
	font-weight: 700;
}

#vendor-error-message {
	color: #b00020;
	font-weight: 700;
	margin-top: 0.75rem;
	min-height: 1.25rem;
	white-space: pre-wrap;
}

#btn-add {
	background-color: #0d6efd;
	color: white;
	font-weight: 700;
}

#tbl_vendor th:not(.vendor-note-column),
#tbl_vendor td:not(.vendor-note-column) {
	width: 10%;
}

#tbl_vendor .vendor-note-column {
	width: auto;
}

#vendor-page {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	padding: 0.2rem 0.35rem;
}

@media only screen and (max-width: 960px) {
	#vendor-error-message {
		display: none;
	}

	#mobile-vendor-search {
		border: 1px solid #c7d2fe;
		border-radius: 0.25rem;
		box-sizing: border-box;
		flex: 1;
		font-size: 1rem;
		min-width: 0;
		padding: 0.45rem 0.55rem;
	}

	#mobile-vendor-search:focus {
		border-color: #0d6efd;
		box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
		outline: none;
	}

	#mobile-btn-add-vendor {
		align-items: center;
		background-color: #0d6efd;
		box-sizing: border-box;
		color: white;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 1.35rem;
		font-weight: 700;
		height: 2.15rem;
		justify-content: center;
		line-height: 1;
		padding: 0;
		width: 2.15rem;
	}

.mobile-list {
		overflow: hidden;
}
.mobile-title {
		overflow-wrap: anywhere;
}
}
