.alert-dntshow {
  color: DarkGrey;
}

.current-page {
  color: red;
}

.loading-config {
  flex: 1;
  flex-basis: 50%;
  text-align: center;
  width: 200px;
}

.loading-parent {
  align-items: center;
  display: flex;
  height: 500px;
  justify-content: center;
}

.loading-search {
  color: Grey;
}

.login-modal {
  width: 360px;
}

.search-panel {
  display: flex;
  flex-basis: 20%;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-right-color: #eeeeee;
  border-right-style: solid;
  border-right-width: 1px;
  padding-right: 15px;
}

.select-control {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
}

.sort-label {
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 5px
}

.view {
  flex-basis: 80%;
  flex-grow: 1;
  flex-shrink: 1;
}

.view-parent {
  display: flex;
  /*flex-basis: auto;*/
  flex-direction: row;
  /*flex-wrap: wrap;*/
  width: 100%;
}


.shepherd-target.shepherd-enabled{
  opacity: 1 !important;
  pointer-events: none;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
}

.outcome-error {
  color: red;
  font-size: small;
  padding-left: 6px;
  padding-top: 6px;
}

.outcome-select-error > .Select-control {
  border-color: red;
}

body.shepherd-active .dim-shepherd-active {
  opacity: 0.2;
  pointer-events: none;
}

.searching {
  margin: 12px 16px 34px 24px;
  min-height:20px;
}
.ui-slider-horizontal {
  height: 0.55em !important;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.0em;
  height: 1.0em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.29em;
  margin-left: -.6em;
}
.facet-title {
  color: blue;
  cursor: pointer;
  font-size: 18px;
  font-variant: small-caps;
  vertical-align: bottom;
}

.expand-toggle-parent {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 20px;
}

.search-form-title {
  color: grey;
  font-size: small;
  margin-bottom: 20px;
}



.adv-facet-title-row {
  padding-right: 5px;
}

.facet {
  margin-bottom: 20px;
}

.facet>.body {}

.facet>.footer {}

.facet>.header {
  align-items: center;
  color: #454545;
  display: flex;
  font-size: small;
  font-weight: bold;
  justify-content: space-between;
  padding-bottom: 0;
  text-transform: uppercase;
}

.facet>.header i {
  opacity: 0.3;
  cursor: pointer;
}

.facet>.header i:hover {
  opacity: 1;
}

.facet-label {
  color: #454545;
  font-size: x-small;
  padding-bottom: 8px;
}

.study {
  margin-bottom: 12px;
}

.study-search-form {
  padding-right: 8px;
  padding-top: 4px;
}

.facet-multi-select {
}

.advanced-search-parent {
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
}

.advanced-search-label {
  cursor: pointer;
}

.advanced-search-label:hover {
  color: red
}

.facet-row {
  padding-right: 0px;
}

.adv-facet-close:hover {
  color: red;
}

