/*************************
******GLOBAL**************
*************************/

.highlighted {
    color: #5B1647;
    font-weight: 600;
}
.highlighted-alt {
    color: #C12026;
    font-weight: 600;
}
.large-font {
    font-size: 1rem;
}
.m-t-0{margin-top: 0;}
.m-t-5{margin-top: 5px;}
.m-t-10{margin-top: 10px;}
.m-t-15{margin-top: 15px;}
.m-t-20{margin-top: 20px;}
.m-t-30{margin-top: 30px;}
.m-t-40{margin-top: 40px;}
.m-t-50{margin-top: 50px;}
.m-t-60{margin-top: 60px;}
.m-t-70{margin-top: 70px;}
.m-t-80{margin-top: 80px;}
.m-t-90{margin-top: 90px;}
.m-t-100{margin-top: 100px;}

.m-b-0{margin-bottom: 0;}
.m-b-5{margin-bottom: 5px;}
.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px;}
.m-b-20{margin-bottom: 20px;}
.m-b-30{margin-bottom: 30px;}
.m-b-40{margin-bottom: 40px;}
.m-b-50{margin-bottom: 50px;}
.m-b-60{margin-bottom: 60px;}
.m-b-70{margin-bottom: 70px;}
.m-b-80{margin-bottom: 80px;}
.m-b-90{margin-bottom: 90px;}
.m-b-100{margin-bottom: 100px;}
.uppercase {text-transform: uppercase;}

.img-fluid.svg {
    vertical-align: middle;
}

/*************************
******HEADER**************
*************************/
header.container-fluid {
    background: #C12026;
    height: 100px;
}
header a.logo {
    margin: 0 auto;
    width: 216px;
    display: block;
    padding-top: 24px;
    max-width: 70%;
}
header a.logo img {
    max-width: 100%;
}
header .container {
    position: relative;
}

/*************************
******NAVIGATION**********
*************************/
#myNavbar .close {
    font-weight: 100;
    color: #FFFFFF;
    text-shadow: unset;
    margin:-2px -8px 0 0;
    opacity: 1;
}
/*
#myNavbar .menu-wrapper {
    opacity:0;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#myNavbar.show .menu-wrapper {
    opacity:1;
}
*/
.navbar.navbar-dark {
    position: absolute;
    right: 0; top: 0;
    z-index: 20;
    padding:0!important;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0)!important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 21px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    cursor:pointer;
    z-index:99;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    margin: 6px 0;
}

