@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
.navbar-brand {
    font-family: 'Fredoka One', cursive;
    color: red !important;
    font-size: 1.5em;
}
.bg-tombola {
	background-image: url(../img/tombola-resized.jpg);
	background-size:cover;
	background-position: 50% 50%;  
}
.no-radius-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.shade {
	 background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1));
	 background-color: transparent;
	 border-radius: 0px;
}

.sheet {
    display:block;
    position:relative;
    height:auto;
    overflow:hidden;
    border: solid #000;
    border-width: 0px 0px 1px 1px;
    margin-bottom: 20px;
}

.sheet__row {
    position:relative;
    height:auto;
    overflow:hidden;
}
.sheet__col {
    display:inline-block;
    width: 11.111%;
    border: solid #000;
    border-width: 1px 1px 0px 0px;
    box-sizing:border-box;
    text-align:center;
    height: 40px;
    line-height:40px;
    position: relative;
    font-weight: bold;
    background: transparent;
}
.sheet .sheet__row .sheet__col.tick {
    color:red;
    text-decoration: line-through;
}
.sheet .number {
    color: #000;
}
@media (max-width: 575.98px) {
    .expand {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 992px) {
    .sheet-box {
        width: 50%;
        display: inline-block;
        padding: 15px;
    }
}

.red-number {
  display: inline-block;
  font-family: 'Fredoka One', cursive;
  font-size: 30px;
  text-shadow: 0px 1px 0px rgba(153, 0, 0, 0.8);
  box-shadow: inset 0px 1px 1px rgba(153, 0, 0, 0.8), 1px 2px 0px #000000;
  line-height: 60px;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #F00;
  border: 4px solid #F00;
  border-radius: 50%;
  background-image: url(../img/wood-texture.jpg);
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: content-box;
}

.tab__cartella-box {
    display: inline-block;
    width: 50%;
    position: relative;
}
.tab__cartella {
    margin: 2px;
    border: solid #000;
    border-width: 0 0 1px 1px;
}
.tabellone__cell {
    display: inline-block;
    width: 20%;
    text-align: center;
    border: solid #000;
    border-width: 1px 1px 0 0;
    font-weight: bold;
}
.lead__main {
    font-family: 'Fredoka One', cursive;
    font-size: 130%;
}
.lead__secondary {
    opacity:.6;
}
@media (min-width: 768px) {
    .tabellone__cell__numero {
        height: 40px;
        line-height: 40px;
    }
}

.estratto .tabellone__cell__numero {
    color: #f00;
    font-family: 'Fredoka One', cursive;
}

.tabellone__cell__it, .tabellone__cell__na {
    display: none;
}

/*.sheet__col.tick::after {
    content: "";
    position: absolute;
    z-index: auto;
    display: block;
    width: 60%;
    height: 60%;
    right: 5%;
    bottom: 5%;
    background-image:url(http://www.stickpng.com/assets/images/58afe049829958a978a4a6c0.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
}*/