@charset "utf-8";
/* CSS Document */

.swal2-popup {
width: unset !important;
max-width: 40% !important;
min-width: 20% !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
.swal2-popup {
width: unset !important;
max-width: 80% !important;
min-width: 70% !important;
}
}

@media (max-width: 767px) {
.swal2-popup {
width: unset !important;
max-width: 90% !important;
min-width: 80% !important;
}

.swal2-title {
font-size: 26px !important;
}

.swal2-html-container,
.swal2-html-container p {
font-size: 14px !important;
}
}

.swal2-styled.swal2-confirm {
background-color: #008bf8 !important;
height: unset !important;
}

.swal2-html-container {
overflow: unset !important;
}

.swal2-close:focus {
box-shadow: unset !important;
}

.swal2-title {
font-size: 32px !important;
padding: unset !important;
}

.swal2-html-container,
.swal2-html-container p {
font-size: 18px !important;
}

.btn-swal {
height: unset;
padding: 4px 8px;
border-radius: 4px;
display: inline-block;
}

.btn-swal.btn-giallo {
background-color: #f5b700;
color: #222;
}

.btn-swal.btn-azzurro {
background-color: #008bf8;
color: #fff;
}

.btn-swal.btn-attestato {
background-color: #25cdff;
color: #fff;
}

.btn-swal.btn-attestato-ecm {
background-color: #007bff;
color: #fff;
}

.btn-swal.btn-verde {
background-color: #04e762;
color: #fff;
}

#modal-container h5 {
font-size: 14px !important;
}
.pulsanti-esiti-in-box div {
padding: 0 20px 10px 20px;
}

.pulsanti-esiti-in-box svg {
font-size: 23px;
vertical-align: -4px;
width: 23px !important;
text-align: center;
}

.accesso {
background-color: rgba(0, 255, 0, 0.25);
}

.no-accesso {
background-color: rgba(255, 0, 0, 0.25);
}

.hide {
display: none !important;
}

.dettaglio-sincrono {
font-size: 24px;
font-weight: bold;
}

.discente-link a {
color: #0072ff;
font-weight: bold;
}

/* MOBILE MENU */

.pointer {
cursor: pointer;
}

#menu-mobile {
display: none;
}

@-webkit-keyframes blinker {
from {
opacity: 1;
}
to {
opacity: 0;
}
}

.lightning {
color: #ff0000 !important;
-webkit-animation-name: blinker;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
-webkit-animation-duration: 1.7s;
}

.sidenav {
height: 100%;

width: 0;

position: fixed;

z-index: 999;

top: 0;

left: 0;

background-color: #111;

overflow-x: hidden;

transition: 0.5s;

padding-top: 50px;
}

.sidenav a {
padding: 8px 8px 8px 32px;

text-decoration: none;

font-size: 17px;

color: #ccc;

display: block;

transition: 0.3s;
}

.sidenav a:hover {
color: #fff;
}

.sidenav .closebtn {
position: absolute;

top: 0;

right: 20px;

font-size: 30px;

margin-left: 50px;

z-index: 999;
}

#main-mobile a {
color: #fff !important;
}
#main-mobile {
transition: margin-left 0.5s;

padding: 0;
}
.grafica-menu-admin {
padding-bottom: 60px;
}
.grafica-menu-admin a {
padding: 6px;
font-size: 13px;
}
.logo {
width: 100%;
display: block;
text-align: center;
}

.f-columns .two.columns {
width: 16.333333%;
margin-left: 1%;
}
.f-columns .columns:first-child {
margin-left: 0;
}

.bottone4 {
margin: 2px;
font-weight: bold;
display: inline-block;
min-width: 70px;
font-size: 12px;
line-height: 15px;
padding: 5px 8px;
text-align: center;
text-transform: uppercase;
border: 1px solid #fdb815;
background: #fdb813;
color: #000;
text-shadow: 0px -1px 0px rgb(30 30 30 / 50%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 1px rgb(50 50 50 / 50%);
-moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 1px rgb(50 50 50 / 50%);
cursor: pointer;
}

.bottone4:hover {
color: #000;
background-color: #d59c14;
}

.bottone5 {
margin: 2px;
font-weight: bold;
display: inline-block;
min-width: 70px;
font-size: 12px;
line-height: 15px;
padding: 5px 8px;
text-align: center;
text-transform: uppercase;
border: 1px solid #80f9ff;
background: #80f9ff;
color: #000;
text-shadow: 0px -1px 0px rgb(30 30 30 / 50%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 1px rgb(50 50 50 / 50%);
-moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 1px rgb(50 50 50 / 50%);
cursor: pointer;
}

.bottone5:hover {
color: #000;
background-color: #80f9ff;
}

#moduloUploadEvento {
display: none;
}

.scrollable {
height: auto;
max-height: 200px;
overflow-y: auto;
background-color: #eee;
padding: 10px 20px;
}

.scrollable p {
margin-top: 0 !important;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
margin-bottom: 5px !important;
}

.table-responsive {
overflow-x: auto;
}

#tableEventiAsincroni_filter {
display: none;
}

.dataTables_info {
font-size: 16px;
}

