


/* CONTENT - FOCUS */
section.focus img {
    min-width: 100%;
    max-width: 100%;
}

section.focus .carousel-indicators {
    bottom: -5px;
}

section.focus .carousel-indicators li {
    border: 1px solid rgb(20, 68, 106);
}

section.focus .carousel-indicators li.active {
    background-color: rgb(20, 68, 106);
}

/* CONTENT - AREE */
section.aree .area {
    background: #e2e9f3;
    max-width: 555px;
    margin: 10px 0;
    border-top: 15px solid rgb(20, 68, 106);
}

section.aree .area p {
    padding: 20px;
}

section.aree .area div {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 10px solid #FFF;
    position: relative;
    top: -35px;
    left: -35px;
    margin: 0;
    margin-bottom: -80px;
    padding: 5px;
    background: url(../img/icons-aree.png);
    background-size: auto 35px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: rgb(20, 68, 106);
}

section.aree .area.integratori div {
    background-position: -107px 7px;
}

section.aree .area.cosmetici div {
    background-position: -55px 7px;
}

section.aree .area.myacademy div {
    background-position: 5px 5px;
}

section.aree .area.profile div {
    background-position: -159px 7px;
}

section.aree .area img {
    border-bottom: 10px solid #FFF;
}

section.aree .area a {
    display: inline-block;
    /*font-size:12px;
    background-color:rgb(20,68,106);
    color:#FFF;
    text-align:center;
    padding:6px 12px;*/
    margin-bottom: 10px;
}

/* CONTENT - FORMAZIONE */
section.formazione {
    background: rgba(230, 230, 230, 0.55) none repeat scroll 0 0;
    margin-top: 100px;
}

section.formazione > div {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 10px solid #FFF;
    margin: -45px auto -45px auto;
    position: relative;
    top: -45px;
    background: url(../img/ico-formazione-online.png);
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(20, 68, 106);
}

section.formazione ul {
    margin: 0;
    padding: 0;
}

section.formazione li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    vertical-align: top;
}

section.formazione ul.categoria li a {
    color: rgb(20, 68, 106);
    text-transform: uppercase;
}

section.formazione li a:hover {
    text-decoration: none;
}

section.formazione ul.categoria > li > a > div {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    background: url(../img/icons-lezioni-red.png);
    background-size: auto 80px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: #FFF;
    text-transform: none;
}

section.formazione ul.categoria li.prodotti-cosmetici a div {
    background-position: 12px 12px;
}

section.formazione ul.categoria li.prodotti-integratori a div {
    background-position: -92px 12px;
}

section.formazione ul.categoria li.patologie a div {
    background-position: -192px 12px;
}

section.formazione ul.categoria li.manageriale a div {
    background-position: -297px 12px;
}

section.formazione ul.lezioni {
    display: none;
    background-color: #b24251;
    width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    z-index: 3;
}

section.formazione ul.categoria li:hover > ul {
    display: block;
}

section.formazione ul.lezioni li a {
    color: #FFF;
}

section.formazione ul.lezioni li a div {
    height: 70px;
    width: 70px;
    background-color: #FFF;
    border-radius: 100%;
    margin: 0 auto;
    color: #000;
    padding: 20px 10px;
    margin-top: 10px;
    font-size: 12px;
}

/* CONTENT - BREADCRUMB */
section.breadcrumb {
    background-color: transparent;
    padding: 27px 0 0;
    margin-bottom: 0;
}

section.breadcrumb a {
    color: #000;
    text-transform: capitalize;
}

/* CONTENT - PRODOTTO-TIPOLOGIA */
section.prodotto-tipologia {
    margin-bottom: 15px;
}

section.prodotto-tipologia img {
    width: 100%;
}

section.prodotto-tipologia h2 {
    position: absolute;
    top: 70px;
    font-size: 30px;
    color: #eee;
    margin: 0 50px;
    padding: 0;
}

/* CONTENT - PRODOTTO-CATEGORIA */
section.prodotto-categoria button, section.prodotto-categoria .dropdown-menu {
    width: 100%;
}

/* CONTENT - PRODOTTO-CATEGORIA-GALLERY */
section.prodotto-categoria-gallery h3 {
    text-transform: uppercase;
}

section.prodotto-categoria-gallery a.gallery-prev, section.prodotto-categoria-gallery a.gallery-next {
    font-size: 45px;
    color: #333;
    position: relative;
    top: 65px;
    left: 10px;
}

section.prodotto-categoria-gallery ul {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 130px;
    /* da verificare */
    overflow: hidden;
    max-height: 280px;
    display: inline-table;
}

section.prodotto-categoria-gallery div.linea {
    height: 130px;
    width: 100%;
    position: absolute;
    margin: 20px 0;
}

section.prodotto-categoria-gallery ul > li {
    list-style: none;
    position: relative;
    display: table-cell; /* es inline-block*/
    margin: 0;
    padding: 10px 20px;
}

section.prodotto-categoria-gallery ul > li img {
    max-height: 150px;
    max-width: 400px;
}

section.prodotto-categoria-gallery ul > li h4 {
    margin: 5px 0;
    text-transform: uppercase;
}

section.prodotto-categoria-gallery ul > li a.btn-scopri {
    display: inline-block;
    font-size: 12px;
    background-color: rgb(20, 68, 106);
    color: #FFF;
    text-align: center;
    padding: 6px 12px;
    margin-bottom: 10px;
}

