/*General.css*/

* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Time New Roman;
}
.wrapper {
  width: 990px !important;
  margin: 0 auto;
  position: relative;
}

body {
  background: #fff url(../../images/bg.jpg) center top no-repeat;
}
#body {
  min-height: 263px;
  padding: 280px 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%;
  font: inherit;
  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*/

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

@font-face {
  font-family: RobotoSlab;
  src: url(../font/RobotoSlab-Regular.ttf);
}

.header {
  height: auto;
}

/* Logo */
.logo {
  float: left;
  margin: 10px 0 0 0;
}
/* /Logo */

/* Menu */
.menu {
  float: right;
  padding: 0 0 0 0;
  margin: 30px 0 0 0;
}
.menu li {
  float: left;
}
.menu li a {
  font-family: arial;
  font-size: 13px;
  width: 100px;
  text-decoration: none;
  color: #002b70;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.menu li:hover a {
  text-decoration: none;
  font-size: 14px;
}
/* /Menu */

.content {
  height: auto;
}

/* Wrap Box */
.wrap-box {
  float: left;
  width: 990px;
  height: 439px;
  background: url(/../../images/box-wrap.jpg) center no-repeat;
}
/* /Wrap Box */

/* First Result */
.datetime-wrap {
  float: left;
  margin: 10px 0 0 85px;
}
.datetime {
  color: white;
  font-family: arial;
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}
.latest {
  text-transform: uppercase;
  color: white;
}
/* /First Result */

/* Footer */
.footer {
  width: 100%;
  height: 338px;
  background: #0683c5 url(../../images/footer.jpg) center no-repeat;
}
/* /Footer */

/* Bank */
.bank {
  float: left;
  margin: 55px 0 0 70px;
}
/* /Bank */

/* Menu Footer */
.menu-footer {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
}
.menu-footer li {
  float: left;
}
.menu-footer li a {
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  color: #76d1ff;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.menu-footer li:hover a {
  color: white;
}
/* /Menu Footer */

/* Warning */
.warning {
  width: 953px;
  margin: 10px 0 0 0;
}
/* /Warning */

/* Footer Text */
.footer-text {
  float: left;
  text-align: center;
  color: #ffd303;
  width: 100%;
  margin: 10px 0 0 0;
}
.footer-text p {
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
/* /Footer Text */

/*  -------- slot ---------------  */
.view-all-result {
  float: left;
  width: 564px;
  height: 356px;
  background-color: #016e95;
  margin: 10px 5px 0px 5px;
  padding: 0px 8px;
}

.lotto-ball {
  background: url(/images/ball.png) center no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-family: Dai-Atlas;
  font-size: 28px;
  text-align: center;
  line-height: 45px;
  margin: 0px 6px;
  color: #000;
}
.result-top .lotto-ball {
  margin: 0px;
  color: #fff;
}
.lotto-yellow {
  background: url(/images/yellow.png) center no-repeat;
}
.clr-fix {
  clear: both;
}
.multi .row,
.prize .row {
  margin-top: 6px;
}
.body {
  min-height: 474px;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  /*background-color: #f9f9f9;*/
}
.orange-header tr td.drawDate,
.orange-header tr td.drawNumber {
  padding: 30px 0px;
  font-size: 22px;
  color: #fff;
  width: 168px;
  text-shadow: 1px 1px 5px #000;
}
.orange-header tr td {
  font-family: RobotoSlab;
  /*border: 1px solid #444;*/
  text-align: center;
  color: #fff;
  padding: 6px 0px;
  font-size: 14px;
}
.tables-wrap {
  width: 100%;
  float: left;
  background: url(/images/home-result.png) no-repeat center center;
  background-size: 100%;
  margin-top: 10px;
}
.tables-wrap:nth-child(3n) {
  margin-right: 0px;
}
.label4d {
  color: #004a8b;
  font-size: 50px;
  font-weight: bold;
}
.labelresult {
  color: #444;
  font-size: 20px;
  vertical-align: 12px;
  margin-left: 20px;
}
.txtPagingControl {
  text-align: center;
  padding: 5px 20px;
  border: none;
  border-radius: 2px;
  font-family: Arial;
  margin-right: 10px;
}
.btnPagingNext,
.btnPagingLast,
.btnPagingBack,
.btnPagingFirst {
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  /*margin: 0px 10px;*/
  background-color: #bd0304;
  color: #fff;
  font-family: Arial;
  cursor: pointer;
  margin-right: 10px;
}
.pagination {
  text-align: center;
}
.table-striped {
  width: 100%;
}
.countdown {
  color: #fff;
  font-family: Montserrat;
}
.search {
  margin-top: 10px;
  margin-bottom: 10px;
}
#txtSearch {
  border: none;
  padding: 6px 10px;
  border-radius: 2px;
  font-family: Montserrat;
  vertical-align: middle;
}
#btnSearch {
  padding: 8px 10px;
  border: none;
  vertical-align: middle;
  background-color: #fff;
  margin-left: -10px;
  cursor: pointer;
}

