.cubotti {
  list-style-type: none;
  margin:0;
  padding:0;
}

.cubotti li {
  width: 15rem;
  padding:15px;
  border:1px solid #3997d1;
  border-radius: 5px;
  float:left;
  height: 350px;
  max-height: 350px;
  margin:10px;
}

.body-fixed {
  height: 280px;
  max-height: 280px;
  padding: 0;
}

label {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 500 !important;
}

.attachbox {
  padding: 10px;
  border:1px solid #d2d2d2;
  border-radius: 10px;
  margin-bottom: 20px;
}

.del-icon {
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
}

tr.custom_centered th {
  text-align: center;
}

tr.custom_centered td {
  text-align: center;
}

.custom_table_icon {
  font-size:30px;
  color: #696969;
}

.custom_table_icon_big {
  font-size:50px;
  color: #398bf7;
}

.custom_badge_fixed_size {
  width: 130px;
  font-weight: bold;
}

.loginError {
  color: #ff0000;
  font-size:16px;
  display:none;
}

.registrationError {
  color: #ff0000;
  font-size:16px;
  display:none;
}

.customFormNumber {
  border:0;
  font-size: 35px;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
  margin-left: 14px;
}

.buttonInactive {
  border: 4px solid transparent;
}

.buttonActive {
  border:4px solid black;
}

.upDownImg {
  width: 20px;
}

.objNumVasche {
  text-align: center;
}

.customFormNumber:disabled {
  background: #fff;
  opacity:0.5;
}

#table-devices td {
  line-height: 50px;
  vertical-align: middle;
}

#deviceIdErrors {
  color: red;
  font-size: medium;
  display: none;
}

#deviceId {
  padding:0 5px;
  font-size: medium;
  margin-bottom: 5px;
}

.hand {
  cursor: pointer;
}

.swimDetailsUl {
  list-style-type: none;
  padding: 0;
}

.swimDetailsUl li {
  line-height: 30px;
  border-bottom: 1px solid #e2e2;
}

.right {
  float: right;
}

.bold {
  font-weight: bold !important;
}

#myDropzone {
  min-height: 150px;
  background:white;
  padding: 20px 20px;
  box-sizing: border-box;
  border: 1px dashed #b1b8bb;
}

.dz-image {
  border-radius: 90px !important;
  width: 150px !important;
  height: 150px !important;
}

.dz-image img {
  width: 150px !important;
  height: 150px !important;
}

.dz-error-message {
  top: 180px !important;
}

.pcr-button {
  border:1px solid #000 !important;
}

.gallery {
  list-style-type: none;
  margin:0;
  padding: 0;
}

.gallery li {
  float:left;
  margin-right: 20px;
}

.gallery-img {
  height: 80px;
  border: 4px solid #fff;
  cursor:pointer;
}

.selected {
  border:4px solid #156ee8;
}

.red {
  color: #ff0000;
}

.delImg {
  float:right;
  z-index: 100;
  margin-right: 5px;
  margin-top:5px;
  width: 20px;
}

#urlMessage {
  font-weight: bold;
}

.customcard-grey {
  background-color: #f2f3f7;
  border: 2px solid #d6d7d9 !important;
  border-radius: 30px !important;
  text-align: center;
  margin-bottom: 90px;
}

.customicon-card {
  width: 150px;
  height: 150px;
  margin-top: -75px;
}

#qrcontainer {
  display:none;
}

.membership_table {
  width:100%;
  border: 1px solid #222;
}

.membership_table .bold {
  font-weight: bold;
}

.membership_table .latin {
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color:lightblue;
}

.membership_table .sl {
  background-color: lightgreen;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

.membership_table tr:first-of-type {
  border-bottom: 1px solid #222;
}

.membership_table td {
  text-align: center;
  padding:3px;
}

.membership_table td:first-child {
  text-align: left;
  padding-left:10px;
}

.membership-error {
  color: #ff0000;
  font-weight: bold;
}
