.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  background-color: #5a23c8;
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #6528e0;
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.btn-bd-menu {
  background-color: #290bd4;
  --bd-violet-bg: #3a1ddd;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #290bd4;
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #4b2feb;
  --bs-btn-hover-border-color: #1e08a0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #290bd4;
  --bs-btn-active-border-color: #1e08a0;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.fading {
  opacity: 0;
  transition: opacity 2s;
}

.logoSizing {
  width: 100%;
  max-width: 100%;

}

.btn-app {
  background-color: #1d7aa6;
  color: white;
  border-radius: 6px;
  border: 1px solid white;
  width: auto;
}

.btn-app:hover {
  box-shadow: 5px 5px 10px 1px grey;
  background-color: #17678b;
  transform: scale(1.1);
  color: white;
  font-weight: bold;
  animation-timing-function: ease;
}

/*Table CSS*/
.table-item {
  width: 100%;
}

.wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover>tbody>tr:hover {
  background-color: #ccffff;
}

@media only screen and (min-width: 768px) {
  .table {
    table-layout: fixed;
    max-width: 100% !important;
  }
}

thead {
  background: dd#dddddd;
}

.table td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight {
  background: #ffff99;
}

@media only screen and (max-width: 767px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50% !important;*/
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table td:nth-child(1) {
    background: #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
  }

  
  /*
  Label the data
  
  td:nth-of-type(1):before {
    content: "Name";
  }

  td:nth-of-type(2):before {
    content: "Position";
  }

  td:nth-of-type(3):before {
    content: "Office";
  }

  td:nth-of-type(4):before {
    content: "Age";
  }

  td:nth-of-type(5):before {
    content: "Start date";
  }

  td:nth-of-type(6):before {
    content: "Salary";
  }
*/
  .dataTables_length {
    display: none;
  }
}

/*Table css end*/
/*input not selectable*/
.not_selectable {
  background: none;
  border: none;
  pointer-events: none;
}

/*nome tabella*/
.name_table {
  font-weight: bold;
  margin: 1%;
  font-size: larger;
  text-align: center;
  text-decoration-line: underline;
}

.welcomeDiv {
  background-color: white;
}

.tableTechSheet {
  text-align: center;
  font-size: small;
}

@media print{
  #printable{
      background-color: #394052; color:white;
      border: none; 
  }

#secondTable1 {
  font-size: 7px;
  font-family: Segoe UI Symbol;

}

#secondTable2 {
  font-size: 7px;
  font-family: Segoe UI Symbol;
  background-color: #ECECEC;
}

#thirdTable {
  font-weight: bolder;
  font-size: small;
}

#footer {
  position: fixed;
            bottom: 0px;
            left: 0px;
}
}

/*table with carousel*/
.tdCenterText{
  text-align: center;
  vertical-align: middle;
}

/*carousel*/
.carousel {
  --current-slide: 0;
  /* we set position relative so absolute position works properly for the buttons */
  position: relative;
  overflow: hidden;
}

.carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;

  /* basic styling */
  padding: 0;
  margin: 0.5rem;
  /*border-radius: 50%;*/
  background-color: transparent;
  border: none;

  font-size: 1.5rem;
  cursor: pointer;

  transition: color 0.1s;
}

.carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
}

.carousel-button_next {
  /* The "next slide button" will be at the right */
  right: 0;
}

.slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}

.slide {
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .carousel-button {
    font-size: 2rem;
    margin: 1rem;
  }
}

/* COLORE E DIMENSIONI DELLE ICONE + E -*/

/* MISCELE: bordo teal — terza tinta tra blu logo e arancio brand */
.app-page-heading-accent {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  font-family: "Roboto", "Helvetica Neue", system-ui, sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0 0 0 auto;
  text-align: right;
  padding: 0.45rem 1.15rem 0.45rem 0.85rem;
  border-right: 4px solid #0f766e;
  background: linear-gradient(
    90deg,
    transparent 28%,
    rgba(47, 118, 186, 0.06) 55%,
    rgba(15, 118, 110, 0.12) 100%
  );
  border-radius: 8px 0 0 8px;
  line-height: 1.25;
  width: fit-content;
}

.text-orange {
  color: #f08124; /* Colore arancione personalizzato */
}

.row-icon i {
  font-size: 1.3em; /* Cambia la dimensione dell'icona (puoi usare 2em, 3em, ecc.) */
}

.titolo-arancione {
  font-size: 2rem; /* o un altro valore appropriato come 24px */
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #f08124; /* Colore arancione */
}

.titolo-blu {
  font-size: 2rem; /* o un altro valore appropriato come 24px */
  font-family: "Roboto", sans-serif;
  color: #2f76ba;
}

.sottotitolo-blu {
  font-size: 1.5rem; /* o un altro valore appropriato come 24px */
  font-family: "Roboto", sans-serif;
  color: #2f76ba;
}

.sottotitolo-nero {
  font-size: 1.5rem; /* o un altro valore appropriato come 24px */
  font-family: "Roboto", sans-serif;
  color: #000000;
}


