/* Stile per area clienti */
body{
  background :url("../images/home_road.jpg") !important;
  background-attachment:fixed !important;
  background: rgb(0, 0, 0, 0.2) ;
}
.login-page {
  background-image:url("/clienti/views/assets/images/home_road.jpg") !important ;
  background-repeat: no-repeat;
  background-size: cover;
}
 
.login-box {
  background: rgba(0,0,0,0.1) !important;
  padding: 24px;
  border: 1px solid  rgba(255,255,255,0.4);
}

.account-box {
  background: rgba(0,0,0,0.1) !important;
  padding: 8px;
  border: 1px solid  rgba(255,255,255,0.2);
  text-align:right;
}


.modal {
  background: rgba(0,0,0,0.2) !important;
}

.btn-small{
    padding: 0.16rem 0.4rem !important;
    font-size: 0.7rem !important;
    border-radius: 0.2rem !important;
}

.btn-mini{
  padding: 0.16rem 0.24rem !important;
  font-size: 0.8rem !important;
  border-radius: 0.16rem !important;
}

.btn-div{
  height: 50vh;
  height: 50vw;
}

.minitext{
  font-size: 0.7rem !important;
  font-weight: bold;
}

.microtext{
  font-size: 0.8rem !important;
  font-weight:600;
}

.neg-mt-2{
  margin-top: -8px;
}

.home-bg {
  width: 100%;
  height: auto;
  background-color: rgba(240,240,240,0.0) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.new i{
  color: #999999 !important;
}

.d-bg-dark{
  background-color: rgba(0,0,0,0.08) !important;
}

.d-bg-dark2{
  background-color: rgba(152,118,84,0.3) !important;
}

.d-text-grey2{
  color:#DDDDDD !important;
}

.bg-pra-1 {
  background: rgb(32, 67, 102, 0.8);
}

.bg-pra-2 {
  background:rgb(32, 67, 102, 0.7);
}

.bg-pra-3 {
  background:rgb(32, 67, 102, 0.6);
}

.miniatura{
  height:auto !important;
  background-color: rgba(200,200,200,0.0);
  border: 1px solid #EEEEEE;
}

.bottom-miniatura{
  background-color: #EEEEEE;
  height: 32px;
  width:256px!important;
  margin-bottom: 8px;
  max-width: 100%;
}

.img-thumbnail {
  padding: 0rem !important;
  background-color:transparent !important;
  border: 0px solid #dee2e6;
  border-radius: 0rem;
  max-width: 100%;
}

.d-div-upload{
  min-width: 360px;
  min-height: 120px;
}

.text-rew{
  color:#143f90;
}

.nascondi-input input{
  visibility: hidden;
}

.d-input-text {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #394047;
  border: 1px solid #DDD;
  border-radius: 0.1rem;
  margin-right: -1px;
}

.title-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.0);
  background-color: rgba(0, 0, 0, 0.0);
  height: 100%;
  text-align: center;
}

.img-box-adv {
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.0);
  background-color: rgba(0, 0, 0, 0.0);
  height: 100%;
  text-align: center;
}

.item-notifiche{
  min-width: 16rem !important;
  font-size: 0.8rem;
  padding: 8px;
  margin: 2px;
}

.n-item i {
  color: #00bfff;
  font-size: 0.7rem;
  margin-right: 8px;
}

.item-notifiche a {
  color: #222222;
  font-size: 0.7rem;
}

.n-item {
  border-top: 1px solid #EEEEEE;
  padding: 2px;
}

.n-item > a {
  font-size: 0.8rem;
}

