/*     	Login     */
.login {
  background: #1a2035;
}

.login .logo {
  position: fixed;
  top: 12px;
  left: 25px;
}

.login .wrapper.wrapper-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
  padding: 15px;
}

.login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
  width: 400px;
  padding: 60px 25px;
  border-radius: 5px;
}

.login .wrapper.wrapper-login .container-login:not(.container-transparent), .login .wrapper.wrapper-login .container-signup:not(.container-transparent) {
  background: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border: 1px solid #ebecec;
}

.login .wrapper.wrapper-login .container-login h3, .login .wrapper.wrapper-login .container-signup h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}

.login .wrapper.wrapper-login .container-login .form-sub, .login .wrapper.wrapper-login .container-signup .form-sub {
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
}

.login .wrapper.wrapper-login .container-login .btn-login, .login .wrapper.wrapper-login .container-signup .btn-login {
  padding: 15px 0;
  width: 135px;
}

.login .wrapper.wrapper-login .container-login .form-action, .login .wrapper.wrapper-login .container-signup .form-action {
  text-align: center;
  padding: 25px 10px 0;
}

.login .wrapper.wrapper-login .container-login .form-action-d-flex, .login .wrapper.wrapper-login .container-signup .form-action-d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login .wrapper.wrapper-login .container-login .login-account, .login .wrapper.wrapper-login .container-signup .login-account {
  padding-top: 10px;
  text-align: center;
}

.login .wrapper.wrapper-login .container-signup .form-action {
  display: flex;
  justify-content: center;
}

.login .wrapper.wrapper-login-full {
  justify-content: unset;
  align-items: unset;
  padding: 0 !important;
}

.login .login-aside {
  padding: 25px;
}

.login .login-aside .title {
  font-size: 36px;
}

.login .login-aside .subtitle {
  font-size: 18px;
}

.login .show-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.login .custom-control-label {
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .form-action-d-flex {
    flex-direction: column;
    align-items: start !important;
  }

  .login .wrapper-login-full {
    flex-direction: column;
  }

  .login .login-aside {
    width: 100% !important;
  }

  .login .login-aside .title {
    font-size: 24px;
  }

  .login .login-aside .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 399px) {
  .wrapper-login {
    padding: 15px !important;
  }

  .container-login {
    width: 100% !important;
    padding: 60px 15px !important;
  }
}

.dropdown-user .user-box > .u-text {
  width: 100%;
}

.dropdown-user .user-box > .u-text > .float-right {
  margin: 0 -10px 0 10px;
}

.dropdown-user .user-box > .u-text > .float-left {
  margin: 0 10px 0 -10px;
}

.breadcrumbs li a {
  color: #000;
  font-size: 18px;
  font-weight: lighter;
}

.page-header .breadcrumbs + div[data-toggle="modal"] {
  cursor: pointer;
}

.input-group-addon:not(first-child) {
  border-left: 0;
}

.form-check .custom-control .custom-control-label {
  font-weight: 400;
}

.card-body hr:first-child {
  display: none;
}

.card-body .user-stats .col {
  place-self: baseline;
}

.card-body .user-stats .col .number > i {
  font-size: 2.3em !important;
}

