body {
  padding-top: 5.5rem;
}

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;
}

option[disabled] {
	background-color: lightgray;
}

table.saves th, table.saves td{
	width: 30%;
}

table.saves th + th, table.saves td + td{
	width: 40%;
}

table.saves td + td{
	font-size: 0.9em;
}

.vh-iframe {
  height: calc(100vh - 200px) !important;
}

.nav-pills > li > a.active {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

label {
	font-weight: bold;
}