:root {
  --green-main-color: #018469;
  --green-medium-color: #00e59f;
  --green-light-color: #ddf5ed;
  --blue-main-color: #3481ff;
  --blue-light-color: #d5ebf8;
  --grey-95: #f2f2f2;
  --grey-98: #fafafa;
  --grey-13: #1b2329;
  --grey-95: #f2f2f2;
  --grey-46: #6a7b81;
  --red-danger-color: #fa6561;
  --red-danger-light-color: #ffebea;
  --yellow-warn-color: #fdaa11;
  --yellow-warn-light-color: #fff7e3;
  --font-main: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background-attachment: fixed;
  padding-top: 3.2rem;
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: var(--grey-98);
}

body.nodesign {
  display: initial;
}

H2,
H3,
H4 {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

.notBoldLabel,
.nobold {
  font-weight: normal !important;
}

.capitalized {
  text-transform: capitalize;
}

.big {
  font-size: 1.2em;
}

.xbig {
  font-size: 1.6em;
}

.xxbig {
  font-size: 2em;
}

.small {
  font-size: 0.8em;
}

.xsmall {
  font-size: 0.6em;
}

.activeMenu {
  font-weight: bold;
  background-color: #f8f8f8;
}

.ftLato {
  font-family: "Lato", sans-serif;
}

.ft8 {
  font-size: 8px;
}

.ft10 {
  font-size: 10px;
}

.ft14 {
  font-size: 14px;
}

.ft16 {
  font-size: 16px;
}

.ft18 {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft24 {
  font-size: 24px;
}

.ft36 {
  font-size: 36px;
}

.ft48 {
  font-size: 48px;
}

.italic {
  font-style: italic;
}

H3.Article {
  color: #0e235c;
  padding-left: 10px;
  margin-top: 30px;
}

H4.Article {
  color: #428bca;
  padding-left: 20px;
  margin-top: 20px;
}

H5.Article {
  color: #71c2f5;
  padding-left: 30px;
  margin-top: 20px;
}

.ArticleText {
  margin-bottom: 20px;
}

.Text3 {
  padding-left: 10px;
}

.Text4 {
  padding-left: 20px;
}

.Text5 {
  padding-left: 30px;
}

.word-break-all {
  word-break: break-all;
}

.bd0 {
  border: 0px;
}

.bd1 {
  border: 1px solid;
}

.bdl2 {
  border-left: 2px solid;
}

.bdgrey {
  border-color: #e2e2e2;
}

.bradius3 {
  border-radius: 3px;
}

.bradius12 {
  border-radius: 12px;
}

.bdashed {
  border-style: dashed;
}

.bd-white {
  border-color: white;
}

.bd-grey {
  border-color: #d9d9d9;
}

.bd-yellow {
  border-color: #faebcc;
}

.brgrey {
  border-right: 5px solid #eee;
}

.bg-grey {
  background-color: #f9f9f9;
}

.bg-light-yellow {
  background-color: #fcf8e3;
}

.bg-white {
  background-color: white;
}

.bg-green {
  background-color: #92a139;
}

.bg-light-green {
  background-color: var(--green-light-color);
}

.SearchPatient.table-hover tbody tr:hover td {
  background: #b7e7f7;
}

.text-black {
  color: black;
}

.text-blue {
  color: blue;
}

.text-green {
  color: var(--green-main-color);
}

.text-green-medium {
  color: var(--green-medium-color);
}

.text-green-light {
  color: var(--green-light-color);
}

a.text-green-light:hover,
a.text-green-light:active,
a.text-green-light:visited,
a.text-green-light:link {
  color: var(--gren-light-color);
  text-decoration: none;
}

.text-grey {
  color: grey;
}

.text-light-blue {
  color: #74c2e1;
}

.text-red {
  color: red;
}

.text-orange {
  color: orange;
}

.text-white {
  color: white;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.right-and-left {
  display: flex;
  justify-content: space-between;
}

.left {
  float: left;
}

.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

.vamiddle {
  vertical-align: middle;
}

.vatop {
  vertical-align: top;
}

.shadow {
  box-shadow: 4px 4px 4px 1px #c2c2c2;
}

.shadow-sm {
  box-shadow: 1px 1px 1px 1px #c2c2c2;
}

.text-shadow {
  text-shadow: 4px 4px 1px #f2f2f2;
}

.text-shadow-black {
  text-shadow: 4px 4px 1px #222222;
}

.inverted-colors {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.gray-scale-100 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.rotate90 {
  transform: rotate(90deg);
  transform-origin: left top 0;
  float: left;
}

.rotate270 {
  transform: rotate(270deg);
  transform-origin: left bottom 0;
  float: left;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg0 {
  margin: 0px;
}

.mg3 {
  margin: 3px;
}

.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg20 {
  margin: 20px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr50 {
  margin-right: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd0 {
  padding: 0px;
}

.pd3 {
  padding: 3px;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.pd40 {
  padding: 40px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.linethrough {
  text-decoration: line-through;
}

.new {
  color: red;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 0px;
  margin-right: 0.5em;
}

nav.primary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  z-index: 1030;
  background: linear-gradient(135deg, rgb(0, 117, 93), rgb(0, 168, 134)) 0% 0% / contain;
}

nav.primary #logo {
  margin: 13px 0;
}

.top-tour-link {
  margin: 1em auto;
}

.top-tour-link > a {
  background-color: var(--green-light-color);
  padding: 0.7em;
  border-radius: 8px;
  color: var(--green-main-color);
}

#sessionmenu {
  display: flex;
  align-items: center;
}

#sessionmenu > * {
  color: var(--green-light-color);
  display: inline-block;
}

#sessionmenu .initials {
  border-radius: 50%;
  background-color: var(--green-light-color);
  padding: 10px 8px 10px;
  color: var(--green-main-color);
  margin: 0 3rem;
}

#sessionmenu i.fas {
  font-size: 0.8em;
  margin-left: 0.4em;
}

#sessionmenu .dropdown-toggle::after,
#leftcolumn {
  display: none;
}

.serie #leftcolumn {
  display: initial;
  position: absolute;
  width: 16.6%;
  margin-top: 1.5rem;
}

#MainMenu {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  border-color: var(--grey-95);
  border-radius: 8px;
  box-shadow: 2px 2px var(--grey-95);
  content-visibility: auto;
  contain-intrinsic-size: 300px 536px;
}

