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

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

#container-incarto {
  padding-top: 100px;
  padding-bottom: 150px;
}

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

#messaggio {
  margin-top: 50px;
}

@keyframes cssAnimation {
  to   { 
    display: hidden!important;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

h4.titolo-messaggio {
  color:green!important;
  font-size: 19px!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;
}

h2 {
  font-size: 21px!important;
  font-weight: 700!important;
  margin-bottom: 15px!important;
}

select {
  width: 350px;
  height: 30px!important;
  margin-bottom: 20px!important;
  padding:0px 10px;
  border-radius: 3px;
}

select.committente {
  width: 200px;
}

#nomeDitta, #indirizzo, #telefono {
  margin-bottom: 10px;
}

a.caricaDati {
  background-color: #006ab5;
  color:white!important;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}

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;
}

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=date] {
  border:1px solid rgba(0,117,197,0.2)!important;
  border-radius: 4px;
  height: 35px;
}

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%;
}

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

.form-check-label {
  margin-top:5px;
}

.form-check-inline {
  margin-top:20px;
}

#campo1, #campo2, #campo3, #campo-fattura, #campo-acconto {
  /*padding-top:20px;*/
}

.dettagli-incarto {
  height:450px;
}

.campo1, .campo3 {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.2s;
  animation-fill-mode:both;
}

@keyframes animate-fade {
  0% { opacity: 0; padding-top:0px;}
  100% { opacity: 1; padding-top: 20px;}
}


#campo-fattura, #campo-acconto {
  display: none;
}

#inserimento-ore {
  display: none;
}

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

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

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

#container-incarto 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 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

input[type=text].piccolo {
  width: 50px;
  height: 25px;
  padding: 12px 5px;
  margin-right: 5px;
}

input[type=text].piccolo-medio {
  width: 100px;
  padding: 12px 10px;
  margin-right: 5px;
}

input[type=text].medio {
  width: 145px;
  height: 25px;
  padding: 12px 10px;
  margin-right: 1px;
}

input[type=text].grande {
  width: 200px;
  height:25px;
  padding: 12px 10px;
  margin-right: 1px;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
}

input[type=password] {
  padding: 12px 10px;
  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;
}

label.titolo-radio {
  margin-bottom: 20px;
}

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

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

.pulsante {
  background-color:#f8f9fa!important;
  border-radius:15px;
  padding: 40px;
  align-items: center;
  height: 220px!important;
}

.pulsante:hover {
  box-shadow: 2px 2px 10px #eee;
  cursor: pointer;
}

.filter-green:hover {
  filter: invert(41%) sepia(93%) saturate(2142%) hue-rotate(165deg) brightness(100%) contrast(101%);
}

.me-2 {
  height:31px;
}

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

#campo1, #campo2, #campo3 {
  display: none;
}
