﻿.header_column {
  background: #532a67;
  border-radius: 5px;
  border: 1px solid white;
  color: white;
}

.header_column_group {
  background: #532a67;
  border-radius: 5px;
  border: 1px solid white;
  color: white;
}

.row-eq-height {
  display: flex;
  margin-top: 15px;
}

.dropdown {
  display: flex;
}

.header_column_disclosure {
  background: #532a67;
  border-radius: 5px;
  border: 1px solid white;
  color: white;
}

.disclosure_F {
  background: #ea8385;
}

.disclosure_I {
  background: #4b98cc;
}

.disclosure_A {
  background: #8fd18c;
}

.disabled_button {
  opacity: 0.65;
  cursor: not-allowed;
  background: grey !important;
}

.overlay a.download {
  display: inline;
}

.iradio_flat-yellow.checked.disabled {
  background-position: -110px 0;
}

.q-score {
  float: right;
}

.choose_evidence {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#myChart {
  height: 125px !important;
  width: auto !important;
}

.x_panel4 {
  background: #532968;
  border: 1px solid #532968;
}
#surveyNodesLoading {
  font-family: Arial;
  font-size: 10pt;
  border: 5px solid #532a67;
  width: 20%;
  height: auto;
  /*display: none;*/
  top: 45%;
  left: 40%;
  position: fixed;
  background-color: rgb(255,255,255,.85);
  z-index: 999;
  vertical-align: middle;
  border-radius: 24px;
  padding: 1%;
}

.iradio_flat-yellow.checked.disabled {
  background-position: -110px 0;
}

#loader-2 span {
  background-color: #532a67 !important;
}
