.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 999px;
  background-color: #00FF91;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  color: #231F20;
  text-decoration: none;
}

.chip {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fc0e1b;
}
.chip.chip-valid {
  background: #29fd91;
}

body,
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #231F20;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-input {
  border-radius: 999px;
  border: 1px solid #707070;
  padding: 5px 10px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#o-device {
  position: relative;
  background-color: #231F20;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 0 10px #000001;
  -moz-box-shadow: 0 0 10px #000001;
  box-shadow: 0 0 10px #000001;
  animation: fadeIn 1s;
}
#o-device #focus-warning {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  padding: 0.5em;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#o-device #focus-warning.hide {
  display: none;
}

iframe#o-viewer {
  border: 0;
  box-sizing: border-box;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

#bar {
  padding: 12px;
  background-color: #00FF91;
  position: sticky;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.viewer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow-x: hidden;
}

.content {
  width: 100%;
  max-width: 1400px;
  padding-left: 2em;
  padding-right: 2em;
  margin: 0 auto;
  box-sizing: border-box;
}

#o-viewer-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex: 1;
  flex-shrink: 1;
  padding: 10px 20px;
  box-sizing: border-box;
}

#o-viewer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background: #ebebeb;
}
#o-viewer-container:-moz-full-screen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:-moz-full-screen .actions {
  display: none;
}
#o-viewer-container:-ms-fullscreen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:-ms-fullscreen .actions {
  display: none;
}
#o-viewer-container:-webkit-full-screen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:-webkit-full-screen .actions {
  display: none;
}
#o-viewer-container:fullscreen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:fullscreen .actions {
  display: none;
}

#o-infos-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 560px;
  padding: 4em;
}

#o-infos #app-descr {
  font-weight: bold;
}
#o-infos hr {
  border: 0;
  height: 1px;
  background: #231F20;
}
#o-infos #app-exp {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
#o-infos #app-exp li {
  padding: 0.5em 0;
}
#o-infos .download-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.actions .actions-left,
.actions .actions-right {
  pointer-events: auto;
}
.actions a {
  color: #231F20;
}

i.icon-big {
  font-size: 2em;
}

.mobile-only {
  display: none;
}

.version {
  font-size: 0.4em;
  font-weight: normal;
}

#sequences {
  border: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#sequences thead tr th {
  border-bottom: 1px solid #231F20;
  font-weight: normal;
  padding: 1.6em 1em;
  text-align: left;
}
#sequences tbody tr {
  position: relative;
}
#sequences tbody tr:hover td {
  background: #e6fff1;
  border-top: 1px solid #00FF91;
  border-bottom: 1px solid #00FF91;
  border-left: 1px solid #e6fff1;
  border-right: 1px solid #e6fff1;
}
#sequences tbody tr:hover td:first-child {
  border-left: 1px solid #00FF91;
}
#sequences tbody tr:hover td:last-child {
  border-right: 1px solid #00FF91;
}
#sequences tbody tr td {
  padding: 1em;
  position: relative;
  border: 1px solid white;
}
#sequences tbody tr td.seq {
  font-weight: bold;
  white-space: nowrap;
}
#sequences tbody tr td.date {
  white-space: nowrap;
}
#sequences tbody tr td.descr {
  width: 100%;
}
#sequences tbody tr td:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
#sequences tbody tr td:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
#sequences tbody tr a.o-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sequences tbody tr:first-child td {
  margin-top: 1.6em;
}

@media only screen and (max-width: 760px) {
  .mobile-only {
    display: inherit;
  }

  .content {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #o-viewer-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  #o-infos-container {
    display: block;
    position: absolute;
    background: white;
    transition: margin 0.5s ease;
    right: 0;
    height: 100%;
    margin-right: -100%;
    max-width: 100%;
    overflow-y: auto;
  }
  #o-infos-container #o-infos {
    padding-bottom: 40px;
    max-width: 100%;
  }
  #o-infos-container.show {
    margin-right: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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