.footer-widget .footer-logo-block {
  margin-bottom: 15px;
}
.footer-widget .nav-item .nav-link {
  padding-left: 0;
}
.footer a {
  color: #f8f9fa;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.footer a:hover,
.footer a:focus {
  color: #067bb9;
}
ul.social {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

/* Badge Fix */
.btn-sm .badge, .nav-pills .nav-link .badge {
  font-size: 74%;
  padding: 0.3em 0.45em 0.3em 0.4em;
  min-width: 2em;
}

.btn-big-icon {
  position: relative;
  padding-left: 4rem;
}

.btn-big-icon > i, .btn-big-icon > i.fas, .btn-big-icon > i.far {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  font-size: 2em;
}

small.additional-info-text {
  color: #999;
  margin-top: -5px;
  display: block;
}

.card .separator-dashed, .card-light .separator-dashed, .timeline-panel .separator-dashed{
  /* border-top: 1px dashed #ebecec; */
  /* border-top: 2px dashed #1a2035; */
  border-top: none;
  background: #48abf7!important;
  background: -webkit-linear-gradient(legacy-direction(-45deg),#0a5a97,#48abf7)!important;
  background: linear-gradient(-45deg,#0a5a97,#48abf7)!important;
  height: 2px;
  margin: 15px 0;
}

/***** Soluzione 1 *****/
/*
.risultato-wrapper {
  column-count: 2;
}

.dl-entita {
  break-inside: avoid-column;
}

.dl-entita  dt.dl-title {
  font-variant: small-caps;
  font-weight: 700;
  color: #48ABF7 !important;
  text-decoration: #48ABF7 underline;
  font-size: 1.2em;
}

.dl-entita dd {
  word-break: break-word;
}

.risultato-wrapper.risultato-documento,
.risultato-wrapper[data-id-tipo-risultato="6"],
.risultato-wrapper[data-id-tipo-risultato="7"],
.risultato-wrapper[data-id-tipo-risultato="8"] {
  column-count: 1;
}

.risultato-wrapper[data-id-tipo-risultato="6"] .ne-result-wrapper {
  margin-top: 20px;
  margin-bottom: 45px;
}

.risultato-wrapper[data-id-tipo-risultato="6"] .ne-result-wrapper > .dl-entita {
  column-count: 2;
}

.dl-entita[data-entita="Cerved\\NegativeEvents\\NEProtest"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] {
  column-count: 1!important;
}

.dl-entita[data-entita="Cerved\\NegativeEvents\\NEProtest"] .dl-entita,
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] > dd > .dl-entita {
  column-count: 2!important;
  border-top: 1px solid rgba(0,0,0,0.05);
  margin-top: 20px;
  padding-top: 15px;
}
.dl-entita[data-entita="Cerved\\NegativeEvents\\NEProtest"] .dl-entita:first-child,
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] > dd > .dl-entita:first-child {
  border-top: none;
  margin-top: 5px;
}

.dl-entita[data-entita="Cerved\\NegativeEvents\\NEProtest"] .dl-term[data-prop="protestsRegistry"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] .dl-term[data-prop="root"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] .dl-term[data-prop="petitions"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NECEDetail"] .dl-term[data-prop="judicialWrits"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NEPrejudicialEvent"] .dl-term[data-prop="chargedSubjectsPersonalData"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NEPrejudicialEvent"] .dl-term[data-prop="beneficiarySubjectsPersonalData"],
.dl-entita[data-entita="Cerved\\NegativeEvents\\NEPrejudicialEvent"] .dl-term[data-prop="realEstateDetails"] {
  font-size: 1.3em;
}
*/

/***** Soluzione 2 *****/
.dl-entita {
  column-count: 2;
}

.risultato-wrapper[data-id-tipo-risultato="4"] .dl-entita {
  column-count: 3;
}

.dl-entita dt, .dl-entita dd {
  break-inside: avoid-column;
}

.entita-title {
  font-variant: small-caps;
  font-weight: 700;
  color: #067bb9 !important;
  text-decoration: underline;
  font-size: 1.35em;
}

.dl-subtitle {
  font-variant: small-caps;
  font-weight: 700;
  color: #067bb9 !important;
  text-decoration: underline;
  font-size: 1.35em;
}

.dl-lista-entita .entita-title {
  color: #48ABF7 !important;
  font-size: 1.1em;
}

.dl-entita dd {
  word-break: break-word;
}

.risultato-wrapper[data-id-tipo-risultato="6"] .ne-result-wrapper {
  margin-top: 20px;
  margin-bottom: 45px;
}

.cb-entita {
  display: flex;
  align-items: center;
  justify-content: stretch;
  text-decoration: none;
}

.cb-entita:hover,
.cb-entita:focus {
  text-decoration: none;
}

.cb-entita h3 {
  flex: 1 1 auto;
}

.cb-entita > .caret {
  margin-bottom: 8px;
}

.dl-entita.collapsing {
  opacity: 0;
}

.cb-entita .description > i {
  margin-right: 7px;
}

.operazioni-collegate h5 {
  font-size: .8rem;
  color: #888;
}

.risultato-wrapper[data-id-tipo-risultato="24"] {
  width: 100%;
}

/* Download */
.timeline-title .dnl-link {
  float: right;
  padding-right: 0;
}

/* Pannello Ricerca */
#pannello-nuova-ricerca .nav-pills .nav-link {
  background-color: #ffffff;
}

#pannello-nuova-ricerca .nav-pills > li > .nav-link:hover {
  background-color: #f7f7f7;
}

li.nav-extra-item {
  position: absolute;
  top: 0;
  right: 4px;
}

li.nav-extra-item a, li.nav-extra-item a:hover,
li.nav-extra-item a:active, li.nav-extra-item a:hover {
  text-decoration: none !important;
}

#descrizione-servizi.carousel h3 {
  position: relative;
  line-height: 48px;
  padding-left: 32px;
}

#descrizione-servizi.carousel h3 i {
  position: relative;
  top: 5px;
  left: -12px;
  font-size: 32px;
}