.menu-wrapper.p-4 {
    z-index: 21;
    position: fixed;
    height: 100%;
    width: 25%;
    right: 0px;
    top: 0px;
    background: #212121 !important;
    overflow-y: auto;
}
.menu-wrapper.p-4 .list-group {
    margin-top: 62px;
}
.overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
}
.siteNav{
    position:relative;
    width:100%;
}
.menu-wrapper ul li {
    background: transparent;
    border:none;
    border-bottom: 1px solid #646464;
    padding: .75rem 0rem;
    font-size: 0.75rem;
}
.siteNav ul {
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.siteNav ul li {
    width: 24% !important;
    float: left;
    height: 76px;
    line-height:76px;
}
/*.siteNav ul li:hover a::after */
.siteNav ul li.active a::after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    bottom: -34px;
    left: 10px;
    z-index: 1;
}
.siteNav ul li.lotto49 a::after {
    border-left-color: #FF5728;
}
.siteNav ul li.lotto3 a::after {
    border-left-color: #5B1647;
}
.siteNav ul li.lotto4 a::after {
    border-left-color: #96043E;
}
.siteNav ul li.lottoabc a::after {
    border-left-color: #C90035;
}
.siteNav ul li a {
    padding: 12px;
    position:relative;
}
.siteNav li:nth-child(1) {
    background: #5B1647;
}
.siteNav li:nth-child(2) {
    background: #96043E;
}
.siteNav li:nth-child(3) {
    background: #C90035;
}
.siteNav li:nth-child(4) {
    background: #FF5728;
}
.siteNav li:nth-child(1)::before {
    content: "";
    background: #5B1647;
    width: 50%;
    height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.siteNav li:nth-child(4)::before {
    content: "";
    background: #FF5728;
    width: 50%;
    height: 76px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.siteNav .img-fluid.svg {
    max-width: 240px;
    max-height: 40px;
}
/*************************
******BANNER**************
*************************/
.banner img {
    max-width: 100%;
    height: auto;
}

/*************************
******PLAY**************
*************************/

h1.section_title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height:30px;
    margin-bottom:20px;
}
h1.section_title + p {
    margin-bottom: 25px;
}
a.lucky_pick_link {
    color: #5B1647;
    border: 2px solid #5B1647;
    padding: 5px 15px;
    border-radius: 18px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
a.lucky_pick_link:hover {
    background: #5B1647;
    color:#FFFFFF;
    text-decoration:none;
}

.lucky_pick_box span {
    display: inline-block;
}

.lucky_pick_box input[type="text"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    width: 40px; height: 40px;
    margin:0 3px; border: 1px solid #BCBCBC;
    text-align: center;
}

.lucky_pick_box span:nth-child(3) {
    font-size: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
}

span.lucky_pick_close {
    cursor: pointer;
    background: #CCCCCC;
    /*border: 1px solid #CCCCCC;*/
    border: 0;
    width: 32px; height: 32px;
    display: inline-block;
    line-height: 2rem !important;
    border-radius: 16px;
    font-size: 1.5rem !important;
    /*vertical-align: middle;*/
    font-weight: 300;
    position: relative;
    margin: 0; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.add_ticket {
    background: #5B1546;
    color:#FFFFFF;
    border: 2px solid #5B1546;
    width: 180px;
    display: block;
    margin: 30px auto;
    height: 40px;
    line-height: 36px;
    font-size: 0.85rem;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

a.add_ticket:hover {
    color: #5B1546;
    background: #FFFFFF;
    border: 2px solid #5B1647;
    text-decoration:none;
}

.row.playnow_box {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.row.playnow_box span {
    font-size: 1.1rem;
}

.playnow_link {
    background: #C12026;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    line-height:1.6rem;
    border-radius: 30px;
    padding: 15px 45px;
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.playnow_link:hover {
    color: #FFFFFF;
    background: #C12026;
    opacity:0.6;
    text-decoration:none;
}
.playnow_link:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.18);
}
.playnow_link:disabled {
    background: #E6E6E6;
}

.row.nextdraw_box {
    background: #FAD10A;
    margin-top: 30px;
    border: 0px solid transparent;
}
.row.nextdraw_box h4,
.row.nextdraw_box h5,
.row.nextdraw_box h6  {
    margin-bottom: 0;
}
.row.nextdraw_box h4 {
    font-weight: 300;
    font-size: 1.4rem;
}

a.nextdraw_link {
    background: #F6BC19;
    color: #333333;
    display: inline-block;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.6rem;
    border-radius: 30px;
    padding: 5px 45px;
    font-weight: 400;
}
a.nextdraw_link:hover {
    opacity:1;
    text-decoration:none;
}

/*************************
******WINNING NUMBERS*****
*************************/
.winning_numbers {
    padding: 50px 0 0;
}
h2.section_title {
    font-size: 1.6rem;
}
.winning-numbers div {
    display: inline-block;
}
.winning-numbers span {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}
.winning-numbers span + span {
    margin-left:15px;
}
.winning-numbers div + div span,
.winning-numbers span.active {
    background-color: #5B1546;
    border-color: #5B1546;
    color: #FFFFFF;
}
.winning-numbers div + div span {
    margin-left: 15px;
}
div.winning-key.winning-numbers span {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 0.9rem;
    vertical-align: middle;
}
div.winning-numbers ul {
    padding: 0; margin: 0;
    list-style: none;
}
div.winning-numbers ul li {
    display: inline-block;
    margin-right:10px;
    vertical-align: top;
}
.table th {
    background: #E6E6E6;
    font-size:1rem;
    font-weight:500;
}
.table td {
    background: #F0F0F0;
}
.table td, .table th {
    border: 2px solid #FFFFFF;
    border-color: #FFFFFF;
    border-width: 2px;
    vertical-align: middle;
}
.table thead th {
    border-bottom: 2px solid #FFFFFF;
}
.table td.winning-numbers {
    text-align: center;
}
.table td.winning-numbers span {
    cursor: pointer;
}
table.winnings_table tr td:nth-child(2) span.no-winners {
    color: #5B1647;
    font-weight: 600;
    padding-right: 24px;
    width: 10%;
}
table.winnings_table tr td:nth-child(2) span {
    display: inline-block;
}

a.links {
    background: #333333;
    color: #FFFFFF;
    padding: 6px 18px;
    border-radius: 18px;
    font-weight: 300;
    cursor: pointer;
    transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -webkit-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
}
a.links:hover {
    opacity:0.6;
    text-decoration:none;
}

/*************************
******HOW TO PLAY*********
*************************/
section.gameBox {
    background: #FAD10A;
    color:#222222;
}

section.promoBox {
    background: #FAD10A;
}

span.promo_img {
    display: block;
    width: 105px;
    height: 105px;
    margin: 12px auto;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
}
.promoBox h5 {
    color: #5B1647;
    font-size: 0.85rem;
    font-weight:800;
}

/*************************
*********ABOUT************
*************************/

.embed-responsive {
    max-width: 768px;
    margin: 0 auto;
}

/*************************
*********FOOTER***********
*************************/
.mpartner .container {
    border-bottom: 1px solid #CCCCCC;
}
.mpartner ul {
    list-style: none; margin:0; padding:0;
}
.mpartner ul li {
    display: inline-block;
    position: relative;
    height: 60px;
}
.mpartner ul li a {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.ftr_info {
    padding-top: 30px;
}


div:not(.modal-dialog) > .modal-content.login {
    border: none;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
.modal-title {
    color: #062756;
    font-size: 1.6rem;
    font-weight: 400;
}
.modal-header {
    border:none;
    text-align: center !important;
}
.modal-header .bor-h1 {
    display: inline;
    margin: 0 auto;
}

/*************************
*********ACCOUNT***********
*************************/
.btn-blue,
.btn-wht,
.btn-orange,
.play-btn-green,
.btn-orng {
    background: #C12026;
    color: #FFFFFF !important;
    border: 1px solid #C12026;
    text-transform: uppercase;
}
.btn-blue:hover,
.btn-wht:hover,
.btn-orange:hover,
.play-btn-green:hover,
.btn-orng:hover {
    background: #FFFFFF;
    color: #C12026 !important;
    border: 1px solid #C12026;
}

#account  {
    font-size: 0.8rem;
}
#account img.icon,
#account svg.icon {
    width: 15px;
    margin: 0px 5px 0px;
    vertical-align: middle;
    display: inline-block;
}
#account svg.icon {
    fill: #9D9C9C;
}
#account .active svg.icon {
    fill: #212529;
}
#account a:hover svg.icon {
    fill:#C12026;
}
#account .active {
    color: #212529 !important;
    background-color: transparent !important;
}
#account .btn-orng {
    font-size: 0.75rem;
    padding: 12px 18px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}