/* CONTENT - PRODOTTO-CATEGORIA-GALLERY - PRODOTTI-COMPLEMENTARI */
section.prodotto-categoria-gallery.prodotti-complementari {
    margin-top: 20px;
}

section.prodotto-categoria-gallery.prodotti-complementari h3 {
    font-size: 24px;
}

/* CONTENT - PRODOTTO-SCHEDA */
section.prodotto-scheda .confezione {
    width: 100%;
}

section.prodotto-scheda .logo {
    max-width: 200px;
}

section.prodotto-scheda ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

section.prodotto-scheda ul > li {
    list-style: none;
}

section.prodotto-scheda ul > li > a {
    font-size: 24px;
    color: #000;
}

section.prodotto-scheda ul > li > div {
    padding: 10px 0;
}

section.prodotto-scheda ul.funzionalita {
    padding: 10px;
}

section.prodotto-scheda ul.funzionalita > li {
    display: inline;
    margin-right: 10px;
}

section.prodotto-scheda ul:not(.funzionalita) > li > a:before {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 15px;
}

section.prodotto-scheda ul:not(.funzionalita) > li.active > a:before {
    content: "\f078";
}

section.prodotto-scheda ul:not(.funzionalita) > li:not(.active) > div {
    display: none;
}

section.prodotto-scheda table {
    width: 100%;
    background: rgba(206, 206, 206, 0.10) none repeat scroll 0 0;
}

section.prodotto-scheda th {
    color: #32a323;
}

section.prodotto-scheda th, section.prodotto-scheda td {
    text-align: center;
}

section.prodotto-scheda .fa-times-circle {
    color: #353535;
}

section.prodotto-scheda .fa-check-circle-o {
    color: #32a323;
}

section.prodotto-scheda div.funzionalita {
    margin-top: 20px;
    background: rgba(206, 206, 206, 0.10) none repeat scroll 0 0;
}

section.prodotto-scheda div.funzionalita .item {
    margin: 5px;
}

section.prodotto-scheda div.item div, section.prodotto-scheda div.item span {
    display: inline-table;
}