#descrizione-servizi .description ul,
#listinoPrezziInfoTi .listino-descrizione ul {
  margin-top: 15px;
}

.accordion .card-header {
  padding: 0;
}

.accordion .card-header > * {
  width: 100%;
  text-align: left;
}

.accordion .card-header > * > a {
  font-size: inherit;
  text-align: left;
  text-decoration: none!important;
}
.accordion .card-header > * > a:active,
.accordion .card-header > * > a:focus,
.accordion .card-header > * > a:hover {
  text-decoration: none!important;
}
.accordion .card>.card-header {
  border-bottom: 1px solid #ebebeb!important;
}
.accordion .card .card-body {
  background: #fbfbfb;
  border-top: 0!important;
  border-bottom: 1px solid #ebebeb!important;
}

.listino-prezzo > * {
  display: inline-block;
  text-align: right;
  width: 85px;
}

#pannello-nuova-ricerca a.text-info,
#pannello-nuova-ricerca a.text-info:hover {
  color: #48ABF7 !important;
  border: 1px solid #48ABF7 !important;
}

#pannello-nuova-ricerca a.text-success,
#pannello-nuova-ricerca a.text-success:hover {
  color: #2db44b !important;
  border: 1px solid #2db44b !important;
}

#pannello-nuova-ricerca a.text-primary,
#pannello-nuova-ricerca a.text-primary:hover {
  color: #067bb9 !important;
  border: 1px solid #067bb9 !important;
}

#pannello-nuova-ricerca a.text-secondary,
#pannello-nuova-ricerca a.text-secondary:hover {
  color: #6861CE !important;
  border: 1px solid #6861CE !important;
}

#pannello-nuova-ricerca a.active,
#pannello-nuova-ricerca a.active:hover {
  color: #ffffff !important;
  border-color: transparent !important;
}

#pannello-nuova-ricerca a.text-info.active,
#pannello-nuova-ricerca a.text-info.active:hover {
  background-color: #48ABF7;
}

#pannello-nuova-ricerca a.text-success.active,
#pannello-nuova-ricerca a.text-success.active:hover {
  background-color: #2db44b;
}

#pannello-nuova-ricerca a.text-primary.active,
#pannello-nuova-ricerca a.text-primary.active:hover {
  background-color: #067bb9;
}

#pannello-nuova-ricerca a.text-secondary.active,
#pannello-nuova-ricerca a.text-secondary.active:hover {
  background-color: #6861CE;
}

#pannello-nuova-ricerca .nav-pills .icon-briefcase:before,
#pannello-nuova-ricerca .nav-pills .icon-user:before {
  text-shadow: 0.015em 0.015em 0 #585c5d;
}

#pannello-nuova-ricerca .nav-pills .active .icon-briefcase:before,
#pannello-nuova-ricerca .nav-pills .active .icon-user:before {
  text-shadow: 0.015em 0.015em 0 #ffffff;
}

#pannello-nuova-ricerca .card-success .icon-briefcase:before,
#pannello-nuova-ricerca .card-success .icon-user:before {
  text-shadow: 0.015em 0.015em 0 #2db44b;
}

#pannello-nuova-ricerca .card-primary .icon-briefcase:before,
#pannello-nuova-ricerca .card-primary .icon-user:before {
  text-shadow: 0.015em 0.015em 0 #067bb9;
}

#pannello-nuova-ricerca .card-secondary .icon-briefcase:before,
#pannello-nuova-ricerca .card-secondary .icon-user:before {
  text-shadow: 0.015em 0.015em 0 #6861CE;
}