#account .winning-numbers span {
    font-size: 0.8rem;
    height: 26px;
    width: 26px;
    line-height: 25px;
}
#account .winning-numbers span + span {
    margin-left: 3px;
}
#account .winning-numbers div + div span {
    margin-left: 3px;
}
@media(max-width:480px) {
    #account .table th {
        font-size: 0.8rem;
    }
}

.highlighted {
    color: #222222;
    font-weight: 600;
}
.highlighted-alt {
    color: #FBC51D;
    font-weight: 600;
}
p {
    font-weight: 500;
}

/*************************
******HEADER**************
*************************/
header.container-fluid {
    background: #012400;
    position: absolute;
    top: 0; z-index: 99;
}

/*************************
******BANNER**************
*************************/
section.banner {
    margin: 100px 0 0 0;
}

/*************************
******PLAY**************
*************************/
h1.section_title {
    margin-bottom: 10px;
}
h2.section_title + p {
    margin-bottom: 15px;
}
h1.section_title,
h2.section_title,
h3.section_title {
    font-weight:bold;
    font-size: 28px;
    color: #07713A;
}
.table td, .table th {
    border-color: #D8D8D8;
    border-width: 1px;
    border-style: solid;
}
.table thead th {
    border-bottom: 1px solid #D8D8D8;
}
.table td, .table th {
    border-left:0;
}
.table td + td, .table th + th {
    border-left:1px;
}
.table td.no-right-border,
.table th.no-right-border {
    border-right:0;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(2n) {
    /* background-color: #EFEFEF; */
    
}
.table td,
.table th {
    background: transparent;
    vertical-align: middle;
}

/*************************
******HOW TO PLAY*********
*************************/
section.gameBox {
    background: #012000;
    color:#FFFFFF;
}
section.promoBox {
    background: #007000;
    color: #FFFFFF;
}
section.promoBox h5 {
    color: #FEC81E;
}
.step2 span.promo_img {
    width:202px;
}

/*************************
******WINNING NUMBERS*****
*************************/
div.winning-key.winning-numbers {
    margin-bottom: 0.5rem;
    color: #A5A5A5;
}
.winning-numbers span {
    color: #FFFFFF;
    background-color: #D2D2D2;
    border: 1px solid #D2D2D2;
    font-size: 1.1rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.winning-numbers div + div span,
.winning-numbers span.active {
    background-color: #0D4823;
    border-color: #0D4823;
    color: #FFFFFF;
}
.winning-numbers span + span {
    margin-left: 15px;
}
.table td.winning-numbers {
    width:50%;
    text-align: center;
}
a.links {
    padding: 6px 30px;
}

@media(max-width:480px) {
    .winning-numbers span{
        height: 37px;
    width: 37px;
    line-height: 37px;
    }
    
    .input-radio-chk{
            height: 37px;
    width: 37px;
    line-height: 37px;
    border: 1px solid #fff!important;
    }
}

/*************************
*********ACCOUNT***********
*************************/
#account {
    margin-top: 100px;
}

/*More CUSTOM*/

.c-game__stake {
    margin-bottom: 10px;
}

.c-game__stake input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    outline: none;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 13px center;
}