.no-record {
  padding: 40px 0px;
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  min-height: 200px;
}
.post-title {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-family: Montserrat;
  margin-top: 10px;
}
.zabuto_calendar table.table {
  background-color: #016e95;
}
.zabuto_calendar table tr th,
.zabuto_calendar table td {
  border: 1px solid #fff;
  color: #fff;
}
/*.zabuto_calendar table tr th {
    background: linear-gradient(#65A7BF,#65A7BF) !important;
    border: 1px solid #fff;
    color: #fff;
}*/
div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
  background-color: transparent;
}
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  background-color: rgba(255, 255, 255, 0.81);
  color: #016e95;
  text-shadow: none;
  padding: 4px 4px;
  border-radius: 50%;
}
div.zabuto_calendar .table tr.calendar-month-header th {
  padding-top: 0px !important;
}
div.zabuto_calendar div.calendar-month-navigation,
div.zabuto_calendar .table tr.calendar-month-header th span {
  padding-bottom: 0px !important;
}

.zabuto_calendar .table tbody tr.calendar-month-header {
  display: none;
  background: #65a7bf; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left,
    #84bacd,
    #114760
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    #84bacd,
    #114760
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    #84bacd,
    #114760
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #84bacd, #114760); /* Standard syntax */
}
.zabuto_calendar .table tbody tr:first-child th {
  background: transparent !important;
}
div.zabuto_calendar .table tr td div.day {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
/* new */
.header-result-date {
  float: right;
  margin: 44px 20px 0px 0px;
  font-size: 12px;
  width: 307px;
  text-align: center;
}
.latest {
  font-family: peppermint;
  font-size: 23px;
}
.label-latest-result {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-family: Dai-Atlas;
  font-size: 28px;
  letter-spacing: 4px;
}
.arrow-next {
  background: url(/images/arrow.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 70px;
}
.result-top {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 80px;
}
.footer-information {
  font-family: arial;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 20px 0px;
  padding: 0 100px;
  color: white;
}
.lotto-blue {
  background: url(/images/ball.png) center no-repeat;
  color: black !important;
  margin: 0 18px 0 0 !important;
}
.deposit-by {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
  margin: 20px 0px;
  color: white;
}
.deposit-by p {
  margin: 0 0 10px 0;
}
.multi-header {
  color: #fff !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
}
.tables-wrap .prize,
.tables-wrap .prize-title {
  width: 90px;
  display: inline-block;
  font-size: 22px;
  text-shadow: 0px 2px 5px #000;
  font-weight: bold;
}
.paging {
  padding: 10px 0px;
}
#btnSearch {
  background-color: #bd0304;
  border: 1px solid #f5f5f5;
  margin-left: -8px;
  vertical-align: top;
  height: 28px;
  width: 30px;
  vertical-align: middle !important;
  padding: 7px;
}
.orange-header tr td.drawNumber {
  color: #f7c600 !important;
  font-weight: bold;
}
.body .no-data-found {
  line-height: 200px;
  text-align: center;
}
.tables-wrap-result {
  width: 320px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.52);
}
.tables-wrap-result .orange-header tr td.drawDate,
.tables-wrap-result .orange-header tr td.drawNumber {
  padding: 6px 0px;
  width: 124px;
  background-color: #424345 !important;
  font-size: 13px;
  color: #fff;
}
.tables-wrap-result .orange-header tr td,
.tables-wrap-result .orange-header tr th {
  border: 1px solid #308d47;
}
.tables-wrap-result:nth-child(3n) {
  margin-right: 0px;
}