#MainMenu .search {
  display: flex;
  align-items: baseline;
  margin: 1em;
}

#MainMenu .search input {
  flex-grow: 1;
}

#MainMenu .search label {
  margin-left: 0.5em;
}

#MainMenu h4 {
  font-size: 1.3em;
  word-break: break-all;
  padding: 5px 10px 10px 10px;
  text-align: center;
}

#MainMenu .list-group-item {
  border: 0;
  color: #555;
}

#MainMenu a.list-group-item:hover,
#MainMenua.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

#leftcolumn .version {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8em;
}

.active-submenu {
  background-color: var(--green-light-color);
  font-weight: bold;
  color: var(--green-main-color);
}

#MainContent {
  position: relative;
  margin: 1.5rem 1rem 10rem 1rem;
  text-align: center;
  min-height: 600px;
}

.serie #MainContent {
  margin-left: 16.6%;
  width: 82%;
}

#MainContent > * {
  text-align: initial;
  margin-left: 0;
}

.filterheader.bs-callout {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1rem 0.8rem 1.3em;
  margin-left: 0;
  align-items: baseline;
  align-content: baseline;
  font-size: 1.2rem;
}

.filterheader i {
  margin-right: 1em;
}

#NewFilterId {
  display: inline-block;
  width: 10rem;
  margin-right: 1em;
  font-size: 1.2rem;
  height: auto;
  padding: 5px 10px;
}

.filter-tag {
  background-color: var(--green-light-color);
  display: inline-block;
  border-radius: 3px;
  padding: 8px 5px 6px 5px;
  font-size: 10px;
  margin-bottom: 1rem;
  margin-right: 5px;
  color: var(--blue-main-color);
}

.filter-tag a {
  color: var(--blue-main-color);
}

#clearFiltersBt {
  background-color: var(--grey-95);
  margin-left: 2em;
  display: relative;
  padding-left: 2rem;
}

#clearFiltersBt i {
  position: absolute;
  top: 7px;
  left: 5px;
  color: var(--grey-46);
}

#saveFilterBt {
  color: white;
  margin-right: 3em;
  background-color: var(--blue-main-color);
}

#predefinedFilterLabel {
  margin-right: 1em;
}

.predefined {
  background-color: var(--blue-light-color);
}

.predefined.active {
  background-color: var(--blue-main-color);
  color: white;
}

.navbar-links {
  font-size: 14px;
}

