/* DivTable.com */
.divTable{
    display: table;
    width: 96%;
    max-width: 380px;
    border: 1px solid #999999;

}

.divTable70{
    display: inline-block;
    width: 68%;
    max-width: 260px;
}
.divTable30{
    display: inline-block;
    width: 28%;
    max-width: 120px;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    text-rendering: optimizeLegibility;
    padding: 1.5px 2px;
    text-align: center;
    vertical-align: middle;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
    max-width: 400px;

}

a.noline:link {color:black;text-decoration: none}      /* unvisited link */
a.noline:visited {color:black;text-decoration: none}  /* visited link */
a.noline:hover {color:red;text-decoration: none}  /* mouse over link */
a.noline:active {color:blue;text-decoration: none}  /* selected link */

.button-red{
    background: rgb(202, 60, 60); /* this is a maroon */
    color : antiquewhite;
    font-weight: 600;
}

body {
    color: black;
    background-image: url("../img/b4.webp") !important;
    background-repeat: repeat  !important;
}



.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.title-font{
    font : bold 20px      "Asap";
    color: #666666;

}


.fd-title-font{
    font : bold  18px      "Asap";
    color: black;
}

.fd-title-font-white{
    font : bold  18px      "Asap";
    color: white;
}

.sg-title-font-white{
    font : bold  16px      "Asap";
    color: white;
}

.header-color{
    background-color: rgba(45, 62, 80,0.8);
}

.header-text{
    color: antiquewhite;
}

.magnum-bg{
    background-color:  rgba(255, 194, 15,0.8);
}

.sporttoto-bg{
    background-color:  rgba(237, 35, 42,1.0);
}

.pmp-bg{
    background-color:  rgba(8, 23, 92,0.8);
}

.cs-bg{
    background-color:  rgba(45, 86, 0,0.8);
}

.ee-bg{
    background-color:  rgba(252, 4, 4,0.8);
}

.stc-bg{
    background-color:  rgba(2, 138, 54,0.8);
}

.sg-bg{
    background-color:  rgba(5, 95, 142,0.8);
}

.gd-bg{
    background-color:  rgba(218,3,0,0.8);
}

.steelblue{
    background-color:  steelblue;
}


.number-font{

    font : bold  20px      "Asap";
    /*letter-spacing: 1px;*/

}


.number-font-33d{
    font : bold  18px      "Asap";
    /*letter-spacing: 1px;*/
}


.prize123-font{
    font : bold  27px      "Asap";
    letter-spacing: 1px;
    font-weight: bold;
}

.prize123-font-33d{
    font : bold  23px      "Asap";
    letter-spacing: 1px;
    font-weight: bold;
}

.prize123-pos{
   width:220px;
    padding: 0px 5px;
}

.magnum-border{
    border: 5px solid  rgba(255, 194, 15,0.8);

}

.pmp-border{
    border: 5px solid  rgba(8, 23, 92,0.8);

}

.sporttoto-border{
    border: 5px solid  rgba(237, 35, 42,1);
    font : bold 20px "Asap";
}


.cs-border{
    border: 5px solid  rgba(45, 86, 0,0.8);
}

.ee-border{
    border: 5px solid  rgba(252, 4, 4,0.8);
}

.stc-border{
    border: 5px solid  rgba(2, 138, 54,0.8);
}

.sg-border{
    border: 5px solid  rgba(5, 95, 142,0.8);
}

.gd-border{
    border: 5px solid  rgba(218,3,0,0.8);

}

.num-detail-border{
    /*border: 3px solid  rgba(45, 62, 80,0.8);*/
}

.num-detail-header{
    background: rgb(202, 60, 60); /* this is a maroon */
}

.a-right{
    text-align: right;
}

.a-left{
    text-align: left;
}
.no-border{
    border: 0px !important;
}

.round-border-top{
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    -moz-border-radius-topleft: 1.5em;
    -moz-border-radius-topright: 1.5em;
}

.round-border-top-bg{
    border-top-left-radius: 0.9em;
    border-top-right-radius: 0.9em;
    -moz-border-radius-topleft: 0.9em;
    -moz-border-radius-topright: 0.9em;
}

.round-border-bottom{
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    -moz-border-radius-bottomleft: 1.5em;
    -moz-border-radius-bottomright: 1.5em;
}


.no-border-bottom{
   border-bottom: 0px !important;
}

.no-border-top{
    border-top: 0px !important;
}


.no-border-top-bottom{
    border-top: 0px;
    border-bottom: 0px;
}


.magnum-jp-gold{
    margin: 5px;
    display:inline-block;
    border: 3px solid  #F7B61C;
    font : bold 20px Asap;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 3px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    /*background: pink;*/
}

.magnum-jp-gold-table th{
    border: 3px solid  #F7B61C;
    letter-spacing: 1px;
    vertical-align: middle;
    font : bold 20px Asap;
    margin: 5px;
    padding: 2px 3px;
    width : 12px;

}




.magnum-jp-border-right{

    border-right:3px solid  #F7B61C;
    /*background: pink;*/
}


