html, body {
  height: 100%;
}
body {
  padding-top: 4.5rem;
}
a {
  color: #20AA76;
}
a:hover {
  color: #092e20;
  text-decoration: none;
}
.cms-toolbar-expanded {
  height: calc(100vh - 46px);
}
.cms-structure-mode-structure {
  min-height: calc(100vh - 46px);
}
.cms-toolbar-expanded .navbar {
  top: 46px;
}
#page-content {
  flex: 1 0 auto;
}

.product_item_div {
  display:flex;
  align-items:center;
  justify-content:center;
}


.cfg_list_item {
  font-style: italic;
  font-size: .8em;
  color: black;
}

.cfg_list_item_value {
  font-style: normal;
  font-size: .9em;
  font-weight: bold;
  color: darkblue;
}


.line-prop-title {
  font-weight: bold;
  color:darkblue;
  font-size: 1.2em;
}

.line-prop-hora {
  font-weight: bold;
  color:green;
  font-size: 1.3em;
}

.line-prop-valor {
  font-weight: bold;
  color:maroon;
  font-size: 1.2em;
}
.line-prop-valor > span {
  font-weight: normal;
  color:black;
  font-size: 0.8em;
}


#dimmer {
  background:#000;
  opacity:0.7;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  z-index:100500;
  filter: alpha(opacity=50);
}

.enable_item_modif_quantity {
  border-style: double;
  border-color: lightslategrey;
}

#switchChart {
  font-size: .8em;
}

.product_item_div >div {
  user-select: none;

}
.formula {
  font-size:.7em;
}

.div_box {
  box-shadow: 2px 2px 2px 2px gray;
}

.actual_data_title {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  align-items:center;
  justify-content:center;
}

.actual_data_title.tracking {
  font-weight: bolder;
  color: red;
}

.actual_data_valor {
  font-weight: bold;
  box-shadow: 1px 1px 1px gray;
  text-shadow: 1px 1px gray;
  display:flex;
  align-items:center;
  justify-content:center;
}

.real_data_main_title {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  font-size: 1.3em;
  align-items:flex-end;
  justify-content:center;
}

.real_data_title {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  font-size: 1.3em;
  align-items:flex-end;
  justify-content:right;
}

.real_data_main_value {
  color:red;
  font-weight: bold;
  font-size: 3.5em;
  text-shadow: 2px 2px gray;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.real_analog_data_main_value {
  color:darkblue;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 2px 2px gray;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}


.real_data_sp_value {
  color:green;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 1px 1px gray;
  display:flex;
  align-items:flex-start;
  justify-content:left;
}

.real_data_values {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  font-size: 1em;
  align-items:center;
  justify-content:center;
}
.rdv_green {
  color: green;
  font-weight: bold;
  text-shadow: 1px 1px gray;
  font-size: 1.2em;
}

.rdv_blue {
  color: blue;
  font-weight: bold;
  text-shadow: 1px 1px gray;
  font-size: 1.2em;
}

.log_list_item_date {
  font-style: italic;
  font-size:0.8em;
}

.log_list_item_text {
  font-size:0.8em;
  font-weight: bold;
}

.logERR {
  color:red;
}

.logWRN {
  color:orange;
}

.logINF {
  color:darkslategray;
}

.logCFG {
  color:cadetblue;
}

div:has(.logListRow) {
  overflow: hidden; white-space: nowrap;
}

div.refreshed {
  background-color: yellow;
}

#ui-datepicker-div{
  font-size: 0.8em;
  background-color: beige;
}

#graphDatePicker {
  font-size: 0.8em;
}

#butVeureActual {
  font-size: 0.7em;
  margin-block-end: 10px;
}

div.center {
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.fontPetita {
  font-size: 0.7em;
}

#divLogFloatDetail {
  position: absolute;
  left:0px;
  right:-1px;
}

.logListRow {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;

}

.logListRow.selected {
  border-color: black;
  border-style: double;
  white-space: normal;
}


.right_title {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  font-size: 0.8em;
  align-items:flex-end;
  justify-content:right;
}

.print_title {

}

.print_left {
  display:flex;
  font-size: 1em;
  align-items:flex-end;
  justify-content:left;
  color:black;
}

.print_small_left {
  display:flex;
  font-style: italic;
  font-size: .7em;
  align-items:flex-end;
  justify-content:left;
}

.print_right {
  display:flex;
  font-size: .9em;
  align-items:flex-end;
  justify-content:right;
}

.tab {
  display: inline-block;
  margin-left: 1.2em;
}

.caption_data_act {
  font-style: italic;
  color: darkslategrey;
  display:flex;
  font-size: 1.2em;
  align-items:flex-end;
  justify-content:left;
}

.value_data_act {
  font-weight:bold;
  color: darkslategrey;
  display:flex;
  font-size: 1.2em;
  align-items:flex-end;
  justify-content:left;
}

#popup_window {
  position: fixed;
  width: 300px;
  height: 200px;
  background: white;
  border: 1px solid black;
  padding: 10px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.div_text_center {
  text-align: center;
}

.div_offline {
  text-decoration-line: line-through;
  background-color: lightgray;
}