.flex-frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.flex-frame > * {
  flex-shrink: 0;
  flex-grow: 0;
}
.flex-frame > .content, .flex-frame > .loading {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}
.flex-frame > .loading {
  display: none;
  text-align: center;
  padding-top: 60px;
  background-position: center 60px;
}
.flex-frame > header {
  background: #0056FB;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
  z-index: 1;
  text-align: center;
  color: white;
}
.flex-frame > header h1 {
  font-size: 24px;
  margin: 0.4em;
  font-weight: 500;
}
.flex-frame > footer {
  text-align: right;
  padding: 9px;
}
.flex-frame > footer button {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.flex-frame.show-loading .content, .flex-frame.show-loading footer, .flex-frame.show-loading .eye {
  display: none;
}
.flex-frame.show-loading .loading {
  display: block;
}

div.list-buttons {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
}
div.list-buttons.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
div.list-buttons button {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #dddddd;
  border-radius: 0;
  color: #444;
  font-size: 19px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
div.list-buttons button.selected {
  background: #dddddd;
  color: black;
}
div.list-buttons button:first-child {
  border-top: solid 1px #dddddd;
}

/*# sourceMappingURL=frames.css.map */
