/* Sito formula - file CSS per le pagine della gestione */

/* ********************* */
/* *** AREA GESTIONE *** */
/* ********************* */

/* CLASSIFICA PILOTI E SQUADRE - GESTIONE */
h1.titolo-gestione {
    font-family: var(--font-titolo);
}
.tabella-gestione-classifica {
    width: 100%;
    border: none !important;
}
.tabella-gestione-classifica tr, .tabella-gestione-classifica td {
    border: none !important;
    vertical-align: middle;
}
.tabella-gestione-classifica tr {
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px solid silver !important;
}
.tabella-gestione-classifica .blocco-pilota tr {
    padding: 8px 0px;
    width: 100%;
}
.tabella-gestione-classifica.classifica-corse tr {
    color: #888;
    font-family: var(--font-titolo);
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
}
.tabella-gestione-classifica.classifica-corse .blocco-pilota > td, .tabella-gestione-classifica.classifica-corse .blocco-corsa {
    border-bottom: 1px solid #333 !important;
}
.tabella-gestione-classifica.classifica-corse tr > label {
    margin-right: 8px;
}
.tabella-gestione-classifica tr.riga-intestazione {
    color: #FFF;
    background-color: #000;
    font-family: var(--font-titolo);
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    border-bottom: 1px solid #333 !important;
}
.tabella-gestione-classifica tr.riga-intestazione2 {
    color: #FFF;
    background-color: #888;
    font-family: var(--font-titolo);
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
}
.tabella-gestione-classifica.classifica-corse tr.riga-intestazione2,
.tabella-gestione-classifica.classifica-corse tr.blocco-pilota {
    display: none;
}
.tabella-gestione-classifica.classifica-corse tr .n-posizione {
    color: #000;
}
.tabella-gestione-classifica tr.riga-intestazione td, .tabella-gestione-classifica.classifica-corse td {
    vertical-align: middle;
}
.tabella-gestione-classifica.classifica-corse .blocco-pilota div {
    padding: 3px 10px;
}
.tabella-gestione-classifica.classifica-corse .blocco-pilota:nth-child(2),
.tabella-gestione-classifica.classifica-corse .blocco-pilota:nth-child(4),
.tabella-gestione-classifica.classifica-corse .blocco-pilota:nth-child(6) {
    background-color: #ddd;
}
.tabella-gestione-classifica td.col-left {
    text-align: left;
}
.tabella-gestione-classifica td.col-right {
    text-align: right;
}
.tabella-gestione-classifica td.col-center {
    text-align: center;
}
.tabella-gestione-classifica td div {
    margin-left: 20px;
}
.tabella-gestione-classifica .carica-pdf {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 0px !important;
}
.tabella-gestione-classifica .carica-pdf label {
    cursor: pointer;
    text-decoration: underline;
}
.tabella-gestione-classifica .carica-pdf input[type="file"] {
    visibility: hidden;
    width: 0px;
}
.tabella-gestione-classifica .freccia-inserisci i {
    cursor: pointer;
}
.tabella-gestione-classifica .freccia-inserisci i:hover {
    color: #002D5F;
}
.tabella-gestione-classifica .freccia-inserisci,
.tabella-gestione-classifica .punteggio-reale {
    padding-top: 8px;
}

.tabella-gestione-classifica .freccia-apri-gara i {
    font-weight: 900;
    color: #000;
    cursor: pointer;
}
.tabella-gestione-classifica .freccia-apri-gara i:hover {
    color: #002D5F;
}
.tabella-gestione-classifica .div-nascosto {
    visibility: hidden;
}
.tabella-gestione-classifica .in-home {
    display: inline-block;
    margin-left: 15px;
    line-height: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.tabella-gestione-classifica input[type="text"], .tabella-gestione-classifica input[type="number"] {
    width: 100px;
    text-align: center;
    font-family: var(--font-titolo);
    font-size: 20px;
    color: #000;
}
.tabella-gestione-classifica input[type="number"] {
    width: 50px;
}
.tabella-gestione-classifica input[type="number"]:last-child {
    width: 70px;
}
.tabella-gestione-classifica .n-posizione {
    width: 120px;
    font-family: var(--font-titolo);
    font-size: 20px;
}

.cancella-file-corsa {
    display: inline-block;
    cursor: pointer;
    color: red;
    font-weight: bold;
    margin-left: 10px;
}
/* bottone aggiorna classifica */
.btn-aggiorna-lista .elementor-button {
    cursor: pointer;
}
.btn-aggiorna-lista .elementor-button:hover {
    background-color: #333;
}

/* TABS CLASSIFICHE PILOTI E TEAM - HOME PAGE */
#tabs-classifiche-home {
    /* display: none !important; */
}
/* CLASSIFICA PILOTI-SQUADRE - HOME */