#pannello-nuova-ricerca .pricing-header {
  padding: 20px 20px;
  z-index: 1;
}

#pannello-nuova-ricerca .card-pricing2 {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

#pannello-nuova-ricerca .card-pricing2:before {
  height: 275px;
}

#pannello-nuova-ricerca .card-pricing2 .value > * {
  display: inline-block;
  font-size: 40px;
  line-height: 65px;
}

#pannello-nuova-ricerca .card-pricing2:before {
  transition: all 0.5s ease-in-out;
}

#pannello-nuova-ricerca .price-value,
#pannello-nuova-ricerca .pricing-description {
  margin: 0 auto;
  transition: opacity 0.5s ease-in-out;
}

#pannello-nuova-ricerca .pricing-description {
  position: absolute;
  top: 65px;
  height: 170px;
  padding: 15px;
  opacity: 0;
  z-index: 1;
  overflow-y: auto;
}

#pannello-nuova-ricerca .pricing-content {
  padding: 50px 20px 0 70px;
  flex: 1 1 auto;
}

#pannello-nuova-ricerca .card-pricing2:hover .pricing-description,
#pannello-nuova-ricerca .card-pricing2:focus .pricing-description,
#pannello-nuova-ricerca .card-pricing2:active .pricing-description {
  opacity: 1;
}

#pannello-nuova-ricerca .card-pricing2:hover .price-value,
#pannello-nuova-ricerca .card-pricing2:focus .price-value,
#pannello-nuova-ricerca .card-pricing2:active .price-value {
  opacity: 0;
}

#pannello-nuova-ricerca .card-pricing2:hover:before {
  top: -210px;
  transform: skewY(-0);
}

/*#pannello-nuova-ricerca .pricing-description {
  position: absolute;
  top: 56px;
  background-color: #fff!important;
  min-height: 150px;
  padding: 15px;
  opacity: 0;
  z-index: 1;
}
#pannello-nuova-ricerca .card-pricing2:hover .pricing-description,
#pannello-nuova-ricerca .card-pricing2:focus .pricing-description,
#pannello-nuova-ricerca .card-pricing2:active .pricing-description {
  opacity: 1;
}
#pannello-nuova-ricerca .card-pricing2:hover .price-value,
#pannello-nuova-ricerca .card-pricing2:focus .price-value,
#pannello-nuova-ricerca .card-pricing2:active .price-value {
  opacity: 0;
}*/


/* Navbar */
.navbar .navbar-nav .notification {
  font-weight: 900;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.nav-link:focus, .nav-link:hover {
  color: #08a3f7;
}

.sidebar .nav > .nav-item a i,
.sidebar.sidebar-style-2 .nav .nav-item a:hover i,
.sidebar.sidebar-style-2 .nav .nav-item a:focus i {
  color: #067bb9 !important;
}

.credito-telematica {
  cursor: help;
}

.bg-gray {
  background-color: #252525;
}

.animated.loop-5 {
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}

.animated.loop-10 {
  -webkit-animation-iteration-count: 10;
  animation-iteration-count: 10;
}

/* Azioni Rapide */
.toolbar-container {
  clear: both;
  margin-top: 10px;
}

/*
.toolbar-container .quick-actions .btn-link:hover,
.toolbar-container .quick-actions .btn-link:focus {
  text-decoration: none !important;
}

.toolbar-container .quick-actions .btn-link:hover .quick-actions-item,
.toolbar-container .quick-actions .btn-link:focus .quick-actions-item {
  border-color: #1572e8;
}*/

.indicazioni-soggetto {
  float: right;
}

.indicazioni-soggetto > .btn-group {
  height: 2.184em;
}

.indicazioni-soggetto .btn .badge {
  top: -2px;
}

.indicazioni-soggetto .dropdown-menu {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.indicazioni-soggetto .la {
  font-size: 15px;
  line-height: 15px;
}

.ricerche,
.reports {
  padding: 0;
  list-style-type: none;
  /*max-height: 150px;*/
  overflow: auto;
}

.ricerca.attivo,
.report.attivo {
  font-weight: bold;
}

.dettaglio-ricerca code {
  font-size: 12px;
}

.operazioni {
  padding: 0;
  list-style-type: none;
}

.operazione.attivo {
  font-weight: bold;
}

.operazione-di-test {
  border: 2px dashed #ffad46 !important;
}

.badge-test {
  position: relative;
  bottom: -22px;
  left: -22px;
  border-radius: 3px;
}

.dettaglio-risultati .card-header .badge,
.dettaglio-operazione .badge {
  white-space: normal;
  text-align: left;
}

.tab-pane {
  padding-top: 20px;
}

.tipo-operazione-sunto .dnl-link {
  /* Mostro solo l'icona
  width: 1.25em;
  overflow: hidden;
  padding: 0;*/
  padding: 0;
  float: right;
}

/**** Negative Events ****/
.ne-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
}

code {
  display: block;
}

.jumbotron.jumbotron-custom {
  padding: 15px;
  margin: 10px 0px;
}

.indicatore-storico {
  margin-right: 20px;
}

.contenuto-file iframe.visualizza-file {
  min-height: 400px;
  overflow: auto;
}

.contenuto-file .contenitore-file-e-pulsanti {
  margin-bottom: 10px;
}

.dropdown-item, .dropdown-item > * {
  cursor: pointer;
}

body.iframe {
  background-color: #ffffff;
}

iframe.visualizza-file {
  width: 100%;
  border: none;
  min-height: 350px;
}

iframe.in-page {
  border: none;
  position: absolute;
  width: 100%;
  min-height: 800px;
  min-height: calc(100vh - 130px);
}

.modal-body iframe {
  border: none;
  width: 100%;
}

.modal-body iframe.i-frame-auto-height {
  max-height: calc(100vh - 220px) !important;
}

.modal-body .alert .close {
  top: 0 !important;
  right: 8px !important;
}

#modal-ricarica iframe.i-frame-ricarica {
  min-height: 650px;
  height: calc(100vh - 180px);
}