#tableutentiassociati thead input {
width: 100%;
font-size: 11px !important;
}

.storicorichieste {
margin-bottom: 20px !important;
}
.storicorichieste p {
margin: 0 !important;
font-size: 14px;
}
.storicorichieste .ringestione {
color: #004085;
background-color: #cce5ff;
padding: 5px 15px;
}
.storicorichieste .rrifiutata {
color: #721c24;
background-color: #f8d7da;
padding: 5px 15px;
}
.storicorichieste .raccettata {
color: #155724;
background-color: #d4edda;
padding: 5px 15px;
}

#tableutentiassociati_filter,
#tableutentiassociati_length {
display: none !important;
}
#tableutentiassociati {
width: 100% !important;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 3px !important;
}
#tableutentidaassociare thead input {
width: 100%;
font-size: 11px !important;
}

#tableutentidaassociare_filter,
#tableutentidaassociare_length {
display: none !important;
}
#tableutentidaassociare {
width: 100% !important;
}

.immagineloginsfondo {
/* border-bottom: 5px solid #00adef; */
margin-bottom: 20px;
/* padding: 10%; */
background-size: cover;
background-repeat: no-repeat;
height: 450px;
}
h2 {
font-size: 2.1em;
}

.videocorrente {
background: #005c89 !important;
}

label,
legend {
margin-bottom: 0.3rem !important;
font-size: 1.3em !important;
}
.fa.fa-home {
display: none !important;
}
.videocorrente {
background: #005c89 !important;
}
.tabellaAdmin {
font-size: 13px !important;
}
.bgrosso {
background-color: #f8d7da;
}
.bgverde {
background-color: #d4edda;
}
.scadenzasessioni {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
padding: 0 40px 0 20px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 14px;
border-bottom: solid 2px #721c24;
position: relative;
margin-top: 5px;
}
.bloccoalert {
color: #721c24;
background-color: #f8d7da;
padding: 0 20px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 16px;
position: relative;
}
.bloccoinfo {
color: #004085;
background-color: #cce5ff;
padding: 0 20px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 16px;
position: relative;
}
.bloccowarning {
color: #856404;
background-color: #fff3cd;
padding: 0 20px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 16px;
position: relative;
}
.chiudi-avviso {
font-weight: bold;
font-size: 20px;
color: #721c24;
cursor: pointer;
position: absolute;
right: 20px;
top: 12px;
}
.messaggiadmin {
background: #f4f4f4;
padding: 20px;
border-radius: 3px;
margin-bottom: 20px;
}

.info-sistema {
font-size: 16px;
}

#button-info-requisiti {
margin: 10px 0 !important;
color: #0093c9;
border-color: #0093cb;
}

#button-info-requisiti:hover {
color: #0b64bd;
border-color: #0b64bd;
}

.sweet-alert.alert-info p {
color: black !important;
text-align: left;
}

/* Style tab links */
.tablink {
background-color: #2c3e50;
color: white;
float: left;
/* border: none; */
outline: none;
cursor: pointer;
padding: 14px 10px;
font-size: 14px;
width: max-content;
height: auto;
border-radius: unset;
border-right-color: #514747;
}

.tablink:hover {
color: #00adef !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: #000000;
display: none;
padding: 100px 20px 0px 20px;
height: 100%;
}

i {
font-size: 24px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mt0 {
margin-top: 0 !important;
}
.p20 {
padding: 20px 0;
}
.pt20 {
padding-top: 20px;
}
.spaziatura {
padding: 0 40px 40px 40px;
}
.link {
text-transform: uppercase;
cursor: pointer;
font-size: 0.7em;
font-weight: bold;
}
.link:hover {
text-decoration: underline;
}
.nascosto {
display: none;
}
.disabled {
display: none !important;
}
#menu-laterale-container {
padding-top: 5px;
border-right: 1px solid #ddd;
}
#main-page {
padding-bottom: 40px;
}
.menu-laterale-testo {
padding: 10px;
font-size: 1.1em;
background: #2c3e50;
color: #fff;
}
#my-menu {
padding-top: 5px;
}
#my-menu ul li {
cursor: pointer;
}
#my-menu ul li span {
border-bottom: 1px solid #2c3e50;
padding: 10px;
position: relative;
color: #666;
background: #ddd;
display: block;
font-weight: bold;
}
#my-menu ul li a {
border-bottom: 1px solid #ddd;
padding: 10px;
position: relative;
color: #666;
-webkit-transition: all ease-out 0.3s;
-moz-transition: all ease-out 0.3s;
-o-transition: all ease-out 0.3s;
transition: all ease-out 0.3s;
display: block;
}

#my-menu ul li:first-child a {
border-top: 1px solid #ddd;
}
#my-menu ul li a:hover,
#my-menu ul li.title a {
background: #ddd;
}
#my-menu ul li.selected a,
#my-menu ul li.selected span {
background: #2c3e50;
color: #fff;
}
a {
cursor: pointer;
}
.go-back {
margin-top: 20px;
padding: 10px 0;
border-top: 1px solid #efefef;
}
input[type="submit"] {
background: #fff;
}
.wrapperMargin {
width: 90%;
margin-left: 10%;
}

