/*
Theme Name: atena
*/

body {
  font-family: "Nunito Sans", sans-serif;
  color: #666;
  line-height: 1.6;
  background: linear-gradient(to bottom, #273745, #2a3c4b, #2e4050, #314556, #354a5c) fixed;
  /*background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%) fixed;*/
  background-position: center center;
  background-size: cover;
  font-size: 14px;
}

.anagrafica p {
  margin-bottom: 3px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.white-box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 10px 18px 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 18px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 18px 1px rgba(0, 0, 0, 0.22);
}

.input-date {
  background-color: white !important;
  cursor: text;
}

.c-gold {
  color: #27373b;
}

.bg-gold {
  background-color: #27373b;
}

.btn-gold {
  background-color: #27373b;
  color: white;
}

.btn-gold:hover {
  background-color: #4c676e;
  color: white;
}

.no-display {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #27373b;
}

.nav-tabs .nav-link {
  color: #808080;
}

.img-documenti {
  height: auto;
  width: "100%";
}

@media print {
  .progress-span {
    display: inline-block !important;
  }

  .progress {
    display: none;
  }

  .btn-print {
    display: none;
  }

  .hide-print {
    display: none;
  }
}
