html, body {
    margin: 0;
    overflow: hidden; 
    font-family: "Myriad Web";
    font-size: 28px;
}
html {
    height: 1280px;
    width: 720px;
    margin: 0 auto;
    overflow-y: hidden;
    background-color: #000;
}
body {
    height: 1280px;
}
p {
    font-size: 12px;
}
.clear {
    clear: left;
}
/* ############################ DEMO */
body {
    transform: scale(1);
    transform-origin: 0% 0%;
}
p {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h2 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 700;
    font-style: italic;
}
h3 {
    font-weight: 700;
}
/*#########*/
/* COLORS  */
.foreOrange {
    color: #F9B000;
}
.bgOrange {
    background-color: #F9B000;
}
.foreBlue {
    color: #044381;
}
.bgBlue {
    background-color: #044381;
}
.borderBlue {
    border: 5px solid #044381;    
}
/*#########*/
/* ALIGNMENT  */
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.paddingLeft {
    padding-left: 15px;
}
.paddingRight {
    padding-right: 15px;
}
.paddingTop {
    padding-top: 5px;
}
.paddingTb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.marginAuto {
    margin: 0 auto;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fill {
    position: absolute;
    width: 100%;
    height: 100%;
}
.fill-h {
    height: 100%;
}
.fill-w {
    width: 100%;
}
.valign {
    display: flex;
    align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

[class*="col-"] {
  /*border: 1px solid rgba(86,61,124,.2);*/
}

[class*="col-"] p {
     /*padding-top: 15px;
     padding-bottom: 15px;*/
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*########*/
/* INDEX  */
#pageWrapper {
	position:absolute; 
	top:0; bottom:0; left:0; right:0;
	overflow: hidden;
}

#jackpot {
    width: 100%;
    height:120px; 
    background-color: white;
    position: relative;
    top: 0;
}
#content {
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
}
#footer {
    position: absolute;
    bottom: 0;
    background-color: #F9B000;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
/*########*/
/* JACKPOT */
.ibLogo {
    margin-left: 5px;
}

.super8 {
    background-image: url("../img/superenalotto.jpg");
    background-repeat: no-repeat;
}
.eurojpk {
    background-image: url("../img/eurojackpot.jpg");
     background-repeat: no-repeat;
}
.super8monte, .eurojpkmonte {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-weight: 900;
    font-size: 44px;
    line-height: 44px;
}

/*#######*/
/* MAIN */
.lottoLogoH {
    background-image: url("../img/lotto.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    position: absolute;
    top: 5px;
    height: 48px;
    right: 5px;

    z-index: 2;
}
.lottoLogoV {
    background-image: url("../img/lottoV.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    position: absolute;
    top: 0;
    height: 892px;
    right: 15px;

    z-index: 2;
}
.lottoLogo {
    background-image: url("../img/lotto.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 158px;
    height: 56px;
    right: 0;
    
}
.datecell {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.numbers {
    display: inline-block;
}
.number {
    background-color: #044381 !important;
    color: #F9B000;
    border-radius: 50% 50% 0 0;
    font-size: 36px;
    line-height: 65px;
    width: 60px;
    height: 52px;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    text-align: center;
}
.numberAmbo {
    width: 120px;
}
.numActive {
    background-color: #F9B000 !important;
    color: #044381 !important;
}
.base {
    margin-top: -9px;
    height: 35px;
}
.box {
    background-color: #aaa !important;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    width: 60px;
    height: 24px;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    text-align: center;
}
.boxAmbo {
    width: 120px
}
.boxActive {
    background-color: #F9B000 !important;
}


/*#########*/
/* NUMWAIT */
.numwait, .ambiwait {
    position: absolute;
    top: 0;
    left: 15px;
    width: Calc(100% - 30px);
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 99;
}
.ng-hide-remove,.ng-hide-add {
    transition: 0.5s linear opacity;
}
.numwait.ng-hide-remove {
    opacity: 0;
}
.numwait.ng-hide-remove-active {
    opacity: 1;
}
.numwait.ng-hide-add {
    opacity: 1;
}
.numwait.ng-hide-add-active {
    opacity: 0;
}