
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;
    padding-left: 20px;
    font-weight: bold;
}

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

#print #print-coupon tr.match td.code {
    font-size: 32px;
    vertical-align: top;
    padding-top: 8px;
}

#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.selection td.match {
    font-size: 36px;
    padding-left: 20px;
}

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

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

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

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

#print #print-coupon table.bets tr.totals td {
    font-size: 34px;
    font-weight: bolder;
    text-indent: 10px;
}

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

#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: #000;
    margin :0 0 20px 0;
}


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

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

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

#b-hd {
    display: block !important;
}
#b-hd .company-logo {
    height: 140px;
    width: 300px;
    position: absolute;
    top: 40px;
    left: 50px;
    background: url('https://qr.megabetplus.com.cy/v9.28/images/terminal/skin/mgbp/shopLogo.svg') center 0px no-repeat;
    background-position: 0 0;
    background-size: 300px;
    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: #ffb81c;
    font-size: 42px;
    font-weight: 700;
    border: 0;
    margin-bottom: 0;
    color: #000;
}

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

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

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

#b-hd .cashout-pin-container {
    background: #333;
    color: #fff;
    padding: 20px;
    width: auto;
    font: 600 30px/40px Roboto, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    /* flex: 0 0 51%; */
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

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

#b-hd .cashout-form .cashout-button {
    background-color: #333;
    height: 110px;
    margin: 0 auto;
    font: 600 30px/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;
    width: 400px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    /* border-radius: 5px; */
}

#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 {
    font-size: 33px;
    color: #fff;
    text-indent: 10px;
}

#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 {
    display: none;
    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: #3a3733;
    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(../../../../nba.gov.cy/wp-content/uploads/logo_GR.png);
    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,
body .footer .footer-links .footer-link.documentsubmission a {
    height: 100%;
    width : 100%;
}
body .footer .footer-links .footer-link.documentsubmission a {
    border-radius: 12px;
    border: 2px solid #8d8f92;
    height: 70%;
    line-height: 70px;
    margin: 15px 20px;
}
body .footer .footer-links .footer-link.respgaming {
    background-image: url('../../images/betslips/common/respgam_cy.png');
    background-position: center center;
    background-size: 200px;
    background-repeat: no-repeat
}

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

body .footer .footer-links .footer-link.documentsubmission {
    font-size: 28px; 
    line-height: 100px;
    text-align: center;
}

body .footer .footer-links .footer-link.documentsubmission>a::before {
    content: 'Ταυτοποίηση';
    pointer-events: none;
    color: #b9bdc3;
}
.big-refresh {
    display: none;
}

#print #print-coupon tr.match td.match div.match  text{
    display: none;
}

#print #print-coupon tr.selection.selection-pending td {
    color: #000;
}



