@charset "UTF-8";

html * {
	font-family: Arial, sans-serif;
}

body {
 background:  #ebf5fb; 
  overflow-x: hidden;
	margin: 0;
	
}

.div_to_title_n_subtitle {
  background: linear-gradient(rgb(52, 102, 174) 0%, rgb(83, 144, 241) 100%);
	color: lightcyan;
	box-shadow: 0px 2px 30px grey;
	border-bottom: 1px solid grey;
	position: absolute;
	width: 100%;
	min-height: 9.7%;
	line-height: 60%;
	padding-left: 0.3vw;
	padding-bottom: 1vh;
	/*border-bottom: 1px solid black;*/
}

.div_to_title {
	width: 100%;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

.div_to_subtitle {
	margin: 9px;

}



.main_title {
	padding: 0px;
	margin-bottom: 15px;
	margin: 10px;
}

.subtitle {
}

.div_to_help_n_csbg_links {
	color: ;

  text-decoration: none;
	text-align: right;
	position: absolute;
	right: 1vw;
	top: 1.5vh;
}


.help_link {
	color: #52e6a9 ;
}

.help_link:hover {
	color: red;
}

.vocab_title {
  margin-inline: 2% 2%;
	display: inline;
}

.vocabbox_auxiliar_topmargin{
	font-size: 2.5%;
	visibility: hidden;
}

.vocab_home_link {
	font-size: 2.1vh;
	color: black;
	text-decoration: none;
}

.vocab_home_link:hover {
	color:  #2874a6;
	
}

.vocabularies_menu {
	height: 85vh;
	width: 100%;
	border: 1px;
	position: absolute;
	bottom: 3vh;
}

.vocabulary_box {
	border: 7px solid;
	position: absolute;
	display: inline;
	transform: translate(100%, 100%);
	outline: 0px solid white;
	border-radius: 1vw;
	background: white; 
	z-index: 1;
	/*box-shadow: 6px 6px 20px grey;
  */
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
	padding-top: 0.6vh;
	padding-left: 2px;
}

.div_to_button {
	width: 100%;
	position: absolute;
	bottom: 1vh;
	left: 0;
	text-align: left;
}

.search_coment_button {
	width: 99.5%;
	height: 4.5vh;
	font-size: 1.2vw;
	background: rgb(83, 144, 241);
	border: 1.5px solid rgb(52, 102, 174);
	border-radius: 5px;
	color: lightcyan;
	box-shadow: 5px 5px 20px grey;
}

.search_coment_button:hover {
	background: rgb(52, 102, 174);
}



.arrow {
	background: grey;
	height: 10px;
	border: 1px solid grey;
}

.svg_between_boxes {
	position: absolute;
	pointer-events: none;
}

.line_between_boxes {
  stroke:   #abb2b9;
  stroke-width:10;
	pointer-events: auto;
}

.line_between_boxes:hover {
	stroke-width:14;
	cursor: pointer;
}


.term_form {
  margin-left: 2%;
	width: 70%;
	margin-top: 2%;
}

.darkened_background {
	display: none;
	position: fixed;
	z-index: 4;
	top: -200px;
	left: -200px;
	right: 0px;
	bottom: 0vh;
	background: rgba(0, 0, 0, 0.4);
}



.searched_terms_box {
	padding: 1.5%;
	display: none;
	position: fixed;
	border: 7px solid;
  border-radius: 20px;
	top: 15vh;
	left: 6vw;
	right: 7vw;
	bottom: 10vh;
	background-color: white;
	z-index: 5;
	background: white ;
}

.searched_terms_title {
	margin-left: 2%;
}

.searched_terms_subtitle {
	margin-left: 3%;
}

.searched_terms_table {
  width: 100%;
	margin: 10px; 
}

.searched_terms_table > tbody > tr > td {
  padding-left: 20px;
	padding-bottom: 15px;
	vertical-align: top;
}

.div_to_searched_terms_table {
	width: 100%;
	height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px solid black;
	background-color: #F0F0F0;
}

.enter_selected_terms {
	position:absolute;
	bottom: 1vh;
	right: 2vw;
	
}


.too_much_terms_error {
	color: red;
  margin-left: 2%;
	margin-top: 0.7%;
	display: block;
	font-size: 100%;
}

.div_to_selected_terms_table {
	position: absolute;
	bottom: 1%;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	height: 62%;
	width: 96%;
	border: 0px solid black;
	border-radius: 10px;
	background-color: #F0F0F0;
	margin: 2%;
	z-index: -6;
}

.term_form {
  font-size: 1.55vh;
}


.selected_terms_table {
	margin: 2px;
	font-size: 0.9vw;
}

.selected_terms_table > tbody > tr > td {
	vertical-align: top;
	overflow-y: auto;
}
.autocomplete {
	margin-left: 2%;
	padding: 0%;
	width: 71%;
	background-color: white;
	border: 1px solid black;
	border-top: none;
	display: none;
}

.autocomplete_list {
	padding-left: 0%;
	margin: 0;
}

.autocomplete_list > li{
	display:block;
	padding-left: 20px;
	padding-top: 4px;
	padding-right: 1.5%;
	padding-bottom: 0.2%;
	text-indent: -12px;
	cursor:pointer;
}

.autocomplete_list > li:hover{
	background-color:#e8e6e6;
}

.error_in_coment {
	color: red;
	font-size:110%;
		padding-left: 20px;
		padding-bottom: 20px;
}


.coment_results_table {
	width: 100%;
	border: 1px solid black;
	border-spacing: 1px;	
}

.coment_results_table > tbody > tr > td {
	background-color: #f7f4f4;
	border: 0px solid black;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	/*border-bottom: 1px solid black;*/
	text-align: left;
}

.coment_results_table > thead {
	background-color: lightgray;
	cursor:  ns-resize;
	position: sticky;
	top: 0%;
	z-index: 5;
}



.div_to_coment_results_table {
	background-color: white;
	display: none;
	position: absolute;
	width: 99.4%;
	margin-left: 0.3vw;
	text-align: center;
}

.significative {
	color: #52D017;
}

.high_strsim {
	color: red;
}

.table_toolkit {
	text-align: center;
}

.threshold_forms {
	width: 80%;
}

.results_cells_text {
  margin-top: 15px;
	margin-bottom: 5px;
}

.cutoff {
	font-weight: normal;
	display: inline;
	color: blue;
}

.sorttable_numeric {
	width: 6%;
}

.table_toolkit {
	cursor: auto;
}


