.btn {
  display: inline-block;
  font-family: arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #4D4D4D;
  background-color: #fff;
}
.btn i[class^=fa] {
  margin-right: 0.5em;
}
.btn.btn-primary {
  color: #fff;
  background-color: #26eb81;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.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: 1.5em;
  padding: 10px;
  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 rgb(0, 0, 1);
  -moz-box-shadow: 0 0 10px rgb(0, 0, 1);
  box-shadow: 0 0 10px rgb(0, 0, 1);
  animation: fadeIn 1s;
  transition: opacity 0.5s ease;
}
#o-device #o-device-volume-buttons {
  position: absolute;
  width: 25px;
  right: -30px;
  top: 10%;
}
#o-device #o-device-volume-buttons .btn {
  width: 100%;
  margin: 8px;
  padding: 2px;
  height: 50px;
}
#o-device #focus-warning {
  color: white;
  text-align: center;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  border-radius: 0.75em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 46, 64, 0.9);
  pointer-events: none;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
  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: 1em;
  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;
  padding-bottom: 2em;
  margin: 0 auto;
  box-sizing: border-box;
}

.center-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-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;
  height: 100%;
}

#o-viewer-bar {
  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;
  border-bottom: 1px solid #231F20;
  font-size: 1em;
}
#o-viewer-bar #o-viewer-bar-return {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}
#o-viewer-bar #o-viewer-bar-return a {
  display: inline-block;
  padding: 1em 2em;
  color: currentColor;
}
#o-viewer-bar #o-viewer-bar-title {
  padding: 1em 2em 1em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#o-viewer-bar #o-viewer-bar-title .o-seq-nb {
  font-weight: bold;
  margin-right: 10px;
}

#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-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;
}
#o-viewer-container #o-exp-full {
  display: none;
  text-align: center;
  background-color: #e6fff1;
  padding: 12px;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}
#o-viewer-container #o-viewer-device-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;
  -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: 60px 20px 10px;
  box-sizing: border-box;
  position: relative;
  background: #ebebeb;
  min-height: 0;
}
#o-viewer-container #download-mobile {
  display: none;
}
#o-viewer-container:-moz-full-screen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:-moz-full-screen #o-exp-full {
  display: block;
}
#o-viewer-container:-ms-fullscreen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:-webkit-full-screen {
  background: black;
  max-width: 100%;
}
#o-viewer-container:fullscreen {
  background: black;
  max-width: 100%;
}

#o-infos-container {
  width: 560px;
  max-width: 560px;
  min-width: 375px;
  width: 30%;
  padding: 3em;
  overflow-y: auto;
  position: relative;
}

#o-infos {
  font-size: 1.2em;
}
#o-infos #app-descr {
  font-weight: bold;
}
#o-infos #app-exp {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  font-family: arial, sans-serif;
}
#o-infos #app-exp li {
  padding: 0.5em 0;
}
#o-infos #app-exp li.all-exp {
  font-size: 0.8em;
  color: #4D4D4D;
}

#app-download-container {
  position: absolute;
  width: 100%;
  padding: 3em;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}
#app-download-container #app-download {
  background: #e6fff1;
  border: 1px solid #00FF91;
  border-radius: 20px;
  padding: 1em;
  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;
  position: relative;
  opacity: 0.8;
}
#app-download-container #app-download:hover {
  opacity: 1;
}
#app-download-container #app-download #app-download-left {
  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: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}
#app-download-container #app-download #app-download-left .app-icon {
  font-family: arial, sans-serif;
  background: #231F20;
  color: white;
  width: 65px;
  height: 65px;
  text-align: center;
  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;
  border-radius: 0.5em;
  margin-right: 1em;
}
#app-download-container #app-download #app-download-left .app-icon .app-icon-seq {
  font-weight: bold;
  font-size: 1.4em;
}
#app-download-container #app-download #app-download-left .app-icon .app-icon-title {
  font-weight: normal;
  font-size: 0.7em;
}
#app-download-container #app-download #app-download-left .app-details {
  font-family: arial, sans-serif;
  font-size: 0.8em;
  color: #4D4D4D;
}
#app-download-container #app-download i[class^=fa-] {
  margin-right: 0;
}
#app-download-container #app-download #app-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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 .btn {
  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-mobile {
  display: none;
}

#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 {
  color: currentColor;
}
#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: 960px) {
  .mobile-only {
    display: inherit;
  }
  .content {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #o-viewer-bar {
    font-size: 1em;
  }
  #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: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  #o-viewer-container #o-exp-full {
    display: block;
  }
  #o-viewer-container .actions {
    display: none;
  }
  #o-viewer-container #download-mobile {
    display: block;
    text-align: center;
    background: #ebebeb;
    padding: 5px 5px 10px;
  }
  #o-infos-container {
    display: none;
  }
  #o-infos-container.show {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  #sequences-mobile {
    display: block;
  }
  #sequences-mobile .seq-mobile {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    margin: 5px 0 20px;
    font-size: 0.8em;
  }
  #sequences-mobile .seq-mobile:hover {
    background: #e6fff1;
    border: 1px solid #00FF91;
    border-radius: 8px;
  }
  #sequences-mobile .seq-mobile .seq-header {
    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;
    border-bottom: 1px solid #231F20;
    font-weight: bold;
  }
  #sequences-mobile .seq-mobile .seq-header .seq-header-left {
    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: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
  #sequences-mobile .seq-mobile .seq-header .seq-header-left .seq-nb {
    font-size: 1.8em;
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #sequences-mobile .seq-mobile .seq-header .seq-header-left * {
    margin-right: 5px;
  }
  #sequences-mobile .seq-mobile .seq-header .seq-header-right {
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
  }
  #sequences-mobile .seq-mobile .seq-header .seq-header-right * {
    margin-left: 5px;
  }
  #sequences-mobile .seq-mobile .seq-content {
    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: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding-top: 10px;
    font-size: 1.1em;
  }
  #sequences-mobile .seq-mobile .seq-content .seq-download {
    z-index: 5;
    margin-right: 10px;
  }
  #sequences-mobile .seq-mobile .seq-content .seq-download.btn {
    color: #231F20;
  }
  #sequences-mobile .seq-mobile .seq-content .seq-download.btn i[class^=fa] {
    margin-right: 0;
    color: #231F20;
  }
  #sequences-mobile .seq-mobile .o-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #sequences {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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