@media (min-width: 1200px) {
  #modal-ricarica .modal-dialog {
    max-width: 1100px;
  }
}

.contenitore-pulsanti {
  margin-top: -15px;
  margin-bottom: 5px;
}

.contenitore-pulsanti > .btn-group {
  display: flex;
}

.contenitore-pulsanti > .btn-group .btn:first-child {
  flex: 2 1 auto;
}

/*.pulsanti-file {
  right: 40px;
  position: absolute;
}*/

.ref-operazione {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref-operazione-sub {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

/*** Info Score START ***/
.info-score-container {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.info-score-result {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.info-score-result li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}

.info-score-result li label {
  position: relative;
  font-size: 0.8em !important;
}

.info-score-result li.active label {
  font-size: 0.9em !important;
  font-weight: 700;
}

.info-score-result li label.skew {
  transform: rotate(40deg) skewY(5deg);
}

.info-score-result li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;

}

.info-score-result li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #979797;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.info-score-result li.active:before {
  border-color: #6c757d;
  background: #6c757d;
  color: white;
}

.info-score-result li.active li:before {
  border-color: #6c757d;
  background: #6c757d;
  color: white
}

.info-score-result li:first-child:after {
  content: none;
}

.info-score-result li.active.info-score-status-28a745:before {
  border-color: #28a745;
  background: #28a745;
  color: white
}

.info-score-result li.active.info-score-status-57cc72:before {
  border-color: #57cc72;
  background: #57cc72;
  color: white
}

.info-score-result li.active.info-score-status-ffc107:before {
  border-color: #ffc107;
  background: #ffc107;
  color: white
}

.info-score-result li.active.info-score-status-dc3545:before {
  border-color: #dc3545;
  background: #dc3545;
  color: white
}

/*** Info Score END ***/

/*** Activity Feed Fix START ***/
.feed-item::after {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px rgba(94, 183, 255, 0.3)
}

.feed-item-secondary::after {
  box-shadow: 0px 0px 0px 5px rgba(104, 97, 206, 0.25)
}

.feed-item-success::after {
  box-shadow: 0px 0px 0px 5px rgba(49, 206, 44, 0.25)
}

.feed-item-info::after {
  box-shadow: 0px 0px 0px 5px rgba(72, 171, 247, 0.3)
}

.feed-item-warning::after {
  box-shadow: 0px 0px 0px 5px rgba(255, 206, 46, 0.3)
}

.feed-item-danger::after {
  box-shadow: 0px 0px 0px 5px rgba(255, 121, 121, 0.25)
}

/*** Activity Feed Fix END ***/

/*** Quick Actions Fix START ***/
#pannello-sezioni-possibili .toolbar-actions {
  max-width: 900px;
  margin: auto;
}

