/* ------- IMPOSTAZIONI GLOBALI ------- */
body {
  font-family: 'Roboto', sans-serif!important;
  font-size: 15px!important;
}

hr{
  margin-top: 3em!important;
  margin-bottom: 3em!important;
}

.filtro-in-uso {
  margin-top: 20px!important;
}

.bottoni {
  margin-bottom: 20px!important;
}

.delete-icon {
  margin-top: -3px!important;
}

#nascondi {
  border:1px solid green!important;
  margin-top: 50px;
  padding: 20px 50px;
  animation: cssAnimation 0s 1s forwards;
  visibility: visible;
}

@keyframes cssAnimation {
  to   { visibility: hidden; }
}

h4.titolo-messaggio {
  color:green!important;
  font-size: 19px!important;
}

.container-sm {
  margin-top: 50px!important;
  margin-bottom: 150px!important;
}

a {
  color: #111!important;
  text-decoration: none!important;
}

.nav-link.active {
  color:#006ab5!important;
}

.nav-link {
  color:rgba(0, 117, 197, 0.7)!important;
}

a:hover {
  color: #006ab5!important;
}

footer {
  background-color: #f8f9fa;
  padding: 10px 50px 10px 50px;
  font-size: 12px;
}

h1 {
  font-size: 32px!important;
  font-weight: 700!important;
  margin-bottom: 25px!important;
}

select {
  width: 350px;
  height: 30px!important;
  margin-bottom: 20px!important;
}

input[type=text] {
  border:1px solid gray!important;
  border-radius: 3px!important;
}

button.btn-primary {
  background-color: #006ab5!important;
}

.btn-outline-primary {
    color: #006ab5!important;
    border-color: #006ab5!important;
}

.btn-outline-primary:hover {
    color: white!important;
    background-color: #006ab5!important;
}

a.btn.btn-primary {
  background-color: #006ab5!important;
  color: white!important;
  text-transform: uppercase!important;
}

.icona-menu {
  margin-top:-3px!important;
}

/* ------------------------------------- */

/* ------- IMPOSTAZIONI PAGINE --------- */
#searchinput option {
    color: rgba(0,0,0,0.5)!important;
}

/* ------------------------------------- */

/* ------- STILE NUOVA MUTAZIONE --------- */
legend {
    background-color: #006ab5;
    color: #fff;
    padding: 3px 15px!important;
    margin-top: 0px!important;
    margin-bottom: 4px!important;
    font-size: 15px!important;
    width: 200px!important;
}

.legend-titolo {
  width: 400px!important;
}

fieldset {
  margin-top: 0px!important;
  margin-bottom: 50px!important;
  border:1px solid rgba(0,117,197,0.2)!important;
  padding: 40px!important;
  background-color: rgba(0,117,197,0.1)!important;
  border-radius: 4px!important;
}

fieldset.proprietari {
  margin-top: 0px!important;
  margin-bottom: 50px!important;
  border:1px solid rgba(0,117,197,0.2)!important;
  padding: 40px!important;
}

textarea {
  width: 100%!important;
  padding:15px 30px!important;
  border:1px solid rgba(0,117,197,0.2)!important;
}

input[type=date], textarea {
  margin-bottom: 20px!important;
}

input[type=text], select {
  border:1px solid rgba(0,117,197,0.2)!important;
}

input[type=text] readonly {
  background-color: #efefef4d!important;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border:1px solid rgba(0,117,197,0.2)!important;
  margin-top: 4px!important;
  justify-content: center!important;
}

.filtri input[type=submit] {
  width: 90%;
}

.filtri input[type=text] {
  width: 90%;
}

.filtri select {
  width: 90%;
  height: 250px!important;
}

#ppp, #ppp label {
  margin-top:25px!important;
}

#ppp {
  width: 20px!important;
  height: 20px!important;
}

label {
  font-size: 13px!important;
  font-weight: bold!important;
}

.dettagli-mutazione {
  margin-top: 50px!important;
}

#container-mutazione input[type=text] {
  height:30px!important;
}

#container-mutazione input[type=password] {
  height:30px!important;
}

#container-registro-mutazioni input[type=text] {
  height:30px!important;
}

.filtri {
  padding: 20px 30px;
  border:1px solid rgba(0,117,197,0.2)!important;
  margin-bottom: 50px;
}

.icona1 {
  float: left;
}

.icona2 {
  float: right;
}

input[type=text]:read-only {
  background-color: #ececec!important;
}
/* --------------------------------------- */


/* ------- IMPOSTAZIONI LOGIN --------- */
.login-popup {
  width: 500px;
  height: 350px;
  padding: 60px 50px;
  background-color: #eee;
  box-shadow: 3px 3px 15px #eee;
  border-radius: 15px;
  align-content: center;
  text-align: center;
}

p.unregistered {
  font-size: 13px;
  margin-bottom: 30px;
}

p.versione {
  font-size: 10px;
  line-height: 12px;
}

input {
  width: 350px;
  height: 50px;
  border:0px;
  margin-bottom: 15px;
}

input[type=text] {
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

input[type=password] {
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

input[type=submit] {
  padding: 5px 20px;
  margin-bottom: 10px;
  height: 35px;
  background-color: #006ab5;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
}

table tr {
  border:0px rgba(255,255,255,0)!important;
}

tr.fatturato {
  color:gray;
}

.logo {
  width: 500px;
  text-align: center;
}
/* ------------------------------------- */


.me-2 {
  height:31px;
}

.d-flex {
  margin-right:20px;
}