.oldStyleLineSepararor {
  width: 200px;
}

.site-text {
  font-size: 16px;
  text-align: justify;
}

.input-fa {
  font-family: var(--font-main), FontAwesome;
}

.input-text-success {
  visibility: hidden;
  color: green;
  font-size: 0.8em;
  padding: 0.3em 0;
}

.input-text-error {
  visibility: hidden;
  color: red;
  font-size: 0.8em;
  padding: 0.3em 0;
}

/********************/
/*    CALLOUTS      */
/********************/

.bs-callout {
  background-color: white;
  padding: 20px 20px 10px 20px;
  margin: 20px 0px 20px 5px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  box-shadow: 2px 2px #f2f2f2;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  color: var(--green-main-color);
}

.bs-callout h4::before {
  content: "";
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-highlight {
  background-color: var(--green-main-color);
  color: white;
}

.bs-callout-highlight A {
  color: white;
}

.column-active-order {
  font-weight: bold !important;
}

.package-container {
  font-size: 16px;
  vertical-align: top;
}

[v-cloak] {
  display: none;
}

/**********/
/* OFFERS */
/**********/
.package {
  display: inline-block;
  width: 22em;
  vertical-align: top;
  margin-right: 1em;
  /* margin-top: 2em; */
  position: relative;
}

.package > div {
  padding: 1em 2em 2em;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e4e6e9;
}

.package h1 {
  font-size: 1.625em;
  font-weight: 700;
  margin: 0;
}

.package .icon {
  width: 32px;
  height: 32px;
  margin: 0.81em auto 0;
}

.team-detail .icon {
  width: 32px;
  height: 32px;
}

.package .subtitle {
  font-size: 1.125em;
  margin-top: 0.81em;
  font-weight: 700;
}

.package ul {
  list-style-type: none;
  padding-left: 0;
}

.package ul li {
  margin-top: 1.6em;
}

.package .price {
  margin-top: 1.9em;
  font-size: 1.25em;
  font-weight: 700;
}

.package .power {
  background-color: rgba(0, 166, 255, 0.1);
  border-color: #00a6ff;
}

.package .researcher {
  background-color: rgba(255, 186, 92, 0.1);
  border-color: #ffba5c;
}

.package .team {
  background-color: rgba(255, 186, 92, 0.1);
  border-color: #ffba5c;
}

.active-submenu A {
  color: var(--green-main-color);
}

.inactive-submenu A {
  color: #555;
}

#PatientFormPictureUpload {
  min-height: 130px;
  width: 100%;
  border-radius: 6px;
  border: 2px dashed;
  border-color: #f2f2f2;
  padding-top: 50px;
  background-image: url("../img/misc/patient.form.picture.upload.bg.png");
  background-repeat: no-repeat;
}

.PatientFormNotePad {
  background-color: #ffffe0;
}

#PatientFormNotePadInput {
  width: 100%;
  min-height: 100px;
  overflow: auto;
  border: 0px;
  background: transparent;
}

.SeriePatientsTable {
  max-width: 800px;
}

.SeriePatientsTableCell {
  min-width: 150px;
  word-break: break-all;
}

.SeriePatientsTableCellFixed {
  min-width: 50px;
}

#PatientGroupCart {
  position: fixed;
  overflow: scroll;
  max-height: 90%;
  z-index: 100000;
  top: 50px;
  right: 0px;
  width: 300px;
  background-color: white;
  border: 1px solid grey;
}

.epro .PatientFormInput {
  border: 2px solid blue;
}

/********************/
/* PASSWORD CHECKER */
/********************/

.demoInputBox {
  padding: 7px;
  border: #f0f0f0 1px solid;
  border-radius: 4px;
}

#password-strength-status {
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

#password-confirm-status {
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

.medium-password {
  background-color: #ff6600;
  border: #aa4502 1px solid;
  color: #ffffff;
}

.weak-password {
  background-color: #ff6600;
  border: #aa4502 1px solid;
  color: #ffffff;
}

.strong-password {
  background-color: #12cc1a;
  border: #0fa015 1px solid;
  color: #ffffff;
}

/********************/
/*    HEADER BAR    */
/********************/

.btn-header {
  border-width: 1px;
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  font-size: 16 px;
}

a.btn-header {
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}

a.btn-default-header {
  border-color: rgba(0, 229, 159, 1);
  background-color: white;
  color: rgba(0, 229, 159, 1);
}

