.container-block {
	min-height: 50rem;
}

.image {
    width: 200px;
    margin: 2rem 0;
}

.image img {
    max-width: 100%;
}

header {
	background-color: white;
	position: sticky;
	top: 0;
	padding-top: .5rem;
}

#loading {
	height: 50rem;
}

.loading-image, .invoice-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 1rem auto;
}

.loading-image {
	height: 100%;
}

.invoice-image img {
	width: 400px;
}

#InvoiceLoading {
	margin: auto;
	display: none;
}

#InvoiceLoading div {
	text-align: center;
}

#InvoiceSearch {
	display: none;
}

footer {
	margin: 2rem 0;
	font-size: small;
	text-align: center;
	color: #666666;
}

.box-panel {
	border: 0;
	margin-bottom: 0;
}

.panel-heading {
	background-color: rgb(2, 154, 255);
	color: white;
}

.pay-button {
	margin-top: 2rem;
}

.input-group, input, button {
	height: 5rem !important;
}

.input-group-addon {
	background-color: rgb(2, 154, 255);
	color: white;
	min-width: 7rem;
}

.search-button, .pay-button {
	width: 100%;
	background-color: rgb(2, 2, 123);
	color: white;
}

.search-button:hover, .pay-button:hover, .search-button:focus, .pay-button:focus {
	background-color: rgba(2, 2, 123, .9);
	color: white !important;
}

.find-paragraph {
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
}

.search-link {
	margin-bottom: 1rem;
}

.no-box-shadow {
	box-shadow: none;
}

.no-show{
	display: none;
}
#PaymentForm{
	max-width: 600px;
	height: 550px;
	border: none;

}
#PaymentSection{
	display: flex;
	justify-content: center;
	padding-top: 30px;
}