* {
  font-family: "Arial", sans-serif;
  /* font-family: 'Jost', sans-serif; */
}

.barraTop {
  margin-bottom: 30px !important;
}

.boxlogin {
  padding: 20px;
  max-width: 700px;
}

.boxlogin img {
  display: block;
  max-width: 150px;
  margin: auto;
}

.boxlogin h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.center {
  text-align: center;
}

.titoloBarraTop {
  flex-grow: 1;
  padding: 0 20px;
  font-weight: bold;
  font-size: 25px;
}

.flexContCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.flexSpaceBetween {
  display: flex;
  justify-content: space-between;
}

/* .buttonIndietro {
  background-color: #a5a5a5 !important;
}

.buttonError {
  background-color: #fa5b5b !important;
}

.buttonSuccess {
  background-color: #59aa4e !important;
} */

.rigaSelezionabile:hover {
  cursor: pointer;
  background-color: #eee;
}

.letto {
  background-color: #C8ABA7 !important;
}

.pointer {
  cursor: pointer;
}

.testoMBottom {
  margin-bottom: 20px !important;
}

table {
  margin-top: 15px;
}

th {
  font-weight: bold !important;
}

h4:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.checkboxCustom {
  padding: 0px 10px 0px 0px !important;
}

.bloccoCheck {
  margin-right: 15px;
}

.valign * {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.linkButton {
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #a5a5a5;
  padding: 0px 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.menuUtente {
  text-align: left;
  padding: 10px 15px;
}

.popupVedi {
  text-align: center;
}

.popupVedi>* {
  min-height: 70vh;
}

.popupVedi * {
  max-width: 100%;
}

.dropZone {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: aliceblue;
  border: Dashed 2px gray;
  border-radius: 15px;
  height: 150px;
  text-align: center;
}

.dropList {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.dropList li {
  margin-right: 15px;
}

.menuLaterale .MuiPaper-root {
  background-color: #19323C;
}