/* Generated by less 2.4.0 */
/*Sizes   ---------*/
/* Colors ---------*/
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
body {
  font-family: 'Quicksand', sans-serif;
  margin: 0px;
  font-size: 12px;
  overflow: hidden;
}
body .axis .tick line {
  stroke: lightgrey;
  opacity: 0.7;
}
body .axis path {
  stroke-width: 0;
}
input {
  font-family: 'Quicksand', sans-serif;
}
button {
  font-family: 'Quicksand', sans-serif;
  cursor: pointer;
}
.documents {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 220px;
}
.documents h1 {
  font-size: 18px;
  color: #226695;
  font-weight: 400;
}
.documents ul {
  position: absolute;
  bottom: 0px;
  top: 37px;
  left: 0px;
  right: 0px;
  margin: 0px;
  overflow: auto;
  list-style: none;
  padding: 0px;
}
.documents ul li {
  padding: 5px;
  font-size: 11px;
}
.documents li:nth-child(odd) {
  background-color: #EEF6FB ;
}
em {
  font-weight: 700;
  color: #489bd5;
  text-decoration: underline;
}
#overlay {
  top: 0px;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.overlay_show {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: black;
  z-index: 5;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
#title {
  margin: 0px;
  padding: 0px;
  height: 35px;
  box-shadow: 1px 1px 5px 0px #ccc;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 5;
  background-color: white;
}
#title ul {
  position: relative;
  margin: 0px;
  padding: 0px;
}
#title ul li {
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  margin: 0px;
}
#title label {
  margin-left: 10px;
  font-size: 12px;
}
#title select {
  background-color: white;
}
#title button {
  margin: 0px;
  display: inline-block;
  border: none;
  height: 35px;
  background-color: #b3d548;
  color: white;
}
#title h1 {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  height: 30px;
  font-size: 18px;
  background-color: #489bd5;
  color: white;
  font-weight: 400;
  display: inline-block;
}
#title #ignoredWords {
  cursor: pointer;
}
#title #ignoredWords ul {
  display: none;
  background-color: white;
  opacity: 0.9;
  box-shadow: 1px 1px 10px 0px #ccc;
  border: solid 1px #ccc;
}
#title #ignoredWords li {
  float: none;
  display: block;
  padding: 2px;
  overflow: hidden;
}
#title #ignoredWords li i {
  display: none;
}
#title #ignoredWords li:hover {
  background-color: #489bd5;
  color: white;
  cursor: pointer;
}
#title #ignoredWords li:hover i {
  display: inline;
}
#title #ignoredWords:hover ul {
  display: block;
}
#taxonomy {
  position: fixed;
  left: 0px;
  top: 35px;
  bottom: 0px;
  width: 230px;
}
#taxonomy ul {
  list-style: none;
  padding: 0px;
  padding-left: 2px;
}
#taxonomy li {
  overflow: hidden;
  position: relative;
}
#taxonomy li:hover {
  background-color: #eee;
  cursor: pointer;
}
#taxonomy .mark {
  width: 10px;
  float: left;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#taxonomy .value,