section.prodotto-scheda div.funzionalita .item div {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: url(../img/icons-funzionalita.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-color: rgb(20, 68, 106);
    margin: 5px;
}

section.prodotto-scheda div.funzionalita .item span {
    padding: 10px 5px 5px 5px;
    vertical-align: top;
}

section.prodotto-scheda div.funzionalita div.idratazione {
    background-position: 0px 0;
}

section.prodotto-scheda div.funzionalita div.rughe-primo-grado {
    background-position: -30px 0;
}

section.prodotto-scheda div.funzionalita div.rughe-secondo-grado {
    background-position: -60px 0;
}

section.prodotto-scheda div.funzionalita div.rughe-terzo-grado {
    background-position: -90px 0;
}

section.prodotto-scheda div.funzionalita div.borse-occhiaie {
    background-position: -120px 0;
}

section.prodotto-scheda div.funzionalita div.acido-ialuronico-alta-concentrazione {
    background-position: -150px 0;
}

section.prodotto-scheda div.funzionalita div.trattamento-urto {
    background-position: -180px 0;
}

section.prodotto-scheda div.funzionalita div.antiossidante {
    background-position: -210px 0;
}

section.prodotto-scheda div.funzionalita div.lenitivo {
    background-position: -240px 0;
}

section.prodotto-scheda div.funzionalita div.illuminante {
    background-position: -270px 0;
}

section.prodotto-scheda div.funzionalita div.ricompattante {
    background-position: -300px 0;
}

section.prodotto-scheda div.funzionalita div.elasticita {
    background-position: -330px 0;
}

section.prodotto-scheda div.funzionalita div.barriera-protettiva {
    background-position: -360px 0;
}

section.prodotto-scheda div.funzionalita div.lifting {
    background-position: -390px 0;
}

section.prodotto-scheda div.funzionalita div.rinfrescante {
    background-position: -420px 0;
}

section.prodotto-scheda div.funzionalita div.tonicita {
    background-position: -449px 0;
}

section.prodotto-scheda div.funzionalita div.rapido-assorbimento {
    background-position: -480px 0;
}

section.prodotto-scheda div.funzionalita div.nutriente {
    background-position: -510px 0;
}

section.prodotto-scheda div.funzionalita div.volume {
    background-position: -540px 0;
}

section.prodotto-scheda div.funzionalita div.non-comedogenico {
    background-position: -571px 0;
}

section.prodotto-scheda div.funzionalita div.detersione-per-affinita {
    background-position: -602px 0;
}

section.prodotto-scheda div.funzionalita div.detergente-struccante-2-1 {
    background-position: -632px 0;
}

section.prodotto-scheda div.funzionalita div.texture-ricca {
    background-position: -662px 0;
}

section.prodotto-scheda div.funzionalita div.texture-leggera {
    background-position: -692px 0;
}

section.prodotto-scheda div.funzionalita div.leggermente-schiumogeno {
    background-position: -722px 0;
}

section.prodotto-scheda div.funzionalita div.latte {
    background-position: -752px 0;
}

section.prodotto-scheda div.funzionalita div.crema {
    background-position: -781px 0;
}

section.prodotto-scheda div.funzionalita div.gel {
    background-position: -811px 0;
}

section.prodotto-scheda div.funzionalita div.fluido {
    background-position: -841px 0;
}

section.prodotto-scheda div.funzionalita div.emulsione {
    background-position: -871px 0;
}

section.prodotto-scheda div.funzionalita div.tutti-tipi-pelle {
    background-position: -900px 0;
}

section.prodotto-scheda div.funzionalita div.pelli-reattive {
    background-position: -932px 0;
}

section.prodotto-scheda div.funzionalita div.pelli-secche {
    background-position: -963px 0;
}

section.prodotto-scheda div.funzionalita div.pelli-normali {
    background-position: -994px 0;
}

section.prodotto-scheda div.funzionalita div.pelli-miste {
    background-position: -1024px 0;
}

section.prodotto-scheda div.funzionalita div.pelli-screpolate-ispessite {
    background-position: -1055px 0;
}

section.prodotto-scheda div.funzionalita div.rispetta-Ph-fisiologico {
    background-position: -1085px 0;
}

section.prodotto-scheda div.funzionalita div.attivo-antimicrobico {
    background-position: -1116px 0;
}

section.prodotto-scheda div.funzionalita div.riparatrice {
    background-position: -1147px 0;
}

section.prodotto-scheda div.funzionalita div.levigante {
    background-position: -1177px 0;
}

section.prodotto-scheda div.funzionalita div.non-unge {
    background-position: -1208px 0;
}

section.prodotto-scheda div.funzionalita div.protezione-molto-alta {
    background-position: -1270px 0;
}

section.prodotto-scheda div.funzionalita div.protezione-alta {
    background-position: -1270px 0;
}

section.prodotto-scheda div.funzionalita div.spray-trasparente {
    background-position: -1240px 0;
}

section.prodotto-scheda div.funzionalita div.UVB-UVA {
    background-position: -1330px 0;
}

section.prodotto-scheda div.funzionalita div.water-resistant {
    background-position: -1300px 0;
}


/* CONTENT - oggetto-categoria-TOP-GALLERY */
section.oggetto-categoria-top-gallery .box {
    box-shadow: 2px 2px 4px 2px #cccccc;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 40px;
}

section.oggetto-categoria-top-gallery .box-title {
    margin-bottom: 20px;
    margin-top: -40px;
}

section.oggetto-categoria-top-gallery .box-title p {
    box-shadow: 2px 2px 4px 2px #cccccc;
    width: 180px;
    display: inline-table;
    background-color: rgb(20, 68, 106);
}

section.oggetto-categoria-top-gallery .box-title i {
    display: table-cell;
    height: 20px;
    width: 50px;
    /*background: url(../img/icons-lezioni-red.png);
    background-size: auto 40px;
    background-position: 5px 5px;
    background-repeat: no-repeat;*/
}

section.oggetto-categoria-top-gallery .box-title i.prodotti-cosmetici {
    background-position: 5px 5px;
}

section.oggetto-categoria-top-gallery .box-title i.prodotti-integratori {
    background-position: -45px 5px;
}

section.oggetto-categoria-top-gallery .box-title i.patologie {
    background-position: -100px 5px;
}

section.oggetto-categoria-top-gallery .box-title i.manageriale {
    background-position: -150px 5px;
}

section.oggetto-categoria-top-gallery .box-title i.cat-36 {
    background: url('../img/adulti.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-top-gallery .box-title i.cat-37 {
    background: url('../img/bambini.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-top-gallery .box-title i.cat-38 {
    background: url('../img/certificati.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-top-gallery .box-title span {
    display: table-cell;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    height: 50px;
    vertical-align: middle;
}

section.oggetto-categoria-top-gallery .focus {
    display: inline-table;
}

section.oggetto-categoria-top-gallery .focus > div {
    display: table-cell;
    vertical-align: top;
}

section.oggetto-categoria-top-gallery img {
    margin-right: 10px;
}

section.oggetto-categoria-top-gallery p:not(.box-title) {
    margin: 0;
    padding: 0;
}

/*
section.oggetto-categoria-top-gallery a:not(.view-all):before {
	font-family: FontAwesome;
	content: "\f054";
	padding-right:5px;
}
*/
section.oggetto-categoria-top-gallery a {
    color: rgb(20, 68, 106);
}

section.oggetto-categoria-top-gallery .focus p.area {
    font-size: 12px;
}

section.oggetto-categoria-top-gallery .focus p.titolo {
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(20, 68, 106);
}

section.oggetto-categoria-top-gallery .focus p.intro {
    font-size: 14px;
}

section.oggetto-categoria-top-gallery ul {
    border-left: 2px solid #cccccc;
    margin: 0;
    padding: 0 10px;
    min-height: 180px;
}

section.oggetto-categoria-top-gallery ul li {
    list-style: none;
    margin: 15px 0 20px;
    padding: 0;
}

section.oggetto-categoria-top-gallery ul p.area {
    font-size: 12px;
}

section.oggetto-categoria-top-gallery ul p.titolo {
    text-transform: uppercase;
    font-size: 16px;
}

section.oggetto-categoria-top-gallery .btn-outline {
    margin-top: 10px;
}

/* CONTENT - oggetto-categoria-GALLERY */
section.oggetto-categoria-gallery .box {
    box-shadow: 2px 2px 4px 2px #cccccc;
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 40px;
}

section.oggetto-categoria-gallery .box-title {
    margin-bottom: 20px;
    margin-top: -40px;
}

section.oggetto-categoria-gallery .box-title p {
    box-shadow: 2px 2px 4px 2px #cccccc;
    width: 180px;
    display: inline-table;
    background-color: #FFF;
}

section.oggetto-categoria-gallery .box-title i {
    display: table-cell;
    height: 20px;
    width: 50px;
    /*background: url(../img/icons-lezioni-red.png);
    background-size: auto 40px;
    background-position: 5px 5px;
    background-repeat: no-repeat;*/
}

section.oggetto-categoria-gallery .box-title i.prodotti-cosmetici {
    background-position: 5px 5px;
}

section.oggetto-categoria-gallery .box-title i.prodotti-integratori {
    background-position: -45px 5px;
}

section.oggetto-categoria-gallery .box-title i.patologie {
    background-position: -100px 5px;
}

section.oggetto-categoria-gallery .box-title i.manageriale {
    background-position: -150px 5px;
}


section.oggetto-categoria-gallery .box-title i.cat-36 {
    background: url('../img/adulti.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-gallery .box-title i.cat-37 {
    background: url('../img/bambini.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-gallery .box-title i.cat-38 {
    background: url('../img/certificati.png') no-repeat;
    background-size: contain;
}

section.oggetto-categoria-gallery .box-title span {
    display: table-cell;
    color: rgb(20, 68, 106);
    font-weight: bold;
    padding-left: 10px;
    height: 50px;
    vertical-align: middle;
}

section.oggetto-categoria-gallery p {
    margin: 0;
}

section.oggetto-categoria-gallery p.area {
    font-size: 12px;
}

section.oggetto-categoria-gallery ul {
    margin: 0 0 20px 0;
    padding: 0;
}

section.oggetto-categoria-gallery ul li {
    list-style: none;
}

section.oggetto-categoria-gallery ul p.titolo {
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(20, 68, 106);
}

section.oggetto-categoria-gallery ul a:before {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 5px;
}

section.oggetto-categoria-gallery ul a {
    color: rgb(20, 68, 106);
}

/* CONTENT - FORMAZIONE-CONTENUTO */
section.lezioni h3 {
    color: rgb(20, 68, 106);
}

/* CONTENT - lezione */
section.lezione h4 {
    font-style: italic;
    margin: 0;
}

section.lezione h3 {
    color: rgb(20, 68, 106);
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

/*section.lezione a, section.questionario a {
    display: inline-block;
    background-color: #FFF;
    color: rgb(20, 68, 106);
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin: 10px auto;
    border: 1px solid rgb(20, 68, 106);
    text-decoration: none;
}*/

section.lezione a.lezione-visionato {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

section.lezione .slider {
    display: block;
    margin: 0;
    padding: 0;
}

section.lezione .slider li {
    list-style: none;
    display: inline-table;
}

section.lezione .slider li:not(.button):not(.active) {
    display: none;
}

section.lezione .slider li.button a {
    border: 1px solid rgb(20, 68, 106);
}

section.lezione .slider li.active {
    display: block;
}

section.lezione .slider li img {
    max-width: 100%;
}

section.lezione .count-slider {
    font-weight: bold;
    color: rgb(20, 68, 106);
    font-size: 18px;
    text-align: right;
    display: block !important;
    position: absolute;
    right: 10px;
    bottom: 10px

}

/* CONTENT - CONTENUTO */
section.contenuto {
    padding-bottom: 30px;
}

section.contenuto .logo-empty {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(../img/icons-farmacia.png);
    background-size: auto 60px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/* CONTENT - CONTENUTO - CHI-SIAMO */
section.contenuto.chi-siamo .focus:before {
    content: '';
    height: 50px;
    width: 50px;
    position: relative;
    display: inline-block;
    background: url(../img/icons-chisiamo.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
}

section.contenuto.chi-siamo .focus.ricerca:before {
    background-position: 0 0;
}

section.contenuto.chi-siamo .focus.italianita:before {
    background-position: -50px 0;
}

section.contenuto.chi-siamo .focus.formule:before {
    background-position: -100px 0;
}

section.contenuto.chi-siamo .focus.formazione:before {
    background-position: -150px 0;
}

section.contenuto.chi-siamo .focus.qualita:before {
    background-position: -200px 0;
}

section.contenuto.chi-siamo .focus.sostenibilita:before {
    background-position: -250px 0;
}

section.contenuto.chi-siamo .focus.prezzo:before {
    background-position: -300px 0;
}

section.contenuto.chi-siamo .focus h4 {
    padding-left: 60px;
    margin-top: -35px;
    color: rgb(20, 68, 106);
}

section.contenuto.chi-siamo .focus p {
    padding-left: 60px;
}

section.contenuto.topacademy .content {
    margin: 15px 0;
}

section.contenuto.topacademy .content h4 {
    padding-left: 60px;
    margin-top: 25px;
    color: rgb(20, 68, 106);
    font-weight: bold;
}

section.contenuto.topacademy .content p {
    padding-left: 60px;
}

section.contenuto.topacademy ul {
    margin: 20px 35px;
}

/* CONTENT - CONTENUTO - MYACADEMY */
section.contenuto.myacademy .focus > div {
    height: 100px;
    width: 100px;
    margin: 10px auto;

    background-size: auto 100px;
    background-repeat: no-repeat;
}

section.contenuto.myacademy .focus div.formazione {
    background: url(../img/cappello.png);
    background-size: contain;
}

section.contenuto.myacademy .focus div.eventi {
    background: url(../img/calendario.png);
    background-size: contain;
}

section.contenuto.myacademy .focus div.questionari {
    background: url(../img/domanda.png);
    background-size: contain;
}

/* CONTENT - PROFILO-REPORT */
section.profilo-report {
    background: rgba(230, 230, 230, 0.25) none repeat scroll 0 0;
    padding: 30px 0;
}

section.profilo-report .box {
    width: 200px;
    min-width: 200px;
    height: 100px;
    min-height: 100px;
    box-shadow: 2px 2px 4px 2px #cccccc;
    display: inline-block;
    margin: 0 15px;
    background-color: #FFF;
}

section.profilo-report .box.report-download {
    height: 130px;
}

section.profilo-report .box a > div {
    margin: 10px auto;
    width: 72px;
    height: 60px;
    background: url(../img/icons-farmacia.png);
    background-size: auto 60px;
    background-repeat: no-repeat;
}

section.profilo-report .box.report-formazione a > div {
    background-position: -65px 0px;
}

section.profilo-report .box.report-vendite a > div {
    background-position: -138px 0px;
}

section.profilo-report .box.report-download a > div {
    margin: 0;
    height: 60px;
    width: 100%;
    padding-top: 10px;
    background: none;
}

section.profilo-report .box.report-download a > div::before {
    font-family: FontAwesome;
    color: rgb(20, 68, 106);
    font-size: 30px;
    content: "\f019";
}

section.profilo-report .box a {
    color: #000;
}

section.profilo-report .box a:hover {
    text-decoration: none;
}

section.profilo-report .box a span {
    font-weight: bold;
    color: rgb(20, 68, 106);
}

/* CONTENT - PROFILO-REPORT */
section.profilo-report-formazione {
    padding: 30px 0;
}

section.profilo-report-formazione .content {
    background: rgb(238, 238, 238);
    padding: 20px;
    text-align: center;
}

section.profilo-report-formazione.collaboratore {
    margin-bottom: 15px;
}

section.profilo-report-formazione.collaboratore .content {
    background: rgb(238, 238, 238);
    padding: 20px;
}


section.profilo-report-formazione.collaboratore .card-header .btn.btn-link {
    background: rgb(20, 68, 106);
    border-radius: 10px;
    width: 100%;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

section.profilo-report-formazione.collaboratore .card-header .btn.btn-link.collapsed {
    background: rgb(239, 239, 239);
    border-radius: 10px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: rgb(20, 68, 106);
}

section.profilo-report-formazione.collaboratore .card-body {
    padding: 30px 0;
    background: rgb(246, 246, 246);
}

/*section.profilo-report-formazione a {
    color: #000;
}*/

section.profilo-report-formazione .circliful {
    margin: 0 auto;
}


/* FOOTER */

footer .col-12 {
    display: inline-table;
}

footer .col-12 > a, footer .col-12 > ul {
    display: table-cell;
}

footer .col-12 img {
    width: 120px;
    margin: 10px;
}

footer .col-12 ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

footer .col-12 p {
    color: #FFF;
}

footer .col-12:not(.mobile-hidden) p {
    font-size: 12px;
    line-height: inherit;
    margin-top: 20px;
    padding: 0 42px;
}

footer .col-12:not(.mobile-hidden) p > a {
    color: #FFF;
    text-decoration: underline;
}

footer .col-12 ul > li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
}

footer .col-12 ul > li a {
    color: #FFF;
}

footer .col-12 ul > li a:hover {
    text-decoration: none;
}

/* MODAL - QUESTIONARIO */
#modalQuestionario h3 {
    color: rgb(20, 68, 106);
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

#modalQuestionario h5 {
    font-style: italic;
    margin: 10px 0;
}

#modalQuestionario ul {
    padding: 0;
}

#modalQuestionario ul li .link-visualizza-risposte {
    font-size: 18px;
}

#modalQuestionario ul li span {
    margin-right: 10px;
}

#modalQuestionario ul li {
    list-style: none;
}

@media (max-width: 414px) {
    #modalQuestionario ul li span {
        font-size: 18px;
    }

    #modalQuestionario ul li {
        padding: 10px 0;
    }
}

#modalQuestionario .rifai {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
}

#modalQuestionario a {
    color: rgb(20, 68, 106);
    text-decoration: none;
}


#modalQuestionario .position {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgb(20, 68, 106);
    width: 70px;
    height: 70px;
    margin: 20px auto -50px auto;
    vertical-align: middle;
}