.result-body {
  width: 991px;
  height: 241px !important;
  background: url(/images/result.png) center no-repeat;
  margin: 30px 0 0 0 !important;
}
.draw-date {
  float: left;
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0 !important;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  /* color: #white; */
}
.draw-date div:first-child {
  display: inline;
  float: left;
  margin: 0 0 0 225px;
  letter-spacing: 2px;
}
.draw-date div:last-child {
  display: inline;
  float: right;
  margin: 0 285px 0 0;
}
.price-title {
  float: left;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 0 100px;
}
.top-prize {
  float: left;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 0 42px;
}
.num {
  background: url(/images/blueball.png) no-repeat center center;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-family: Dai-Atlas;
  font-size: 23px;
  vertical-align: middle;
  color: white;
  margin: 0 4px 0 0;
}
.result-body .multi .prize .header {
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  float: left;
  color: black;
  clear: both;
  text-align: center;
  margin: 10px 0 20px 0;
}
.search {
  padding: 10px 0px;
}
.result-body .multi .prize .result {
  display: inline-block;
  float: left;
  margin: 0 0 0 20px;
  background: url(/images/bigbox.png) no-repeat center center;
  width: 459px;
  height: 83px;
  padding: 23px 0 0 25px;
}
.result-body .multi .prize .result .num {
  margin: 0 25px 0 0;
}
.result-body .multi .prize {
  float: left;
  display: block;
  width: 50%;
}
.result-body .multi {
  float: right;
  width: 100%;
  margin: 18px 0 0 0;
}
.prize-item {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 5px;
  margin: 25px 0 0 0;
}
.tbl-price tr {
  float: left;
  margin: 0 0 0 15px;
}
.tbl-price tr td:nth-child(1) {
  float: left;
  width: 100%;
  text-align: center;
  color: black;
}
.tbl-price tr td:nth-child(2) {
  float: left;
  clear: both;
  background: url(/images/smallbox.png) no-repeat center center;
  width: 306px;
  height: 83px;
  padding: 23px 0 0 0;
  margin: 15px 0 0 0;
}
.btnPagingBack {
  margin-right: 10px;
}
.btnPagingNext,
.btnPagingLast,
.btnPagingFirst,
.btnPagingBack {
  height: 30px;
  border: none;
  padding: 5px 22px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  background: #424345 !important;
  color: #fff;
}
.txtPagingControl {
  text-align: center;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #ddd !important;
}
#txtSearch {
  vertical-align: middle !important;
  font-family: Arial;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
}
#btnSearch {
  background-color: #c00403;
  background-color: #424345;
  border: 1px solid #f5f5f5;
  margin-left: -4px;
  vertical-align: top;
  height: 30px;
  width: 31px;
  vertical-align: middle !important;
  padding: 8px;
}
.al-center {
  text-align: center;
  color: #fff;
}
.paging {
  padding: 10px 10px;
  text-align: right;
}
.countdown {
  color: #000;
  margin-right: 10px;
  font-family: Arial;
}
.no-record {
  padding: 40px 0px;
  font-family: Arial;
}

.result-text {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.result-date {
  text-align: center;
  padding: 40px 0px;
  font-family: Arial;
}
.wrap-sub {
  background: #0870a5;
  color: white;
  text-align: center;
  font-family: arial;
  min-height: 488px;
  padding: 20px 5px;
  line-height: 20px;
}
.wrap-sub .search {
  text-align: left;
}

#next_draw {
  text-align: center;
  position: relative;
  top: 20px;
}
