.logo-press {
  height: 60px;
}

body {
  padding-top: 80px;
}

#fileload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.bw-10 {
  color: #1a1a1a;
}

.font-10 {
  font-size: 0.1rem;
}

.bw-20 {
  color: #333333;
}

.font-20 {
  font-size: 0.2rem;
}

.bw-30 {
  color: #4d4d4d;
}

.font-30 {
  font-size: 0.3rem;
}

.bw-40 {
  color: #666666;
}

.font-40 {
  font-size: 0.4rem;
}

.bw-50 {
  color: gray;
}

.font-50 {
  font-size: 0.5rem;
}

.bw-60 {
  color: #999999;
}

.font-60 {
  font-size: 0.6rem;
}

.bw-70 {
  color: #b3b3b3;
}

.font-70 {
  font-size: 0.7rem;
}

.bw-80 {
  color: #cccccc;
}

.font-80 {
  font-size: 0.8rem;
}

.bw-90 {
  color: #e6e6e6;
}

.font-90 {
  font-size: 0.9rem;
}

.badge-cisl {
  background-color: #026b02;
  color: white !important;
  text-decoration: none;
}
@media (max-width: 500px) {
  .badge-cisl {
    font-size: 8px;
  }
}

.badge-filca {
  background-color: rgba(255, 132, 0, 0.964);
  color: white !important;
  text-decoration: none;
}
@media (max-width: 500px) {
  .badge-filca {
    font-size: 8px;
  }
}

.step-creazione,
.phase {
  display: none;
}

[data-phase=start] .phase.start {
  display: block;
}

[data-phase=end] .phase.end {
  display: block;
}

[data-phase=error] .phase.error {
  display: block;
}

[data-phase=processerror] .phase.processerror {
  display: block;
}

[data-phase=analyze-wait] .phase.analyze-wait {
  display: block;
}

[data-phase=analyze-error] .phase.analyze-error {
  display: block;
}

[data-phase=analyze-correct] .phase.analyze-correct {
  display: block;
}

[data-phase=building] .phase.building {
  display: block;
}

[data-step-creazione=start] .step-creazione.start {
  display: block;
}

[data-step-creazione=build] .step-creazione.build {
  display: block;
}

[data-step-creazione=end] .step-creazione.end {
  display: block;
}

#search .dropdown-menu .form-check-label {
  font-size: 0.6rem;
  color: #666;
}

.cal {
  background-color: #fefefe;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding-bottom: 1rem;
}
.cal .cal-header,
.cal .cal-cell {
  width: 14.1%;
  padding: 2px;
}
.cal .cal-header {
  border-bottom: 1px solid #444;
  padding: 0.3rem 0.5rem;
}
.cal .cal-cell {
  min-height: 80px;
  border-bottom: 1px solid #ddd;
}
.cal .cal-cell:nth-last-child(1) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(2) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(3) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(4) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(5) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(6) {
  border-bottom: none;
}
.cal .cal-cell:nth-last-child(7) {
  border-bottom: none;
}
.cal .cal-cell .inner {
  height: 100%;
  background-color: #f5f3f3;
  position: relative;
}
.cal .cal-cell .inner .num {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 90%;
}
.cal .cal-cell .inner .giornali {
  position: absolute;
  height: 50%;
  left: 5px;
  bottom: 2px;
}
.cal .cal-cell .inner .edit-btn-ctn .edit-btn {
  visibility: hidden;
}
.cal .cal-cell .inner .edit-btn-ctn:hover .edit-btn {
  visibility: visible;
}
.cal .cal-cell[data-open] .inner {
  background-color: var(--bs-primary);
  color: #fff;
  cursor: pointer;
}
.cal .cal-cell[data-open] .inner:hover {
  background-color: var(--bs-link-hover-color);
}
.cal .cal-cell.cal-cell-off .inner {
  opacity: 0.5;
}
.cal .cal-cell.cal-cell-off .inner .num {
  opacity: 0.5;
}

.full-frame-body {
  position: relative;
}
.full-frame-body .loader {
  position: absolute;
  background-color: #fff;
  z-index: 2;
}
.full-frame-body .loader,
.full-frame-body iframe.full-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-frame-body iframe.full-frame {
  overflow: auto;
  visibility: hidden;
}

.modal-frame.loaded .full-frame-body .loader {
  display: none !important;
}
.modal-frame.loaded .full-frame-body iframe.full-frame {
  visibility: visible;
}

body.showing-pdf .modal-frame .modal-header {
  display: none !important;
}

.up-button {
  text-decoration: none;
  border-radius: 50%;
  display: block;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 30px;
  height: 30px;
  background-color: #fff;
  font-size: 30px;
  line-height: 0;
}

.footer-admin {
  text-decoration: none;
  border-radius: 50%;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  height: 30px;
  background-color: #efefef;
  font-size: 30px;
  line-height: 0;
}
.footer-admin .tip {
  position: absolute;
  right: 100%;
  top: 50%;
  font-size: 0.7rem;
  text-align: right;
  line-height: normal;
  margin-right: 10px;
  transform: translateY(-50%);
  opacity: 0;
  width: 0;
  color: #444;
  overflow: hidden;
  transition: all 0.4s ease-in;
}
.footer-admin:hover .tip {
  width: auto;
  opacity: 1;
}

/*# sourceMappingURL=press.css.map */