#modalQuestionario .position div {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    width: 100px;
    margin-left: -26px;
    padding-top: 25px;
    text-align: center;
}

#modalQuestionario .link-visualizza-risposte {
    text-transform: uppercase;
    margin: 10px 0;
}

#modalQuestionario textarea {
    resize: none;
}

#modalResults .modal-dialog {
    max-height: 90vh;
    overflow: auto;
}

#modalResults .modal-content {
    background: #eee;
}

#modalResults .risultati {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalResults .risultati .domanda {
    background: rgb(255 255 255);
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    list-style: none;
}

#modalResults .risultati .risposte {
    list-style: none;
    padding: 10px 0;
}

#modalResults .risultati .risposte .esitoko {
    color: red;
}

#modalResults .risultati .risposte .esitook {
    color: green;
    font-weight: bold;
}

#modalResults .risultati .corretta {
    list-style: none;
    color: green;
    font-weight: bold;
    margin: 10px 0;
}

#modalResults .punteggio {
    padding: 15px;
    list-style: none;
    font-weight: bold;
    color: rgb(20, 68, 106);
    font-size: 18px;
}

/* MODAL - REPORTFORMAZIONECATEGORIA */
#modalReportFormazioneCategoria .modal-body p span {
    text-transform: uppercase;
}