.boxLogin {
width: 350px;
margin: 0 auto;
text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
/*min-height:500px;*/
}
.infoeven p {
display: inline;
font-size: 16px;
}
.elenco-eventi-fad .evento-fad {
-moz-box-shadow: 0 0 6px #666;
-webkit-box-shadow: 0 0 6px #666;
background: #f0f8ff;
margin: 10px 0;
}
.elenco-eventi-fad .evento-fad .contenuto1 {
padding: 10px;
}
.elenco-eventi-fad .evento-fad .contenuto2 {
padding: 20px;
color: #0c508c;
}
.elenco-eventi-fad .evento-fad .immagine {
height: 150px;
width: 100%;
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 0 10px 0;
}
.elenco-eventi-fad .evento-fad:hover {
background: #e6eff7;
}
.elenco-eventi-fad .evento-fad h4,
.elenco-eventi-fad .evento-fad h5 {
padding-bottom: 2px;
}
.elenco-eventi-fad .evento-fad h4 {
background: #0c508c;
padding: 10px 20px 10px 20px;
margin-bottom: 0px;
color: #fff;
font-size: 16px;
}
.elenco-eventi-fad .evento-fad video {
width: 100%;
display: block;
height: 90px;
object-fit: cover;
background: transparent;
margin: 10px 0;
max-width: 100%;
}
.elenco-eventi-fad .evento-fad p {
margin: 2px 0;
}
.elenco-eventi-fad .evento-fad img {
height: 45px;
vertical-align: middle;
}

.boxLogin label {
font-size: 1.3em;
}
.tabellaLogin {
width: 100%;
font-size: 18px;
color: #000;
}
.tabellaLogin tr td {
width: 48%;
padding: 1%;
}
.tabellaLogin tr td input {
padding: 5px;
background: #fff;
}
.tabellaLogin tr td:nth-child(1) {
text-align: right;
}
.tabellaLogin tr td:nth-child(2) {
text-align: left;
}
.tabellaAdmin tbody tr td {
padding: 5px;
color: #000;
border-bottom: 1px solid #ccc;
}
.tabellaAdmin tbody tr:hover {
background: #efefef;
}
.tabellaCommenti tbody tr td {
padding: 15px 5px;
border-bottom: 1px solid #ddd;
color: #0c5460;
}

.tabellaCommenti tbody tr:hover {
background: #efefef;
}

