﻿/*Per Fabrizio. Questo foglio stile ha priorità su stili.css e deve essere utilizzato per modificare o correggere gli stili cgenerati da stili.scss.*/
.icon-user {
    margin-right: 0.7em !important;
    position: relative !important;
    top: 0.2em !important;
}


#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0
        }

    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: skyblue
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.form-wizard-step-icon .icon-user {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;

}

.form-wizard-step-icon .icon-profilo {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}
.form-wizard-step-icon .icon-check {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}
.form-wizard-step-icon .icon-scuola {
    margin-right: 0 !important;
    position: relative !important;
    top: 8px !important;
}

/* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
}

.LoginPanel > div {
	min-width: 300px;   
	max-width: 500px;
}

/* style the form item wrapper */

.LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

/* style the form label */

.LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
	display: block; 
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
	background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
	font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"], 
.LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 1px;
	padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
}

.LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
    float:left
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
    background: #04305e;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    padding: 1em 1.5em 0.85em;
    transition: all 0.2s ease-in-out;
    user-select: none;
    position: relative;
    font-size: 1.15rem;
    display: inline-block;
    line-height: 1em;
}
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
    background: #04305e !important;
    text-decoration: none !important;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnSecondaryAction {
    background: #04305e;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    padding: 1em 1.5em 0.85em;
    transition: all 0.2s ease-in-out;
    user-select: none;
    position: relative;
    font-size: 1.15rem;
    display: inline-block;
    line-height: 1em;
    float:inherit

}
    .dnnSecondaryAction:hover,
    .dnnFormItem input[type="submit"]:hover,
    a.dnnSecondaryAction:hover {
        background: #04305e !important;
        text-decoration: none !important;
        color: #ffffff;
    }

#dnn_ctr8918_Login_Login_DNN_cancelLink {
    display: none;
}

.greenColor {
    background-color: #33FF46 !important
}
.yellowColor {
    background-color: #FFE933 !important
    
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0563bb;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.bg-colore2 {
    background-color: #4b6b93
}
.bg-colore3 {
    background-color: #036065
}
.bg-colore4 {
    background-color: #446e49
}
.bg-colore5 {
    background-color: #d9af48
}
.bg-colore6 {
    background-color: #d2691c
}
.bg-colore7 {
    background-color: #db413d
}
.bg-colore8 {
    background-color: #b2ba41
}

.white{
    color:#fff
}
.testoHome {
     font-weight: 300 !important;
        
     text-transform: none !important;
}
.bg-coloreTasto2 {
    background-color: #404d42
}
.bg-coloreTasto3 {
    background-color: #404d42
}
.bg-coloreTasto4 {
    background-color: #6d6042
}
.bg-coloreTasto5 {
    background-color: #6b4c35
}
.bg-coloreTasto6 {
    background-color: #6d403e
}
.bg-coloreTasto7 {
    background-color: #616440
}
.home {
    min-height: 500px
}

.home h3 {
    letter-spacing: -0.01em;
    font-size: 3.2em;
    margin: 0 0 0.2em;
}

.home .testo {
    padding: 2vw;
}

.card-body .copertina img {
    width: 60%;
}

.timeline .column .title h1 strong {
   font-size: 1em;
}

#footer .termini {
    color: #fff;
    padding-right: 2em;
}
#footer .termini a, a:active, a:focus {
    color: #fff;
}

li .loginGroup .login a{
    background-image:url(images/login_ico.png) 
}

.contenuto li {
    padding: 5px 0 5px 25px
}
.itemSpeciali {
    //width: calc(100% / 3);
    padding: 2em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #333;
}
.copertinaSpeciali img {
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.dati-item .dati .acquisto{
    margin-top:2em !important;
    display:contents 
}
    .dati-item .dati .acquisto .prezzo span {
        font-size: 1.2em !important;
    }
*/
.paginaRiviste h3 h4 {
text-transform:none !important;
}
.paginaRiviste .inserto-destra{
padding:0 !important;
}
.paginaRiviste .inserto-sinistra{
padding:0 !important;
}
.paginaRiviste .home{
    min-height:500px;
}
.paginaRiviste h3 {
color:#fff;
font-family: 'Bitter', serif;
text-transform: none;
font-size:2.4em
}

.paginaRiviste h4 {
    font-family: Roboto, sans-serif;
    color: #fff;
font-size:1.50em;
   text-transform: none !important;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.paginaRiviste .bg-colore2{
background-color:#645968;
}
.paginaRiviste .tasto{
background-color:#534a56;
border:1px solid #a9a5ab
}

.paginaRiviste .bg-colore3{
background-color:#3d67af;

}
.paginaRiviste .bg-colorPulsante2{
background-color:#335591;
border:1px solid #9eb3d7

}
.paginaRiviste .bg-colore4{
background-color:#e3a430

}
.paginaRiviste .bg-coloreTasto4{
background-color:#bc8728;
border:1px solid #dec394

}

 .dati-item .dati .acquisto .prezzo span {
          color: #04305e;
          font-size: 1.3em; }

 

#footer .piede .sociali {
     
      font-size: 24px;
       }

  #mainmenu .tools .sociali li span {
       font-size: 24px;
}

      #mainmenu .tools [class*="icon-"] {
        font-size: 24px; }
.sottotitoloBanner {
  font-family: Josefin Sans, sans-serif;
  color: #04305e;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.5em;
  letter-spacing: -0.08em;
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
 }


