.main {
	margin: 40px;
	max-width: 90%!important;
}

.label_small {
	font-size: 0.9em;
}

.slim_th {
	max-width: 7vw;
}

#pos_input {
  width: 100%;
}

#enets_dict_inel {
	table-layout: fixed;
	word-wrap: break-word;
}

#enets_dict_inel thead {

}

#enets_dict_inel thead,tfoot {
	background: #35ab8d;
   background: linear-gradient(90deg,rgba(53, 171, 141, 0.55) 0%, rgba(61, 217, 126, 0.6) 44%, rgba(237, 221, 83, 0.7) 100%);
}

table.dataTable.stripe > tbody > tr:nth-child(2n+1) > *,
table.dataTable.display > tbody > tr:nth-child(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 110, 0, 0.04)!important;
}

/* Navigation bar, footer and the basics */
html {
  position: relative;
}

body {
  /* Margin bottom by footer height */
  position: relative;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.navbar {
   z-index: 2;
   background: #118266;
	background: linear-gradient(90deg,rgba(17, 130, 102, 1) 0%, rgba(55, 173, 105, 1) 59%, rgba(222, 207, 78, 1) 100%);
}

.navbar-brand {
	font-size: 1.5rem!important;
}

.navbar-lang {
   background-color: #2a5a36;
   padding-left: 15px;
   padding-right: 15px;
   border-radius: 3px;
}

.locale {
	font-size: 1.2em;
	cursor: pointer;
}

.column_filter {
  width: 100%;
}

/* Tooltip container */
.tooltip_container {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.tooltip_text {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip_container:hover .tooltip_text {
  visibility: visible;
}