.tabellaCommenti select,
.tabellaCommenti input {
margin: 0;
}
#tabellaHidden,
#tabellaHiddenGruppi,
.tabellaHidden,
.trHidden,
#tabellaHiddenVideo,
.tableHidden {
/* display: none; */
}
.switchAdmin,
.switchAttivo,
.switchVideo,
.switchLotto,
.switchPremessa {
cursor: pointer;
}
.fa {
vertical-align: -3px;
}
#nuovoCommentoForm textarea {
width: 94%;
height: 100px;
background: #fff;
margin: 2%;
padding: 1%;
}
.boxMessaggioAdmin,
.boxMessaggioUtente {
display: none;
position: fixed;
right: 10px;
bottom: 68px;
background: #fff;
border: 3px solid #00adef;
width: 320px;
height: 325px;
padding: 10px;
z-index: 999;
}
#formMessaggioAdmin,
#formMessaggioUtente {
width: 100%;
margin-bottom: 0;
}
#formMessaggi {
margin-bottom: 0;
}
#formMessaggioAdmin input {
width: 310px;
background: #fff;
margin: 0;
margin-bottom: 10px;
padding: 5px;
}
#formMessaggioAdmin textarea,
#formMessaggioUtente textarea {
width: 310px;
padding: 5px;
height: 160px;
margin: 0;
margin-bottom: 10px;
background: #fff;
}
#chiudiBoxMessaggio {
position: absolute;
top: 5px;
right: 5px;
color: #00adef;
font-size: 24px;
font-weight: bold;
cursor: pointer;
}
.descrizioneVideo {
font-size: 14px;
color: #000;
margin: 20px 10px;
}
.commentoVideo {
font-weight: bold;
color: #444444;
font-size: 14px;
margin: 20px 10px 10px 10px;
}
.frecciaGuida {
background: #a7a7a7;
float: left;
line-height: 40px;
padding: 0 1%;
margin-left: 1%;
height: 40px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-bottom: 5px;
}
.active {
background: #00adef;
}
.frecciaGuidaImg {
float: left;
max-width: 100%;
height: 40px;
}
.frecciaGuida a {
color: #fff;
font-size: 14px;
width: 100%;
display: block;
}
.listaAllegati {
margin: 20px 10px;
font-size: 15px;
font-weight: bold;
}
.bordiColorati {
border-bottom: 3px solid #00adef;
/* width:1156px; */
padding: 4px 4px 0 4px;
margin: 2px 0 20px 0;
}
.titoloBordi {
/*background:url(bg.png) left no-repeat;*/
margin: 20px 0;
font-weight: bold;
}
.tabella-questionario {
width: 100%;
}
.tabella-questionario th {
border: 3px solid #ccc;
border-left: 0;
color: #000;
}
.tabella-questionario th:first-child {
border: 3px solid #ccc;
}
.tabella-questionario td {
border: 3px solid #efefef;
border-top: 0;
border-left: 0;
color: #000;
}
.tabella-questionario td:first-child {
border: 3px solid #efefef;
border-top: 0;
}
.tabella-questionario td,
.tabella-questionario th {
padding: 5px;
}
.select-l {
width: 500px;
padding: 5px;
font-size: 16px;
}
.input-l {
width: 490px;
padding: 5px;
font-size: 16px;
}
.input-s {
width: 90px;
padding: 5px;
font-size: 16px;
}
h5.titolo-domanda {
border: 1px solid #00adef;
border-left: 5px solid #00adef;
border-bottom: 3px solid #00adef;
color: #333;
font-weight: bold;
margin-bottom: 5px;
padding: 10px;
}
p.suggerimento {
margin: 5px 0 20px 0;
font-size: 1.1em;
font-style: italic;
}
.risposta {
margin-bottom: 8px;
}
.risposta-tabella {
display: block;
padding: 5px;
color: #fff;
margin-top: 5px;
}
.risposta-tabella:first-child {
margin: 0;
}
.risposta-tabella.esatta {
background: #090;
}
.risposta-tabella.sbagliata {
background: #c00;
}
.risposta.esatta:before {
content: "\f00d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #1dd159;
font-size: 18px;
padding-right: 10px;
display: inline-block;
width: 20px;
}
.risposta.sbagliata:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c00;
width: 20px;
font-size: 18px;
padding-right: 10px;
display: inline-block;
}
.risposta input[type="checkbox"] {
display: none;
}
.risposta input[type="checkbox"] + label {
display: inline-block;
position: relative;
padding-left: 35px;
margin-bottom: 20px;
font-size: 1.3em;
font-weight: 400;
color: #333;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.risposta input[type="checkbox"] + label:last-child {
margin-bottom: 0;
}
.risposta input[type="checkbox"] + label:before {
content: "";
display: block;
width: 20px;
height: 20px;
border: 2px solid #00adef;
position: absolute;
left: 0;
top: 0;
opacity: 0.6;
-webkit-transition: all 0.12s, border-color 0.08s;
transition: all 0.12s, border-color 0.08s;
}
.risposta input[type="checkbox"]:checked + label:before {
width: 10px;
top: -5px;
left: 5px;
border-radius: 0;
opacity: 1;
border-top-color: transparent;
border-left-color: transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.fine-domanda {
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.fine-domanda span {
display: inline-block;
font-size: 0.8em;
padding: 5px;
color: #00adef;
cursor: pointer;
text-decoration: underline;
font-weight: bold;
}
.aggiungi_risposta {
margin-bottom: 15px;
}
.aggiungi_risposta span {
display: inline-block;
font-size: 0.8em;
padding: 5px;
color: #00adef;
cursor: pointer;
text-decoration: underline;
font-weight: bold;
}
#modal {
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 99;
display: none;
}
#modal #modal-container {
width: 600px;
margin: auto;
margin-top: 70px;
background: #fff;
padding: 20px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
position: relative;
overflow-y: scroll;
}
#modal .modal-chiudi-icon {
font-size: 2em;
position: absolute;
top: 5px;
right: 5px;
z-index: 100;
color: #f00;
cursor: pointer;
padding: 10px;
}
#modal .modal-titolo {
font-size: 2em;
border-bottom: 1px solid #efefef;
margin-bottom: 10px;
padding-bottom: 5px;
color: #000;
}
#modal .modal-testo {
font-size: 1.1em;
color: #333;
padding: 5px;
}
#soluzione td {
vertical-align: middle;
}
.punteggio {
font-size: 1.2em;
color: #000;
}
ul.lista-esami li {
font-size: 1.3em;
color: #333;
line-height: 2em;
margin-bottom: 15px;
}
ul.lista-esami li.superato:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #1dd159;
width: 20px;
font-size: 18px;
padding-right: 10px;
display: inline-block;
}
ul.lista-esami li.nonsuperato:before {
content: "\f00d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c00;
width: 20px;
font-size: 18px;
padding-right: 10px;
display: inline-block;
}
ul.lista-esami li.inattesadigiudizio:before {
content: "\f253";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fc0;
width: 20px;
font-size: 18px;
padding-right: 10px;
display: inline-block;
}
.blocco_blue {
margin-bottom: 15px;
margin-bottom: 15px;
-moz-box-shadow: 0 0 10px #ddd;
-webkit-box-shadow: 0 0 10px #ddd;
}

.blocco_blue h3 {
margin: 0;
font-weight: bold;
color: #fff;
padding: 10px 20px;
background: #17a2b8;
font-size: 19px;
}

.blocco_blue h3 a {
font-size: 13px;
float: right;
padding: 4px 5px;
background: #fff;
color: #17a2b8;
}