.n-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-nome-cliente {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-header-notifiche {
  display: block;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.footer-link-notifiche{
  display: block;
  width: 100%;
  text-align: center;
  color:#143F90 !important;
  font-size: 0.8rem !important;
}

.adv-img{
  max-height: 100px;
  margin: 0.4rem;
}

.title-box  h1{
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: bolder;
}

.main-menu {
 max-width: 56% !important; 
}

.main-header .main-menu a:hover{
  color:#143F90;
  border-bottom: 2px solid #fc5607;
}

.active-clienti{
  color:#143F90 !important;
  border-bottom: 2px solid #fc5607;
}

.navbar-brand {
  margin-right: 16px;
}

.navbar-badge-d {
  font-size: .6rem;
  font-weight:bold;
  min-width: 20px;
  padding: 2px 4px;
  position: absolute;
  right: -1px;
  top: 2px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.card-header::after {
  content: '';
  display: table;
  clear: both;
}

.card-header-rew{
  padding: 0.8rem;
}

.card-header-rew::after {
  content: '';
  display: table;
  clear: both;
}

.card-header-faq{
  padding: 0rem;
  margin-bottom: 2px;
}

.card-header-faq::after {
  content: '';
  display: table;
  clear: both;
}

.card-body-faq{
  padding: 0px 0px 8px 12px;
  margin-left: 4px;
  margin-right: 16px;
}

.border-bottom-ris{
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.04) !important;
}
.body-risposta{
  padding:4px 8px 4px 16px;
}

.card-faq{
  margin-bottom: 1.2rem !important;
  margin-left: 1.2rem !important;
  border: 0px solid rgb(0, 0, 0, 0.1) !important;
}

.card-mod{
  margin-bottom: 1.2rem !important;
  border: 0px solid rgb(0, 0, 0, 0.1) !important;
  background-color:transparent !important;
}

.card-ris{
  margin-bottom: 0.2rem !important;
  border: 1px solid rgb(0, 0, 0, 0.02) !important;
}

.card-accordion{
  margin-bottom: 0.2rem !important;
  border: 1px solid rgb(0, 0, 0, 0.16) !important;
}

.card-no-mbb{
  margin-bottom: 0rem !important;
  border-bottom: 0px solid rgb(0, 0, 0, 0.16) !important;
}

.card-ins{
  background-color: rgb(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
  margin-bottom: 2px !important;
}

.card-header-accordion{
  padding: 0.2rem 0.1rem !important ;
  font-size: 0.8 !important;
  font-weight: bold !important;
}

.card-header-accordion:hover{
  background-color:rgb(0, 0, 0, 0.08) !important;
}

.lista-menu{
  list-style-type:none;
  margin-left: -2.6rem;
  margin-top: 4px;
}

.lista-menu-title{
  font-size: 0.9rem;
  font-weight: bolder;
  color:#fc5607;
}

.title-black{
  font-size: 0.9rem;
  font-weight: bolder;
  color:#000000;
}

a .lista-menu-title:hover{
  color:#FFFFFF !important;
}

.alert-link{
  color:#eeb714;
}

.lista-menu li a:hover{
  color:#eeb714 !important;
}


.lista-menu li{
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.lista-menu li:hover{
  background-color: rgb(0, 0, 0, 0.04);
}

.lista-menu-textarea{
  background-color: rgb(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  color: #FFFFFF;
  resize:none;
  height: 128px !important;
  border:0px
}

.main-header {
  padding: 0.2rem 1rem;
  background-color: rgb(0, 0, 0, 0.02);
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.lista-incard {
  padding: 0.3rem 0.2rem;
  background-color: rgb(0, 0, 0, 0.02);
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.lista-incard .titolo{
  color:#222222;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 0.9rem;
}

.bg-th-table {
  /*background-color: rgb(255, 198, 26, 0.8);*/
  background-color: rgba(43, 103, 139, 0.8) !important;
  color:#FFFFFF !important;
}

.bg-recharge {
  background-color: rgba(0,0,0, 0.1);
  padding: 8px 0px;
  margin-bottom: 2px;
}

.bg-manuale {
  background-color: rgb(162, 210, 255, 0.2);
  padding: 8px 0px;
  margin-top: 2px;
}

.table .min-td {
  width: 4%;
}

.table .st-td {
  width: 8%;
}

.table .med-td {
  width: 12%;
}

.main-menu {
  margin-left: 32px;
}

.header-lav {
  background: rgb(32, 67, 102, 1) !important;
  }

.header-lav-1 {
  background: rgb(255,255,255, 0.0);
}

.header-lav-2 {
  background:rgb(255,255,255, 0.08);
}

.header-lav-3 {
  background:rgb(255,255,255, 0.2);
}

.header-servizi {
  padding: 8px 8px 8px 0px;
  background: rgb(20, 40, 59) !important;
  border-bottom: 1px solid rgb(255, 255, 255, 0.4) !important;;
}

.htmlAnnoMese {
  text-transform: uppercase !important;
  color: #343a40 !important;
}

.item-lav-pro {
  color:#000000;
  font-weight: bolder;
  text-transform: uppercase;
}

.item-lav-title {
  color:#FFFFFF;
  font-weight: bolder;
}

.main-header .nav-link {
  background-color:transparent;  
}

.navbar-nav .nav-link {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  margin-right: 2px;
  display: block !important;
  line-height: 1.1;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.nav-tabs .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background: rgba(220,53,69,1) !important;
}

.fg-margin{
  margin-bottom: 2px !important;
}

.main-header .main-menu a{
  color:#FFFFFF;
  font-size: 0.84rem;
  font-weight:bold;
  text-transform: uppercase;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
  background-image: none;
}
  
.header-user {
  display: block;
  padding: 0.5rem 0.8rem;
  font-weight:600;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.li-none{
  list-style-type:none
}

.content-div{
  background-color:transparent !important;
  padding: 8px 4px 4px 4px;
}

.content-title{
  font-size: 1rem;
  color:#143F90;
}

.content-title-w{
  font-size: 1rem;
  color:#000000;
  font-weight: bold;
}

.content-title-o{
  font-size: 1rem;
  color:#fc5607;
  font-weight: bold;
}

.badge{
  min-width:32px;
  font-size: 0.6rem;
}

.badge-d{
  font-size: 0.6rem;
}

.d-box {
  background: rgba(0,0,0,0.1) !important;
  padding: 8px;
  border: 1px solid  rgba(255,255,255,0.4);  
  margin-bottom: 8px;
}

.d-box:hover {
  background: rgba(0,0,0,0.2) !important;
  border: 1px solid  rgba(255,255,255,0.8); 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); 
}

.d-box-modal {
  background: rgba(0,0,0,0.1) !important;
  padding: 16px;
  border: 1px solid  rgba(255,255,255,0.4);
  margin-bottom: 8px;
  border-radius: 0.1rem;
}
.d-mese {
  font-size: 1rem;
}

.stato-lav-shadow {
     text-shadow: 1px 1px rgba(0,0,0,0.2);;
}

.stato-lav-shadow:hover {
  text-shadow: 1px 1px rgba(0,0,0,0);;
}

.check-rew {
  box-sizing:border-box;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 4px;
  border: #ccc !important;
}

.check-xl {
  box-sizing:border-box;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 32px;
}

.text-news {
  font-size: 0.9rem;
  color:#444444 !important;
  line-height: 1.4;
  margin: 16px 0px;
}

.text-check {
  font-size: 1rem;
  color:#0275d8  !important;
}

.trasparent-modal {
  background: rgba(255,255,255,0.9) !important;
}

.d-col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.d-card{
  background: rgba(255,255,255,0.8) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0rem;
}

.d-card-mb1{
  margin-bottom: 1px !important;
}

.t-card{
  background: rgba(255,255,255,0.0) !important;
  border: 0px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0rem;
}

.d-card-table{
  background: rgba(255,255,255,0.99) !important;
  border: 0px solid rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
}

.d-text-icon{
  font-size: 0.9rem;
}

.d-card-top{
  background: rgba(255,255,255,0.8) !important;
  border: 0px solid rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
}

.d-card a{
  color: #2b678b !important;
  font-weight: bold;
}

.d-card a:hover{
  color: #000000 !important;
}

a.white{
  color:#FFF !important;
}

a.white:hover{
  color:#000;
}

.d-card a.stat{
  color: #202020 !important;
  font-weight: bold;
}

.d-card a.stat:hover{
  color: #FFFFFF !important;
}

.d-yellow a{
  color: #000000 !important;
  font-weight: bold;
}

.d-yellow a:hover{
  color: #FFFFFF !important;
}

.bg-grigio{
  background-color: #a39d97 !important;
}

.bg-blu{
  background-color: #2b678b !important;
}

.bg-box-grigio{
  background-color: rgba(163, 157, 151, 0.8) !important;
}

.bg-box-blu{
  background-color: rgba(43, 103, 139, 0.8) !important;
}

.btn-blu{
  background-color: rgba(43, 103, 139, 0.8) !important;
}

.btn-blu:hover{
  background-color: rgba(43, 103, 139, 0.9) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


.text-grigio{
  color: #a39d97;
}

.text-blu{
  color: #2b678b;
}

.border-grigio{
  border: 1px solid rgba(163, 157, 151, 1);
}

.border-blu{
  border: 1px solid rgba(43, 103, 139, 1);
}

.text-title{
  font-size: 1rem;
  font-weight: bold;
}

.d-card-title{
  font-size: 1rem;
  font-weight: bold;
  cursor:pointer;
}

.d-card-mini-title{
  font-size: 0.9rem;
  font-weight: bold;
  cursor:pointer;
  color: #000000;
  margin-top: 8px;
}

.d-card-header{
  padding: 0.8rem 0.4rem 0.4rem 0.8rem;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
  border-radius: 0rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.d-card-body > table > thead {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.d-card-body{
  padding: 0.8rem 0.4rem 0.4rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.d-xl{
  height: 512px;
}

.d-l{
  height: 280px;
}

.d-m{
  height: 128px;
}

.d-card-footer{
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
}

.adv-card-header-{
  padding: 1rem 1rem 0.4rem 1rem;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.adv-card-body{
  padding: 1rem;
  padding-top: 1.2rem;
  height: 128px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.adv-card-footer{
  padding: 0.6rem 1rem 0.6rem 1rem;
  height: 48px;
}

.d-trasparent{
  background-color: transparent !important;
}

.d-yellow{
  background: rgba(255,193,7,1) !important;
  color: #000000;
}

.d-yellow-footer{
  background: rgba(229,173,6,1) !important;
  color: #FFFFFF;
}

.d-green{
  background: rgba(40,167,69,1) !important;
  color: #FFFFFF;
}

.d-empty{
  background: rgba(255,255,255,0.8) !important;
}

.d-empty:hover{
  background: rgba(255,255,255,0.9) !important;
}

.d-green-footer{
  background: rgba(36,150,62,1) !important;
  color: #FFFFFF;
}

.d-cyan{
  background: rgba(23,162,184,1) !important;
  color: #FFFFFF;
}

.d-cyan-header{
  background: rgba(21,145,165,1) !important;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.4) ;
}

.d-cyan-footer{
  background: rgba(21,145,165,1) !important;
  color: #FFFFFF;
}

.d-light{
  background: rgba(200,200,200,1) !important;
  color: #FFFFFF;
}

.d-light-header{
  background: rgba(180,180,180,1) !important;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.4) ;
}

.d-light-footer{
  background: rgba(170,170,170,1) !important;
  color: #FFFFFF;
}

.bg-grey{
  background: rgb(220, 220, 220, 1) !important;
}

.d-grey{
  background: rgb(183, 186, 189) !important;
  color: #FFFFFF;
  border-left:1px solid rgba(255,255,255,1);
  border-right:1px solid rgba(255,255,255,1);
}

.d-grey-footer{
  background: rgba(32, 67, 102,1) !important;
  color: #FFFFFF;
  border-bottom:1px solid rgba(255,255,255,1);
  border-left:1px solid rgba(255,255,255,1);
  border-right:1px solid rgba(255,255,255,1);
}

.d-grey-header{
  color: #FFFFFF;
  border-top:1px solid rgba(255,255,255,1);
  border-left:1px solid rgba(255,255,255,1);
  border-right:1px solid rgba(255,255,255,1);
}

.d-dark{
  background: rgba(88,90,92,1) !important;
  color: #FFFFFF;
}

.d-dark-footer{
  background: rgba(72,74,76,1) !important;
  color: #FFFFFF;
}

.d-orange{
  background: rgba(248,144,20,1) !important;
  color: #FFFFFF;
}

.d-orange-footer{
  background: rgba(234,137,22,1) !important;
  color: #FFFFFF;
}

.d-navy{
  background: rgba(60,141,168,1) !important;
  color: #FFFFFF;
}

.d-navy-footer{
  background: rgba(56,133,159,1) !important;
  color: #FFFFFF;
}

.d-red{
  background: rgba(220,53,69,1) !important;
  color: #FFFFFF;
}

.d-red-footer{
  background: rgba(198,48,62,1) !important;
  color: #FFFFFF;
}

.d-button{
  background: rgba(0,0,0,0.06) !important;
}

.d-button:hover{
  background: rgba(255,255,255,0.9) !important;
  color:#000000 !important;
}

.d-button-w{
  background: rgba(0,0,0,0.06) !important;
  color: #FFFFFF;
  font-weight: normal !important;
}

.d-button-w:hover{
  background: rgba(255,255,255,0.9) !important;
}

.d-button-b{
  background: rgba(0,0,0,0.06) !important;
  font-weight: normal !important;
}

.d-button-b:hover{
  background: rgba(0,0,0,0.4) !important;
  color: #FFFFFF;
}

.d-yellow .d-link-w a, .d-red .d-link-w a{
  background: rgba(0,0,0,0.06) !important;
  color: #000000 !important;
  font-weight: normal !important;
}

.d-yellow .d-link-w a:hover, .d-red .d-link-w a:hover{
  background: rgba(255,255,255,0.9) !important;
}

.d-red .d-link-white a{
  color: #FFFFFF !important;
}

.d-red .d-link-white a:hover{
  color: #000000 !important;
}

.d-darklight{
  background: rgba(172,156,141,1) !important;
  color: #000000;
}

.d-darklight-footer{
  background: rgba(153,134,117,1) !important;
  color: #FFFFFF;
}

.d-card table {
  border: 0px;
  width: 100% !important;
}

.d-card table th {
  border:0px !important;
  border-top: 1px solid rgba(255,255,255,0.8) !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
  background-color:rgba(0,0,0,0.04) !important ;
  padding:0.6rem;
  font-size: 0.7rem !important;
}

.d-card table.dashboard-table th {
  border-top: 0px solid rgba(0,0,0,0.2) !important;
  vertical-align: middle;
}

.d-card table tbody td {
  background-color:rgba(0,0,0,0.0) !important;
  border-top:0px;
}
.d-card table tbody tr {
  border-bottom:1px solid rgba(255,255,255,0.4) !important;
}
.d-card1 table tbody tr:hover {
  background-color:rgba(0,0,0,0.0) !important;
}

.table:not(.table-dark) th{
  color: #FFF !important;
  background-color: rgba(0,0,0,0.04);
}

.d-card-body table td {
  color: #2b678b !important;
  background-color: rgba(0,0,0,0.04);
}

/* Stile per accordion modifica */
#main-accordion .card-mod {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#main-accordion .card-header-mod {
  border-radius: 30px;
  padding: 0;
}
#main-accordion .card-header-mod a {
  background: #ffb900 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#main-accordion .card-header-mod a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}
#main-accordion .card-header-mod a::after, #main-accordion .card-header-mod a.collapsed::after {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#main-accordion .card-header-mod a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}

/* Stile per accordion inserisci allegati */
#accordion .card-header-rew {
  border-radius: 30px;
  padding: 0;
  background-color: #CCCCCC !important;
}


/* Stile per accordion guida */
#main-accordion .card {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#main-accordion .card-header-rew {
  border-radius: 30px;
  padding: 0;
}
#main-accordion .card-header-rew a {
  background: #f89002 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#main-accordion .card-header-rew a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}
#main-accordion .card-header-rew a::after, #main-accordion .card-header-rew a.collapsed::after {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#main-accordion .card-header-rew a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}
#main-accordion .card-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}


#main-accordion .card-body .bord {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
  font-family: "Font Awesome 5 Free";
  content: '\f077';
}

.collapsible-link-int {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link-int::before {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.collapsible-link-int[aria-expanded='true']::before {
  font-family: "Font Awesome 5 Free";

}

/* Stile fieldset, legend e form */

.input-rew{
  margin-bottom: 2px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
}

fieldset.scheduler-border {
  border:1px solid #DDD;
  padding:8px;
}

fieldset.scheduler-border:hover {
  border:1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #FAFAFA;
}

fieldset.scheduler-border:hover legend.scheduler-border{
  color:red;
}

fieldset.filter {
  border: 1px solid #EEE;
  padding: 2px;
}

fieldset.filter:hover {
  border: 1px solid #DDD;
}

legend.scheduler-border {
  width: inherit !important;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.8rem;
  color: #888888;
  font-weight:400;
}

legend.filter {
  width: inherit !important;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 0.9rem;
  font-weight:400;
}

.bg-filter {
  background-color: rgba(185, 228, 255, 0.0);
}

/* Stile rating ticket */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center
}
.rating>input {
  display: none
}
.rating>label {
  position: relative;
  width: 1em;
  font-size: 2vw;
  color: #FFD600;
  cursor: pointer
}
.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}
.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}
.rating>input:checked~label:before {
  opacity: 1
}
.rating:hover>input:checked~label:before {
  opacity: 0.4
}
.rating_fisso>label:hover:before,
.rating_fisso>label:hover~label:before {
  opacity: 0 !important;
}
.rating_fisso:hover>input:checked~label:before {
  opacity: 1 !important;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
  right: .6em;
  top: .6rem;
  color: #FFF !important ;
  font-family: "Font Awesome 5 Free";
  font-size:18px;
  content: "\f0de";
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
  right: .6em;
  top: .6rem;
  color: #FFF !important ;
  font-family: "Font Awesome 5 Free";
  font-size:18px;
  content: "\f0dd";
}

.cose{
  font-size: 1rem !important;
}

.font-home{
  font-size:1.2rem !important;
}

@media all and (max-width: 991px) { 
  .main-header {
    border-bottom: 1px solid rgb(255, 255, 255, 0.8);
  }
  #nav_home::after {
   content:" Home";
  }

  .main-menu {
    margin-left: 2px;
    max-width: 100% !important; 
  }
  
  .nav-link {
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
  }

  .font-home{
    font-size:0.9rem !important;
  }  
}

@media all and (max-width: 992px) { 
  .d-adv {
    display:none;
  }  
}

@media all and (min-width: 991px) { 
  #nav_home::after {
    font-family: "Font Awesome 5 Free";
    content:"\f015";
  }
}

@media all and (max-width: 768px) { 
  .d-mese {
    font-size: 0.8rem;
  }
  .d-box { 
    padding: 2px;
    margin-bottom: 4px;
  }
  .content-div {
    padding: 4px 0px 0px 4px;
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .d-card-body{
    padding: 0.2rem 0rem 0.4rem 0rem;
  }
}

@media all and (max-width: 576px) { 
  .minimizza{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/**ULTRA CDG**/
.h7 {
  font-size:0.8rem !important;
  font-weight: bolder;
}
.view_layout{
  width: 440!important;
  height: 550!important;
}
.linkAnteprimeLav {
  font-size:0.7rem!important;
}
.textStatoAnteprima{
  font-size:0.6rem!important;
  font-weight:bold!important;
}

.text-16{
  font-size:1rem!important;
}

/*
.nav-pills .nav-link.active.activeSuccess {
  background-color: #0cee32!important;
}

.nav-pills .nav-link.active.activeDanger {

  background-color: #e61010!important;
}
.nav-pills .nav-link.active.activeWarning {
  background-color: #fbff00!important;
}*/