#modalReportFormazioneCategoria .modal-body .superati p span {
    color: rgb(20, 68, 106);
}

@media (max-width: 968px) {
    section.prodotto-tipologia h2 {
        top: 40px;
    }
}

@media (max-width: 768px) {
    section.prodotto-tipologia h2 {
        top: 30px;
    }

    section.oggetto-categoria-top-gallery .col-7, section.oggetto-categoria-top-gallery .col-5 {
        display: inline-block;
        width: 100%;
    }

    section.oggetto-categoria-top-gallery .col-5 {
        margin: 10px 0;
    }

    section.oggetto-categoria-top-gallery ul {
        border-left-width: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }

    .navbar-nav > li {
        float: none;
    }

    header .col-12 img {
        width: 80px;
        margin: 5px;
    }

    header .col-12 > p {
        text-align: right;
        width: 10%;
    }

    header .col-12 > p a {
        display: inline-block;
        margin-top: 10px;
    }

    section.aree .area {
        margin: 15px 20px;
    }

    section.formazione li {
        display: block;
    }

    section.formazione ul.categoria li:hover > ul {
        display: none;
    }

    section.prodotto-tipologia {
        display: none;
    }

    section.oggetto-categoria-top-gallery .col-7, section.oggetto-categoria-top-gallery .col-5, section.oggetto-categoria-top-gallery .focus, section.oggetto-categoria-top-gallery .focus > div, section.oggetto-categoria-top-gallery .focus, section.oggetto-categoria-top-gallery .focus img {
        display: inline-block;
        width: 100%;
    }

    section.oggetto-categoria-top-gallery .focus img {
        margin-bottom: 10px;
    }
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

/*documenti scaricabili*/

section.scaricabili .scaricabile {
    background: rgba(230, 230, 230, 0.25) none repeat scroll 0 0;
    max-width: 525px;
    margin: 15px auto;
    padding: 15px 0;
}

section.scaricabili .scaricabile div {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 10px solid #FFF;
    position: relative;
    top: -35px;
    left: -35px;
    margin: 0;
    margin-bottom: -80px;
    padding: 5px;
    /*background: url(../img/icons-aree.png);*/
    background-size: auto 35px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: rgb(20, 68, 106);
}

section.scaricabili .scaricabile_dettaglio {
    border: 10px solid #FFF;
    margin: 0;
    padding: 15px;
    /*background: url(../img/icons-aree.png);*/
    background-size: auto 35px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: #dcdddf;
}

section.news {
    color: #333;
}

section.news h4 {
    margin-top: 0;
    font-size: 13px;
}

section.news h2 {
    margin-top: 10px;

}

/*home public*/
.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

@media (max-width: 568px) {
    .aligner {
        display: block;
    }
}

.aligner h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #5d5d5d;
    margin: 30px 0;
}