.blocco_blue ul {
background: #ffffff;
padding: 10px 20px;
}
.blocco_blue ul.lista-esami li {
font-size: 13px;
color: #333;
line-height: unset;
margin-bottom: 10px;
border-bottom: solid 1px #ddd;
padding-bottom: 10px;
}
.blocco_blue ul.lista-esami li:last-child {
font-size: 13px;
color: #333;
line-height: unset;
margin-bottom: 10px;
border-bottom: none;
padding-bottom: 0px;
}

.blocco_blue ul.lista-esami li:first-child {
border-top: none;
}
.risposta-aperta-container {
padding: 10px;
background: #efefef;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#trigger-upload {
cursor: pointer;
}
.checkboxes {
margin-bottom: 0;
}
.label-corso {
font-size: 1.4em;
}
.tabellanormale {
width: 100%;
margin-bottom: 0px;
padding: 0;
border-collapse: collapse;
font-size: 1em;
}
.tabellanormale thead {
background: #eee;
}
.tabellanormale thead th {
color: #000;
}
.tabellanormale tbody tr {
border-bottom: 1px solid #eee;
}
.tabellanormale td,
.tabellanormale th {
padding: 5px;
}
.corsi-container {
padding: 10px;
margin-bottom: 20px;
font-size: 1.2em;
cursor: pointer;
}
.corso-anno {
margin: 5px 0;
background: #d8ebfe;
padding: 10px;
font-size: 1.3em;
font-weight: bold;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.corso-materia {
margin-bottom: 2px;
background: #ddffd9;
font-size: 1.2em;
padding: 10px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.corso-file {
background: #fef5da;
padding: 10px;
border-bottom: 1px solid #999;
}
.corso-file:last-child {
border: none;
}
.corso-file a:hover {
text-decoration: underline;
}
.corsi-sub {
padding-left: 20px;
display: none;
}

.lista-corsi li {
font-size: 1.3em;
}
.lista-corsi li span {
color: #c00;
font-weight: bold;
display: inline-block;
padding-right: 10px;
cursor: pointer;
}
.immagine {
text-align: center;
}
.immagine img {
max-width: 100%;
height: auto;
}
.titolohome {
font-size: 2.5em;
padding: 20px 0 40px 0;
}
.titolohome span {
color: #00adef;
font-weight: bold;
}
.allarme {
font-size: 1.2em;
color: #c00;
}
#checkaula {
font-size: 1.4em;
padding-bottom: 20px;
}
.consigli {
font-size: 1.3em;
margin-bottom: 20px;
background: #efefef;
padding: 10px;
}
ul.lista {
list-style: circle;
margin: 10px 0 10px 30px;
}
ul.lista li {
padding: 5px 0;
list-style: circle;
}

/* SKELETON */
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
.column,
.columns {
margin-left: 4%;
}
.column:first-child,
.columns:first-child {
margin-left: 0;
}

.one.column,
.one.columns {
width: 4.66666666667%;
}
.two.columns {
width: 13.3333333333%;
}
.three.columns {
width: 22%;
}
.four.columns {
width: 30.6666666667%;
}
.five.columns {
width: 39.3333333333%;
}
.six.columns {
width: 48%;
}
.seven.columns {
width: 56.6666666667%;
}
.eight.columns {
width: 65.3333333333%;
}
.nine.columns {
width: 74%;
}
.ten.columns {
width: 82.6666666667%;
}
.eleven.columns {
width: 91.3333333333%;
}
.twelve.columns {
width: 100%;
margin-left: 0;
}

.one-third.column {
width: 30.6666666667%;
}
.two-thirds.column {
width: 65.3333333333%;
}

.one-half.column {
width: 48%;
}

/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
margin-left: 8.66666666667%;
}
.offset-by-two.column,
.offset-by-two.columns {
margin-left: 17.3333333333%;
}
.offset-by-three.column,
.offset-by-three.columns {
margin-left: 26%;
}
.offset-by-four.column,
.offset-by-four.columns {
margin-left: 34.6666666667%;
}
.offset-by-five.column,
.offset-by-five.columns {
margin-left: 43.3333333333%;
}
.offset-by-six.column,
.offset-by-six.columns {
margin-left: 52%;
}
.offset-by-seven.column,
.offset-by-seven.columns {
margin-left: 60.6666666667%;
}
.offset-by-eight.column,
.offset-by-eight.columns {
margin-left: 69.3333333333%;
}
.offset-by-nine.column,
.offset-by-nine.columns {
margin-left: 78%;
}
.offset-by-ten.column,
.offset-by-ten.columns {
margin-left: 86.6666666667%;
}
.offset-by-eleven.column,
.offset-by-eleven.columns {
margin-left: 95.3333333333%;
}

.offset-by-one-third.column,
.offset-by-one-third.columns {
margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
margin-left: 69.3333333333%;
}

