#kt_modal_edit_jcv .modal-icon-wrapper svg,
#kt_modal_edit_jcv .modal-icon-wrapper h3,
#kt_modal_add_bmi .modal-icon-wrapper svg,
#kt_modal_add_bmi .modal-icon-wrapper h3 {
  display: none;
}
#kt_modal_edit_jcv .modal-icon-wrapper h3,
#kt_modal_add_bmi .modal-icon-wrapper h3 {
  font-size: 1.3rem;
}
#kt_modal_edit_jcv.success h3, #kt_modal_edit_jcv.error h3,
#kt_modal_add_bmi.success h3,
#kt_modal_add_bmi.error h3 {
  display: block;
}
#kt_modal_edit_jcv.success .form-wrapper, #kt_modal_edit_jcv.error .form-wrapper,
#kt_modal_add_bmi.success .form-wrapper,
#kt_modal_add_bmi.error .form-wrapper {
  display: none;
}
#kt_modal_edit_jcv.success .modal-icon-wrapper svg.success,
#kt_modal_add_bmi.success .modal-icon-wrapper svg.success {
  display: block;
}
#kt_modal_edit_jcv.error .modal-icon-wrapper svg.error,
#kt_modal_add_bmi.error .modal-icon-wrapper svg.error {
  display: block;
}

.hide {
  display: none;
}

#Visita_irr_velocita_wrapper {
  display: none;
}
#Visita_irr_velocita_wrapper.show {
  display: block;
}

.additions-wrapper {
  display: none;
}
.additions-wrapper.show {
  display: block;
}

.copy-cmd {
  margin-left: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .table.custom-fix {
    width: 800px;
  }
}
.table.custom-fix th.sort-link,
.table.custom-fix a.sort-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #b5b5c3;
  font-size: 0.95rem;
}

.grid-view {
  overflow: scroll;
}

.dataTables_paginate .pagination .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.475rem;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  font-size: 1.075rem;
  color: #5e7268;
}
.dataTables_paginate .pagination .page-item a:hover {
  background-color: #f4f6fa;
  color: #009ef7;
}
.dataTables_paginate .pagination .page-item.selected a {
  background-color: #009ef7;
  color: #fff;
}
.dataTables_paginate .pagination .page-item.hidden a {
  color: #b5b5c3;
  cursor: not-allowed;
}

.fix-required-label span.required {
  display: none;
}

.errorMessage {
  margin-top: 0.7rem;
  color: red;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 9999;
}

.edss_alert,
.date_alert {
  color: #b71c1c;
}

table .btn i {
  padding: 0;
}

.grid-view .filters select,
.grid-view .filters input {
  outline: none;
  padding: 0.5rem 0.7rem;
  background-color: #f5f8fa;
  border-color: transparent;
  color: #5e6278;
  border-radius: 0.475rem;
}
.grid-view .filters select {
  height: 36px;
}

input.form-control.form-control-solid:disabled,
select.form-select.form-select-solid:disabled {
  background-color: #dae4ec;
}

span.select2-selection.select2-selection--single.form-select.form-select-solid[aria-disabled=true] {
  background-color: #dae4ec;
}

textarea.form-control.form-control-solid[disabled=disabled] {
  background-color: #dae4ec;
}

.force-flex {
  display: flex !important;
}

#esami_richiesti label {
  display: flex;
  padding: 0.1rem 0.5rem;
  margin: 0.3rem;
}
#esami_richiesti label input {
  margin-right: 0.5rem;
}

.back-btn {
  color: #a1a5b7;
  padding: 1rem 0;
  font-size: 1.1rem;
}
.back-btn i {
  font-size: 1.7rem !important;
  margin-right: 0.3rem;
}
.back-btn span {
  text-decoration: underline;
}
.back-btn:hover {
  color: #a1a5b7;
}

#p-chart {
  display: flex;
  flex-wrap: wrap;
}
#p-chart .main-chart-wrapper {
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #p-chart .main-chart-wrapper {
    width: 100%;
  }
}

.modal-graphs-trigger {
  color: #009ef7 !important;
  font-size: 1.5rem !important;
  cursor: pointer;
}

.btn.padding-fix {
  padding: 0.5rem 0.8rem !important;
}

.mobile-list {
  display: none;
  padding-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .mobile-list {
    display: block;
  }
}
.mobile-list .mobile-item-wrapper {
  margin-bottom: 1rem;
  padding: 1rem;
  border: solid 1px #eff2f5;
  border-radius: 0.475rem;
}
.mobile-list .mobile-item-wrapper .mobile-actions-wrapper {
  display: flex;
  justify-content: space-between;
}
.mobile-list .mobile-item-wrapper .mobile-actions-wrapper a {
  flex: 1;
}
.mobile-list .items {
  margin-bottom: 1.5rem;
}
.mobile-list .items .mobile-item-wrapper:last-child {
  margin-bottom: 0;
}

.paziente-summary > div .summary-sep {
  display: none;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .paziente-summary {
    flex-direction: column;
  }
  .paziente-summary > div {
    margin-right: 0 !important;
    display: flex;
  }
  .paziente-summary > div .summary-sep {
    display: inline-block;
  }
}

#kt_user_view_details .mobile-fix .summary-sep {
  display: none;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  #kt_user_view_details .mobile-fix {
    display: flex;
    flex-direction: row !important;
  }
  #kt_user_view_details .mobile-fix > div:first-child {
    margin: 0 !important;
  }
  #kt_user_view_details .mobile-fix > div:first-child .summary-sep {
    display: inline-block;
  }
}

.c-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto;
}
.c-circle.red {
  background-color: #f1416c;
}
.c-circle.green {
  background-color: #50cd89;
}
.c-circle.yellow {
  background-color: #ffc700;
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}

/* Chrome, Safari, Edge, Opera */
input#Visita_ematochimici_ULN_AST::-webkit-outer-spin-button,
input#Visita_ematochimici_ULN_AST::-webkit-inner-spin-button,
input#Visita_ematochimici_ULN_ALT::-webkit-outer-spin-button,
input#Visita_ematochimici_ULN_ALT::-webkit-inner-spin-button,
input#Visita_ematochimici_ULN_GGT::-webkit-outer-spin-button,
input#Visita_ematochimici_ULN_GGT::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#Visita_ematochimici_ULN_AST,
input#Visita_ematochimici_ULN_ALT,
#Visita_ematochimici_ULN_GGT {
  -moz-appearance: textfield;
}