
html {
    background-color: #ddd;
    /* Background color */
}

body {
    background-color: #ddd;
    /* Background color */
    color: #222;
    /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 40px;
    margin: 0;
    /* Amount of negative space around the outside of the body */
    padding: 0;
    /* Amount of negative space around the inside of the body */
}

#b-hd h1 {
    background-color: #2b6c9e;
    border-bottom: 3px solid #666;
    color: #fff;
    display: block;
    font-size: 64px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8e7f3), to(#2b6c9e));
}

#b-hd ul {
    list-style: none;
    margin: 30px;
    padding: 0;
}

#b-hd ul li {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 38px 30px;
    text-decoration: none;
}

#b-hd ul li a {
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}

#b-hd ul li div.value {
    position: absolute;
    width: 25%;
    top: 38px;
    right: 30px;
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-align: right;
}

#b-hd ul li.center {
    text-align: center;
}

#b-hd ul li.pending {
    background-color: #fff000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff000), to(#bbb000));
}
#b-hd ul li.cashed-out,
#b-hd ul li.won {
    color: #fff;
    background-color: #009900;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0), to(#070));
}

#b-hd ul li.lost {
    color: #fff;
    background-color: #aa0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#700));
}

#b-hd ul li:first-child {
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
}

#b-hd ul li:last-child {
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
}

#print {
    background-color: transparent;
    margin: 30px;
    width: auto;
}

#print {
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
}

#print #print-coupon tr.match td.match div.match {
    min-height: 150px;
}

#print #print-coupon tr.head td {
    font-size: 48px;
}

#print #print-coupon tr.match td.code {
    font-size: 36px;
}

#print #print-coupon tr.selection-lost {
    background-color: #c00;
}

#print #print-coupon tr.selection-won {
    background-color: #0c0;
}

#print #print-coupon tr.selection-void {
    background-color: #ccc;
}

#print #print-coupon tr.selection td {
    font-size: 36px;
}

#print #print-coupon tr.match td.match {
    font-size: 42px;
}

#print #print-coupon tr.match td.match div.date {
    font-size: 42px;
}

#print #print-coupon table.bets td {
    font-size: 36px;
}

#print #print-coupon table.bets tr.hd td {
    font-size: 42px;
}

#print #print-coupon table.bets tr.totals td {
    font-size: 48px;
}

#print #print-coupon tr.match div.banker,
#print #print-coupon tr.match div.group,
#print #print-coupon tr.match div.combine {
    font-size: 42px;
}

#print #print-coupon tr.match div.group {
    font-size: 42px;
}

.cashout-pin {
    height: 60px;
    width: 148px;
    margin-left: 20px;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 20px;
}

.cashout-button {
    height: 60px;
    width: 350px;
    background: green;
    color: white;
    font-size: 32px;
}

.cashout-form {
    font-size: 36px;
}
.cashout-message {
    
    font: 500 30px/35px Roboto, sans-serif;
    letter-spacing: 2px;
    height:auto;
    padding: 50px 10%;
    color: #FFF;
    background-color : #1c2549;
    margin :0 0 20px 0;
}


/*********************CHANGES************************/

html {
    background-color: #120f2a !important;
    width: 100% !important;
}

body {
    width: 100% !important;
    background: #120f2a !important;
}

#b-hd {
    display: block !important;
}
#b-hd .company-logo {
    height: 140px;
    width: 200px;
    position: absolute;
    top: 50px;
    left: 50px;
    background: url('../../images/betslips/betonalfa/logo.png') center center no-repeat;
    background-position: 0 0;
    background-size: 200px;
    background-repeat: no-repeat;
}

#b-hd a.resfesh {
    width: 70px;
    height: 70px;
    opacity: 1;
    position: absolute;
    right: 50px;
    top: 70px;
    background: url('../../images/betslips/betonalfa/refresh.png') center center no-repeat;
    background-size: contain;
}

#b-hd h1 {
    margin-top: 200px;
    letter-spacing: 4px;
    background: #1c2549;
    font-size: 42px;
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
}

#b-hd .cashout-container {
    background-color: #120f2a !important;
}

#b-hd .cashout-container .cashout-item .cashout-form {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#b-hd .cashout-container .cashout-item {
    background-color: #120f2a !important;
    border: 0;
    margin: 0;
    padding: 50px 0 0 0;
}

#b-hd .cashout-pin-container {
    background: #1c2549;
    color: #fff;
    padding: 20px;
    width: auto;
    font: 600 40px/50px Roboto, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    /* flex: 0 0 51%; */
}

#b-hd .cashout-pin-container .cashout-pin {
    /* width: 36%; */
}

#b-hd .cashout-form .cashout-button {
    background-color: #189ad6;
    height: 110px;
    margin: 0 auto;
    font: 600 40px/40px Roboto, sans-serif;
    text-transform: uppercase;
    width: auto;
    padding: 30px 30px;
    margin: 80px auto;
    border: 0;
    display: inline-flex;
    flex: 0 0 51%;
    text-align: center;
    letter-spacing: 2px;
    -webkit-appearance: none;
}

#b-hd ul {
    margin: 0;
}

#b-hd ul li:first-child,
#b-hd ul li:last-child {
    border-radius: 0;
}

#b-hd ul li.pending {
    background-color: #ffde16;
    background-image: none;
    font: 600 60px/50px Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    height: 50px;
}

#print {
    width: 100%;
}

#print #print-coupon {
    margin: 0;
    padding: 0;
    width: 100%;
}

#print #print-coupon tr.selection td.nr div.nr {
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}

#b-hd .info li {
    height: 20px;
    font: 600 40px/20px Roboto, sans-serif;
    text-transform: uppercase;
    border: 0;
}

#b-hd .info .payout {
    background-color: #d1d2d4;
}

#b-hd .info .payout,
#b-hd .info .stake {
    position: relative;
    display: block;
    padding: 0;
    height: 86px;
    font: 600 40px/86px Roboto, sans-serif;
    top: unset;
    right: unset;
    text-align: center;
}

#b-hd ul li div.value {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    font: 500 40px/40px Roboto, sans-serif;
    top: unset;
    right: unset;
    width: auto;
}

body .footer {
    display: block !important;
}

body .footer .company-name {
    color: #fff;
    text-align: center;
    font: 500 40px/50px Roboto, sans-serif;
    letter-spacing: 5px;
    padding: 240px 0 50px 0;
}

body .footer .company-name a {
    text-decoration : none;
    color : #fff;
}

body .footer .footer-links {
    height: 100px;
    width: 100%;
    background-color: #1c2549;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

body .footer .footer-links .footer-link {
    display: inline-flex;
    position: relative;
    flex: 0 0 25%;
    height: 100px;
    background-color: none;
    margin: 0 auto;
}

body .footer .footer-links .footer-link.nba {
    background-image: url(https://betonalfa.com.cy/intro/betonalfa/images/nba_el.png?crc=258499501);
    background-position: center center;
    background-size: 200px;
    background-repeat: no-repeat
}

body .footer .footer-links .footer-link.nba a,
body .footer .footer-links .footer-link.respgaming a {
    height: 100%;
    width : 100%
}

body .footer .footer-links .footer-link.respgaming {
    background-image: url(https://betonalfa.com.cy/intro/betonalfa/images/respgam_cy.png?crc=219276397);
    background-position: center center;
    background-size: 200px;
    background-repeat: no-repeat
}

body .footer .footer-links .footer-link.eighteenplus {
    background: url('../../images/betslips/betonalfa/18plus.png') center center no-repeat;
    background-position: center center;
    background-size: 75px;
    background-repeat: no-repeat
}

.big-refresh {
    display: none;
}