#pannello-sezioni-possibili .quick-actions-items .toolbar-action {
  flex: 2 1 200px;
}

.quick-actions {
  width: 450px;
}

.quick-actions .btn {
  white-space: normal;
}

.quick-actions-items .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: flex-start;
}

.quick-actions-items .toolbar-action {
  flex: 2 1 auto;
  /*width: 32%;
  margin: 1%;*/
}

.quick-actions .quick-actions-item {
  justify-content: space-between;
}

.quick-actions .quick-actions-items button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quick-actions .quick-actions-items button > * {
  display: block;
  flex: 2 1 auto;
}

.quick-actions .quick-actions-items button .action-info {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 0.25;
}

.quick-actions .quick-actions-items button:hover .action-info {
  opacity: 0.85;
}

.quick-actions .quick-actions-item i {
  font-size: 38px;
}

.quick-actions .quick-actions-item:hover {
  background: #1a2035 !important;
  color: #fdfdff !important;
}

.quick-actions .quick-actions-item:hover i {
  color: #fdfdff !important;
}

/*** Quick Actions Fix END ***/

/*** Notification Area START ***/
.notif-box .notif-center a .notif-icon.notif-border-success,
.messages-notif-box .notif-center a .notif-icon.notif-border-success {
  border: 2px solid #2db44b !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-icon.notif-border-info,
.messages-notif-box .notif-center a .notif-icon.notif-border-info {
  border: 2px solid #48ABF7 !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-icon.notif-border-primary,
.messages-notif-box .notif-center a .notif-icon.notif-border-primary {
  border: 2px solid #067bb9 !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-icon.notif-border-secondary,
.messages-notif-box .notif-center a .notif-icon.notif-border-secondary {
  border: 2px solid #6861CE !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-icon.notif-border-warning,
.messages-notif-box .notif-center a .notif-icon.notif-border-warning {
  border: 2px solid #FFAD46 !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-icon.notif-border-danger,
.messages-notif-box .notif-center a .notif-icon.notif-border-danger {
  border: 2px solid #F25961 !important;
  background-color: #fafafa !important;
  color: #222222 !important;
}

.notif-box .notif-center a .notif-content,
.messages-notif-box .notif-center a .notif-content {
  flex: 2 1 auto;
}

.notif-box .notif-center a .notif-content > *,
.messages-notif-box .notif-center a .notif-content > * {
  max-width: 165px;
}

.notif-box .notif-center a .notif-right,
.messages-notif-box .notif-center a .notif-right {
  display: inline-flex;
  flex: 1 1 auto;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: flex-end;
}

/*** Notification Area END ***/

/*** Letto/Non Letto START ***/
.risultato-wrapper {
  clear: both;
  position: relative;
}

.risultato-wrapper.da-leggere {
  /*background-color: #f0f8ff;
  border: 1px dotted #0a5a97;*/
  background-color: #f0f8ff;
  animation: shine 1.35s ease-out;
  animation-iteration-count: infinite;
}

.risultato-wrapper.da-leggere:before {
  content: 'Nuovo';
  color: #067bb9 !important;
  border: 1px solid #067bb9;
  border-radius: 22px;
  padding: 1px 6px 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.risultato-wrapper[data-id-tipo-risultato="1"].da-leggere:before,
.risultato-wrapper[data-id-tipo-risultato="2"].da-leggere:before,
.risultato-wrapper[data-id-tipo-risultato="3"].da-leggere:before,
.risultato-wrapper[data-id-tipo-risultato="27"].da-leggere:before,
.risultato-wrapper[data-id-tipo-risultato="28"].da-leggere:before {
  content: none;
}

@-webkit-keyframes shine {
  0% {
    background-color: #f0f8ff;
    box-shadow: 8px 8px 0 #f0f8ff, -8px 8px 0 #f0f8ff, -8px -8px 0 #f0f8ff, 8px -8px 0 #f0f8ff, 0 0 20px #000;
  }
  50% {
    background-color: #ffffff;
    box-shadow: 8px 8px 0 #ffffff, -8px 8px 0 #ffffff, -8px -8px 0 #ffffff, 8px -8px 0 #ffffff, 0 0 8px #000;
  }
  100% {
    background-color: #f0f8ff;
    box-shadow: 8px 8px 0 #f0f8ff, -8px 8px 0 #f0f8ff, -8px -8px 0 #f0f8ff, 8px -8px 0 #f0f8ff, 0 0 20px #000;
  }
}

/*** Letto/Non Letto END ***/

/*** Ricerca e Filtri START ***/
.form-filters .input-group {
  width: 100% !important;
}

.alert > i:first-child {
  margin-left: -6px;
  margin-right: 6px;
  font-size: 1.2em;
}

/*** Alert END ***/

/*** Timeline Settings START ***/
#timeline-soggetto.hide-in .timeline li.timeline-inverted {
  display: none !important;
}

#timeline-soggetto.hide-out .timeline li:not(.timeline-inverted) {
  display: none !important;
}

#timeline-soggetto .timeline-visibility {
  padding: .375rem .75rem;
}

#timeline-soggetto.hide-out .timeline-dual-title.text-info:before,
#timeline-soggetto.hide-in .timeline-dual-title.text-secondary:before,
#timeline-soggetto.hide-in .timeline-dual-title.text-secondary:after,
#timeline-soggetto.hide-out .timeline-dual-title .btn-info,
#timeline-soggetto.hide-in .timeline-dual-title .btn-secondary {
  border-color: #999 !important;
}

#timeline-soggetto.hide-out .timeline-dual-title .btn-info,
#timeline-soggetto.hide-in .timeline-dual-title .btn-secondary {
  border-color: #999 !important;
  background-color: #999 !important;
}

#timeline-soggetto.hide-out .timeline.timeline-dual:before,
#timeline-soggetto.hide-in .timeline.timeline-dual:after {
  display: none;
}