.magnum-jp-font{
    font : bold 16px Asap;
}

.magnum-jp-font-small{
    font : bold 12px Asap;
}

.st-jp-gold{
    border: 3px solid rgba(237, 35, 42,1);
    margin: 2px 0px;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 2px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    /*background: pink;*/
}

.sg-jp-toto{
    border: 3px solid rgba(5, 95, 142,0.8);
    margin: 2px;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 2px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    /*background: pink;*/
}

.st-jp-gold-table th{
    border: 3px solid rgba(237, 35, 42,1);
    letter-spacing: 1px;
    vertical-align: middle;
    font : bold 20px Asap;
    margin: 5px;
    padding: 2px 3px;
    width : 12px;

}


.st-jp-num-size{
    font : bold 22px Asap;
    width: 25px;
}

.st-jp-num-size-large{
    font : bold 23px Asap;
    width: 28px;
}

.st-jp-title{
    display:inline-block;
    font : bold 12px "Asap";
    color: #666666;

}

.st-jp-title-xl{
    display:inline-block;
    font : bold 24px "Asap";
    color: #666666;

}

.st-5d6d-title{
    display:inline-block;
    font : bold 32px "Asap";
    color: #666666;

}
.inline-block{
    display:inline-block;

}

.round-border{
  border: 1px solid red;
  border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}



.live-text{
    font : bold  20px  "Asap";
    color: red;
    text-align: right;
    vertical-align: middle;
}

.live-text-light{
    font : bold  20px  "Asap";
    color: lightcyan;
    text-align: right;
    vertical-align: middle;
}


.today-text{
    font : bold  20px  "Asap";
    color: blue;
    text-align: right;
    vertical-align: middle;

}

.today-text-light{
    font : bold  20px  "Asap";
    color: lightcyan;
    text-align: right;
    vertical-align: middle;

}

.div-hidden{
    display: none;
}

.div-show{
    display: inline ;
}


.margin-med{
    margin: 5px 5px;
    vertical-align: middle;
}

.padding-top-bottom{
    padding: 3px 0px;
}

.padding-side{
    padding: 0px 1px;
}

.padding-right1{
    padding: 0px 5px;
}

.menu-padding{
    padding: 0px 10px;
}

.top-menu-padding{
    padding-top: 50px;
}

.pure-table-padding th,td{
    padding: 0.5em 0.7em !important;
}

