.brand-logo {
    background-color: white;
}
.brand-logo a img {
    max-width: 100%;
    display: block;
    height: auto;
}
/* Stile Menu */
.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active {
    background-color: #134470;
    color: #fff;
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover, .sidebar-light .sidebar-menu .show>.dropdown-toggle, .sidebar-light .sidebar-menu .submenu li a.active, .sidebar-light .sidebar-menu .submenu li a:hover {
    color: #fff;
    background-color: #53B4BA;
}
/*pulsanti*/
/*
.btn-success {
    color: #fff;
    background-color: #51B4BA;
    border-color: #51B4BA;
}
*/
/*Colore del background degli input*/
.custom-file-input:focus, .custom-select:focus, .form-control:focus {
    /*color: #fff;*/
    background-color: #ffff99;
    border-color: #51B4BA;
}
/* ----- stile KPI ------ */
.widget-style3 .widget-icon {
    font-size: 32px;
    line-height: 3;
    width: 60px;
    background: #134470;
    color: #F9F9F9;
}
.widget-style3 .widget-data {
    background: #F9F9F9;
    padding: 15px 4px;
}
.font-9 {
  font-size:10px;line-height:1.63em
}
.height-88-p {
  height: 88%;
}
.widget-style4 {
    padding: 0;
    overflow: hidden;
}
.widget-style4 .widget-data {
    width: calc(100%);
    padding: 20px 15px;
    background: #53B4BA;
    color: #F9F9F9;
}
/*---- stile area preferiti ---- */
.min-height-400px {
    min-height: 400px;
}
/*---- stili per SCHEDA BANDO --- */
.bando-detail ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 28px;
}
.img-specifica-bando {
    background-color: #180342;
    color: #F9F9F9;
    /*height: 400px;*/
    width: 790px;
    background-image: url("../images/specifiche_bando2.png");
    background-size: cover;
}
/*-- FINE SCHEDA BANDO --*/
/*--- Layout bando-html ----*/
.main-bandohtml {
  padding-top: 30px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
}
/*--- SELECT 2 ---- */
/*
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #53B4BA;
    color: #fff;
    border-color: #53B4BA;
}
*/
/*--- PULSANTE SALVA BANDO ---*/
.salva-bando-btn{
    position: fixed;
    right: 60px;
    bottom: 30px;
    height: 44px;
    padding: 0 20px;
    background: #3cb00e;
    color: #ffffff;
    font-size: 15px;
    border: 0;
    border-radius: 8px;
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /*---footer--*/
  .footer-img {
    width: 70px;
    height: 15px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.footer-txt {
   /* font-weight: 500;*/
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    /*color: #131e22;
    font-family: 'Inter',sans-serif;*/
}
/* --- ribbon --- */
@import url(https://fonts.googleapis.com/css?family=Lato:700);

/* common */
.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #29b957;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 6px 0;
  /*background-color: #3498db;*/
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon span.attivo {
    background-color: #42db34;
}
.ribbon span.scaduto {
    background-color: #db4d34;
}
.ribbon span.prossimaapertura {
    background-color: #34dbdb;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -40px;
  top: 44px;
  transform: rotate(45deg);
}
/*larghezza slectpicker*/
.bootstrap-select .dropdown-menu{
  max-width: 100%!important;
}
/* immagine profilo */
.profile-photo2 {
  width: 160px;
  /* height: 160px; */
  margin: 0 auto 15px;
  position: relative;
}
.contact-directory-box .contact-avatar span img, .profile-photo2 .avatar-photo, .profile-photo .edit-avatar {
  border-radius: 100%;
}
/* For summernote override unordered and order list */
.note-editable ul{
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}

/* immagini utente tabella e nuovo profilo */
  .circular-portrait {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
  }
  .circular-portrait img {
    width: 100%;
    height: auto;
  }
  .circular-landscape {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
  }
  .circular-landscape img {
    width: auto;
    height: 100%;
    margin-left: -50px;
  }
  /* immagine profilo */
 .profile-photo3 {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 15px;
  }
  .profile-photo3 img {
    width: 100%;
    height: auto;
  }
  .user-icon img {
    width: auto;
    height: 55px;
  }

  .account {
    border: 2px dashed #91a2b4;
    padding: 15px;
    background: #e7eef0;
  }
  /*gestione immagine brandizzata top */
  .header .header-left .top-profile-photo {
    float: left;
   /* width: 104px;*/

  }
  .header .header-left .top-profile-photo img{
    height: 60px;
  }
  .header .header-left .top-profile-name {
    float: left;
    padding-top: 15px;
  }
  .header .header-left .top-profile-name h3 {
    font-size: 18px;
    color: #000000;
  }
  .header .header-left .top-profile-name span {
    font-size: 12px;
    color: #a4a4a4;
    display: block;
    margin-bottom: 6px;
  }
  
  @media (max-width: 1024px){
    .header-left {
      width: 50%;
    }
    .header-right {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .top-profile-photo img {
      display: none;
    }
  }
 
  /*gestione immagine in dashboard */
  .dash-header .dash-header-left{
    float: left;

  }
  .dash-header .dash-header-left img{
    height: auto;
  }
  @media (max-width: 767px) {
    .dash-header-left {
      text-align: left;
    }
  }
  /* callout */
  .dash-header-titolo .bd-callout sup {
    font-size: 12px;
    font-weight: 400;
    color: #3ca648;
    top: 10px;
    vertical-align: top;
  }
  .dash-header-titolo .bd-callout sub {
    font-size: 12px;
    font-weight: 400;
    color: #3ca648;
  }
  .bd-callout {
    padding: 0.50rem;
    /*margin-top: 1.25rem;*/
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .35rem;
    border-radius: .35rem
    }
    
    .bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
    }
    
    .bd-callout p:last-child {
    margin-bottom: 0
    }
    
    .bd-callout code {
    border-radius: .25rem
    }
    
    .bd-callout+.bd-callout {
    margin-top: -.25rem
    }
    
    .bd-callout-info {
    border-left-color: #5bc0de
    }
    
    .bd-callout-info h4 {
    color: #5bc0de
    }
    
    .bd-callout-warning {
    border-left-color: #f0ad4e
    }
    
    .bd-callout-warning h4 {
    color: #f0ad4e
    }
    
    .bd-callout-danger {
    border-left-color: #d9534f
    }
    
    .bd-callout-danger h4 {
    color: #d9534f
    }
    
    .bd-callout-primary{
    border-left-color: #007bff
    }
    
    .bd-callout-primaryh4 {
    color: #007bff
    }
    
    .bd-callout-success{
    border-left-color: #28a745
    }
    
    .bd-callout-successh4 {
    color: #28a745
    }
    
    .bd-callout-default{
    border-left-color: #6c757d
    }
    
    .bd-callout-defaulth4 {
    color: #6c757d
    }
/* ------------   effetto testo ----------------- */
/*
@-webkit-keyframes rainbowdropshadow {
  0% {
    text-shadow: 1px 1px 0 #FF0000, 2px 2px 0 #FF7F00, 3px 3px 0 #FFFF00;
  }
  8% {
    text-shadow: 1px 1px 0 #FF7F00, 2px 2px 0 #FFFF00, 3px 3px 0 #7FFF00;
  }
  16% {
    text-shadow: 1px 1px 0 #FFFF00, 2px 2px 0 #7FFF00, 3px 3px 0 #00FF00;
  }
  25% {
    text-shadow: 1px 1px 0 #7FFF00, 2px 2px 0 #00FF00, 3px 3px 0 #00FF7F;
  }
  33% {
    text-shadow: 1px 1px 0 #00FF00, 2px 2px 0 #00FF7F, 3px 3px 0 #00FFFF;
  }
  41% {
    text-shadow: 1px 1px 0 #00FF7F, 2px 2px 0 #00FFFF, 3px 3px 0 #007FFF;
  }
  50% {
    text-shadow: 1px 1px 0 #00FFFF, 2px 2px 0 #007FFF, 3px 3px 0 #0000FF;
  }
  58% {
    text-shadow: 1px 1px 0 #007FFF, 2px 2px 0 #0000FF, 3px 3px 0 #7F00FF;
  }
  66% {
    text-shadow: 1px 1px 0 #0000FF, 2px 2px 0 #7F00FF, 3px 3px 0 #FF00FF;
  }
  75% {
    text-shadow: 1px 1px 0 #7F00FF, 2px 2px 0 #FF00FF, 3px 3px 0 #FF007F;
  }
  83% {
    text-shadow: 1px 1px 0 #FF00FF, 2px 2px 0 #FF007F, 3px 3px 0 #FF0000;
  }
  91% {
    text-shadow: 1px 1px 0 #FF007F, 2px 2px 0 #FF0000, 3px 3px 0 #FF7F00;
  }
  100% {
    text-shadow: 1px 1px 0 #FF0000, 2px 2px 0 #FF7F00, 3px 3px 0 #FFFF00;
  }
}
*/
/*
.bd-callout h4 {
  font-size: 40px;
  font-style: italic;
  text-shadow: 1px 1px 0 #000000;
  -webkit-animation: rainbowdropshadow .8s infinite;
  animation: rainbowdropshadow .8s infinite;
}
*/
/*-------------------*/
.bd-calloutss h4 {
  /*position: absolute;*/
  /*color: #131212;*/
  display: inline-block;
  /*font-size: 2.1rem;*/
  padding: 0;
  white-space: nowrap;
  /*font-family: 'Pacifico', cursive;*/
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #558d7d, 0 0 8px #558d7d, 0 0 10px #558d7d, 0 0 12px #558d7d, 0 0 14px #558d7d;
  animation: glow .59s infinite alternate;
}
/* Animation as suggested by Ismail Ghallou */
@keyframes glow {
  to {
   text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #ced45e, 0 0 16px #ced45e, 0 0 20px #ced45e, 0 0 24px #ced45e, 0 0 28px #d25ed4;
  }
}
.bd-callouts h4{
        text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #292736, 0 0 8px #292736, 0 0 10px #292736, 0 0 12px #292736, 0 0 14px #292736;
        animation: glow .59s infinite alternate;
}

/*----------------------------*/
/* Formatta tabella card view */
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 20% !important;
  width: auto !important;
  text-align: left !important;
  color:#53B4BA;
  border-bottom: dashed rgb(174, 181, 181);
  border-bottom-width: thin;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
  border-bottom: dashed rgb(174, 181, 181);
  border-bottom-width: thin;
}
/*-------------------------------------------------------------------*/
/* formatto il bollino del bando "novità" derivante dal monitoraggio */
.bollino {
  position: relative;
  display: inline-block;
}
.bollino .badge {
  position: absolute;
  top: -17px;
  left: -8px;
  background-color: #ffc107;
  color: black;
  /*border-radius: 50%;*/
  padding: 4px;
}
.smallplus, small {
  font-size: 58%;
  font-weight: 400;
}
.validatore {
  position: relative;
  display: inline-block;
}
.validatore .badge {
  position: absolute;
  font-size: 12px;
  top: -17px;
  left: 3px;
  /*background-color: #ffc107;*/
  color: white;
  /*border-radius: 50%;*/
  padding: 6px;
}
/*---- stili per SCHEDA PREFATTIBILITA --- */
.pre-detail ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 28px;
}
.img-specifica-pre {
  background-color: #2C78BA;
  color: #F9F9F9;
  /*height: 400px;*/
  width: 790px;
  background-image: url("../images/pre_titolo_bg.png");
  background-size: cover;
}
.pre-box {
  background: #2C78BA;
  /*width: 800px;*/
  /*margin: 0 auto;*/
  padding: 20px;
}
.pre-box .card-box, .da-card {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 28px rgba(0, 0, 0, .08);
}
/*-- FINE SCHEDA PREFATTIBILITA --*/
/*--- Layout PREFATTIBILITAc-html ----*/
.main-prehtml {
padding-top: 30px;
padding-right: 100px;
padding-bottom: 50px;
padding-left: 100px;
}
/*-- PREFATTIBILITA --*/
th .scoreA {
  color: #409a6a;
 /* text-shadow: 0 0 4px #409a6a;*/
}
th .scoreB {
  color: #6dc797;
 /* text-shadow: 0 0 4px #6dc797;*/
}
th .scoreC {
  color: #f3c534;
 /* text-shadow: 0 0 4px #f3c534;*/
}
th .scoreD {
  color: #f7941d;
  /*text-shadow: 0 0 4px #f7941d;*/
}
th .scoreE {
  color: #ee2e24;
 /* text-shadow: 0 0 4px #ee2e24;*/
}

th .bg-esg1 {
  background-color: #75b685 !important;
}
th .bg-esg2 {
  background-color: #a2dd91 !important;
}
th .bg-esg3 {
  background-color: #f5e375 !important;
}
th .bg-esg4 {
  background-color: #ecbd46 !important;
}
th .bg-esg5 {
  background-color: #e58b4c !important;
}
th .bg-esg6 {
  background-color: #d66b5f !important;
}
th .bg-esg7 {
  background-color: #ce4431 !important;
}
.txt-esg1 {
  color: #75b685 !important;
}
.txt-esg2 {
  color: #a2dd91 !important;
}
.txt-esg3 {
  color: #f5e375 !important;
}
.txt-esg4 {
  color: #ecbd46 !important;
}
.txt-esg5 {
  color: #e58b4c !important;
}
.txt-esg6 {
  color: #d66b5f !important;
}
.txt-esg7 {
  color: #ce4431 !important;
}
.underline 
{
    /*color: blue;*/
    border-bottom: 2px solid #ecbd46;
}
/*
.invoice-box {
  background: #2c78b9;
  width: 800px;
  margin: 0 auto;
  padding: 20px;
}
  */
    
  /*lampeggio campanella*/
@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}