[data-toggle="collapse"] .caret {
  transition: all .5s
}

[data-toggle="collapse"][aria-expanded="true"] .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*** Timeline Settings END ***/

/***************** MEDIA QUERIES *****************/

@media only print {
  .main-panel {
    width: 100%;
  }
}

@media only screen and (max-width: 1458px) {
  .main-panel > .content {
    min-height: calc(100% - 167px);
  }

  iframe.in-page {
    position: relative;
    min-height: calc(100vh - 168px);
    margin-bottom: -6px;
  }
}

@media only screen and (min-width: 768px) {
  /*** Collapse Azioni Possibili ***/
  #pannello-soggetto-operazioni-possibili.collapse:not(.show) {
    display: block !important;
  }

  /*** Timeline 2 line START ***/
  .timeline.timeline-dual:before {
    left: 12px;
    background-color: #48ABF7;
  }

  .timeline.timeline-dual:after {
    right: 12px;
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #6861CE;
    margin-right: -1.5px;
  }

  .timeline-dual-title {
    position: relative;
  }

  .timeline-dual-title.text-secondary {
    text-align: right;
  }

  .timeline-dual-title.text-info > * {
    margin-left: 100px;
    margin-top: -7px;
  }

  .timeline-dual-title.text-secondary > * {
    margin-right: 70px;
    margin-top: -7px;
  }

  .timeline-dual-title.text-info:before {
    content: ' ';
    display: block;
    width: 90px;
    height: 25px;
    position: absolute;
    left: 26px;
    top: 35%;
    border: 3px solid #48ABF7;
    border-bottom-width: 0;
    border-right-width: 0;
  }

  .timeline-dual-title.text-secondary:after {
    content: ' ';
    display: block;
    width: 90px;
    height: 25px;
    position: absolute;
    right: -5px;
    top: 35%;
    border: 3px solid #6861CE;
    border-bottom-width: 0;
    border-left-width: 0;
  }

  .timeline.timeline-dual > li > .timeline-badge {
    position: absolute;
    top: 16px;
    left: 13px;
  }

  .timeline.timeline-dual > li.timeline-inverted > .timeline-badge {
    left: auto;
    right: -13px;
  }

  .timeline.timeline-dual > li > .timeline-panel {
    width: 82.5%;
    margin-left: 52px;
  }

  .timeline > li.timeline-inverted + li:not(.timeline-inverted),
  .timeline.timeline-dual > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 20px;
  }

  .timeline.timeline-dual > li.timeline-inverted > .timeline-panel {
    margin-left: auto;
    margin-right: 52px;
  }

  .timeline.timeline-dual > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline.timeline-dual > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 15px;
    border-right-width: 0;
    right: -15px;
    left: auto;
  }

  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 14px;
    border-right-width: 0;
    left: auto;
    right: -14px;
  }

  /*** Timeline 2 line END ***/
}

