
/* ABILITA IL DROPDOWN AUTOMATICO*/

.dropdown:hover>.dropdown-menu {
  display: block;
}

        
/* ELIMINA LA COLONNA DELLA DATA DI INSERIMENTO DELLA SESSIONE*/
       @media (max-width: 900px) {
        .hidesmartphone{
            display: none;
        }
    }
        
        #ultimamod {
    font-size: 10px;
    color: #909090;
    text-transform: uppercase;
    font-weight: 600;
}


#boxguida {
    background: #00549a;
    padding:10px;

}

#boxguida p {
    color: white;
}

#avvisoguida > #legend {
    color:white;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 


  .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 








 .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.accordion .card-header {
    color: #dd811e;
    display: block;
    text-transform: uppercase;
}





/* INIZIO STILE BOX CONTABILITA AREA RISERVATA */


.assistance-box-container {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: linear-gradient(135deg,#1a2980 0,#21a2f2 100%);
    color: #fff;
    margin-bottom: 50px;
}

.debitoform {
    border-radius: 20px;
        background-color: rgba(255,255,255,.2);
        align-items: center;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 16px;
    margin-right: 16px;
    border-radius: 20px;
    color:white;
    display: flex;
    width:fit-content;
}

/* FINE STILE BOX CONTABILITA AREA RISERVATA */


/* INIZIO STILE BOX AUTOSCUOLA AREA RISERVATA */

.card-wrapper {
    border: 1px solid #e5e5e5;
border-radius: 5px;
    margin-bottom: 50px;
    }

.content-wrapper {
    margin-right: 0;
    padding: 24px 16px;
    border-bottom: unset;
}

.card-content {
        max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    
}


.field-card[_ngcontent-nui-c58] .capital-small[_ngcontent-nui-c58] {
    text-transform: uppercase;
    color: #6c6c6c;
}

.field-card[_ngcontent-nui-c58] .subtitle[_ngcontent-nui-c58] {
    margin-top: 5px;
    word-break: break-word;
}

@media screen and (min-width: 768px){
.inline-fields[_ngcontent-nui-c65] > *[_ngcontent-nui-c65] {
    width: 50%;
    padding-right: 16px;
}
}


.inline-fields[_ngcontent-nui-c65] > *[_ngcontent-nui-c65] {
    width: 100%;
    padding-right: 16px;
}

:not(mat-icon) {
    box-sizing: border-box;
}



@media screen and (min-width: 1024px){
.field-card[_ngcontent-nui-c58] {
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    }



@media screen and (min-width: 768px){
.inline-fields[_ngcontent-nui-c65] > *[_ngcontent-nui-c65] {
    width: 50%;
    padding-right: 16px;
}}

.inline-fields[_ngcontent-nui-c65] {
    margin-right: -16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* FINE STILE BOX AUTOSCUOLA AREA RISERVATA */


/* NUOVO FONT PER TUTTO IL SITO */


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');

/* FINE FONT */

.navbar, .jumbotron {
    font-family: 'Nunito', sans-serif !important;
}

#alphafooter, #legend {
    font-family: 'Nunito', sans-serif !important;
}

/* STILE DEL BOX DELLA HOME */
.goto {margin-top: 45px;
    display: flex;
    justify-content: flex-end;
}

.goto a {
    color:white;
    text-shadow: 0px 2px 3px #555;
    text-transform: uppercase;
}

.goto a:hover {
    text-decoration:none;
}


/* FINESTILE DEL BOX DELLA HOME */



/* STILE TABELLA DEI TURNI OPERATIVI DELLA HOME */
div.elenco-1 h2.grande {
    font-size: 120%;
}

div.elenco-1 h2 {
    margin: 0;
    padding: 10px 20px 5px 20px;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #ff6600;
    font-weight: normal;
}

.tabella-1 {
    margin: 0;
    border-spacing: 1px;
    width: 100%;
    background-color: #e2e2e2;
    border:1px;
    font-size: 80%;
}

.tabella-1 tbody tr:nth-child(odd) {
    background-color: #fbfbfb;
}



.tabella-1 td {
    padding: 15px 10px;
} 

/* FINE TABELLA TURNI HOME */



body-grey
{
    background-color: #f3f3f3 !important;
}

#nav {
        background-color: #004080 !important;
    text-transform:uppercase;
}

#infoP {
    margin-top: 10px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}



.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}


.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #999999;
}

.card-wrapper {
    background-color: white;
    padding: 6px;
    word-wrap: break-word;
    
}

#contenuto {
    background-color: #ffff;
    width: 100%;
    height: 100%;
}

.legend {
    color:#004080;
    font-weight: 700;
    text-transform: uppercase;
    font-size:1.4rem;
}

#avviso {
      word-wrap: break-word;
}