
body {
    font-family: "Contrail One";
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}
.moduleDiv{
    min-height: 92vh;
    max-height: 92vh;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-align: center;

}
.container-black{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);

}
.auto-grid {
    height: 60vh;
}
.auto-grid {
    --auto-grid-min-size: 5rem;

    display: grid;


}
.lapputable{
    /*    font-size: 1.3rem;*/
    height: 27vh;
    
    max-height: 27vh;
}
.custom_hr{
    margin: 0.1rem 0;
}

.lapputable td{
    padding-top:  0.1rem;
    padding-bottom:  0.1rem;
    padding-left: 0rem;
    padding-right: 0rem;
    vertical-align: middle;
}
.luotuLappuParentDiv{
    border-radius: 10px;
    /*background: url('/themes/musabingo/images/taustat/musabingo_tausta2.jpg');*/
    /*        box-shadow: 0 .5rem 1rem rgba(0,0,0,0.5)!important;*/
    background-position: 50%; 
    background-size: cover;
    height: 90vh;

    max-height: 90vh;
}
.lappuArtistiItem {
    position: relative;
}
.lappuArtistiItem.activeRuutu {

}
.activeRuutu .tnumero{
    border-radius: 50%;
    background-color: #dc3545;
/*    padding: 0.2rem;*/
    color: #fff;
    width: 2rem;
/*    height: 2rem;*/
    
}

.tiedot_tila i{
    /*    font-size: 1.5rem;*/
}
.tarkistuskLappu{

    font-family: 'Inconsolata', monospace;
    text-transform: uppercase;
    font-size: 1.3rem;
   
}
/* Presentational styles */



.auto-grid li {
    /*padding: 1rem 0rem;*/
    text-align: center;
    line-height: 1.2;
    border: 1px solid;
    display: inline-block;
    max-height: 25vh;
    font-size: 17px;
    position: relative;
}

.auto-grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));

}

.email_ok img{
    background-image: url('https://www.baaribingo.fi/themes/murhamysteeri/img/bingo_uudistettu/email_ok_ikoni.svg');
    content: url('https://www.baaribingo.fi/themes/murhamysteeri/img/bingo_uudistettu/email_ok_ikoni.svg');
}

.auto-grid li >span{
    vertical-align:middle;

}

/* Presentational styles */
.lappuKirjaimet td{

}
.selectKatBtn{
    font-size: inherit;
}
td.lappuArtistiItem{
    cursor: pointer;
}
td.activeRuutu{
/*        background-color: #ffc107;*/
    /*    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.5)!important;*/
   
}
.btn-link{
    text-decoration: none;
}

@media (max-width: 575.98px) {
    li.lappuArtistiItem{
        /* font-size: 0.7rem; */
    }
    .backstretch{
        max-height: none!important;
    }
    .backstretch img{
        max-height: none!important;
    }
    .selectKatBtn {
        font-size: initial;
    }

}
.backstretch{
    height: 100vh!important;
} 
.backstretch img{
    max-height: none!important;
}

img.logo{
    max-width: 130px;
}

.lappuArtistiItem svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px 3px 3px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
}
.lappuArtistiItem.activeRuutu svg {
    visibility: hidden;
    opacity: 1;
    display: block;
}
svg{
    display: block;
}