.aligner p {
    text-align: left;
    color: #5d5d5d;
    margin: 30px 0;
}

/*form hp*/
.frmCrm {
    margin: 10px 0;
}

.frmCrm .form-group {
    margin-bottom: 10px;

}

.frmCrm input, .frmCrm textarea, .frmCrm select {
    border: 0;
    background: #d3d3d3;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 0;
}

.frmCrm select {
    padding: 0 20px;
    height: 40px;
}


.frmCrm input[type='radio'] {
    width: 50px;
    float: left;
}

.frmCrm label {
    float: left;
    margin-top: 10px;
    margin-right: 45px;
}

.frmCrm .accedi-crm {
    border: 2px solid rgb(20, 68, 106);
    width: 130px;
    height: 55px;
    text-transform: uppercase;
    color: #5d5d5d;
    padding: 5px 15px;


}

.frmCrm .col-md-6, .frmCrm .col-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.drop-content {
    padding: 5px;
}

.drop-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*overrride bootstrap*/
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
}

.navbar-nav > li > a {
    display: initial !important;
}

.dropdown-menu {
    padding: 10px;
    min-width: 270px;
}

.dropdown-menu > li > a {
    color: #fff !important;
    display: initial !important;
}

.nav > li, .dropdown-menu > li {
    padding: 5px;
}

#prodotti.dropdown-menu {
    padding-left: 0;
}

#prodotti.dropdown-menu > li > a {
    color: #333 !important;
    display: block !important;
}

#prodotti.nav > li, #prodotti.dropdown-menu > li {
    padding: 0px;
}

.marginPunteggio {
    margin-left: 5px
}

.notifiy-mobile {
    text-align: right;
}

.notifiy-mobile a {
    color: #fff;
}

.notifiy-mobile li a {
    color: #000;
}

