/*General.css*/

* {
    padding: 0px;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}

body {
    background: #336799  url(/images/bg.jpg) center top no-repeat;
}

.frame-body {
    background: none;
}

#body {
    min-height: 263px;
    padding: 10px 0 0 0;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*reset.css*/

/* css rest */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset*/

/*Content.css*/

.content #header {
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-bottom: 1px #999999 solid;
}

.content #body {
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    color: white;
    border-top: none;
    padding: 10px;
    min-height: 150px;
    margin-bottom: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

/*uibase.css*/

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

@font-face {
    font-family: ROCKI;
    src: url(../font/ROCKI.TTF);
}


@font-face {
    font-family: DaiAltas;
    src: url(../font/Dai-Atlas.otf);
}

/* Header */
.header{
    height: auto;
}
/* Header */

.live-datetime {
    width: 55%;
    float: right;
}

button.draw-result {
    border: none;
    background: no-repeat;
    float: left;
    margin: 0 0 0 0;
}

.datetime{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: black;
    border-radius: 10px;
    box-shadow: inset 0 0 4px 1px #4e4e4e;
    width: 165px;
    float: left;
    padding: 10px;
    line-height: 23px;
    margin: -15px 0 0 15px;
}

.time{
    color: #d2d2d2;
    font-family: DaiAltas;
    font-size: 30px;
    letter-spacing: 6px;
    text-align: center
}
/* Logo */
.logo {
    float: left;
    margin: 20px 0 0 0;
}
/* Logo */

/* Header Right */
.header-right{
    width: 61%;
    float: right;
    margin: 20px auto 0;
}
/* Header Right */

.content {
    margin: 320px auto 0;
}

/* Livedraw */
.livedraw {
    float: left;
    width: 232px;
    height: 61px;
    background: url(/images/button.png) center no-repeat;
    text-decoration: none;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
    text-transform: uppercase;
    padding: 25px 0 0 60px;
    margin: 10px 0 0 0;
}
/* Livedraw */

/* Menu */
ul.menu li {
    float: left;
    padding: 10px 11px;
}
ul.menu a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Times New Roman';
    font-weight: 600;
}

ul.menu a:hover{
    opacity: 0.8;
}
/* /Menu */

/* Result */

/* .livedraw-wrap{
    width: 100%;
    background-color: #0000002b;
    padding: 10px 0;
} */

.livedraw-wrap #livedraw{
    width: 58%;
    display: block;
    margin: 0 auto;
}

.livedraw-wrap .result{
    width: 58%;
    display: block;
    margin: 0 auto;
}