@media only screen and (max-width: 767px) {
  /*** Timeline Responsive Fix FUDB START ***/
  .timeline:before, .timeline > li > .timeline-badge {
    left: 25px;
  }

  .timeline > li.timeline-inverted {
    padding-left: 0;
  }

  .timeline > li:not(.timeline-inverted) {
    padding-right: 0;
  }

  .timeline > li .timeline-panel {
    width: calc(100% - 65px);
    left: 65px;
  }

  .timeline > li.timeline-inverted .timeline-panel {
    left: 0;
  }

  .timeline > li:not(.timeline-inverted) + li.timeline-inverted,
  .timeline > li.timeline-inverted + li:not(.timeline-inverted) {
    margin-top: 0;
  }

  .timeline > li:not(.timeline-inverted) > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > li:not(.timeline-inverted) > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline-dual-title {
    position: relative;
  }

  .timeline-dual-title.text-info > * {
    /*margin-left: 115px;*/
  }

  .timeline-dual-title.text-secondary > * {
    margin-left: 55px;
    margin-top: 15px;
  }

  .timeline-dual-title.text-info:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 18px;
    top: 100%;
    border: 3px solid #48ABF7;
    border-bottom-width: 0;
    border-right-width: 0;
  }

  .timeline-dual-title.text-secondary:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 35px;
    position: absolute;
    left: 27px;
    top: 60%;
    border: 3px solid #6861CE;
    border-bottom-width: 0;
    border-right-width: 0;
  }

  .timeline.timeline-dual:before {
    left: 20px !important;
    background-color: #48ABF7;
  }

  .timeline.timeline-dual:after {
    left: 28px;
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #6861CE;
  }

  /*** Timeline Responsive Fix FUDB END ***/
  /*** Dimensioni Iframe  ***/
  iframe.in-page {
    position: relative;
    min-height: calc(100vh - 62px);
    margin-bottom: 0;
  }

  .dropdown-menu .row {
    max-height: 300px;
    overflow: auto;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 576px) {
  .quick-actions {
    width: 325px;
  }
}


/*** Beep Animation START ***/
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

.beep, .beep-over {
  position: relative;
}

.beep:after, .beep-over:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 8px;
  width: 7px;
  height: 7px;
  background-color: #48ABF7 /*#ffa426*/;
  border-radius: 50%;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.beep-over:after {
  top: calc(50% - 3);
  right: -10px;
}

.beep-success:after {
  background-color: #2db44b !important;
}

.beep-warning:after {
  background-color: #FFAD46 !important;
}

.beep-danger:after {
  background-color: #F25961 !important;
}

.beep.beep-sidebar:after {
  position: static;
  margin-left: 10px;
}


/*** Beep Animation END ***/


/*** CSS Ajax Loading START ***/
.ajax-loading-content, #page-loading-protector {
  position: relative;
  min-height: 70px;
  cursor: wait;
}
#page-loading-protector {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}

.ajax-loading-content:before, #page-loading-protector:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: #ffffff;
  opacity: 0.75;
}

.ajax-loading-content:after {
  content: "\f1ce"; /* fa-circle-notch */
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 48px;
  position: absolute;
  margin-top: -24px;
  margin-left: -24px;
  top: 50%;
  left: 50%;
  color: #575962;
  z-index: 1000000;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
#page-loading-protector svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  margin-left: -64px;
  opacity: 0.75;
  z-index: 1000000;
}

.ajax-loading-content.dark:before {
  background-color: #575962;
}

.ajax-loading-content.dark:after {
  color: #ffffff;
}

/*.ajax-loading-content.dark:before {
  background: #000 url('/System/img/loading-dark.gif') no-repeat center;
  opacity: 0.45;
}*/
/*** CSS Ajax Loading END ***/