.adv-facet {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.adv-facet-row {
  margin-left: 0px;
  padding-left: 0px;
}

.add-facet-button {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.add-facet-button-parent {
  margin-right: -8px;
}

.panel-spacer {
  flex-basis: 20%;
  margin-left: 15px;
}

.slider-parent {
  padding-left: 8px;
  padding-right: 5px;
}

.inner-search-container {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.simple-search-form {
  height: 100%;
}
.btn-borders {
  background-color: #fff;
  border-color: #ccc;
}

.dropdown-toggle.sort-dropdown {
  border-left: none;
}

.dropdown-toggle.sort-dropdown.no-caret:after {
  display:none;
}

.free-text-input {
  width: 700px;
}

.free-text-search-row {
  padding-left: 24px;
}

.search-actions {
  flex-basis: 6%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
}

.sort-btn-borders {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.abstract {
  font-size: 16px;
  width: 700px;
}

.list-select-all {
  color: grey;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.list-select-all a:visited {
  color: grey;
}

.list-select-all span.label {
  font-size: small;
  padding-top: 4px;
}

.list-view-checkbox {
  margin-right: 10px;
}

.results-root {
  min-height: 500px
}

.result-table {
  font-size: 12px;
}

.result-table-header {
  white-space: normal;
}

.result-view-root {
  margin-left: 24px;
}

.search-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.search-results {}

.study {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.study .abstract {
  color: #454545;
  font-size: small;
  margin-top: 8px;
}

.study .metadata {
  font-size: small;
}

.study .record {
  display: block;
  width: 100%;
}

.table-root {}

.title {
  font-weight: 700;
}

.title-column {
  width: 500px;
}

th {
  white-space: normal !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.no-studies {
  color: red;
  font-weight: bold;
}

.search-status {
  align-items: center;
  color: gray;
  display: flex;
  flex-direction: row;
  font-size: small;
  justify-content: space-between;
  margin: 12px 16px 34px 24px;
  min-height:20px;
}

.searching {
  color: RoyalBlue;
}

.status-content {
  align-items: center;
  display: flex;
  flex-basis: 80%;
  flex-direction: row;
  justify-content: flex-start;
  color: Gray;
  padding-left: 3px;
  font-size: 13px;
}
.no-item{
  visibility: hidden;
}

.page-item {
  min-width: 44px;
}
.pagination-root {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.advanced-search-content-picker {
  width: 400px;
}

.advanced-search-content-modal {
  width: 985px;
  max-width: 985px;
}

.modal-add-button {
  margin-top: 10px;
}

.facet-header {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.facet-container {
  height: 770px;
  overflow: scroll;
}

.modal-table-padding {
  margin-left: 11px;
  margin-right: 0px;
}

.modal-facet-title-parent {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  text-transform: capitalize;
}

.modal-facet-header-parent {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  margin-right: 10px;
  text-transform: capitalize;
  color: Black;
}

.modal-header {
  background-color: Ghostwhite;
  color: Black;
}

.modal-footer {
  padding: 0.65rem 1rem;
  background-color: ghostwhite;
}

.modal-instructions {
  padding-left: 5px;
}

.single-select-custom .select-value-size {
  font-size:  14px !important;
  line-height: 2.4 !important;
}

.single-select-custom .Select-placeholder {
  font-size: 14px; !important;
}

.select-value-size {
  font-size:  14px !important;
  line-height: 1.1 !important;
}

.Select-placeholder {
  font-size: 14px;
}
.select-el {
  flex: 1;
}

.action-status {
  margin-right: 15px;
  font-size: 15px;
  color: gray;
}

.action-status-message {
  padding-right: 5px;
}

.action-el {
  flex: 1;
  width: 100px;
}

.result-summarisation-parent {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 20px ;
  border-right: 1px solid LightGray;
}

.selected-studies-none {
  color: LightGray;
  font-size: 14px;
}

.selected-studies-some {
  color: RoyalBlue;
  font-size: 14px;
}

.export-label {
  font-size: 14px;
  height: 100%;
  line-height: 24px;
}

.login-error-text {
  color: red
}
.info-container {
  width: 100%;
  text-align: center;
}

.spinner-container {
  width: 100%;
  text-align: center;
}

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

.meta-analysis-modal {
  width: 700px;
}

.meta-analysis-option-label {
  margin-top: 6px;
  color: Gray;
}

.meta-analysis-option {
}

.invalid-study-title {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: small;
  text-align: left;
}

.invalidMsg {
  font-size: small;
  color: RoyalBlue;
}

.step-1-header {
  font-size: large;
  text-align: left;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: darkslategray;
}

.step-2-optional-header {
  font-size: large;
  text-align: left;
  margin-left: -15px;
  margin-right: -25px;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 25px;
  color: darkslategray;
}

.config-studies-root {
  opacity: 1;
  animation-name: meta_fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes meta_fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.progtrckr {
  font-size: 15px
}

ol.progtrckr {
  list-style-type: none;
  padding: 0;
}

/* Change lable height */
ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 2.0rem;
  cursor: pointer;
}

ol.progtrckr li span {
  padding: 0 1.5rem;
}

@media (max-width: 650px) {
  .progtrckr li span {
    display: none;
  }
}
.progtrckr em {
  display: none;
  font-weight: 700;
  padding-left: 1rem;
}

@media (max-width: 650px) {
  .progtrckr em {
    display: inline;
  }
}

ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}

ol.progtrckr li.progtrckr-doing {
  color: blue;
  border-bottom: 4px solid #CCCCCC;
}

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid #5cb85c;
}

ol.progtrckr li:after {
  content: "\00a0\00a0";
}

ol.progtrckr li:before {
  position: relative;
  bottom: -1.6rem;
  float: left;
  left: 50%;
}

ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  width: 1.2em;
  line-height: 1.4em;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:hover:before {
  color: #ff4500;
}

ol.progtrckr li.progtrckr-doing:before {
  content: "\2022";
  color: white;
  background-color: #CCCCCC;
  width: 1.2em;
  line-height: 1.2em;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-doing:hover:before {
  color: #ff4500;
}

ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: #5cb85c;
  width: 1.2em;
  line-height: 1.2em;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-done:hover:before {
  color: #333;
}

.meta-analysis-wizard-root {
}

.progtrckr {
  text-align: center;
  padding-bottom: 16px;
}

.progtrckr li {
}

.val-err-tooltip {
  background-color: red;
  padding: 3px 5px 3px 10px;
  font-size: 14px;
  color: #fff;
}

.step {
  min-height: 450px;
  padding: 10px;
}

.footer-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.btn-next {
  margin-right: 15px !important;
  margin-left: 2px !important;
  margin-bottom: 15px;
}

.btn-prev {
  margin-right: 2px !important;
  margin-bottom: 15px;
  color: Gray;
  background-color: aliceblue;
  border-color: aliceblue;
}

.btn-prev:hover {
  color: darkslategray ;
  background-color: aliceblue;
  border-color: lightskyblue;
}

.meta-submit {
  margin-right: 2px !important;
  margin-bottom: 15px;
}

.outcome-study-chosen {
  margin-top: 5px;
  font-size: small;
}

/* overwrite the stepzilla styles */
html ol.progtrckr li.progtrckr-todo:before {
  background-color: #f2f9ff;
}


.study-config-root {
  margin-top: 20px;
}

.bd-select-table-header {
  white-space: normal;
  height: 5px;
}

.broad-outcome-table-root {
  flex-basis: 33%;
  padding-right: 5px;
  overflow: auto;
  max-height: 400px;
}

.study-selection-question {
  top: 1px;
  right: 2px;
  font-size: 9px;
  position: absolute;
}

.study-selection-question:hover {
  color: green;
  cursor: pointer;
}

.broad-outcome-table{
  font-size: small;
}

.broad-outcome-study-selection-root {
  flex-basis: 50%;
  padding-left: 5px;
  overflow: auto;
  max-height: 375px;
}

.pop-selection-name {
  font-weight: bold;
}

.pop-selection-grey {
  color: gray;
}

.pop-selection-grey:hover {
  cursor: not-allowed;
}

.population-selection-root {
  flex-basis: 33%;
  padding-left: 5px;
  overflow: auto;
  max-height: 400px;
}

.specific-outcome-selection-root {
  flex-basis: 33%;
  padding-left: 5px;
  overflow: auto;
  max-height: 400px;
}

.specific-outcome-choice-row {
  min-height: 36px;
}

.specific-disabled {
  height: 36px;
  color: grey;
}

.specific-disabled:hover {
  cursor: not-allowed;
}

.broad-outcome-table-root-population {
  flex-basis: 50%;
  padding-right: 5px;
  overflow: auto;
  max-height: 375px;
}


.meta-analysis-modal-body {
  padding: .2rem
}

.meta-analysis-header {
  text-align:center;
  padding: 5px;
  font-size: larger;
  font-weight: bold;
}

.modal-header-meta-analysis {
  padding: .2rem;
  color: midnightblue;
  background-color: lavender;
}

.review-container {
  overflow: auto;
  max-height: 280px;
  font-size: small;
  border: 1px solid Gray;
  padding: 15px;
}

.meta-acknowledgement {
  display: flex;
  justify-content: flex-end;
}

.acknowledgement-text {
  line-height: 1.2em;
  color: RoyalBlue;
  margin-right: 2px;
}

.meta-analysis-terms {
  margin-top: 10px;
  max-height: 180px;
  font-size: x-small;

  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.meta-submit[disabled] {
  cursor: not-allowed
}

.terms-points {
  margin-bottom: 5px !important;
  padding-left: 13px;
}

.review-label {
  font-weight: bold;
}

.step4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.highlight-bd {
  background-color: ghostwhite
}