.bet-success {
    color: green;
}

.bet-error {
    color: red;
}

.loading-spinner {
    margin-top: 10px;
    width: 50px;
    font-size: 50px;
    line-height: 50px;
}

.c-list {
    text-align: center;
}

.c-menu {
    font-size: 16px;
    font-weight: bold;
}
.c-menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.c-menu .fa {
    font-size: 16px;
}

.footer-lobby {
    width: 100%;
    text-align: center;
}

.alert-error {
    color: red;
}

.potential-payout {
    color: green;
    font-size: 18px;
    font-weight: bold;
}

.c-picks__pick-option.is-picked {
    pointer-events: auto;
}

table{
    margin:auto;
}

table th,td {
    padding: 10px;

}

table td {
    font-size: 12px;

}

table th {
    font-size: 1rem;

}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #666;
}


[type="radio"]:checked + label>span {
    background-color: #007000;
    border-color: #007000;
    color: #FFFFFF;
}


.table-striped tbody tr:nth-of-type(2n) .input-radio-td{
    background-color: #EFEFEF;
}


.input-radio-td{
    border:none!important;
    font-size:10px!important;
position:relative;
}

.input-radio-chk{
    color: #FFFFFF;
    background-color: #BCBEC0;
    border: 1px solid #BCBEC0;
    font-size: 1.1rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    /* border-radius: 50%; */

    text-align: center;

}

.input-radio-chk:focus{
    outline:none!important;
}

.input-radio-chk.checked{
    background-color: #0D4823;
    border: 1px solid #0D4823;
}


.input-radio-chk:hover{
    /* background-color: #007000; */
}


.c-buttons {
    padding:8px 12px;
    display:inline-block;
    text-align:center;
    border:1px solid #E22026;
    border-radius:0px;
    outline:none;
    font-size:18px;
    line-height:1em;
    font-weight:500;
    margin-bottom: 10px;
    text-decoration:none;
    white-space:nowrap;
    color:white;
    font-weight: bold;
    background-color:#E22026;
    /* background-image:linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(240,240,240,0.95)); */
    transition:background-color .2s;
    cursor:pointer;
}

.pick-info-text{
    width: 85%;
    margin:auto;
    color: #222222;
    margin-bottom: 10px;
    font-size: 16px;
}

.league{
    color: #07713A;
    font-weight: bold;
}


/******** ACCORDION *******/


.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px;
    position:relative;
    padding:10px;
    background:#fff;
    color:#07713A;
    border-top: 1px solid #BCBEC0;
    border-bottom: 1px solid #BCBEC0;
    width:100%;

}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.open .accordionItemContent{
        padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.acc-am{
    position:absolute;
    right:10px;
    top:0;
    font-size:30px;
}

.close .acc-add{
    display:block;
}

.close .acc-min{
    display:none;
}

.open .acc-add{
    display:none;
}

.open .acc-min{
    display:block;
}

.img-tick{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.c-picks__pick-number.win-result{
    background-color: #0D4823!important;
}

.c-picks__pick-number.loss-result{
    background-color: red!important;
}

.link-green{
    color:#07713A;
    font-weight: 500;
}




.cl-table {
    display: table;
    width: 100%;
    margin:auto;
  }
  .cl-row {
    display: table-row;
    line-height: 40px;
  }
  .cl-cell {
    display: table-cell;
    border: 1px solid #ccc;
    padding:10px 10px;
  }
  .cl-cell:nth-child(1) {
    border-left: none;
  }

  .cl-cell:nth-child(3) {
    border-right: none;
  }
  
  @media screen and (max-width: 992px) {
    .cl-cell {
      display: block;
      border: none;
      padding:0px;
    }
    .cl-row {
      display: table-row;
      width: 50%;    
      line-height: 30px;  
      font-size: .9rem;
    }
    .cl-row .winning-numbers{
        line-height: 40px;
    }

    .match-id-row{
        margin-bottom: 10px;
    }

    .cl-row .league{
        border-top: 2px solid #ccc;
    }
  }