/* line 866, stile.scss */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Josefin Sans, sans-serif;
  color: #04305e;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.5em;
  letter-spacing: -0.08em;
  text-transform: uppercase; }
  /* line 867, stile.scss */
  .bg-colore1 h1, .bg-colore1 .h2, .bg-colore1 .h3, .bg-colore1 .h4, .bg-colore1 .h5, .bg-colore1 .h6 {
    color: #fff; }
  .twist .h5 {
    font-weight: 300;
    margin: 0.25em 0; }
 

/* line 870, stile.scss */
.h4, .h5, .h6 {
  color: #0d0d0d; }

/* line 871, stile.scss */
.h1 {
  font-size: 2.5em; }

/* line 872, stile.scss */
.h2 {
  font-size: 2em; }

/* line 873, stile.scss */
.h3 {
  font-size: 1.75em; }

/* line 874, stile.scss */
.h4 {
  font-size: 1.5em; }

/* line 875, stile.scss */
.h5 {
  font-size: 1.25em; }

/* line 876, stile.scss */
.h6 {
  font-size: 1.1em; }

/*RESPONSIVE*/
@media (min-width: 768px) {
  /* line 55, _megabanner.scss */
  .megabanner .twist.sfondo img.background {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center bottom; }
  /* line 58, _megabanner.scss */
  .megabanner .twist.center img.background {
    object-position: center center; }
  /* line 59, _megabanner.scss */
  .megabanner .twist.top img.background {
    object-position: center top; }
  /* line 61, _megabanner.scss */
  .megabanner .h3 {
    font-size: 2.2em; } }
@media (max-width: 1199px) {
  /* line 68, _megabanner.scss */
  .megabanner .twist {
    font-size: 0.8em; } }
@media (max-width: 991px) and (min-height: 700px) {
  /* line 74, _megabanner.scss */
  .megabanner, .megabanner .carousel-item {
    height: 60vw; }
  /* line 75, _megabanner.scss */
  .megabanner .twist {
    font-size: 0.8em; }
    /* line 76, _megabanner.scss */
    .megabanner .twist .immagine {
      height: 60vw; }
      /* line 77, _megabanner.scss */
      .megabanner .twist .immagine img {
        object-position: right 75%; } }
@media (max-width: 767px) {
  /* line 84, _megabanner.scss */
  .megabanner {
    margin: 0; }
    /* line 85, _megabanner.scss */
    .megabanner, .megabanner .carousel-item {
      height: 190vw; }
    /* line 86, _megabanner.scss */
    .megabanner .twist {
      font-size: 0.8em; }
      /* line 87, _megabanner.scss */
      .megabanner .twist .immagine {
        height: auto; }
        /* line 88, _megabanner.scss */
        .megabanner .twist .immagine img.solomobile {
          object-position: center center;
          height: 95vw; }
      /* line 90, _megabanner.scss */
      .megabanner .twist .contenuto {
        margin-top: -1em;
        font-size: 1.1em; }
    /* line 92, _megabanner.scss */
    .megabanner .ottomarzo2022 .twist .profilo {
      position: absolute;
      left: 0;
      top: 0;
      transform: unset;
      max-height: 48vw; }
    /* line 94, _megabanner.scss */
    .megabanner .acquista .immagine img.tondo, .megabanner .tasto-tondo .immagine img.tondo {
      height: 60vw;
      width: 60vw;
      transform: translateY(-28%);
      right: auto; }
    /* line 96, _megabanner.scss */
    .megabanner .tasto {
      margin: 3px 0; }
    /* line 98, _megabanner.scss */
    .megabanner .carousel-item .immagine img.immobile, .megabanner .carousel-item.active .immagine img.immobile {
      right: unset;
      z-index: unset;
      height: 38%;
      transform: none;
      top: 10%; }
    /* line 99, _megabanner.scss */
    .megabanner .carousel-item .immagine img.immobile.libro-alone, .megabanner .carousel-item.active .immagine img.immobile.libro-alone {
      height: 48vh;
      width: 100vw;
      transform: none;
      top: 0; }
    /* line 101, _megabanner.scss */
    .megabanner .carousel-control-prev, .megabanner .carousel-control-next {
      display: none; }
    /* line 102, _megabanner.scss */
    .megabanner img.logo.bsmart {
      object-fit: contain;
      height: auto;
      max-width: 290px;
      margin-top: -2em; } }
.modal .modal-header .h2, .modal .modal-header .h3, .modal .modal-header .h4, .modal .modal-header .h5 {
    color: #fff; }
  
 .items-cat {
    color: #04305e;
    font-size: 1.2em;
    line-height: 1.1em;
margin: 0.3em 0;
    
}


a:focus-visible {
  outline: 3px solid !important;
  color:#000
}
 .dati-item .dati .h2 {
      font-size: 1.66em;
      margin-top: 0.2em;}
.schede-libro .scheda .volumi .item .dati .prezzo span {
    font-weight: 600;
    color: #04305e;
}
.carousel-indicators [data-target] {
  width: 35px;          /* lunghezza del trattino */
  height: 4px;          /* altezza del trattino */
 background-color: #a9a9a9;  
  margin: 4px;
border: none;                      /* nessun bordo */
  box-shadow: none;                 /* nessuna ombra */
  appearance: none;  
}
.carousel-indicators .active {
  background-color: #04305e;    /* colore del trattino attivo */
 
}
.page-link {
  color: #0000FF; /* Cambia il colore del testo */
}

.bootstrap-select .filter-option-inner-inner {
  color: #1E335D;        
  font-weight: bold;      
  font-size: 16px;        