.logo-grigio {
    max-width: 185px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-grigio {
        max-width: 290px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-lezione iframe {
    width: 100%;
}

section.lezione .container {
    /*background: #eee;
    border: 1px solid #ccc;*/
}


section.lezione .container .oggetto-categoria {
    font-style: italic;
    text-align: left;
    margin: 10px 0;
}

section.lezione .container .oggetto-area {
    font-weight: bold;
    text-align: right;
    margin: 10px;
}

section.lezione .container .lezione-titolo {
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    color: rgb(0, 53, 95);
}

section.lezione .container .title-side {
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    color: rgb(0, 53, 95);
}


section.questionario .container {
    /* background: #eee;
     border: 1px solid #ccc;*/
}

section.questionario .container .questionario-categoria {
    font-style: italic;
    text-align: left;
    margin: 10px 0;
}

section.questionario .container .questionario-area {
    font-weight: bold;
    text-align: right;
    margin: 10px;
}

section.questionario .container .questionario-titolo {
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    color: rgb(0, 53, 95);
}

section.questionario .container .title-side {
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    color: rgb(0, 53, 95);
}


section.scaricabili .container {
    /* background: #eee;
     border: 1px solid #ccc;*/
}

section.scaricabili .container .scaricabili-categoria {
    font-style: italic;
    text-align: left;
    margin: 10px 0;
}

section.scaricabili .container .scaricabili-area {
    font-weight: bold;
    text-align: right;
    margin: 10px;
}

section.scaricabili .container .scaricabili-titolo {
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    color: rgb(0, 53, 95);
    text-transform: uppercase;
}

section.scaricabili .container .title-side {
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    color: rgb(0, 53, 95);
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgb(199, 199, 199);
}

hr.border-bottom {
    width: 100%;
    background: rgb(20, 68, 106);
    height: 2px;
    border: 0;
}

.post-container {
    margin: 40px 0;
}

.post-container .post-background {
    background: rgb(246, 246, 246);
    padding: 20px;
}

.post-container .button-post {
    margin: 20px 0 0;
}

/*datatable*/

.titolo-header {
    font-size: 24px;
    color: rgb(20, 68, 106);
    margin: 0 0 5px;
    font-weight: bold;
}

.box.table-data table.dataTable th.live-title {
    color: rgb(20, 68, 106);
}

.box.table-data .description-header {
    font-size: 16px;

}

.box.table-data table.dataTable thead .sorting:after, table.dataTable thead .sorting:after,
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 {
    opacity: 0;
}

.box.table-data table.dataTable {
    margin-top: 30px !important;
}

.box.table-data table.dataTable thead th {
    font-size: 16px;
    font-weight: bold;
}

.box.table-data table.dataTable thead th, .box.table-data table.dataTable thead td {
    padding: 10px;
    border-bottom: 0;
}

.box.table-data table.dataTable tbody td .titolo a {
    color: rgb(20, 68, 106);
    font-size: 16px;
    font-weight: bold;
}

.box.table-data table.dataTable tbody td .descrizione {
    font-size: 16px;
}

.box.table-data table.dataTable tbody td .inserimento {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-style: italic;
}

.box.table-data div.dataTables_wrapper div.dataTables_paginate {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0;
    margin-top: 20px;
}

.box.table-data .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-right: 1px solid #eee;
    margin-left: 0;
}

.box.table-data .dataTables_wrapper .dataTables_paginate .paginate_button:last-child {

}

.box.table-data .paginate_button.previous {
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.box.table-data .paginate_button.next {
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.box.table-data .dataTables_wrapper .dataTables_paginate .paginate_button.current, .box.table-data .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .box.table-data .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgb(20, 68, 106)!important;
    color: white !important;
}

.box.table-data table.dataTable thead .sorting_desc:after, .box.table-data table.dataTable thead .sorting_asc:after {
    content: '';
}

/*.box.table-data table.dataTable thead .sorting_desc, .box.table-data table.dataTable thead .sorting_asc {
    background-image: none;
}*/
/*
#forumdb.posts table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,#forumdb.posts table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even {
    background: #fff!important;
}
#forumdb.posts table.dataTable.display tbody tr.odd>.sorting_1, #forumdb.posts table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: #fff!important;
}
#forumdb.posts table.dataTable.display tbody tr.even>.sorting_1, #forumdb.posts table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background: #fff!important;
}
*/
#forumdb.posts table.dataTable.stripe tbody td:first-child {
    vertical-align: top;
}

.box.table-data table.dataTable.order-column tbody tr > .sorting_1, .box.table-data table.dataTable.order-column tbody tr > .sorting_2, .box.table-data table.dataTable.order-column tbody tr > .sorting_3, .box.table-data table.dataTable.display tbody tr > .sorting_1, .box.table-data table.dataTable.display tbody tr > .sorting_2, .box.table-data table.dataTable.display tbody tr > .sorting_3 {
    background: none;
}

.createComment h2 {
    font-size: 24px;
    color: rgb(20, 68, 106);
    margin: 10px 0 30px;
}

.createComment h3 {
    font-size: 13px;
    font-weight: bold;
    color: rgb(20, 68, 106);
    margin: 10px 0 5px;
}

#forumdb h3 {
    font-size: 13px;
    color: rgb(20, 68, 106);
    font-weight: bold;
    margin-top: 10px;
}

#forumdb .ruolo {
    font-size: 13px;
    color: rgb(102, 102, 102);
    font-style: italic;
}

.utente .sidebar {
    padding: 20px;
}

.utente .information {
    margin-top: 30px;
}

.utente .gestione {
    list-style: none;
    padding: 25px 15px;
}

.utente .gestione li {
    padding: 10px 0;
}

.utente .gestione li a {
    font-weight: bold;
}

.utente .gestione li.active, .utente .gestione li:hover {
    background: rgb(246, 246, 246);
}

.utente .gestione li img {
    padding: 0 10px 0 5px;
}

/*live*/
.live .margin-title {
    margin-top: 50px;
}


/*chat*/

.Container-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    /*max-width: 80rem;*/
    position: relative;
    width: 100%;
    position: fixed;
    bottom: 60px;
}


/*--------------------
Chat
--------------------*/

.Chat {
    -ms-flex-item-align: end;
    align-self: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 1em;
    position: absolute;
}

.Chat h1, .Chat h2 {
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.Chat h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    letter-spacing: 1px;
}

.Chat__container {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
    height: 0;
    -webkit-transform: scaleX(0.8) scaleY(0.8) translateY(100px);
    transform: scaleX(0.8) scaleY(0.8) translateY(100px);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    max-height: 500px;
}