.btn-default-header:hover {
  background-color: rgba(0, 229, 159, 1);
  color: white;
}

.btn-primary-header {
  background-color: rgba(0, 229, 159, 1);
  color: white;
}

/********************************/
/*      Statistical tables      */
/********************************/

.table-stats {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  background-color: white;
}

thead.table-stats {
  background-color: white;
  border-bottom: 1px solid #000000;
}

.table-stats-subheader {
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}

.table-stats-variable {
  padding-left: 20px;
  vertical-align: middle;
}

.table-stats-title {
  caption-side: top;
  text-align: left;
}

div.table-stat-legend {
  text-align: left;
  font-size: 12px;
}

.table-stats-test-name {
  color: #a2a2a2;
  font-size: 10px;
}

/********************/
/*      FOOTER      */
/********************/

a.footer-link {
  color: #a1b1bd;
  text-decoration: none;
  cursor: pointer;
}

a.footer-link:hover {
  color: #00e59f;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadedin {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.activated:active {
  opacity: 0.5;
}

/********************/
/* Variable Browser */
/********************/

.stat-variable-browser-select {
  font-size: 1.4em;
  height: 60px;
  font-weight: bold;
}

/********************/
/* Popup            */
/********************/

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  margin: 0 !important;
  text-align: center;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.popup > div {
  position: relative;
  margin: 0 auto;
  border: 1px solid black;
  background-color: white;
  padding: 3rem 10rem 4rem;
  border-radius: 8px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.24);
  pointer-events: initial;
}

.closeBt {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 1.5em;
  font-weight: normal;
  color: grey;
  cursor: pointer;
}

.process {
  position: relative;
  border: 1px solid black;
  height: 18px;
  border-radius: 9px;
  text-align: left;
}

.process div {
  position: absolute;
  display: inline-block;
  background-color: var(--green-main-color);
  height: 100%;
  border-radius: 9px;
}

/****************/
/*  KPI TABLE   */
/****************/

table[id*="KPIsLUTable"] tr {
  border: 1px solid #dcdcdc;
}

i.helper {
  cursor: pointer;
  font-size: 1.4rem;
}

/*******************/
/*  Autocomplete   */
/*******************/

.autocomplete {
  position: relative;
}

.autocomplete .results {
  position: absolute;
  top: 1.8em;
  left: 0;
  z-index: 20;
  border: 1px solid black;
  background-color: white;
  white-space: nowrap;
}

.autocomplete .results .result {
  position: relative;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid var(--grey-95);
  cursor: pointer;
}

.autocomplete .results .result:hover {
  background-color: #f2f2f2;
}

.autocomplete .results .result .info {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}

.autocomplete .results .result .cat {
  color: grey;
  margin-right: 1em;
}

/**************************/
/*  Analysis studyblocs   */
/**************************/

.studyblock {
  margin-bottom: 1em;
  background-color: white;
  border: 1px solid var(--grey-95);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.studycontent {
  padding: 1rem 2rem;
}

.studyblock .header {
  position: relative;
  color: black;
  padding: 1.15em 1.15em 1.15em 2.3em;
}

.studyblock .header .title {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 0.5em;
  margin-right: 1em;
}

.studyblock .header .symbol {
  position: absolute;
  left: 3em;
  top: 1.6em;
}

.studyblock .header .toggle {
  position: absolute;
  right: 1.5em;
  top: 1.6em;
  cursor: pointer;
}

.var_nav {
  display: flex;
  align-items: center;
  margin: 2.5em 0;
}

.var_nav > * {
  margin: 0 1em 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.var_nav h2 {
  text-transform: uppercase;
}

/***************/
/*  Tooltips   */
/***************/

.tooltiped {
  position: relative;
  color: #525252;
}

.tooltiped:hover {
  cursor: pointer;
}

.tooltiped .tooltiptext {
  visibility: hidden;
  width: 21em;
  background-color: #2b2b2ceb;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.7rem 0.8rem;
  position: absolute;
  z-index: 1040;
  line-height: 2rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: transform 0.1s, opacity 0.25s, left 0.1s;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.tooltiped:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform: translateY(-21px);
}

a {
  cursor: pointer;
}

/* Queries */
.query-status {
  padding-right: 1em;
  cursor: pointer;
}

span.query-status {
  font-size: 2rem;
}

table#category_list tr td,
table#variable_list tr td {
  border-top: 0;
}

.input-group-btn {
  font-size: 1.1rem;
}
