.loginBG {
  background-repeat: no-repeat;
  background-size: cover;
}

.login-card-body,
.register-card-body {
  background: #01385B;
  color: #fff;
  border: solid 1px #00000066;
}

.login-card-body .input-group .input-group-text {
  color: #fff;
}

#passwordLogin,
#emailLogin {
  color: #000;
}

#passwordLogin::placeholder,
#emailLogin::placeholder {
  color: #000;
}


#tryLogin {
  color: #000;
  font-weight: bolder;
}

#alertOverrideModal {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  border: 1px solid #01385B;
  z-index: 100000;
}

a {
  color: #3f6791;
}

.allegatoWrapper {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  margin: 5px;
  border: solid 1px #555;
  padding: 5px;
}

.allegatoImmagine {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.allegatoTastiRiga {
  position: absolute;
  right: 0;
  bottom: 0;
}

.custom-file-label::after {
  content: "Seleziona";
}

#datatables_buttons_info {
  color: #000000;
}

div.dt-button-collection {
  background-color: #343a40;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #3f6791;
}

.dark-mode .btn-warning {
  color: #ffffff;
}

.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #000;
}

.elementfavourites {
  cursor: pointer;
}

.breadcrumb-item a {
  color: #ffffff;
}

.btnsquare {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.cardObscura {
  opacity: 0.65;
}

.boxImmagineAggiungiInner {
  border: solid 1px #6c757d;
  width: 98%;
  margin: 1%;
  min-height: 200px;
  border-radius: 5px;
  cursor: pointer;
}

.boxImmagineAggiungiImgContainer {
  margin: auto;
  height: 160px;
}

.table-custom {
  border-bottom: 3px solid #6c757d !important;
  width: 100% !important;
}

#headerContentTigger {
  display: none !important;
}

.borderRed {
  border-color: red !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057 !important;
}

.dark-mode .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: black !important;
}

#profileImage {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0176AD;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.greenLamp {color: green !important;}
.redLamp {color: red !important;}

.margin-top-30{
  margin-top: 30px !important;
}

.btn-warning, .btn-warning:hover {
  color: #fff; 
}