.offset-by-one-half.column,
.offset-by-one-half.columns {
margin-left: 52%;
}
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: 0.1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
font-family: "Open Sans", sans-serif;
cursor: pointer;
box-sizing: border-box;
-webkit-appearance: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #fff;
background-color: #00adef;
border-color: #00adef;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #fff;
background-color: #006991;
border-color: #006991;
}
.button.button-rosso,
button.button-rosso,
input[type="submit"].button-rosso,
input[type="reset"].button-rosso,
input[type="button"].button-rosso {
color: #fff;
background-color: #c60f0f;
border-color: #c60f0f;
}
.button.button-rosso:hover,
button.button-rosso:hover,
input[type="submit"].button-rosso:hover,
input[type="reset"].button-rosso:hover,
input[type="button"].button-rosso:hover,
.button.button-rosso:focus,
button.button-rosso:focus,
input[type="submit"].button-rosso:focus,
input[type="reset"].button-rosso:focus,
input[type="button"].button-rosso:focus {
color: #fff;
background-color: #870a0a;
border-color: #870a0a;
}

.button.button-grigio,
button.button-grigio,
input[type="submit"].button-grigio,
input[type="reset"].button-grigio,
input[type="button"].button-grigio {
color: #fff;
background-color: #818285;
border-color: #818285;
}
.button.button-grigio:hover,
button.button-grigio:hover,
input[type="submit"].button-grigio:hover,
input[type="reset"].button-grigio:hover,
input[type="button"].button-grigio:hover,
.button.button-grigio:focus,
button.button-grigio:focus,
input[type="submit"].button-grigio:focus,
input[type="reset"].button-grigio:focus,
input[type="button"].button-grigio:focus {
color: #fff;
background-color: #4f5054;
border-color: #4f5054;
}

.button.button-verde,
button.button-verde,
input[type="submit"].button-verde,
input[type="reset"].button-verde,
input[type="button"].button-verde {
color: #fff;
background-color: #6bce69;
border-color: #6bce69;
}
.button.button-verde:hover,
button.button-verde:hover,
input[type="submit"].button-verde:hover,
input[type="reset"].button-verde:hover,
input[type="button"].button-verde:hover,
.button.button-verde:focus,
button.button-verde:focus,
input[type="submit"].button-verde:focus,
input[type="reset"].button-verde:focus,
input[type="button"].button-verde:focus {
color: #fff;
background-color: #458443;
border-color: #458443;
}

.button.button-azzurro,
button.button-azzurro,
input[type="submit"].button-azzurro,
input[type="reset"].button-azzurro,
input[type="button"].button-azzurro {
color: #fff;
background-color: #00abff;
border-color: #00abff;
}
.button.button-azzurro:hover,
button.button-azzurro:hover,
input[type="submit"].button-azzurro:hover,
input[type="reset"].button-azzurro:hover,
input[type="button"].button-azzurro:hover,
.button.button-azzurro:focus,
button.button-azzurro:focus,
input[type="submit"].button-azzurro:focus,
input[type="reset"].button-azzurro:focus,
input[type="button"].button-azzurro:focus {
color: #fff;
background-color: #0082bf;
border-color: #0082bf;
}

.button.button-giallo,
button.button-giallo,
input[type="submit"].button-giallo,
input[type="reset"].button-giallo,
input[type="button"].button-giallo {
color: #fff;
background-color: #fdb813;
border-color: #fdb813;
}
.button.button-giallo:hover,
button.button-giallo:hover,
input[type="submit"].button-giallo:hover,
input[type="reset"].button-giallo:hover,
input[type="button"].button-giallo:hover,
.button.button-giallo:focus,
button.button-giallo:focus,
input[type="submit"].button-giallo:focus,
input[type="reset"].button-giallo:focus,
input[type="button"].button-giallo:focus {
color: #fff;
background-color: #d69b11;
border-color: #d69b11;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="datetime-local"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="datetime-local"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #00adef;
outline: 0;
}
label,
legend {
display: block;
margin-bottom: 0.5rem;
font-size: 1.5em;
font-weight: 600;
}
fieldset {
padding: 0;
border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
label > .label-body {
display: inline-block;
margin-left: 0.5rem;
font-weight: normal;
}
.u-full-width {
width: 100%;
box-sizing: border-box;
}
.u-max-full-width {
max-width: 100%;
box-sizing: border-box;
}
.u-pull-right {
float: right;
}
.u-pull-left {
float: left;
}
button,
.button {
margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
.row:after,
.u-cf,
#main-page:after {
content: "";
display: table;
clear: both;
}
.button.button-facebook {
background: #3b5998;
border-color: #3b5998;
color: #fff;
}
.button.button-facebook:hover {
background: #2c4370;
color: #fff;
}
#eliminaForm {
margin: 0;
}

