@charset "UTF-8";
body {
  padding-top: 84px;
  font-family: "Lato", sans-serif;
}

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
label {
  padding-right: 1rem;
  padding-left: 1rem;
}
.client-header {
  background-color: #f7f7f7 !important;
  padding: 0.25rem;
}

.client-card-header {
  background-color: #0C2340;
  color: #6ECEB2;
  vertical-align: middle;
}

.moa-select {
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.graidient-blue {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(2,0,36,1) 35%, rgba(238,243,244,1) 100%);


}
.client-card-header {
  background-color: #0C2340 !important;
  color: #6ECEB2;
  align-items: center;
}
.client-card-header ::selection {
  color: #6ECEB2;
}

#chart {
  max-height: 800;
}
.card-padding {
  padding: 0.125rem;
}

/* Sidebar navigation */
.sidebar {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* padding: 20px; */
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

.c3-circle {
  fill: currentColor;
}

.select2 {
  width: 90% !important;
}

.multi-line-graph {
  width: 50rem;
}

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    left: 0;
  }

  #wrapper.active {
    position: relative;
    left: 250px;
  }

  #wrapper.active #sidebar-wrapper {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
  }
}
#topic-map-id {
  height: 100%;
  max-height: 100%;
}

#visualization {
  height: 100%;
  overflow: hidden;
}

#graph-chart-canvas {
  width: 800px;
  height: 600px;
}

#graph-chart {
  max-width: 800px;
  max-height: 600px;
}

.abstract-summary {
  max-height: 100px;
  overflow: hidden;
}

.abstract-header-align-top {
  vertical-align: top !important;
  overflow: hidden;
}

.gene-label {
  background-color: #26BCD7;
}

.om-label {
  background-color: #F8971D;
}


.abstract-summary > p {
  margin-top: 5px;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}

.abstract-summary-large {
  max-height: 150px;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}

.abstract-summary-large > p {
  margin-top: 5px;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}

.abstract-scroll {
  overflow-y: scroll;
}

.graph-padding {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

#abstractText {
  overflow-y: hidden;
  overflow-x: hidden;
}

.abstract-paging {
  width: 100%;
  text-align: center;
}

.page-link, .page-link:active, .page-link:hover {
  color: #6ECEB2;
  background-color: #0C2340;
  border: 1px solid #6ECEB2;
}

.btn {
  background-color: #0C2340;
  border-color: #6ECEB2;
}

.btn .btn-outline-primary {
  color: color(#6ECEB2);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #6ECEB2;
  background-color: #0C2340;
}

/*.fixed-kol-card {*/
/*    position: fixed !important;*/
/*    padding-right: 1rem;*/
/*}*/
.full-text-query {
  color: #6ECEB2;
}

mark {
  background: #F8971D;
  color: black;
  padding: 0.2rem;
  padding-top: 0;
  border-radius: 10px;
  opacity: 0.5;
}

.login-card {
  width: 35rem;
}

.logged-in {
  width: 15rem;
  text-align: left;
}

.login {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #6ECEB2;
  padding: 0.5rem;
  /*height: .5rem;*/
}

.border-top-0 {
  border: 1px solid #26BCD7;
  border-top: 0;
}

.small-empty-div {
  height: 0.05rem;
}

.content {
  display: block;
  width: auto;
}

.sidebar {
  background-color: #f7f7f7 !important;
}

.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar ul li, .sidebar ul a {
  display: block;
}

.sidebar ul a {
  padding: 5px 10px;
  color: #0C2340;
}

.sidebar ul a:hover, .sidebar a:focus, .sidebar ul a.active {
  color: #6ECEB2;
  text-decoration: none;
}

.sidebar ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar ul ul a:active {
  color: #6ECEB2;
}

.sidebar ul ul a:hover, .sidebar ul ul a:focus ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-item {
  padding-left: 5px;
}

.sidebar-item-icon {
  padding-right: 5px;
}

.arrow {
  float: right;
}

.glyphicon.arrow:before {
  content: "";
}

.active > a > .glyphicon.arrow:before {
  content: "";
}

.fa.arrow:before {
  content: "";
}

.active > a > .fa.arrow:before {
  content: "";
}

.plus-times {
  float: right;
}

.fa.plus-times:before {
  content: "";
}

.active > a > .fa.plus-times {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate {

  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.plus-minus {
  float: right;
}

.fa.plus-minus:before {
  content: "";
}

.active > a > .fa.plus-minus:before {
  content: "";
}

#ballsWaveG {
  position: relative;
  width: 125px;
  height: 29px;
  margin: auto;
}

.ballsWaveG {
  position: absolute;
  top: 0;
  background-color: black;
  width: 16px;
  height: 16px;
  animation-name: ballsWaveG;
  -o-animation-name: ballsWaveG;
  -ms-animation-name: ballsWaveG;
  -webkit-animation-name: ballsWaveG;
  -moz-animation-name: ballsWaveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#ballsWaveG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#ballsWaveG_2 {
  left: 16px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#ballsWaveG_3 {
  left: 31px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#ballsWaveG_4 {
  left: 47px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#ballsWaveG_5 {
  left: 62px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#ballsWaveG_6 {
  left: 78px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#ballsWaveG_7 {
  left: 94px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#ballsWaveG_8 {
  left: 109px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes ballsWaveG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}
@-o-keyframes ballsWaveG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}
@-ms-keyframes ballsWaveG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes ballsWaveG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}
@-moz-keyframes ballsWaveG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}

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