.livedraw-wrap .search-date-wrap{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.livedraw-wrap .past-result-wrap{
    width: 34%;
    display: block;
    margin: 0 auto;
}

/* Result */

/* Livedraw */
.livedraw-head{
    color: #fff;
    font-size: 19px;
    padding: 14px 30px 0 30px;
    margin: 0 auto;
    margin-top: 5px;
    font-family: bench;
    text-align: center;
}
.livedrawResult-wrap .livedraw-head {
    padding-top: 20px;
}
.livedrawResult-wrap .draw-date {
    padding-top: 20px;
}
.livedraw-head .livedraw-no{
    float: left;
}   
.livedraw-head .livedraw-date {
    font-size: 12px;
    margin: 15px 0 0 0;
}

.single{
    margin: 25px 0px 25px 0;
}

.single .single-item{
    float: left;
    width:278px;
    height:111px;
    background: url(../../images/content-bg.png) center no-repeat;
    margin: 0 78px 0 0;
    position: relative;
}
.single .single-item:last-child {
    margin: 0;
}

td.prize {
    color: #fff;
    position: absolute;
    left: 27px;
    margin: 37px 0 0 0;
    font-size: 27px;
    font-family: 'Times New Roman';
    background: -webkit-linear-gradient(#e49200, #e4b36a,#ffc62e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
td.result-prize {
    width: 393px;
    padding: 36px 0 35px 88px;
}

.result-prize .num{
    text-align: center;
    font-family: 'Times New Roman';
    padding: 0 3px;
    background: -webkit-linear-gradient(#efefef, #fff,#2a2929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #545454;
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    margin: 0px auto 0;
    font-weight: 800;
    letter-spacing: 5px;
   
}

.btn-more{
    background: url(../../images/button.png) center no-repeat;
    width: 265px;
    height: 56px;
    float: right;
    padding: 20px 51px;
    margin: -15px 0 0 0;
}
.btn-more a {
    text-decoration: none;
    color: #fff;
    font-family: Arial;
}
/* Livedraw */


/* Latest Result */

.latest-result .datetime{
    background: none;
}

.latest-result {
    width: 70%;
    margin: 0 auto 25px;
}

.first-wrap,.latest-result-datetime{
    background: url(../../images/draw-bg.png) center no-repeat;
    width: 317px;
    height: 50px;
    float: left;
    padding: 10px;
}

.latest-result-datetime {
    float: right;
    color: #727272;
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d9d9d9;
    letter-spacing: 1px;
}

.latest-result-title{
    float: left;
    width: 62%;
    background: -webkit-linear-gradient(#efefef, #fff,#2a2929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    margin: 0px auto 0;
    font-weight: 800;
    letter-spacing: 2px;
}
.latest-result-title h3{
    margin: 0 0 5px 0;
}
.result-top {
    float: right;
    width: 41%;
    margin: 26px -10px 0 0px;
}
p.lotto-ball.lotto-blue {
    float: left;
    margin: -38px 5px 0 0;
    padding: 11px 0 0 0px;
    background: -webkit-linear-gradient(#ffdb65, #ffd651,#ffbe37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #363636;
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 700;
}

/* Latest Result */

/* Day Menu */

.day-menu-wrap{
    margin: 0 auto 0;
}
ul.day-menu li {
    float: left;
    width: 110px;
    height: 50px;
    background: url(../../images/day-menu.png?v=1) center no-repeat;
    margin: -8px 12px 0 16px;
    text-align: center;
    padding: 17px 0 0 17px;
}

ul.day-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
/* Day Menu */
/* Footer */
.footer{
    height: auto;
}

.banner-footer {
    text-align: center;
    margin: 10px auto 0;
}

p.detail {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
}
/* Footer */

/* Menu content */

.content-menu {
    margin: 20px auto 20px;
}

.content-menu li {
    float: left;
    padding: 0 20px 0 20px;
}

.content-menu a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.content-menu a:hover{
    opacity: 0.5;
}
/* Menu content */

/* Client */
.client {
    text-align: center;
    margin: 5px auto 5px;
}

/* Client */

/* Copyright */
.copyright{
    font-family:Arial;
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
/* Copyright */

/* Slot Page */
.random-text-wrap{
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0 20px 0;
}
.random-title{
    font-weight: bold;
    font-size: 25px;
}
.random-text-wrap div{
    line-height: 20px;
}
.random-text-wrap div:nth-child(2){
    margin: 15px 0 10px 0;
}

/*  -------- slot ---------------  */
#random-number {
    width: 100%;
    height: auto;
    margin: 6px 0 0 16px;
}

.slots {
    font-family: RobotoSlab;
    overflow: hidden;
    width: 61px;
    height: 61px;
    background: url(../../images/icons/number.png);
    font-weight: bold;
    float: left;
    color: #bb0808;
    font-size: 35px;
    font-weight: 600;
    text-shadow: rgb(255, 255, 255) -1px 1px 5px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;

}
.wrapper_num .slots:first-child{
    margin-left: 0;
}

.slots .wrapper{
    margin-top:0px; 
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.slots .wrapper{
    margin-top:0px;
}    
}
.slots .slot{
    width: 61px;
    height: 54px;
    text-align:center;
    padding-top: 11px;

}
.retry {
    background: url(../../images/lottery-click.png);
    cursor: pointer;
    height: 56px;
    width: 243px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-top: 19px;
    margin: 34px 0 0 66px;
}
/*  -------- slot ---------------  */
/* Slot Page */


/* Sub pge */
/* Page Result */

.sub-wrap {
    color: #000000;
    line-height: 30px;
    margin: 10px auto 0;
}

.al-right {
    margin: 5px 12px;
    color: #fff;
}
.nextDraw-resize {
    float: left;
    width: 246px;
    height: 180px;
    background: url(../../images/result-bg.png) center no-repeat;
    background-size: 100% 100%;
    margin: 20px 1px 0 0;
    color: #fff;
}
.next-draw-date {
    text-align: center;
    margin: 5px 0 0 0;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}
.all-result .price-title,.day-price-title {
    font-size: 24px;
    font-family: 'Times New Roman';
    background: -webkit-linear-gradient(#fbab1c, #d47f00,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    line-height: 40px;
    margin: 0 40px 0px 0px;
}
table.all-result {
    margin: 5px auto 0;
}
.all-result .num,.day-num{
    font-family: bench;
    font-size: 28px;
    position: relative;
    background: -webkit-linear-gradient(#ffffff, #ffffff,#080808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b3b3b3;
    padding: 0 0 0 8px;
}
.all-result .prize{
    color: #fff;
    font-family: Zurich;
    line-height: 70px;
}

.live-drawday {
    color: #fff;
    font-size: 18px;
    font-family: 'Times New Roman';
    background: -webkit-linear-gradient(#e49200, #e4b36a,#ffc62e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;

}
.pagination {
    padding: 10px 26px  !important;
}
input, select {
    padding: 3px;
    margin-left: 5px;
    vertical-align: top;
}
.paging {
    text-align: right;
    margin: 0 -20px 0px 0px;
}
input#txtSearch {
    background: #314152b3;
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
}
button#btnSearch {
    width: 24px;
    height: 28px;
}

div#search {
    /* background: #5555554f; */
}
.draw-date,.last-draw-no,.next_draw_text,.draw-day {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 16px 0 0 0;
    font-family: bench;
}
.draw-day {
    font-size: 12px;
}
h3.last-draw-no {
    margin: -40px 0 10px 0;
    font-size: 16px;
}
div#next_draw {
    text-align: center;
    color: #fff;
    font-family: bench;
    font-size: 12px;
    margin-bottom: 20px;
}

/* /Page Result */
/* /Sub pge */