body {
/*padding-top: 5.5rem;*/
}

.pt-55rem {
	padding-top: 7.5rem;
}

.pt-00rem {
	padding-top: 0;
}

label {
	min-width: 12rem;
}

.modal-backdrop {
	z-index: 100000 !important;
}

.modal {
	z-index: 100001 !important;
}

.modal-overlay {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75); /* Black background with opacity */
  z-index: 1000000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 10em;
}

.billnumber{
	width: 97.5%;
}

.passedbill {
	color: #ADFF2F;
}

.passedbill:hover {
	color: #ADFF2F;
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {
	.billnumber{
		width: 48.5%;
	}
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.pt-55rem {
		padding-top: 6.5rem;
	}

	.billnumber{
		width: 32.5%;
	}
}

@media (min-width: 992px) {
	.billnumber{
		/*width: 24.45%;*/
	}
}

@media (min-width: 1200px) {
	.billnumber{
		/*width: 19.5%;*/
	}
}