.caseStudy {
    display: none;
}
.caseStudyCard {
    background-color: #ddd;
    margin-bottom: 10px;
    font-size: 0.7rem;
}
.caseStudyCard .card-body {
    padding: 0.5rem;
}
.helper {
    background-color: #eee;
    margin-bottom: 10px;
}
.caseStudyQuery {
    font-family: monospace;
    font-size: 0.9rem;
    color: #049404;
}
.caseStudyVar {
    color: red;
}
#nlpCaseStudyIta{
    margin-left: 54px;
    width: calc(100% - 218px);
}
.caseStudyInterp {
    font-style: italic;
    font-weight: bold;
}
.caseStudyQ li {
    padding: 2px 0px;
}
.caseStudyQ ul, .caseStudyQ ol {
    margin-bottom: 5px;
}
.caseStudyOperators {
    border-left: 1px dashed #aaa;
}

#fact {
    background-color: #fff;
    font-size: 12px;
    border: 1px solid lightblue;
    border-radius: 5px;
    max-width: 100px;
}
#factName {
    border-bottom: 1px solid lightblue;
    padding: 3px;
}
#factMeasures {
    padding: 3px;
}
.measure-agg{
    font-style: italic;
}
.measure {
    display: block;
}
.attributeName {
    font-size: 12px;
}

.link {
  stroke: lightblue;
  stroke-width: 1px;
}

.node, .innernode{
  /*cursor: move;*/
  fill: #fff;
  stroke: lightblue;
  stroke-width: 1px;
}

.node.fixed {
  fill: #f00;
}

.node.attr {
  fill: #fff;
}
.node.fact {
  fill: #000;
}
.node.attr.gpsj-gc {
  fill: green;
}
.node.attr.gpsj-sc {
  fill: green;
}
.node.attr.gpsj-gc.annotation, .node.attr.gpsj-sc.annotation {
  fill: orange;
}
.node.attr.gpsj-gc.hint, .node.attr.gpsj-sc.hint {
  fill: blue;
}

.measure.gpsj-mc {
    color: green;
    font-weight: bold;
}
.measure.gpsj-mc.annotation {
    color: orange;
}
.measure.gpsj-mc.hint {
    color: blue;
}
.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.clickable {
    cursor: pointer;
}

#nlpFormSelect, #nlpFormText, #nlpFormTextAnn {
    margin-bottom: 10px;
    width: calc(100% - 218px);
    display: inline;
    /*max-width: 500px;*/
}
#nlpFormTextAnn {
    display: none;
}
.disamb-strong {
    font-style: italic;
}

.progress{
    height: 1px;
    display:none;
}

#toastDescribe {
    position: fixed;
    top: 10px;
    right: 20px;
}
#toastDescribe .toast-header {
    background-color: rgba(88, 170, 253, 0.4);
}
#toastServerError {
    position: fixed;
    top: 10px;
    left: 20px;
}
#toastServerError .toast-header {
    background-color: rgba(248, 16, 16, 0.2)
}
ul, ol {
    margin-block-end: 0;
    padding-inline-start: 15px;
}

.results-tab {
    padding-top: 10px;
}
.sql {
    font-family: monospace;
}

.tooltip-inner {
    max-width: 350px;
    text-align: left;
}