@import "less/createticket.css";
html,
body {
  height: 100%;
  min-height: 100%;
}
::-webkit-scrollbar {
  height: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #808080;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffd800;
  -webkit-box-shadow: inset 0 0 6px #596305;
  background-image: url('../i/about_logo.png');
}
.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
body {
  background-image: url('../i/site_bg.png');
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 20px;
}
@media (max-width: 595px) and (max-height: 640px) {
  body {
    padding-top: 115px;
  }
}
@media (max-width: 475px) and (max-height: 550px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 390px) and (max-height: 480px) {
  body {
    padding-top: 90px;
  }
}
.menu-header {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 110px;
  margin: auto;
  background-image: url('../i/site_bg.png');
}
@media (max-width: 595px) and (max-height: 640px) {
  .menu-header {
    height: 105px;
  }
}
@media (max-width: 475px) and (max-height: 550px) {
  .menu-header {
    height: 90px;
  }
}
@media (max-width: 390px) and (max-height: 480px) {
  .menu-header {
    height: 80px;
  }
}
.menu-logo {
  margin-top: 5px;
  width: 115px;
  height: 110px;
}
@media (max-width: 595px) and (max-height: 640px) {
  .menu-logo {
    width: 110px;
    height: 105px;
  }
}
@media (max-width: 475px) and (max-height: 550px) {
  .menu-logo {
    width: 95px;
    height: 90px;
  }
}
@media (max-width: 390px) and (max-height: 480px) {
  .menu-logo {
    width: 83px;
    height: 78px;
  }
}
.menu-area {
  padding-left: 125px;
  padding-top: 60px;
}
@media (max-width: 595px) and (max-height: 640px) {
  .menu-area {
    padding-top: 55px;
  }
}
@media (max-width: 475px) and (max-height: 550px) {
  .menu-area {
    padding-top: 40px;
  }
}
@media (max-width: 390px) and (max-height: 480px) {
  .menu-area {
    padding-top: 30px;
  }
}
.navbar-inverse > .navbar-collapse {
  background-color: #fffd02;
}
@media (max-width: 767px) {
  .navbar-inverse > .navbar-collapse > ul > li {
    background-image: -webkit-linear-gradient(top, #fffd02 0%, #ffd800 100%);
    background-image: -o-linear-gradient(top, #fffd02 0%, #ffd800 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffd02), to(#ffd800));
    background-image: linear-gradient(to bottom, #fffd02 0%, #ffd800 100%);
  }
  .navbar-inverse > .navbar-collapse > ul > li > a:hover {
    background-color: #fff200;
  }
}
@media (min-width: 767px) {
  .navbar-inverse > .navbar-collapse > ul > li > a:hover {
    background-image: -webkit-linear-gradient(top, #fffd02 0%, #e2c002 100%);
    background-image: -o-linear-gradient(top, #fffd02 0%, #e2c002 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffd02), to(#e2c002));
    background-image: linear-gradient(to bottom, #fffd02 0%, #e2c002 100%);
  }
}
.menu-background {
  position: fixed;
  width: auto;
  margin-right: 150px;
  background-image: url('../i/menu_bg.png') !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-image: url('../i/menu_border.png') 27;
  border-image-width: 4px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .menu-background {
    width: 595px;
  }
}
@media (min-width: 992px) {
  .menu-background {
    width: 815px;
  }
}
@media (min-width: 1200px) {
  .menu-background {
    width: 1015px;
  }
}
.triangle {
  width: 10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ac2000 transparent transparent transparent;
  line-height: 0px;
  _border-color: #ac2000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.selectedLottery {
  border-bottom: #ac2000 solid 2px;
  margin: 0;
}
.lotteryButton {
  width: 20%;
  height: 50px;
  background-color: transparent;
  border: 0;
}
.lotteryButton:hover .lottery {
  border-bottom: #ac2000 solid 2px;
}
.numberBall {
  width: 50px !important;
  height: 50px;
  background-image: url(../i/ball.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.rewardCell {
  text-align: right;
  padding-right: 50px;
}
.numberDetail {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 6px 0 0 0;
  text-align: center;
  background-image: url(../i/panel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.plusStyle {
  text-align: center;
  display: table;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
}
.plusOneTop {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .plusOneTop {
    margin-top: 0px;
  }
}
.homeAnimateArea {
  z-index: -1;
  position: absolute;
  background-color: #36f902;
  width: 50px;
  height: 50px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.randomNums {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  width: auto;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.tenNumberFirstColumn {
  display: inline-block;
  width: 33%;
}
@media (max-width: 990px) {
  .tenNumberFirstColumn {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .tenNumberFirstColumn {
    display: block;
    width: auto;
    margin: auto;
  }
}
.tenNumberSecondColumn {
  display: inline-block;
  width: 33%;
}
@media (max-width: 990px) {
  .tenNumberSecondColumn {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .tenNumberSecondColumn {
    display: block;
    width: auto;
    margin: auto;
  }
}
.tenNumberThirdColumn {
  display: inline-block;
  width: 33%;
}
@media (max-width: 990px) {
  .tenNumberThirdColumn {
    display: block;
    width: 100%;
  }
}
.sliderItem {
  width: 600px;
  height: 400px;
  margin: 0 7px 0 7px;
}
@media (max-width: 1200px) {
  .sliderItem {
    width: 550px;
    height: 300px;
    margin: 0 6px 0 6px;
  }
}
@media (max-width: 1040px) {
  .sliderItem {
    width: 400px;
    height: 250px;
    margin: 0 5px 0 5px;
  }
}
@media (max-width: 910px) {
  .sliderItem {
    width: 350px;
    height: 220px;
    margin: 0 4px 0 4px;
  }
}
@media (max-width: 590px) {
  .sliderItem {
    width: 240px;
    height: 180px;
    margin: 0 3px 0 3px;
  }
}
@media (max-width: 350px) {
  .sliderItem {
    width: 200px;
    height: 150px;
    margin: 0 2px 0 2px;
  }
}
.homeDots {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  overflow-y: auto;
}
.homeDots ul {
  display: block;
  margin: auto;
  padding: 0;
}
.homeDots ul li {
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
  cursor: pointer;
  width: 40px;
  height: 7px;
}
.homeDots ul li span {
  display: inline-block;
  margin: auto;
  text-align: center;
  background-color: #d0530b;
  width: 100%;
  height: 3px;
}
.homeDots ul li.active span {
  background-color: #ac2000;
  height: 7px;
}
.sliderLeft {
  position: absolute;
  text-align: left;
  vertical-align: middle;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 100;
  background-image: linear-gradient(to right, rgba(128, 128, 128, 0.9) 0%, transparent 100%);
}
.sliderLeft div {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
}
.sliderLeft div img {
  margin: auto;
  cursor: pointer;
  width: 15px;
  height: 30px;
}
@media (max-width: 390px) {
  .sliderLeft {
    width: 40px;
  }
}
.sliderRight {
  position: absolute;
  text-align: right;
  vertical-align: middle;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 100;
  background-image: linear-gradient(to left, rgba(128, 128, 128, 0.9) 0%, transparent 100%);
}
.sliderRight div {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
}
.sliderRight div img {
  margin: auto;
  cursor: pointer;
  width: 15px;
  height: 30px;
}
@media (max-width: 390px) {
  .sliderRight {
    width: 40px;
  }
}
.bookmarks {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  overflow-y: auto;
}
.bookmarks ul {
  display: block;
  padding: 5px 0;
  margin: auto;
}
.bookmarks ul li {
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-family: 'Arial';
  letter-spacing: 1px;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .bookmarks ul li span {
    display: none;
  }
}
@media (min-width: 767px) {
  .bookmarks ul li {
    width: 70px;
  }
}
.bookmarks ul li.active {
  color: blue;
  border-bottom: blue 1px solid;
}
.btnAddColoumn {
  width: 80px;
  height: 75px;
  background-image: url('../i/add.png');
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 320px) {
  .btnAddColoumn {
    width: 50px;
    height: 45px;
  }
}
.btnSaveTicket {
  width: 80px;
  height: 75px;
  background-image: url('../i/save_new.png');
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 320px) {
  .btnSaveTicket {
    width: 50px;
    height: 45px;
  }
}
.numberLine {
  display: table;
  width: 100%;
  border-bottom: 1px solid gray;
  background-image: linear-gradient(#dedede, white, #dedede);
}
.column_parent {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 640px) {
  .column_parent {
    padding-left: 0;
    padding-right: 0;
  }
}
.number_area {
  width: 30%;
}
@media (max-width: 640px) {
  .number_area {
    width: 25%;
  }
}
.number_info_area {
  width: 70%;
}
@media (max-width: 640px) {
  .number_info_area {
    width: 75%;
  }
}
.column_top {
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 0;
  margin: 0;
  border-bottom: solid 20px #dedede;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
.estimateNumberBall {
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-image: url(../i/ball.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .estimateNumberBall {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .estimateNumberBall {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .estimateNumberBall {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .estimateNumberBall {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .estimateNumberBall {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.estimateInfoText {
  font-size: 14px;
}
@media (max-width: 767px) {
  .estimateInfoText {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .estimateInfoText {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .estimateInfoText {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .estimateInfoText {
    font-size: 11px;
  }
}
.estimateHeader {
  text-align: center;
}
@media (max-width: 440px) {
  .estimateHeader {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .estimateHeader {
    font-size: 15px;
  }
}
.removeColumnButton {
  border: 0;
  background-color: transparent;
  height: 35px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: underline;
}
.removeColumnButton:hover {
  background-color: rgba(251, 251, 251, 0.54);
}
.saveColumnTitle {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  border-bottom: solid 1px #dedede;
  text-align: center;
}
@media (max-width: 440px) {
  .saveColumnTitle {
    display: block;
    border-bottom: 0;
  }
}
.mytickets {
  margin-bottom: 50px;
}
.mytickets .myTicketTable {
  display: table;
  width: 100%;
}
.mytickets .myTicketTable .myTicketRow:hover {
  background-color: #dedede;
}
.mytickets .myTicketTable .myTicketRow {
  display: table-row;
  width: 100%;
  background-color: white;
  cursor: pointer;
}
.mytickets .myTicketTable .myTicketRow .myTicketInfoCell {
  display: table-cell;
  width: 110px;
  border-top: 1px solid gray;
  vertical-align: middle;
  padding: 10px 0 10px 0;
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketInfoCell {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketInfoCell .myTicketName {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.mytickets .myTicketTable .myTicketRow .myTicketInfoCell .myTicketName div {
  display: none;
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketInfoCell .myTicketName {
    display: block;
    width: 100%;
  }
  .mytickets .myTicketTable .myTicketRow .myTicketInfoCell .myTicketName div {
    display: inline-grid;
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketResultCell {
  display: table-cell;
  border-top: 1px solid gray;
  vertical-align: middle;
  padding: 10px 0 10px 0;
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell {
    display: block;
    border-top: 0;
    padding: 0 0 10px 0;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketInfo {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}
@media (max-width: 490px) {
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketInfo {
    width: 100%;
    display: block;
  }
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketInfo {
    width: 100%;
    display: block;
    padding-left: 5px;
    font-size: small;
  }
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketInfo span {
    display: none;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketResult {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
}
@media (max-width: 490px) {
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketResult {
    width: 100%;
    display: block;
  }
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketResultCell .myTicketResult {
    width: 100%;
    font-size: small;
    display: block;
    padding-left: 5px;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketActioncell {
  display: table-cell;
  border-top: 1px solid gray;
  vertical-align: middle;
  text-align: right;
  width: 140px;
  padding: 10px 5px 10px 0;
}
@media (max-width: 570px) {
  .mytickets .myTicketTable .myTicketRow .myTicketActioncell {
    width: 80px;
    padding: 3px 5px 0 0;
  }
}
@media (max-width: 360px) {
  .mytickets .myTicketTable .myTicketRow .myTicketActioncell {
    width: 70px;
  }
}
.mytickets .myTicketTable .myTicketRow .myTicketActioncell .myTicketAction {
  display: inline-block;
}
@media (max-width: 570px) {
  .mytickets .myTicketTable .myTicketRow .myTicketActioncell .myTicketAction a {
    width: 80px;
    display: block;
    margin: 0 0 3px 0;
  }
}
@media (max-width: 490px) {
  .mytickets .myTicketTable .myTicketRow .myTicketActioncell .myTicketAction a {
    width: 70px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.lotoImage {
  width: 80px;
  margin: 0 10px 0 10px;
}
.winnedNumberStyle {
  font-weight: bold;
  filter: sepia(90%) saturate(600%) brightness(90%) hue-rotate(60deg);
}
.ticketDetailHeader {
  position: relative;
}
.ticketDetailHeader .borderLine {
  margin: 0px 0 8px 0;
  display: none;
}
@media (max-width: 360px) {
  .ticketDetailHeader .borderLine {
    display: block;
  }
}
.ticketDetailHeader .ticketStatus {
  margin: 0;
  padding: 0;
}
@media (max-width: 360px) {
  .ticketDetailHeader .ticketStatus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .ticketDetailHeader .ticketStatus span {
    display: block;
  }
}
.ticketDetailHeader .ticketDetailMenu {
  text-align: right;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  right: 0;
  bottom: 10px;
}
@media (max-width: 360px) {
  .ticketDetailHeader .ticketDetailMenu {
    position: static;
    text-align: center;
  }
}
.ticketDetailHeader .ticketDetailMenu button {
  width: 70px;
}
@media (max-width: 360px) {
  .ticketDetailHeader .ticketDetailMenu button {
    width: 20%;
  }
}
.drawButton {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  padding: 8px 20px 8px 20px;
}
@media (max-width: 360px) {
  .drawButton {
    padding: 5px;
  }
}
.selectedDrawButton {
  background-color: white;
  text-decoration: none;
}
.tenNumberBall {
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-image: url(../i/ball.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .tenNumberBall {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tenNumberBall {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .tenNumberBall {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .tenNumberBall {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tenNumberBall {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.mobileNumber {
  display: none;
  text-align: center;
}
@media (max-width: 495px) {
  .mobileNumber {
    display: block;
  }
}
.desktopNumber {
  display: normal;
  text-align: center;
}
@media (max-width: 495px) {
  .desktopNumber {
    display: none;
  }
}
.dialogParent {
  max-width: 400px;
  max-height: 400px;
  padding: 20px;
  margin: auto;
}
.headerParent {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  height: 110px;
  background-color: white;
}
.headerBackground {
  position: absolute;
  width: 100%;
  height: 75px;
  background-color: white;
}
.modal-body-style {
  background-color: white;
}
.modal-footer-style {
  background-color: white;
}
.headerBall {
  background-image: url(../i/ball.png);
  background-size: cover;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0;
  left: 5px;
}
.ballText {
  margin-top: 17px;
  font-size: x-large;
  width: 100%;
  text-align: center;
}
.appIcon {
  position: absolute;
  width: 70px;
  height: 65px;
  right: 5px;
  top: 5px;
}
.titleArea {
  display: table-cell;
  padding: 5px 20px 5px 0;
  text-align: right;
  padding-bottom: 10px;
  vertical-align: middle;
  height: 34px;
}
@media (max-width: 910px) {
  .titleArea {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
}
.inputArea {
  display: table-cell;
  padding: 5px 0 5px 0;
  width: 280px;
}
@media (max-width: 910px) {
  .inputArea {
    display: block;
    padding: 0 0 4px 0;
  }
}