/*
    Created on : 21 mar 2023, 09:52:19
    Author     : f.mandolini
*/
/*
    Created on : 14 apr 2023, 08:13:42
    Author     : f.mandolini
*/
/*
    Created on : 14 apr 2023, 08:13:42
    Author     : f.mandolini
*/
body {
font-family: 'Poppins', sans-serif;
}

.w3-btn i {
    font-size: 14px!important;
}

form {
  padding: 6px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

form div {
  border-radius: 5px;
  background-color: white;
  padding: 2px;
  margin: 2px;
}

form, form fieldset {
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
}

form label {
  margin-left: 4px;
}

legend {
  font-weight: bold;
}

form input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=submit]), form select, form textarea {
  width: 100%;
  padding: 4px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

form input[type=checkbox], form input[type=radio] {
  margin: 6px 4px 8px 18px;
}

form textarea {
  resize: vertical;
}

form input[type=submit] {
  width: 98%;
  background-color: lightgray;
  color: white;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  display: block;
  margin: 0 auto;
}

form input[type=button] {
  background-color: lightgray;
  color: white;
}

form input[type=submit]:hover {
  background-color: khaki;
}

form input[type=button]:hover {
  background-color: khaki;
}

form p[title*=_title] {
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  margin: 4px 0;
}

form p[title*=_subtitle] {
  font-size: 11px;
  font-style: italic;
  padding: 2px;
  margin-top: 4px;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
  background-color: lightsteelblue;
}

footer {
  background-color: floralwhite;
  display: table-row;
  height: 0;
}
footer #id_power {
  margin-left: 60px;
  font-size: 12px;
  color: darkblue;
}

header {
  background-color: floralwhite;
}
header span {
  margin-left: 80px;
  font-size: 20px;
}
header img {
  margin-bottom: 10px;
}

.ltbb-valign td {
  vertical-align: middle;
}

#main_content {
  margin-top: 12px;
}

.w3-bar {
  background-color: rgb(40, 75, 129);
  color: floralwhite;
  font-size: 13px;
}

.ltbb-disabled-link {
  color: lightsteelblue;
  pointer-events: none;
}

.mytooltip {
    position:fixed;
    padding: 5px;
    font-size: 11px;
}
/*# sourceMappingURL=ospre.css.map */
