body {
    color:#ffffff;
    background-color:#25004a;
}
.hilang {
    text-shadow: 0 0px 0px rgba(0,0,0,.8)!important;
}
.button {
    padding: 10px 15px;
    font-weight: 700;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    background-color: #0f0f0f;
    color: #000000;
    text-decoration: none;
}
.yellow {
    background-color: #5502a8!important;
    color:#ffffff;
}
.borderLine {
    border-top:1px solid #3f017d;
}
.recordNotFound {
	text-align:center;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration:none;
}
/*togelRank*/
.togelRank .rankRow {
    display:flex;
    border:1px solid #4a7644;
    border-radius: 5px;
    width:100%;
    flex-direction:row;
    align-items: center;
    position:relative;
    padding: 5px;
    margin:3px 0px;
}
.togelRank .rankRow.top1 {
    background: -webkit-linear-gradient(bottom,#7302e3,#3f017d);
    background-color:#7302e3;
}
.togelRank .rankRow.top2 {
    background-color: #7302e3;
}
.togelRank .rankRow.top3 {
    background-color: #7302e3;
}
.togelRank .numbering {
    padding: 5px;
    margin-right: 5px;
    max-width: 50px;
    border-radius: 5px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.togelRank .rankRow span {
    font-size:16px;
}
.togelRank .rankRow.top1 span {
    font-weight:700;
}
.togelRank .btnDaftar {
    color:#ffffff;
    background-color: #000000;
    border-radius: 4px;
    margin-left: auto;
    text-decoration: none;
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}
.togelRank .rankRow.top1 .btnDaftar {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    background: linear-gradient(251deg,#7302e3,#3f017d,#000000);
    background-size: 600% 600%;
}
.togelRank .rankRow.top2 .btnDaftar {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    background: #000000;
}
.togelRank .rankRow.top3 .btnDaftar {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    background: #000000;
}
@media (max-width:992px) {
    .togelRank .btnDaftar {
        padding: 8px 0px;
    }
}
/*shareContainer*/
.shareContainer {
    margin-top:10px;
}
.shareContainer .background {
    display:block;
    padding:10px 10px 15px 10px;
    background-color:#5502a8;
    border-radius:5px;
}
.shareContainer .contentBackground {
    padding: 15px;
    background-color: #3f017d;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.shareContainer .title {
    width: 100%;
    font-size:19px;
    font-weight: 700;
    text-align: center;
}
.shareContainer a {
    background-color: #000000;
    color:#ffffff;
    font-size:30px;
    margin: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align:center;
}
.shareContainer a:hover {
    color:#ffffff;
}
/*sideBarContainer*/
.sidebarContainer .title{
    color:#e0dfdc;
    font-size:19px;
    font-weight:700;
    text-align:center;
}
.sidebarContainer .rankContainer {
    margin: 16px 0px;
}
.sidebarContainer .rankContainer .title {
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    text-align:center;
}
.sidebarContainer .registerContainer {
    margin-bottom:20px;
}
.sidebarContainer .registerContainer a {
	color:#000000;
}
/*Header*/
.headerContainer .logoContainer img {
	max-width:300px;
    width:100%;
    height:100%;
}
.headerContainer.container {
    border-bottom: 1px solid #5502a8;
}
.headerContainer .navbar {
    padding-left:0px;
    padding-right:0px;
}
.headerContainer .navbar-toggler {
    font-size: 35px;
    padding:0px;
}
.headerContainer .navbarIcon {
    color:#ffc749;
}
.headerContainer .nav-item > a {
    color:#ffffff;
    font-size:14px;
    font-weight:700;
}
.headerContainer .nav-item > a:hover {
    color:#ffffff;
}
.headerContainer .dropdown>.dropdown-menu {
    margin:0px;
    border-radius:0px;
    min-width:100%;
}
.headerContainer .dropdown:hover>.dropdown-menu {
    display:block;
}
.headerContainer .dropdown>.dropdown-menu .dropdown-item {
    padding-left:8px;
}
@media (max-width:992px) {
	.headerContainer .logoContainer img {
		max-width:250px;
	}
    .headerContainer .navbar-nav {
        margin-top:20px;
    }
    .headerContainer .nav-item {
        text-align:left;
        margin:5px 0px;
    }
    .headerContainer .nav-item a {
        font-size:16px;
    }
    .headerContainer .nav-item a:hover {
        color:#feb821;
        text-decoration:none;
    }
    .headerContainer .dropdown-menu {
        border:none;
        background-color:#5502a8;
    }
    .headerContainer .dropdown > .dropdown-menu .dropdown-item {
        color:#ffffff;
        padding-left:20px;
    }
    .headerContainer .dropdown > .dropdown-menu a.dropdown-item:hover {
        background-color:#5502a8;
        color:#ffffff;
    }
}
/*Footer*/
.footerContainer .blogContainer {
    margin-top:30px;
    padding-top:30px;
}
.footerContainer .blogContainer .title {
    font-size:24px;
    font-weight: 700;
}
.footerContainer .blogContainer .blogCol {
    margin-top: 20px;
}
.footerContainer .blogContainer .blogItem {
    background-color: #3f017d;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
    height: 100%;
}
.footerContainer .blogContainer .blogItem a {
	color:#ffffff;
 }
.footerContainer .blogContainer .blogItem .blogItemThumb {
    width:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.footerContainer .blogContainer .blogItem .blogItemTitle {
    font-size:19px;
    font-weight: 700;
    text-decoration: underline;
    margin:10px;
    display:block;
}
.footerContainer .blogContainer .blogItem .blogItemDescription {
    font-size: 16px;
    font-weight: 400;
    margin:10px;
    display:block;
}
.footerContainer .seoContainer {
    margin: 20px auto;
    font-size:12px;
    text-align:center;
}
/*defaultPage*/
.defaultPage .title {
    color:#ffffff;
    font-size:24px;
    font-weight:700;
}
.defaultPage .content {
    margin-top:20px;
}
.defaultPage .resultItem {
    background: linear-gradient(0deg,#5502a8 0,#7302e3 100%);
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(63,1,125);
    margin: 10px 0px;
}
.defaultPage .resultTitle {
    display:flex;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    padding:12px 20px;
    height:80px;
    align-items:center;
    background-color:#5502a8;
}
.defaultPage .resultTitle span{
    color:#ffffff;
    text-align:center;
    font-size:20px;
    margin:auto;
}
.defaultPage .resultDate {
    display:flex;
    background-color:#7302e3;
    padding:15px 20px;
}
.defaultPage .resultDate span {
    display:inline-block;;
    color:#ffffff;
    text-align:center;
    font-weight:700;
    width:50%;
}
.defaultPage .resultResult {
    text-shadow:0 3px 10px rgba(0,0,0,.8);
    box-shadow:0 3px 10px rgba(115,2,227);
    display:block;
    width:100%;
    font-weight:700;
    background-size:cover;
    background-position:center center;
    padding:30px;
    font-size:48px;
    color:#ffffff;
    text-align:center;
}
.defaultPage .resultHistory {
	padding: 20px;
}
.defaultPage .resultHistory .resultHistoryTitle {
    display: block;
	font-size: 24px;
    font-weight: 700;
    color:#ffffff;
    text-align: center;
    padding: 5px 0;
}
.defaultPage .resultHistory .resultHistoryContent {
    display:flex;
    padding: 5px 0;
    font-size: 13px;
    color:#ffffff;
}
.defaultPage .resultHistory .resultHistoryContent span {
    margin-left:auto;
    font-weight:700;
}
.defaultPage .resultHistory .resultLink {
    display:flex;
    justify-content:center;
    padding:15px 0 0 0;
}
.defaultPage .resultHistory .resultLink a {
    color:#000000;
    text-decoration:none;
}
/*panduanPage*/
.panduanPage.main .blogCol {
    margin-top: 20px;
}
.panduanPage.main .blogItem {
    background-color: #3f017d;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
    height: 100%;
}
.panduanPage.main .blogItem a {
	color:#ffffff;
 }
.panduanPage.main .blogItem .blogItemThumb {
    width:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panduanPage.main .blogItem .blogItemTitle {
    font-size:19px;
    font-weight: 700;
    text-decoration: underline;
    margin:10px;
    display:block;
}
.panduanPage.main .blogItem .blogItemDescription {
    font-size: 16px;
    font-weight: 400;
    margin:10px;
    display:block;
}
.panduanPage.detail .content {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #2d3139;
    border-radius: 5px;
}
.panduanPage.detail .content h1,
.panduanPage.detail .content h2,
.panduanPage.detail .content h3,
.panduanPage.detail .content h4,
.panduanPage.detail .content h5,
.panduanPage.detail .content h6 {
    margin:.5em 0;
    padding:0px;
    font-weight:700;
}
.panduanPage.detail .content a,
.panduanPage.detail .content a:hover,
.panduanPage.detail .content a:focus {
    color:#ffffff;
    text-decoration:underline;
}
.panduanPage.detail .content .contentImage {
    width:100%;
}
.panduanPage.detail .content .contentArticle {
    margin:10px;
}
/*sitePage*/
.sitePage {
    display: block;
    padding: 20px;
    background-color: #3f017d;
    border-radius: 5px;
}
.sitePage .siteTableHeader {
    margin-top:40px;
    margin-bottom:10px;
}
.sitePage .siteTableHeader .row, 
.sitePage .siteTableBody .row {
    display:flex;
    margin-left:-5px;
    margin-right:-5px;
}
.sitePage .siteTableBody .rankRow {
    margin:10px 0px;
    border:1px solid #575a5f;
    border-radius: 5px;
    line-height: 30px;
    font-size:16px;
    width:100%;
    display:block;
}
.sitePage .siteTableBody .rankRow div {
    display:flex;
    align-items:center;
}
.sitePage .siteTableBody .rankRow .numbering {
    display:block;
    padding:10px 10px;
    margin:0px -5px;
    text-align:center;
    min-width:43px;
}
.sitePage .siteTableBody .rankRow .name {
    font-size:19px;
    font-weight: 700;
}
.sitePage .siteTableBody .rankRow.top1 .review,
.sitePage .siteTableBody .rankRow.top2 .review,
.sitePage .siteTableBody .rankRow.top3 .review {
    color:#ffff00;
}
.sitePage .siteTableBody .rankRow .btnDaftar {
    display:block;
    width:100%;
    font-size: 22px;
}   
/*resultPage*/
.resultPage {
    text-align: center;
}
.resultPage .poolTitle {
    border-radius: 5px;
    text-align: center;
    border: 1px solid #1B5015;
    padding: 10px;
    display:inline-block;
}
.resultPage .poolTitle span {
    padding:0px 20px;
}
.resultPage .description {
    margin:10px 0px;
    text-align:center;
}
.resultPage .result .number {
    background: url('/Assets/images/theme/MasterAngka/resultbg.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    font-size: 38px;
    letter-spacing: 7px;
    padding: 25px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}
.resultPage .result .date {
    font-size: 14px;
    font-weight: 700;
}
.resultPage .result .link a {
    color:#ffffff;
    text-decoration:underline;
}
.resultPage .result .predict a {
    display:inline-block;
    margin:10px 0px;
    background-color:#fdd600;
    color:#000000;
}
.resultPage .register {
    margin-top:30px;
    margin-bottom:10px;
}
.resultPage .register .title {
    text-align:center;
    font-size:24px;
    font-weight:700;
}
.resultPage .register .rankRow {
    margin:5px 0px;
}
.resultPage .register .registerTogel {
    display:inline-block;
    margin-top:10px;
}
.resultPage .register .registerTogel a {
    color:#000000;
}
.resultPage .statisticsResult {
    margin-top:30px;
}
.resultPage .statisticsResult .row {
    margin:0px;
}
.resultPage .statisticsResult .col-12, 
.resultPage .statisticsResult .col-sm-6, 
.resultPage .statisticsResult .col-lg-3 {
    padding:0px 5px;
}
.resultPage .statisticsResult .title {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #82dc57;
    margin:10px 0px;
}
.resultPage .statisticsResult .item {
    background: linear-gradient(0deg,#1f242a 0,#2a2f37 100%);
    border-radius: 5px;
    padding:10px 0px;
}
.resultPage .statisticsResult .item .header {
    font-size:32px;
    font-weight:700;
}
.resultPage .statisticsResult .item .graph {
    display:flex;
    flex-direction: row;
    margin-bottom: 8px;
    height: 200px;
    align-items: flex-end;
}
.resultPage .statisticsResult .item .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:10%;
    margin:0px 2px;
    justify-content: flex-end;
    font-size: 11px;
    height: 200px;
}
.resultPage .statisticsResult .item .bar {
    display: block;
    background: -webkit-linear-gradient(top,#82dc57,#16ba89);
    border-radius: 3px;
    width:100%;
    height:0px;
    color:#000000;
    font-weight: 700;
    transition: height .5s;
}
.resultPage .statisticsResult .majority .title {
    color:#ffffff;
    font-size:19px;
    font-style:normal;
    font-weight:700;
}
.resultPage .statisticsResult .majority .valueRow {
    display:flex;
}
.resultPage .statisticsResult .majority .value {
    color:#82dc57;
    font-weight:700;
    width:50%;
}
.resultPage .statisticsShio {
    margin-top:20px;
}
.resultPage .statisticsShio .title {
    font-size:24px;
    font-weight:700;
    line-height:28px;
}
.resultPage .statisticsShio .instruction {
    display: inline-block;
    margin-top: 20px;
}
.resultPage .statisticsShio .instruction a {
    color:#000000;
}
.resultPage .statisticsShio .shioTable {
    border: 1.5px solid #2a2f37;
    width: 100%;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    margin: 20px 0px;
    border-collapse: initial;
}
.resultPage .statisticsShio .shioTable td {
    padding: 10px;
    border: 0 solid;
    font-weight: 700;
}
.resultPage .statisticsShio .shioTable .head {
    color: #ffffff;
    background: #2a2f37;
    width: 20%;
}
.resultPage .statisticsShio .shioTable .data {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    color: #82dc57;
}
.resultPage .statisticsShio .shioTable .data .bar {
    display: block;
    text-align: right;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    background: -webkit-linear-gradient(top,#82dc57,#16ba89);
    border-radius: 2px;
    margin: 0;
    height: 100%;
    transition: width .5s;
    box-shadow: 0 3px 4px 0 rgba(255,0,0,0.3);
}
.resultPage .resultHistory .title {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #82dc57;
    margin:10px 0px;
}
.resultPage .resultHistory .historyRow {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
    border: 1px solid #2d3139;
    text-align:left;
    font-size:13px;
    border-radius: 5px;
    margin: 2px 0;
}
.resultPage .resultHistory .historyRow.header {
    background-color: #25292f;
}
.resultPage .resultHistory .historyRow.latest {
    background-color: #4a7644;
}
.resultPage .resultHistory .historyRow div {
    padding: 6px;
}
/*predictPage*/
.predictPage.main .pageTitle {
    color:#ffffff;
    font-size:24px;
    font-weight:700;
}
.predictPage.main .content {
    margin-top:20px;
}
.predictPage.main .item {
    background: linear-gradient(0deg,#1f242a 0,#2a2f37 100%);
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
    margin: 10px 0px;
}
.predictPage.main .item .info .title {
    display:flex;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    padding:12px 20px;
    height:80px;
    align-items:center;
    background-color:#555c68;
}
.predictPage.main .item .info .title span{
    color:#ffffff;
    text-align:center;
    font-size:20px;
    margin:auto;
}
.predictPage.main .item .info .date {
    text-shadow:0 3px 10px rgba(0,0,0,.8);
    box-shadow:0 3px 10px rgba(192,192,192,0.3);
    display:block;
    width:100%;
    font-weight:700;
    background-image:url(/Assets/images/theme/MasterAngka/predictionbg.jpg);
    background-size:cover;
    background-position:center center;
    padding:30px;
    font-size:32px;
    color:#ffffff;
    text-align:center;
}
.predictPage.main .item .history {
    padding:20px;
}
.predictPage.main .item .history .description {
    text-align:center;
    font-size:12px;
}
.predictPage.main .item .history .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 100%;
    margin-top:10px;
    padding-top:10px;
}
.predictPage.main .item .history .detail {
	margin:10px 0px;
}
.predictPage.main .item .history .detail .date {
	display: flex;
    align-items: center;
	color:#ffffff;
	padding: 5px 0px;
	font-size: 13px;
}
.predictPage.main .item .history .detail .date span {
	margin-left: auto;
	font-size:13px;
	font-weight: 700;
}
.predictPage.main .resultLink {
    display:flex;
    justify-content:center;
    padding-bottom:15px;
}
.predictPage.main .resultLink a {
	font-size:13px;
    color:#000000;
    text-decoration:none;
}
.predictPage.detail .background {
	background-color: #2d3139;
}
.predictPage.detail .contentImage {
	width:100%;
}
.predictPage.detail .register {
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
	padding:0px 10px;
}
.predictPage.detail .register .title {
    font-size:24px;
    font-weight:700;
}
.predictPage.detail .register .rankRow {
    margin:5px 0px;
}
.predictPage.detail .register .registerTogel {
    display:inline-block;
    margin-top:10px;
}
.predictPage.detail .register .registerTogel a {
    color:#000000;
}
.predictPage.detail .content {
    margin-top:40px;
	padding:10px;
}
.predictPage.detail .content p {
	margin-bottom:15px;
	line-height:20px;
}
.predictPage.detail .content .title {
	margin:10px 0px;
	font-size:24px;
	font-weight: 700;
}
.predictPage.detail .content .number {
	margin:20px 0px;
	font-size:18px;
	font-weight: 700;
}
.predictPage.detail .content table {
	font-size:13px;
    font-weight: 700;
    color: #82dc57;
}
.predictPage.detail .content th, .predictPage.detail .content td {
	text-align: center;
	padding:2px 5px;
}
/*paitoPage*/
.paitoPage.main .pageTitle {
    color:#ffffff;
    font-size:24px;
    font-weight:700;
}
.paitoPage.main .content {
    margin-top:20px;
}
.paitoPage.main .item {
    background: linear-gradient(0deg,#1f242a 0,#2a2f37 100%);
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
    margin: 10px 0px;
}
.paitoPage.main .item .info .title {
    display:flex;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    padding:12px 20px;
    height:80px;
    align-items:center;
    background-color:#555c68;
}
.paitoPage.main .item .info .title span{
    color:#ffffff;
    text-align:center;
    font-size:20px;
    margin:auto;
}
.paitoPage.main .item .info .background {
    text-shadow:0 3px 10px rgba(0,0,0,.8);
    box-shadow:0 3px 10px rgba(0,0,0,.8);
    display:block;
    width:100%;
    font-weight:700;
    background-size:100%;
    background-position:center center;
    padding:80px;
    font-size:32px;
    color:#ffffff;
    text-align:center;
}
.paitoPage.main .item .detail {
    padding:20px;
}
.paitoPage.main .item .detail .description {
    text-align:center;
    font-size:18px;
}
.paitoPage.main .paitoLink {
    display:flex;
    justify-content:center;
    padding:15px 0px;
}
.paitoPage.main .paitoLink a {
	font-size:13px;
    color:#000000;
    text-decoration:none;
}
.paitoPage.detail .content {
    margin-top:20px;
}
.paitoPage.detail .content .selection > select {
    background-color:#ffffff;
}
.paitoPage.detail .content .selection > select > option {
    background-color:#ffffff;
}
.paitoPage.detail .paitoContainer {
    margin-top:10px;
}
.paitoPage.detail .paitoTable {
    width:100%;
    text-align:center;
    font-weight:bold;
    cursor:default;
}
.paitoPage.detail .paitoTable tbody tr td {
    -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 */
}
.paitoPage.detail .paitoTable.dark {
    background-color:#000000;
    color:#ffffff;
}
.paitoPage.detail .paitoTable.dark tbody {
    border:2px solid #888888;
}
.paitoPage.detail .paitoTable.dark tbody tr:nth-last-child(5n+1) {
    background-color:#524f4f;
}
.paitoPage.detail .paitoTable.dark tbody tr td {
    border:1px solid #888888;
}
.paitoPage.detail .paitoTable.dark tbody tr td.d1.s {
    background-color:#ffa500;
}
.paitoPage.detail .paitoTable.dark tbody tr td.d2.s {
    background-color:#0000ff;
}
.paitoPage.detail .paitoTable.dark tbody tr td.d3.s {
    background-color:#008000;
}
.paitoPage.detail .paitoTable.dark tbody tr td.d4.s {
    background-color:#ff4d4d;
}
.paitoPage.detail .paitoTable.dark tbody tr td.date{
    background-color:#524f4f;
    width:50%;
}
.paitoPage.detail .paitoTable.dark tbody tr td.d5 {
    background-color:#524f4f;
    border-right:2px solid #888888;
    color:#ffffff;
}
.paitoPage.detail .paitoTable.light {
    background-color:#ffffff;
    color:#000000;
}
.paitoPage.detail .paitoTable.light tbody {
    border:2px solid #888888;
}
.paitoPage.detail .paitoTable.light tbody tr:nth-last-child(5n+1) {
    background-color:#e8e4e7;
}
.paitoPage.detail .paitoTable.light tbody tr td {
    border:1px solid #888888;
}
.paitoPage.detail .paitoTable.light tbody tr td.date {
    background-color:#e8e4e7;
    width:50%;
}
.paitoPage.detail .paitoTable.light tbody tr td.d1.s {
    background-color:#ffa500;
}
.paitoPage.detail .paitoTable.light tbody tr td.d2.s {
    background-color:#0000ff;
}
.paitoPage.detail .paitoTable.light tbody tr td.d3.s {
    background-color:#008000;
}
.paitoPage.detail .paitoTable.light tbody tr td.d4.s {
    background-color:#ff4d4d;
}
.paitoPage.detail .paitoTable.light tbody tr td.d5 {
    background-color:#ffffff;
    border-right:2px solid #888888;
    color:#959595;
}
.paitoPage.detail .colorMenu {
    background-color:#fcfeff;
    position:fixed;
    top:0px;
    z-index:10;
	display:flex;
	flex-wrap:nowrap;
}
.paitoPage.detail .colorMenu .clear {
    width:50px;
    height:35px;
	margin:0px 2px;
}
.paitoPage.detail .colorMenu .color {
    width:40px;
    height:35px;
    display:inline-block;
    margin:0px 1px;
    border:none;
    cursor:default;
}
.paitoPage.detail .colorMenu.dark .color.selected {
    border:2px solid #000000;
}
.paitoPage.detail .colorMenu.dark .color1 {
    background-color:#ff0000;
}
.paitoPage.detail .colorMenu.dark .color2 {
    background-color:#a52a2a;
}
.paitoPage.detail .colorMenu.dark .color3 {
    background-color:#008000;
}
.paitoPage.detail .colorMenu.dark .color4 {
    background-color:#ee82ee;
}
.paitoPage.detail .colorMenu.dark .color5 {
    background-color:#008080;
}
.paitoPage.detail .colorMenu.dark .color6 {
    background-color:#0000ff;
}
.paitoPage.detail .colorMenu.dark .color7 {
    background-color:#00008b;
}
.paitoPage.detail .colorMenu.light .color.selected {
    border:2px solid #000000;
}
.paitoPage.detail .colorMenu.light .color1 {
    background-color:#00ffff;
}
.paitoPage.detail .colorMenu.light .color2 {
    background-color:#ffd700;
}
.paitoPage.detail .colorMenu.light .color3 {
    background-color:#90ee90;
}
.paitoPage.detail .colorMenu.light .color4 {
    background-color:#ff1493;
}
.paitoPage.detail .colorMenu.light .color5 {
    background-color:#ee82ee;
}
.paitoPage.detail .colorMenu.light .color6 {
    background-color:#46d6db;
}
.paitoPage.detail .colorMenu.light .color7 {
    background-color:#ffb878;
}
.paitoPage.detail .searchNumber {
    margin:20px auto;
}
.paitoPage.detail .searchNumber input {
    background-color:#f0f7f2;
    color:#ff0000;
    font-weight:bold;
    text-align:center;
    width:50px;
}
.paitoPage.detail .searchNumber .clear {
     background-color:#f03a17;
     color:#ffffff;
     width:50px;
}
@media (max-width:992px) {
    .paitoPage.detail .colorMenu {
        left: 0px;
    }
}
/*livedrawPage*/
.livedrawPage .result table {
	color:#ffffff;
	font-size:20px;
	text-align:center;
	border:2px solid #3f017d;
	width:100%;
	table-layout:fixed;
}
.livedrawPage .result thead th {
	background: -webkit-linear-gradient(bottom,#82dc57,#16ba89);
    background-color:#16ba89;
	padding:10px 0;
}
.livedrawPage .result tbody tr td {
	border:1px solid #3f017d;
	background-color:#424955;
	padding:15px 0px;
    height:60px;
}
.livedrawPage .result tbody tr td.prize {
	color:#82dc57;
	background-color:#2a2f37;
}
.livedrawPage .moreLink {
	margin:20px 0px;
}
.livedrawPage .moreLink p {
	margin:5px 0px;
}
.livedrawPage .moreLink a {
	color:#ffffff;
	display:block;
}
.livedrawPage .spinning {
    animation-name:spin;
    animation-duration:5000ms;
    animation-iteration-count:infinite;
    animation-timing-function:linear; 
}
.livedrawPage .loadingResult {
    display:none;
    position:fixed;
    z-index:1031;
    top:50%;
    right:50%;
    width:120px;
    height:40px;
    margin-top:-20px;
    margin-right:-60px;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}