html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.leap_login_purple{
  padding-top: 1em;
  background-color: #1C2240;
  color: #1C2240;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  text-align: center;
  font-size: 5em;

}

.leap_banner_purple{
  background-color: #1C2240;
  color: #1C2240;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  text-align: center;
  font-size: 5em;
  padding-left: 1em;
}

leap_purple{
  color: #333fff;
}

.leap_max_height {
  height: calc(100%);
}

.leap_max_width {
  width: calc(100%);
}

.leap_footer {
  border: 0px solid green;
  margin-top: auto;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

.leap_vertical_element {
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}


.leap-center{
  border: 0px solid red;
  text-align: center;
}

#bond-filter-button {
  margin: 0 auto;
}

.leap-min-height{
  min-height: 65vh;
}

.batch-cmp-header{
  font-size: 18px;
  color: black;
  border-bottom: 0px green dotted;
  margin-bottom: 6px;
}

.edit-button {
  margin:auto 0;
}
.login-header{
  padding-top: 1em;
  font-size:4em;
}

#bond-filter-button, .no-margin {
  margin: 0 auto;
}

.grid-container .header .cell {
  font-weight: 700;
}
.grid-container .odd,
.grid-container .even {
  border: 1px solid #f1f1f1;
}
.grid-container .header .cell,
.grid-container .even .cell {
  border-bottom: 0;
  background-color: #f1f1f1;
}

tbody tr.selected td,
.grid-container div.selected .cell {
  background: none repeat scroll 0 0 #FFCF8B;
  color: #000000;
}

.login-401-failed{
  border-bottom: 1px red solid;
  margin-bottom:0px;
}

