@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #ccc;
}
.page {
  display: flex;
  flex-flow: column nowrap;
  height: 96vh;
  width: 40em;
  max-width: 96%;
  box-sizing: border-box;
  margin: 2vh auto;
  padding: 0;
  background-color: #fff;
  border-radius: 0.3em;
  overflow: hidden;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.25);
}
header {
  padding: 0.75em 1em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
}
header a {
  color: #fff;
}
main {
  padding: 0;
  flex: 1 1 100%;
  overflow-y: auto;
}
footer {
  padding: 0.75em 1em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 0.3em;
}
.warning {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.warning .message {
  position: relative;
  margin: 3em 3em 7em 3em;
  padding-left: 3.5em;
}
.warning .message:before {
  position: absolute;
  left: 0;
  top: 0.025em;
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #369;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.overlay.modal {
  visibility: visible;
  opacity: 1;
}
.overlay.modal .dialog {
  transform: none;
}
.overlay .dialog {
  display: flex;
  flex-flow: column nowrap;
  width: 26em;
  max-width: 90%;
  box-sizing: border-box;
  margin: 0 auto 7em auto;
  padding: 0;
  background-color: #fff;
  border-radius: 0.3em;
  overflow: hidden;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transition: transform 0.2s ease-out;
}
.overlay .dialog main {
  padding: 0.5em 1em;
}
.overlay .dialog .formRow {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 0.5em 0;
}
.overlay .dialog .formRow label {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 0.8em;
  color: #666;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
button {
  margin: 0.1em;
  padding: 0.5em 1em;
  font: inherit;
  font-size: 0.9em;
  background: #ddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
  border: 1px solid #999;
  border-radius: 0.2em;
  box-shadow: inset 0 0 0.1em 0.1em #fff, 0 0.1em 0.2em 0.05em rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
button [class^="icon-"],
button [class*=" icon-"] {
  margin-left: -0.2em;
  margin-right: 0.1em;
  font-size: 1.6em;
  vertical-align: -0.17em;
  color: #369;
}
button:hover,
button:focus {
  background: #ddd;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
button:active {
  color: #369;
}
button[disabled],
button[disabled]:hover,
button[disabled]:focus,
button[disabled]:active {
  background: #eee;
  color: #bbb;
  border-color: #ddd;
  box-shadow: none;
  cursor: inherit;
}
button[disabled] [class^="icon-"],
button[disabled]:hover [class^="icon-"],
button[disabled]:focus [class^="icon-"],
button[disabled]:active [class^="icon-"],
button[disabled] [class*=" icon-"],
button[disabled]:hover [class*=" icon-"],
button[disabled]:focus [class*=" icon-"],
button[disabled]:active [class*=" icon-"] {
  color: #ccc;
}
input[type=text] {
  padding: 0.5em;
  font: inherit;
  border-radius: 0.3em;
  border: 1px solid #999;
}
.list {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.list li {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 1em;
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
}
.list li:nth-child(even) {
  background-color: #f5f5f5;
}
.list li:hover,
.list li:focus {
  background-color: #def;
}
.list li.selected {
  background-color: #cde;
}
/*# sourceMappingURL=links.css.map */