.flash {
    animation: flash 1s infinite;
}
/*pulsante chiusura notifiche */
.close-notifica {
  float: right;
  /*margin-top: -48px;*/
  font-size: 0.8rem; 
  font-weight: 700;
  line-height: 2.8;
  color: #B0B7BA;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  margin-right: 20px;
}
.close-notification2 {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 12px;
  color: #999;
}
.notification-list-new ul li a h3 {
  font-size: 16px;
  color: #202342;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  padding-bottom: 5px;
}
.notification-list-new ul li a p{
  color: #666;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
}
/* colore badge personalizzato */
.badge-am {
  color: #253a6e;
  background-color: #9bff9b;
}
/*icona del logo sul menu della prefattibilità progetto */
.sidebar-menu .dropdown-toggle .miconlogo {
  position: absolute;
  left: 8px;
  width: 42px;
  height: 42px;
  font-size: 22px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  top: 50%;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*stile per prefattibilità progetto new */
.nota{
  height: 60px !important;
}

/* modale per licenza */
.license-text {
  height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f9f9f9;
  font-size: 14px;
}

/* pulsante exstra small */
.btn-xsm {
    padding: 5px 8px;
    font-size: 11px;
    text-decoration: none!important;
    background-color: white!important;
    color: #373737!important;
    line-height: 10px!important;
    border-radius: 4px!important;
    border-color: rgb(217 217 217) !important;
    border-width: thin !important;
}
.btn-xsm:hover {
  background-color: rgb(221 221 221)!important;
}