/* SPIN */
#waiting {
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
display: none;
}
#waiting-titolo {
color: #fff;
font-size: 2em;
text-align: center;
width: 600px;
margin: 20% auto 20px auto;
}
.sk-circle {
margin: auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-circle .sk-child:before {
content: "";
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}

@keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

/* CSS IMPORTATO */
@charset "utf-8";
/* CSS Document */
.verde {
color: #6bce69;
}
.rosso {
color: #c60f0f;
}
.no-margin {
margin: 0;
}
.disabilitato {
background: #ddd;
color: #666;
}
.chiudi-icon {
position: absolute;
top: 0;
right: 0;
color: #fff;
z-index: 5;
display: block;
width: 60px;
height: 25px;
background: #c00;
text-align: center;
line-height: 25px;
cursor: pointer;
}
.chiudi-icon::before {
content: "\f00d";
font-family: FontAwesome;
font-size: 1.5em;
}
#reset,
#logout,
#delete {
display: none;
}
.hidden {
display: none !important;
}
.accordition {
display: none;
padding-top: 20px;
}
#loading {
position: fixed;
z-index: 99;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.sottoform {
padding: 30px;
background: #ddd;
margin-bottom: 20px;
display: none;
}
.sottoform form {
margin: 0;
}
.titolo-campi {
font-size: 1.4em;
border-left: 4px solid #818285;
padding: 5px 0;
padding-left: 10px;
background: #ddd;
margin-bottom: 1.5rem;
font-weight: 300;
}
#ricerca {
display: none;
padding-top: 20px;
}
.tab-switcher span {
display: inline-block;
padding: 8px 15px;
text-transform: uppercase;
font-size: 0.9em;
color: #000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
cursor: pointer;
}
.tab-switcher span.tab-active,
.tab-switcher span:hover {
background: #666;
color: #fff;
}
.tabs {
margin-bottom: 20px;
}
.tabs form {
margin: 0;
}
.tab {
display: none;
padding: 20px;
border: 1px solid #999;
font-size: 0.8em;
}
.tab-open {
display: block;
}
.filtri-ricerca {
background: #efefef;
padding: 10px;
font-size: 1.2em;
margin-bottom: 20px;
}
.filtri-ricerca ul {
margin-bottom: 0;
}
.tabs input,
.tabs select {
height: auto;
}
.tabs input[type="checkbox"] {
margin: 0 0 5px 0;
}
.passaggio {
background: url(passaggio.jpg) right center no-repeat;
background-size: cover;
padding: 10px;
min-height: 200px;
}
.passaggio-finale {
background: url(passaggio-finale.jpg) right center no-repeat;
background-size: cover;
padding: 10px;
min-height: 200px;
}
.sola-lettura {
color: #777;
}
.separa-colonne {
background: url(separa-colonne.png) center center no-repeat; /*background-size:cover;*/
margin-top: 10px;
margin-bottom: 10px;
}
.pannello-info h5 {
font-size: 1.3em;
border-left: 5px solid;
padding-left: 10px;
}
.contatto {
padding: 10px;
background: #f9f9f9;
margin-bottom: 5px;
font-size: 0.9em;
}
.contatto h6 {
margin-bottom: 5px;
font-size: 1.1em;
}
.contatto .button {
margin-bottom: 5px;
}
.contatto .nome-ref {
text-transform: uppercase;
font-size: 1em;
padding-top: 5px;
}
.contatto .tipologia-ref {
text-transform: uppercase;
font-size: 0.8em;
padding-bottom: 5px;
}
.contatto-commerciale {
background: #c9dae1;
padding: 10px 10px 1px 10px;
margin-bottom: 20px;
}
.utente-richiesta {
padding: 5px 10px;
background: #ddcf9b;
border-bottom: 1px solid #a89c74;
margin-bottom: 10px;
position: relative;
}
.docente-template {
padding: 10px;
border: 1px solid #999;
margin-bottom: 10px;
position: relative;
}
.informazioni {
font-size: 0.8em;
}
.documenti-richiesti {
font-size: 0.8em;
color: #333;
font-weight: bold;
text-transform: uppercase;
}
.documenti-richiesti .doc-ok {
color: #090;
}
.documenti-richiesti .doc-ok::before {
font-family: FontAwesome;
content: "\f058";
display: inline-block;
padding: 0 5px 0 10px;
}
.documenti-richiesti .doc-ko {
color: #c00;
}
.documenti-richiesti .doc-ko::before {
font-family: FontAwesome;
content: "\f057";
display: inline-block;
padding: 0 5px 0 10px;
}
.modulistica {
padding: 10px;
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
}
.modulistica .row {
padding: 5px;
border-bottom: 1px solid #e6eeee;
}
.modulistica .row:last-child {
border-bottom: none;
}
.modulistica .row:hover {
background: #e6eeee;
}
.modulistica .row:first-child:hover {
background: none;
}
.campo-verbale {
display: inline-block;
padding: 5px;
width: 110px;
margin: 5px;
}
.campo-verbale input {
display: inline-block;
margin: 0;
padding: 2px;
}
.input-personalizzato {
display: inline;
width: 50px;
}
.altezza-overflow {
max-height: 400px;
overflow: scroll;
padding: 0 10px 10px 10px;
margin-bottom: 10px;
}
.attiva-tr {
cursor: pointer;
}
table {
width: 100%;
}
table.sortable {
border: none;
}
table.sortable th,
table.sortable td {
border-bottom: 1px solid #e1e1e1;
}
pre,
blockquote,
dl,
figure,
table,
ol,
form {
margin-bottom: 1.5rem;
}
.separatore-imported {
height: 1px;
margin: 20px 0;
background: #666;
}
.home-content {
background: #f9f9f9;
padding: 10px;
}
.home-scadenza {
margin-bottom: 10px;
padding-left: 10px;
border-left: 2px solid #999;
}
.home-scadenza span {
display: block;
}
.home-scadenza a {
display: block;
font-weight: bold;
}
.home-etichetta {
-webkit-border-top-right-radius: 40px;
-moz-border-radius-topright: 40px;
border-top-right-radius: 40px;
color: #fff;
padding: 8px;
font-size: 16px;
border-bottom: 2px solid #666;
}