.search-option-btn-inactive{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.search-option-btn-bg{
    background: rgba(202, 60, 60,0.9);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;

}



.no-margin{
    margin: 0px !important;
}

.no-padding{
    padding: 0px !important;
}

.width-95{
    width:95%;
}

.max-width {
    max-width: 400px !important;
}

.ads-width {
    min-width: 250px !important;
    max-width: 400px !important;
}

.top-menu{
  padding-bottom: 3px;
}

.align-center{
    text-align: center !important;
    vertical-align: middle !important;
    align-items : center !important;
    justify-content: center !important;

}



.align-item-center{
    align-items : center !important;
}


.align-top{
    vertical-align: top !important;
    vertical-align: text-top !important;
}

.align-center-mjp{
    vertical-align: middle !important;
    align-items : center !important;
}


.blink_me {
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.refresh-btn {
    z-index: 12 !important;
    /*position: absolute !important;*/
    top: 5px !important;
    right: 5px !important;
    position: fixed;
    display: block; /* show this only on small screens */
    /*border-radius: 50% !important;*/
    background:#2d3e50;
    /*height: auto;*/
    padding: 0.5em 0.5em;
    height: auto;
    color: #fff;
    font-size: 0.8em;



}

.ws-btn {
    z-index: 12 !important;
    /*position: absolute !important;*/
    top: 5px !important;
    right: 50px !important;
    position: fixed;
    display: block; /* show this only on small screens */
    /*border-radius: 50% !important;*/
    background:#2d3e50;
    /*height: auto;*/
    padding: 0.5em 0.5em;
    height: auto;
	color: yellow !important;
    font-size: 0.8em;



}

.img-circle {
    border-radius: 20%;
}


div.circle {
    width: 25px;
    height: 25px;
    margin: 5px;
    display:inline-block;
    border-radius: 50%;
    border: 3px solid  #F7B61C;
    font : bold 21px Asap;
    text-align: center;
    vertical-align: middle;
}


div.circle-transparent {
    width: 25px;
    height: 25px;
    margin: 5px;
    display:inline-block;
    border-radius: 50%;
    font : bold 20px Asap;
    text-align: center;
    vertical-align: middle;
    /*border: 3px solid  #F7B61C;*/
    /*background: pink;*/
}

div.circle-small {
    width: 20px;
    height: 20px;
    margin: 1px;
    display:inline-block;
    border-radius: 50%;
    border: 3px solid  #F7B61C;
    font : bold 16px Asap;
    text-align: center;
    vertical-align: middle;
}






.menu-div-child {
    display: inline-block;
    width: 32%;
    padding : 1px 0px;

}


.menu-single-div{
    width: 30%;
    display: inline-block;
}
.menu-header{
    background-color: #2d3e50;
    border: 2px solid #2d3e50;
}
.menu-content{
    background-color: rgba(45, 62, 80,0.6);

}


.menu-border{
    border: 2px solid #2d3e50;
}

.menu-round-border-top{
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
}



.menu-round-border-bottom{
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}


.menu-btn {
    z-index: 12 !important;
    /*position: absolute !important;*/
    top: 5px !important;
    left: 5px !important;
    position: fixed;
    display: block; /* show this only on small screens */
    /*border-radius: 50% !important;*/
    background:#2d3e50;
    /*height: auto;*/
    padding: 0.5em 0.5em;
    height: auto;
    color: #fff;
    font-size: 0.8em;


}

.top-menu-btn{
    width: 33%;
    font-size: 0.9em;
    font-weight: 600;
    background: rgb(202, 60, 60); /* this is a maroon */
    border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color : antiquewhite;
}

.top-menu-btn-sg{
    background: rgb(5, 95, 142); !important;
}

.top-menu-btn-wm{
    background:rgb(251, 188, 5) !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);

    color : black !important;
}

.top-menu-btn-em{
    background: rgb(0, 126, 3); !important;
}

.top-menu-btn-pastresult{
    background: rgb(66, 133, 244); !important;
}

.grayscale-40{
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.highlight{
    color: antiquewhite;
    background: rgb(202, 60, 60); /* this is a maroon */
    filter: grayscale(0);
    -webkit-filter: grayscale(0);


}

.max-results-width{
    max-width: 1250px;
}

.past-draw-date-width{
    width: 150px;
    margin-top: 3px;
    background: rgb(202, 60, 60); /* this is a maroon */
    color : antiquewhite;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight:600;
}

.hidediv{
   display: none;
}

.prev-next-button{
    background: #2d3e50;
    color: antiquewhite;
    border-color: antiquewhite;
    font-size: 125%;
}


.calendar-button{
    background: rgb(202, 60, 60);
    color: antiquewhite;
    border-color: antiquewhite;
    font-size: 125%;
}

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    /*background-color: rgba(0,0,0, 0.9); !* Black w/opacity *!*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden; /* Disable horizontal scroll */
    display: none; /* Disable horizontal scroll */
    transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 0%; /* 25% from the top */
    width: 100%; /* 100% width */
    /*text-align: center; *//* Centered text/links */
    /*margin-top: 30px; *//* 30px top margin to avoid conflict with the close button on smaller screens */
    color: antiquewhite;


}

/* The navigation links inside the overlay */
.overlay a {
    padding: 3px 0px;
    text-decoration: none;
    font: bold 16px "Asap";
    color: antiquewhite;
    display: block; /* Display block instead of inline */
    /*transition: 0.3s; *//* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn  {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #ffffff;
    z-index: 99999; /* Sit on top */

}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.2em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

.no-letter-spacing{
    letter-spacing: 0 !important;
}

.menu-padding{
	padding:7.2px 7.2px
}
.winning-numbers b {
    border: red 3px solid;
    width: 30px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 12px 0;
    margin: 0;
    letter-spacing:0;
}
.bonus-numbers b{
    border: #FFC000 3px solid;
}


.container {
  --d: 6px; /* folded part */
  --c: blue; /* color */
  --f: 16px; /* ribbon font-size */

  position: relative;
  display: inline-block;
}

.container::before {
  content: attr(data-ribbon);
  position: absolute;
  font-size: var(--f);
  top: 15px;
  right: 5px;
  transform: translate(29.29%, -100%) rotate(45deg);
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 0;
  transform-origin: bottom left;
  padding: 5px 35px calc(var(--d) + 5px);
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d)
    no-repeat var(--c);
  background-clip: padding-box;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
  -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left,
    linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
  -webkit-mask-size: 300vmax 300vmax;
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}
.left::before {
  left: 0;
  right: auto;
  transform: translate(-29.29%, -100%) rotate(-45deg);
  transform-origin: bottom right;
}



/*i6*/
@media (min-width: 374px){

    .number-font{
        font : bold  25px "Asap";
    }
    .prize123-font{
        font : bold  33px "Asap";
    }

    div.circle,div.circle-transparent {
        width: 30px;
        height: 30px;
        font : bold 23px Asap;
    }

    .magnum-jp-gold{
        font : bold 25px Asap;
    }


}

/*i6p*/
@media (min-width: 410px){

    .number-font{
        font : bold  27px "Asap";
    }
    .prize123-font{
        font : bold  38px "Asap";
    }

    div.circle,div.circle-transparent {

        width: 33px;
        height: 33px;
        font : bold 28px Asap;
    }

    .magnum-jp-gold{
        font : bold 30px Asap;
    }


}

/*large screen*/
@media (min-width: 1000px){

    .number-font{
        font : bold  23px "Asap";
    }
    .prize123-font{
        font : bold  30px "Asap";
    }

    div.circle,div.circle-transparent {
        width: 30px;
        height: 30px;
        font : bold 23px Asap;
    }

    .magnum-jp-gold{
        font : bold 20px Asap;
    }

}
