/* Styling file for the main scoreboard */

/* Disable transitions until page is loaded */
.notransition * { 
    transition: none !important; 
} 

@keyframes lost_points {
    0% {
        background-image: linear-gradient(90deg, #fe0606 0%, #ffd7d7 10%, #ffd7d7 90%, #fe0606 100%);
    }

    50% {
        background-image: linear-gradient(90deg, #fe0606 0%, #fe0606 10%, #fe0606 90%, #fe0606 100%);
    }

    100% {
        background-image: linear-gradient(90deg, #fe0606 0%, #ffd7d7 10%, #ffd7d7 90%, #fe0606 100%);
    }
}

@keyframes gained_points {
    0% {
        background-image: linear-gradient(90deg, #036a36 0%, #ccffcb 10%, #ccffcb 90%, #036a36 100%);
    }

    50% {
        background-image: linear-gradient(90deg, #036a36 0%, #036a36 10%, #036a36 90%, #036a36 100%);
    }

    100% {
        background-image: linear-gradient(90deg, #036a36 0%, #ccffcb 10%, #ccffcb 90%, #036a36 100%);
    }
}

@keyframes gained_points_jolly {
    30% {
        background-color: yellow;
    }
    60% {
        background-color: green;
    }
}

@keyframes lost_points_jolly {
    30% {
        background-color: yellow;
    }

    60% {
        background-color: red;
    }
}



#ranking {
    text-align: center;
}


#statusbar {
    padding-top: 10px;
}

.rr {
    transition: margin 1500ms, opacity 1500ms;
    display: block;
    height: 0px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.rc {
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 40px;
    line-height: 30px;
}

.fontsmall {
    font-size: small !important;
}

.nome_squadra {
    width: 180px;
    text-align: left;
}

.valore_domande2 {
    height: 15px;
    line-height: 15px;
}

.valore_domande {
    height: 12px;
    line-height: 12px;
}

.r_domande_sotto {
    height: 15px;
    line-height: 15px;
    background-color: inherit;
}

.r_leftpad_domande_sotto {
    height: 15px;
    line-height: 15px;
}

.r_leftpad_sopra {
    width: 220px;
    height: 15px;
    line-height: 15px;
}

.r_leftpad_sotto {
    width: 220px;
    height: 15px;
    line-height: 15px;
    font-size: 11px !important;
    font-weight: normal !important;
}

.rr_firsttwo {
    height: 15px;
    line-height: 15px;
    background-color: inherit;
}

.ospite_text_color {
    color: #444444 !important;
}

div.font9,
font.font9 {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 9px;
}

div.font10,
font.font10 {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;

}

div.titolo,
font.titolo {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #FF0000;
}

div.punti,
font.punti {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #3A3A3A;
}

div.squadre,
font.squadre {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

div.domanda {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_punti_alpha.png);
    background-color: inherit;
}

div.domanda_giusta {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_punti_v.png);
}

div.domanda_errata {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_punti_r.png);
}

div.domanda_j {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_puntiJ.png);
}

div.domanda_giusta_j {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_punti_vJ.png);
}

div.domanda_errata_j {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/assets/img/gs_punti_rJ.png);
}

div.tabella_s {
    background-image: url(/assets/img/gs_terminale_sinistro_alpha.png);
    background-color: inherit;
    width: 40px;
    height: 30px;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}

div.tabella_s2 {
    background-image: url(/assets/img/gs_terminale_sinistro2.png);
    width: 40px;
    height: 60px;
}

div.tabella_d {
    background-image: url(/assets/img/gs_terminale_destro_alpha.png);
    background-color: inherit;
    width: 40px;
    height: 30px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}

div.tabella_d2 {
    background-image: url(/assets/img/gs_terminale_destro2.png);
    width: 40px;
    height: 60px;
}

div.tabella {
    background-image: url(/assets/img/gs_sfondo_alpha.png);
    height: 30px;
    background-color: inherit;
}

.evidenzia .tabella_d {
    background-image: url(/assets/img/gs_terminale_destro_e.png) !important;
}

.evidenzia .tabella_s {
    background-image: url(/assets/img/gs_terminale_sinistro_e.png) !important;
}

.evidenzia .tabella {
    background-image: url(/assets/img/gs_sfondo_e.png) !important;
}

.evidenzia .domanda {
    background-image:url(/assets/img/gs_punti.png) !important;
}

div.tabella2 {
    background-image: url(/assets/img/gs_sfondo2.png);
    height: 60px;
}

div.valore_domande {
    background-image: url(/assets/img/gs_domande.png);
    width: 40px;
}

div.valore_domande2 {
    background-image: url(/assets/img/gs_domande_2.png);
    width: 40px;
}

div.domande_sotto {
    background-image: url(/assets/img/gs_domande_sotto.png);
    width: 40px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
}

div.domande_sotto_g {
    background-image: url(/assets/img/gs_domande_sotto_g.png);
    width: 40px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
}

div.domande_sotto_r {
    background-image: url(/assets/img/gs_domande_sotto_r.png);
    width: 40px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
}


div.tabella_s_e {
    background-image: url(/assets/img/gs_terminale_sinistro_e.png);
    width: 40px;
    height: 30px;
}

div.tabella_e {
    background-image: url(/assets/img/gs_sfondo_e.png);
    height: 30px;
}

div.evidenzia {
    background-color: #e4e4e4;
}

div.evidenzia:hover {
    background-color: #ff0000;
}

#message_to_user {
    text-align: center;
    font-size: 40px;
    font-style: italic;
    padding-top: 50px;
    padding-bottom: 50px;
}

#hidden_countdown {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}