.select-title {
width: 90%;
margin-bottom: 5px;
}

.schedav .two.columns {
margin-left: 0;
width: 18.333333%;
text-align: center;
border: solid 1px #ddd;
}
.schedav label {
font-size: 15px;
min-height: 40px;
border-bottom: solid 1px #ddd;
}
.schedav h4 {
color: #00adef;
font-weight: bold;
font-size: 18px;
}
.schedav input[type="radio"] {
margin-bottom: 10px;
}
.schedav .row {
margin-bottom: 15px;
}
@media (min-width: 801px) and (max-width: 1100px) {
.elenco-eventi-fad .four.columns {
width: 48%;
}
.elenco-eventi-fad .four.columns:nth-child(odd) {
margin-left: 0;
}
}
@media (max-width: 980px) {
.paginadiaccesso .eight.columns {
width: 100%;
margin-left: 0;
margin-bottom: 20px;
}
.paginadiaccesso .four.columns {
width: 100%;
margin-left: 0;
margin-bottom: 15px;
margin: 0 auto;
padding: 0 15%;
}
}

@media (max-width: 550px) {
.infoeven p {
display: block;
}
}
@media (max-width: 800px) {
.messaggiadmin {
overflow-x: auto;
}
.sweet-alert.alert-info p {
font-size: 13px;
line-height: 15px;
}
.sweet-alert.alert-info li {
padding: 0;
}
.sweet-alert.alert-info h2 {
font-size: 16px;
margin: 3px;
}
.sweet-alert .sa-icon {
display: none !important;
}
.sweet-alert button {
margin: 0 !important;
}
.elenco-eventi-fad .contenuto2 video {
display: none !important;
}
.schedav label {
min-height: unset;
}
.schedav h4 {
font-size: 16px;
}
.schedav .row .columns {
width: 100%;
margin-left: 0;
margin-bottom: 15px;
}
.elenco-eventi-fad .four.columns {
width: 100%;
margin-left: 0;
}
footer {
padding: 7px 0;
font-size: 10px;
}
footer .container {
width: 95%;
}
footer .alignright a {
padding-top: 10px;
display: block;
}
h1,
h2,
h3,
h4,
h5 {
margin-left: 0px !important;
padding-bottom: 5px;
}
.p20 {
padding: 7px 0;
}
.descrizioneVideo {
margin: 5px 0px;
}
.separatore {
margin: 10px 0;
}
#modal #modal-container {
width: 95%;
margin-top: 70px;
padding: 10px;
}
#modal .modal-titolo {
border-bottom: none;
font-size: 22px;
}
.wrapper h5 {
font-size: 18px;
}
.pulsanti-esiti .button {
display: block;
}
}

@media (max-width: 767px) {
header .logo_orizzontale {
display: none !important;
}
#menu-mobile {
display: block;
}
#menuOrizzontale {
display: none;
}
.nofootermobile {
display: none !important;
}

.infoeven p {
display: block;
}
.pulsanti-esiti-in-box a {
display: block;
}
}

.label-checkbox-switch {
font-weight: unset !important;
font-size: unset !important;
margin-bottom: unset !important;
}

.row-statistiche {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
text-align: center;
margin-bottom: 15px;
}

.card-statistiche {
width: 100%;
background-color: rgba(86, 255, 0, 0.5);
padding: 15px 10px;
-webkit-box-shadow: 0px 3px 4px 2px #878787;
box-shadow: 0px 3px 4px 2px #878787;
border-radius: 4px;
}

.card-statistiche p {
font-size: 16px;
}

.info-statistiche {
font-weight: bold;
display: block;
margin-bottom: 10px;
}

.green {
color: #28a745 !important;
}

.red {
color: #dc3545 !important;
}

.btn-novita {
color: #fff;
font-weight: bold;
height: 50px;
line-height: 50px;
display: inline-flex;
align-items: center;
position: relative;
}

.btn-novita > svg,
.btn-novita-mobile > svg {
font-size: 20px;
}

.btn-novita-mobile {
color: #fff;
font-weight: bold;
height: 30px;
line-height: 30px;
display: none;
align-items: center;
position: relative;
float: right;
}

@media (max-width: 767px) {
.btn-novita {
display: none;
}

.btn-novita-mobile {
display: inline-flex;
}
}

.blob {
background: black;
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
margin: 10px;
height: 10px;
width: 10px;
transform: scale(1);
animation: pulse-black 2s infinite;
position: absolute;
top: 0;
right: -15px;
}

.btn-novita-mobile .blob {
top: -5px;
}

.blob-red {
background: rgba(255, 82, 82, 1);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}

footer {
z-index: 2;
}

input[type="date"] {
    height: 38px;
    border: 1px solid #ddd;
}