#taxonomy .topic,
#taxonomy .rule {
  padding: 5px 5px 5px 5px;
}
#taxonomy .value {
  min-height: 14px;
}
#taxonomy .topic,
#taxonomy .rule {
  font-weight: 600;
}
#taxonomy .rule .actions {
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  right: 10px;
  display: none;
}
#taxonomy .rule .actions span {
  text-decoration: underline;
  color: #489bd5;
  cursor: pointer;
}
#taxonomy .rule:hover .actions {
  display: inline;
}
#taxonomy .level {
  display: block;
}
#taxonomy .txDot {
  background-color: #b3d548;
  height: 10px;
  display: block;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 6px;
}
#taxonomy .txDotChild {
  position: absolute;
  top: 8px;
  bottom: 0px;
  width: 1px;
  background-color: #b3d548;
  left: 4px;
}
#taxonomy .lastLine {
  background-color: #b3d548;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 5px;
  right: 0px;
}
#taxonomy .vLine {
  background-color: #b3d548;
  height: 12px;
  display: block;
  width: 1px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 4px;
}
#taxonomy .parentSibling {
  background-color: #b3d548;
  position: absolute;
  top: 11px;
  left: 4px;
  right: 0px;
  bottom: 0px;
  width: 1px;
}
#taxonomy .wordTaxonomy i {
  display: none;
}
#taxonomy .wordTaxonomy:hover {
  text-decoration: underline;
  cursor: pointer;
}
#taxonomy .wordTaxonomy:hover i {
  display: inline;
}
#taxonomy .off {
  color: #ccc;
}
#txMenu {
  position: absolute;
  background-color: white;
  z-index: 6;
  box-shadow: 1px 1px 10px 0px #cccccc;
  opacity: 0.95;
  border: solid 1px #aaa;
  left: 40px;
  top: 40px;
}
#txMenu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#txMenu ul li {
  padding: 5px;
}
#txMenu ul li:hover {
  background-color: #eef;
  cursor: pointer;
}
#main {
  position: fixed;
  left: 230px;
  right: 0px;
  bottom: 0px;
  top: 35px;
  box-shadow: 1px 1px 16px 0px #cccccc;
}
#summary {
  height: 100px;
  position: relative;
}
#summary h1 {
  position: absolute;
  margin: 10px;
  padding: 0px;
  font-weight: 400;
  color: #226695;
  font-size: 26px;
}
#summary h2 {
  position: absolute;
  margin: 10px;
  top: 45px;
  font-size: 20px;
  font-weight: 400;
  color: #226695;
}
#summary #scatter {
  position: absolute;
  right: 10px;
  top: 0px;
  left: 300px;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
}
#summary #scatter .dot {
  cursor: pointer;
}
#summary #scatter .domain {
  fill: none;
  stroke: #ccc;
  stroke-width: 1;
}
#suggestions {
  box-shadow: 1px 1px 10px 0px #cccccc;
  position: absolute;
  top: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.5s ease-out;
}
#suggestions .legWord span {
  width: 10px;
  height: 10px;
  background-color: #489bd5;
  display: inline-block;
}
#suggestions .legTopic span {
  width: 10px;
  height: 10px;
  background-color: #ffba00;
  display: inline-block;
  margin-left: 20px;
}
#suggestions .wordLegend {
  position: absolute;
  right: 10px;
  top: 8px;
  border: solid 1px #ccc;
  padding: 5px;
}
#suggestions_words hr {
  margin: -4px 10px 0px 10px;
  border: 0px;
  height: 1px;
  background-color: #489bd5;
}
#wordList {
  overflow: auto;
}
#wordList ul {
  padding: 0px;
  list-style: none;
}
#wordList ul li {
  margin: 10px;
  overflow: hidden;
  text-align: center;
}
#wordList ul li:hover {
  border: solid 1px #489bd5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0px #ccc;
  height: 108px;
  width: 78px;
}
.keywordInfo {
  margin-left: 150px;
}
.keywordInfo ul {
  padding: 0px;
  list-style: none;
}
.keywordInfo ul label {
  font-size: 18px;
}
.keywordInfo ul h1 {
  margin-bottom: 10px;
}
.keyword {
  float: left;
  width: 80px;
  height: 110px;
  margin: 5px;
  cursor: pointer;
}
.keyword h1 {
  font-size: 12px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.keyword svg {
  display: inline-block;
}
.keyword svg .scoreArcBase {
  fill: #eee;
}
.keyword svg .venn-sets-word path {
  fill: #489bd5;
}
.keyword svg .venn-sets-topic path {
  fill: #ff9203;
}
.keyword svg .venn-area text {
  display: none;
}
.keyword svg .venn-area path {
  stroke: #999;
  stroke-width: 1px;
}
#details {
  position: absolute;
  bottom: 0px;
  left: 230px;
  right: 0px;
  top: 1000px;
  transition: all 0.5s ease-out;
  z-index: 10;
  background-color: white;
}
#details .wordList {
  background-color: white;
  overflow: hidden;
  position: absolute;
  left: 360px;
  right: 220px;
  height: 120px;
  top: 0px;
}
#details .wordList ul {
  display: block;
  list-style: none;
  padding: 0px;
}
#details .wordList ul li {
  text-align: center;
}
#details .wordList ul li h1 {
  font-weight: 400;
  overflow: hidden;
  padding: 0px;
}
.details_show {
  top: 30px !important;
  left: 30px !important;
  bottom: 30px !important;
  right: 30px !important;
  box-shadow: 1px 1px 5px 0px #ccc;
}
.details_show .topic {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 49%;
  left: 400px;
}
.details_show #bigrams {
  position: absolute;
  left: 0px;
  top: 150px;
  bottom: 0px;
  width: 360px;
  overflow-x: auto;
  padding: 10px;
}
.details_show .bigramBar {
  width: 80px;
  height: 10px;
  display: inline-block;
  background-color: #489bd5;
}
.details_show .titleWords {
  padding-bottom: 3px;
  font-size: 17px;
  border-bottom: solid 1px #ccc;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
}
.details_show .global {
  position: absolute;
  top: 49%;
  height: 49%;
  right: 0px;
  left: 400px;
}
.details_show .wordList {
  top: 40px !important;
  bottom: 0px !important;
  height: auto !important;
  overflow: auto !important;
  left: 0px !important;
  border-bottom: solid 1px #ccc;
}
#suggestions_words {
  position: absolute;
  left: 0px;
  right: 220px;
  bottom: 0px;
  top: 0px;
}
#suggestions_words h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #226695;
  font-weight: 400;
  margin: 10px;
  margin-right: 20px;
}
#suggestions_words label {
  font-size: 12px;
}
#suggestions_words #worLidtTitle {
  position: absolute;
  z-index: 2;
  right: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px #489bd5;
}
#suggestions_words #worLidtTitle h1 {
  margin: 7px;
}
#suggestions_words #wordList {
  position: absolute;
  padding-top: 40px;
  left: 0px;
  top: 0px;
  border-bottom: 0px;
  right: 0px;
  bottom: 0px;
  border-right: solid 1px #ccc;
}
#start {
  transition: visibility 0s 2s, opacity 2s linear;
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  text-align: center;
  padding-top: 20px;
  background-image: url("../img/back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#start img {
  width: 200px;
}
#start h1 {
  color: #226695;
  font-weight: 400;
  font-size: 40px;
}
#start input {
  height: 30px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  padding: 10px;
  font-weight: 100;
  border: solid 1px #226695;
  color: #226695;
}
#start button {
  margin: 0px;
  display: inline-block;
  border: none;
  font-size: 16px;
  height: 30px;
  border-radius: 10px;
  background-color: #b3d548;
  color: white;
}
#Loading {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  text-align: center;
  padding-top: 20px;
  background-color: white;
}
.highlight {
  border: solid 1px #489bd5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0px #ccc;
  height: 108px !important;
  width: 78px !important;
}