/* PODIO */
.podio-home {
    /*display: table;*/
    width: 100%;
}
.podio-home > div {
    display: inline-block;
    text-align: left;
    align-content: flex-start;
}
.podio-home .podio-box {
    position: relative;
    background-color: #021D3B;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 100% !important;
}
	
.podio-home > div:nth-child(1),
.podio-home > div:nth-child(3) {
    height: 320px;
    width: 33.3%;
}
.podio-home > div:nth-child(2) {
    height: 380px;
    width: 33.3%;
}
.podio-home > div:nth-child(2) .podio-immagine {
    padding-top: 40px;
}
@media all and (max-width: 768px) {
    .podio-home > div:nth-child(1) {
        height: 380px;
        width: 33.3%;
    }    
    .podio-home > div:nth-child(2),
    .podio-home > div:nth-child(3) {
        height: 320px;
        width: 33.3%;
    }
    .podio-home > div:nth-child(1) .podio-immagine {
        padding-top: 40px;
    }
}

.podio-home .podio-immagine {
    position: relative;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10px;
}
.podio-home .podio-posizione {
    font-size: 40px;
    font-family: var(--font-titolo);
    font-weight: normal;
    line-height: 0.7;
    color: #FFF;
    /* -webkit-text-stroke: 2px #FFFFFF; */
    opacity: 0.75;
    /* -webkit-text-fill-color: transparent; */
    text-shadow: 0px 0px 5px #000;
}
.podio-home .podio-posizione .capoverso {
    font-size: 60px;
}
.podio-home .podio-label {
    position: absolute;
    bottom: 10px;
    width: 94%;
    background-color: rgba(0, 0, 0, .7);
    font-family: var(--font-titolo);
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px;
}
.podio-home .podio-flag {
    position: absolute;
    right: 10px;
    height: 30px;
    margin-top: -5px;
}

/* TABELLA */
.tabella-classifica-home {
    width: 100%;
    border: none !important;
}
.tabella-classifica-home th, .tabella-classifica-home td {
    font-family: var(--font-titolo);
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
.tabella-classifica-home tr {
    height: 50px;
    border-bottom: 1px solid #dddddd !important;
}
.tabella-classifica-home tr:not(:first-child) {
    height: 40px;
}
.tabella-classifica-home th {
    font-weight: 500;
    border-bottom: 1px solid gray;
    color: var(--blu-formula3);
}
.tabella-classifica-home td {
    font-weight: 400;
}
.tabella-classifica-home .col1 {
    width: 10%;
}
.tabella-classifica-home .col2 {
    width: 10%;
}
.tabella-classifica-home .col3 {
    width: 40%;
}
.tabella-classifica-home .col4 {
    width: 30%;
}

/* TAB LETTORI */
.blocco-invia-articolo  {
    padding: 15px 0px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.tab-lettori {
    width: 100%;
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 12px;
}
.tab-lettori label {
    float: left;
    width: 25%;
    cursor: pointer;
}
@media only screen and (max-width: 760px) {
    .tab-lettori label {
        width: 50%;
    }
}
.blocco-invia-articolo p {
    clear: both;
}
.blocco-invia-articolo a {
    cursor: pointer;
    text-decoration: none;
}
.blocco-invia-articolo a:hover {
    text-decoration: underline;
}
.blocco-invia-articolo button.btn-invia-articolo {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.blocco-invia-articolo button.btn-invia-articolo:hover {
    background-color: #002D5F;
}

/* PAGINA INSERT LIVE STREAMING */
.insert-live-streaming > div {
    margin: 4px 0px;
}
.thumb-live-fb, .thumb-live-yt {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #ddd;
}
.img-live-fb, .img-live-yt {
    visibility: hidden;
}
.btn-live {
    display: inline-block;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 0px 12px;
    cursor: pointer;
}

/* ********************* */