.Chat__toggle {
    width: 50px;
    height: 50px;
    background: rgb(20, 68, 106);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fafafa;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 20px;
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 11;
    font-size: 10px;
    padding: 13px;
}

.Chat__toggle svg {
    fill: #fafafa;
    font-size: 10px;
    width: 25px;
}

.Chat__input {
    display: none;
    z-index: 10;
}

.Chat__input:checked ~ .Chat__container {
    height: 100%;
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
    transform: scaleX(1) scaleY(1) translateY(0);
}

.Chat__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Chat__minimize,
.Chat__close {
    background: none;
    border: 0;
    cursor: pointer;
    width: 20px;
    height: 25px;
    position: relative;
    outline: none !important;
}

.Chat__minimize::after,
.Chat__close::before,
.Chat__close::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #fafafa;
}

.Chat__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Chat__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Chat__collapsed {
    height: 55px;
    overflow: hidden;
}

.Chat__wrapper {
    width: 300px;
    height: 80vh;
    max-height: 500px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    /* background: url(https://img03.rl0.ru/10038ac5ca6d37ae9294b219a150575b/c1436x1002/pbs.twimg.com/profile_background_images/495851994/twitter_background.jpg.jpeg);*/
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Chat__headerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(20, 68, 106);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.Chat__titleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.Chat__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.Chat__titleAvatar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: #fafafa;
    margin: 0 8px 0 0;
}

.Chat__titleAvatarImage {
    max-width: 100%;
    height: auto;
}

.Chat__messages {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #212121;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.Chat__messagesContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    background: #fff;
}

.Chat__mainTitle {
    font-size: 16px
}

.Chat__subTitle {
    font-size: 14px
}

.Chat__message {
    clear: both;
    float: left;
    padding: 6px 10px 7px;
    border-radius: 5px 5px 5px 0;
    background: #fafafa;
    margin: 8px 0;
    font-size: 11px;
    line-height: 1.4;
    margin-left: 35px;
    position: relative;
}

.Chat__message::before {
    content: '';
    position: absolute;
    bottom: -6px;
    border-top: 6px solid #fafafa;
    left: 0;
    border-right: 7px solid transparent;
}

.Chat__message:last-child {
    margin-bottom: 30px;
}

.Chat__message.new {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: bounce 500ms linear both;
    animation: bounce 500ms linear both;
}

.Chat__message.loading {
    color: #212121;
}

.Chat__message.loading::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #212121;
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    border: none;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.Chat__message.loading span {
    display: block;
    font-size: 0;
    width: 20px;
    height: 10px;
    position: relative;
}

.Chat__message.loading span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #212121;
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -7px;
}

.Chat__message.loading span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #212121;
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: 7px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.Chat__messageAvatar {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: -35px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

.Chat__messageAvatarImage {
    width: 100%;
    height: auto;
}

.Chat__messagePersonal {
    float: right;
    color: #fafafa;
    text-align: right;
    background: rgb(20, 68, 106);
    border-radius: 5px 5px 0 5px;
}

.Chat__messagePersonal::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid rgb(20, 68, 106);
    bottom: -4px;
}

.Chat__messageBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    width: 100%;
    background: #fafafa;
    padding: 10px;
    position: relative;
}

.Chat__messageInput {
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    color: #212121;
    font-size: 11px;
    /*height: 17px;*/
    margin: 0;
    padding-right: 20px;
    width: 90%;
}

.Chat textarea:focus:-webkit-placeholder {
    color: transparent;
}

.Chat__messageSubmit {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #248A52;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 3px 3px 3px 5px;
    border-radius: 50%;
    outline: none !important;
    width: 25px;
    height: 25px;
}

.Chat__timestamp {
    position: absolute;
    bottom: -15px;
    font-size: 9px;
    color: #212121;
}

.Chat #sendWrapper {
    display: block;
    width: 13px;
    height: 13px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .Chat {
        width: 100%;
    }

    .Chat__wrapper {
        width: 100%;
    }
}

@media only screen and (orientation: landscape) and (max-width: 767px) and (min-width: 320px) {
    .Chat {
        margin-bottom: 0;
    }

    .Chat__toggle {
        height: 40px;
        margin-top: 10px;
        width: 40px;
    }

    .Chat__toggle svg {
        width: 15px;
    }
}


/*--------------------
Custom Srollbar
--------------------*/

.mCSB_scrollTools {
    margin: 1px -3px 1px 0;
    opacity: 0;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
    padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5) !important;
}


/*--------------------
Bounce
--------------------*/

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes ball {
    from {
        -webkit-transform: translateY(0) scaleY(0.8);
        transform: translateY(0) scaleY(0.8);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    from {
        -webkit-transform: translateY(0) scaleY(0.8);
        transform: translateY(0) scaleY(0.8);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.chiusura_questionario2 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.datatable_test td {
    padding: 5px;
}

.infoPoint {
    margin-top: 55px;
    text-align: right;
    margin-right: 45px;
}

.infoPoint a {
    color: rgb(20, 68, 106) !important;
}

/*center modals*/

#modalInformation .modal.in .modal-dialog {
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}

/*over bootstrap*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


.container .border {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
}

.container .border h4 {
    padding: 15px 0;
}

.progress-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    height: 4rem;
}

.progress-counter .progress-bar {
    background: #028103;
    display: block;
    line-height: 42px;

}

.contenuto.live .elenco-classi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
}
.contenuto.live .elenco-classi-colonna {
    min-width: 50%;
}
@media (max-width: 475px) {
    .contenuto.live .elenco-classi-colonna {
        min-width: 100%;
    }
}