/*
===================================
	BASIC
===================================
*/

.border-radius-5 {
	border-radius: 5px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
	.container {
		overflow: hidden;
	}
}

/*
===================================
	PAGINATION
===================================
*/

.room-main-pagination {
	text-align: center;
}

.main-pagination {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
			
	width: 100%;
}

.main-pagination .record-summary {
    background-color: #394679;
    font-family: "PlayBold";
    padding: 5px 20px 10px;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.record-summary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.record-summary::after {
    background: rgba(255,110,2,1);
	background: -moz-linear-gradient(left,  rgba(255,110,2,1) 0%, rgba(255,255,0,0.56) 50%, rgba(255,109,0,0.13) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	background: linear-gradient(to right,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#21ff6d00',GradientType=1 );
}

.main-pagination nav {
	font-family: "PlayBold";
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 0 0 5px 5px;
	padding: 5px 20px;
	line-height: 0;
}

.pagination {
    margin: 0;
}

.btn-pagination {
	-webkit-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);   
		 -o-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);

	color: #000 !important;
	border-radius: 5px !important;
	text-transform: uppercase;
	border: 2px solid #ffa800 !important;
	padding: 2px 10px !important;
	line-height: normal !important;
	margin-top: 3px;	
	
	background: #ffdd30;
	background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
	background-image: linear-gradient(to bottom, #ffdd30, #ffa611);
	
	/*
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
		-ms-transform: skew(-21deg);   
		 -o-transform: skew(-21deg);
			transform: skew(-21deg);	
	*/
}

.btn-pagination span {
	display: inline-block;
	-webkit-transform: skew(21deg);
	   -moz-transform: skew(21deg);
		-ms-transform: skew(21deg);   
		 -o-transform: skew(21deg);
			transform: skew(21deg);	
}

.btn-pagination:hover {
	background: #fdcf01 !important;
}

.pagination > li:first-child > a {
	margin-right: 5px;
}

.pagination > li:last-child > a {
	margin-left: 5px;
}

/*
=============================================
		PAGINATION
=============================================
*/

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    background-color: transparent;
    border: none;
    margin-right: 0;
	padding: 6px 8px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: transparent;
    border-color: #244e98;
	color: #eccd00;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #eccd00;
    background-color: transparent;
    border-color: #244e98;
}

@media (max-width: 600px) {
	
	.main-pagination nav, .login-navigasi nav {	
		padding: 5px 15px;
		font-size: 12px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 5px 5px;
	}
}

@media (max-width: 480px) {
	.pagination > li:first-child > a, .pagination > li:first-child > span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.pagination > li:last-child > a, .pagination > li:last-child > span {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}	
}

/**
=============================================
	PAGINATION 2
=============================================
**/
.pagination .btn-pagination {
    color: #000 !important;
}
.pagination .btn-pagination:hover {
    color: #444 !important;
}
.pagination > li:first-child > a {
    margin-right: 0 !important;
}
.pagination > li:last-child > a {
    margin-left: 0 !important;
}
.pagination > li:first-child > a.btn-pagination {
    margin-right: 5px !important;
}
.pagination > li:last-child > a.btn-pagination {
    margin-left: 5px !important;
}
@media (max-width: 480px) {
	.pagination > li {
		display: inline-block;
	}
	.pagination li.navi {
		width: 100%;
	}
	.pagination > li:first-child > a, 
	.pagination > li:first-child > span {
		width: auto !important;
		margin-right: 0;
		margin-bottom: 0 !important;
	}
	.pagination > li:last-child > a, 
	.pagination > li:last-child > span {
		width: auto !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	.pagination > li:first-child > a.btn-pagination, 
	.pagination > li:first-child > span.btn-pagination {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 5px !important;
	}
	.pagination > li:last-child > a.btn-pagination, 
	.pagination > li:last-child > span.btn-pagination {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 5px !important;
	}
	.main-pagination nav, .login-navigasi nav {
		padding: 12px 15px 15px;
	}
}

/*
=======================================================
		CONTENT
=======================================================
*/

.narrow {
    max-width: 767px;
    margin: auto;
}

.super-narrow {
    max-width: 480px;
    margin: auto;
}

.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}

.narrow-side-gap-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.body-title {
    text-align: center;
    font-size: 1.6em;
    background-color: rgba(255,255,255,0.1);
    padding: 0.3em 1em;
}

@media (max-width: 991px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

	.body-title {
		font-size: 1.5em;
	}
}
@media (max-width: 600px) {
	.body-title {
		font-size: 1.4em;
	}
}
@media (max-width: 480px) {
	.body-title {
		font-size: 1.3em;
	}
}
@media (max-width: 360px) {
	.body-title {
		font-size: 1.2em;
	}
}

/**
=============================================
	GAPS
=============================================
**/
.mt-1 {
	margin-top: 45px !important;
}
.mt-2 {
	margin-top: 30px !important;
}
.mt-3 {
	margin-top: 15px !important;
}
.mb-1 {
	margin-bottom: 45px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.w20 {
	width: 20%;
}

.peraturan-news .container {
    margin-top: 10px;
}

@media (max-width: 640px) {
	.mt-1 {
		margin-top: 15px !important;
	}
	.mt-2 {
		margin-top: 10px !important;
	}
	.mt-3 {
		margin-top: 5px !important;
	}
	.mb-1 {
		margin-bottom: 15px !important;
	}
	.mb-2 {
		margin-bottom: 10px !important;
	}
	.mb-3 {
		margin-bottom: 5px !important;
	}
}

/*
=======================================================
		TABLE
=======================================================
*/
.room-main-table {
    margin-top: 30px;
}

.room-main-table table {
    font-family: "PlayBold";
    text-transform: uppercase;
    border-radius: 5px;
	/*width: 70%;*/
	margin-left: auto;
	margin-right: auto;
	
	
    -webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
}

.room-main-table table img {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.table > thead > tr > td, .table > thead > tr > th {
	background-color: rgba(0, 0, 0, 0.55);
	font-style: italic;
	padding: 10px;
	font-size: 18px;
}

.table > thead > tr > th {
    border-bottom: 4px solid #aeaeae;
}

.table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, 
.table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, 
.table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
	border-left: 0;
}

.table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, 
.table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, 
.table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
	border-right: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255, 102, 0, 0.45);
	
	-webkit-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
	   -moz-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		-ms-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		 -o-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
			box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 0.03);
}

.table-striped > tbody > tr:hover {
    background-color: rgba(152, 36, 76, 0.45);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
	border-left: 2px solid #aeaeae;
    text-align: center;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: rgba(255, 54, 54, 0.75);
}

.record-table .td {
    width: 16.65%;
}

.record-table-4 .td {
    width: 25%;
}

.record-table-7 .td {
    width: 14.25%;
}

.table-instruction {
	display: none;
	line-height: 1.4em;
    margin-bottom: 10px;
}
.tiny-font {
    font-size: 0.7em;
}
.page-play .small-font,
.mini-font {
    font-size: 0.8em;
}
.record-table, .record-table-4 {
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}
.the-table {
    border: 1px solid #aaa;
	/*width: 560px;*/
}
/*
.the-table > div.tr + div.tr {
    border-top: 1px solid #aaa;
}
*/
.the-table > div.tr + div.tr > div.td {
    border-top: 1px solid #aaa;
}

#deposit-history.record-table,
#withdraw-history.record-table,
#referral-history.record-table {
    border: 1px solid #aaa;
	/*height: 140px;*/
}

#deposit-history.record-table-4,
#withdraw-history.record-table-4,
#referral-history.record-table-4 {
    border: 1px solid #aaa;
	/*height: 140px;*/
}

#deposit-history .the-table,
#withdraw-history .the-table,
#referral-history .the-table {
    width: auto;
	min-width: 544px;
	border: none;
}
#deposit-history .the-table .td,
#withdraw-history .the-table .td,
#referral-history .the-table .td {
    display: inline-block;
    /*width: 24% !important;*/
}
#deposit-history .the-table > div.tr + div.tr > div.td,
#withdraw-history .the-table > div.tr + div.tr > div.td,
#referral-history .the-table > div.tr + div.tr > div.td {
    border-top: none;
}
#deposit-history .the-table > div.tr + div.tr,
#withdraw-history .the-table > div.tr + div.tr,
#referral-history .the-table > div.tr + div.tr {
    border-top: 1px solid #aaa;
}
.nodata-in-table {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 58px;
    padding: 0 15px;
    text-align: center;
}
.inline-block {
	display: inline-block;
}

.record-pagination {
    margin-top: 15px;
}
.record-pagination > div {
    display: inline-block;
}
.record-pagination > div a {
    background-color: #c4ad00;
    color: #fff;
    padding: 5px 12px;
	font-size: 0.8em;
}
/*
.tr {
    padding: 5px 0;
}
*/
.tr {
	clear: both;
	display: table;
    width: 100%;
}
.td {
    display: table-cell;
    padding: 10px;
	line-height: 1.2em;
	text-align: center;
	word-wrap: break-word;
	float: left;
}
.page-balance .td {
	width: 14.25%;
}
.page-balance-detail .td {
	width: 16.65%;
}
.page-deposit-fund .td,
.page-referral-2 .td,
.page-withdraw-money .td {
	width: 25%;
}

.td.text-right {
	text-align: right;
}
.td.text-left {
	text-align: left;
}
/*
.page-balance-detail .td {
	width: 94px;
}
*/
.th {
    text-align: center;
}
.the-table.small-font .td {
    font-size: 0.7em;
}
.td.expand {
    display: none;
}
.the-table .expand-for-mobile {
    display: none;
}

.the-table div.tr > div:nth-child(1) {
    /*width: 100px !important;*/
}
/*
.the-table div.tr > div:nth-child(1),
.the-table div.tr > div:nth-child(2),
.the-table div.tr > div:nth-child(7) {
    text-align: center;
}
*/
tr.sub-thead > th {
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.table > tbody > tr > th {
	background-color: rgba(0, 0, 0, 0.75);
}

.table-tr-25 {
	width: 25%;
}

.table-auto {
    width: auto !important;
}

@media (max-width: 1199px){
	.room-main-table table {
		width: 90%;
		/*
		min-width: 540px;
		*/
	}
	
	.room-login-table {
		overflow-x: scroll;
		border-radius: 5px;
		margin-bottom: 20px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
	
	.room-login-table table {
		width: 100%;
		min-width: 540px;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.room-main-table table {
		width: 100%;
	}
	
	.room-main-table .table > tbody > tr > td, .room-main-table .table > tbody > tr > th, 
	.room-main-table .table > tfoot > tr > td, .room-main-table .table > tfoot > tr > th, 
	.room-main-table .table > thead > tr > td, 
	.room-main-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.room-main-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.room-main-table .table > tbody > tr > td:first-child, 
	.room-main-table .table > tbody > tr > th:first-child, 
	.room-main-table .table > tfoot > tr > td:first-child, 
	.room-main-table .table > tfoot > tr > th:first-child, 
	.room-main-table .table > thead > tr > td:first-child, 
	.room-main-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.room-main-table .table > tbody > tr:first-child > td:first-child, 
	.room-main-table .table > tbody > tr:first-child > th:first-child, 
	.room-main-table .table > tfoot > tr:first-child > td:first-child, 
	.room-main-table .table > tfoot > tr:first-child > th:first-child, 
	.room-main-table .table > thead > tr:first-child > td:first-child, 
	.room-main-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.room-main-table table, .room-main-table thead, .room-main-table tbody, .room-main-table th, .room-main-table td, .room-main-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.room-main-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.room-main-table tr { }
	
	.room-main-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 55% !important; 
	}
	
	.room-main-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	.room-main-table td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table td:nth-of-type(2):before { content: "Hari"; }
	.room-main-table td:nth-of-type(3):before { content: "Angka Keluar"; }
	.room-main-table td:nth-of-type(4):before { content: ""; }
	.room-main-table td:nth-of-type(5):before { content: ""; }
	
	
	/**--- analisis-table --**/
	.analisis-table {
		position: relative;
	}	
	
	.analisis-table table {
		width: 100% !important;
		min-width: unset !important;
	}
	
	.analisis-table .table > tbody > tr > td, .analisis-table .table > tbody > tr > th, 
	.analisis-table .table > tfoot > tr > td, .analisis-table .table > tfoot > tr > th, 
	.analisis-table .table > thead > tr > td, 
	.analisis-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.analisis-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.analisis-table .table > tbody > tr > td:first-child, 
	.analisis-table .table > tbody > tr > th:first-child, 
	.analisis-table .table > tfoot > tr > td:first-child, 
	.analisis-table .table > tfoot > tr > th:first-child, 
	.analisis-table .table > thead > tr > td:first-child, 
	.analisis-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.analisis-table .table > tbody > tr:first-child > td:first-child, 
	.analisis-table .table > tbody > tr:first-child > th:first-child, 
	.analisis-table .table > tfoot > tr:first-child > td:first-child, 
	.analisis-table .table > tfoot > tr:first-child > th:first-child, 
	.analisis-table .table > thead > tr:first-child > td:first-child, 
	.analisis-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.analisis-table table, .analisis-table thead, .analisis-table tbody, .analisis-table th, .analisis-table td, .analisis-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.analisis-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.analisis-table tr { }
	
	.analisis-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 5px !important; 
	}
	
	.analisis-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	
	.analisis-table tr::before {
		position: absolute;
		top: 6px;
		left: 0;
		width: 100%;
		padding-bottom: 5px;
		white-space: nowrap;
		text-align: center;
		font-weight: 600;
		border-bottom: 1px solid #000;
	}
	
	
	.analisis-table tr:first-child td:first-child {
		padding-top: 40px;
	}
	
	.analisis-table tr:nth-of-type(1):before { content: "Jenis Analisis"; }

	
}

@media (max-width: 600px) {
	.room-main-table {
		/*
		overflow-x: scroll;
		*/
		border-radius: 5px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
}

/**
=============================================
	TABLE 2
=============================================
**/
.tablecell_bl {
	border-left: 2px solid #aaa !important;
}
.tablecell_bb {
	border-bottom: 2px solid #aaa !important;
}
tr[valign=top] td,
tr[valign=top] th {
	vertical-align: top !important;
}

@media (max-width: 640px) {
	.tablecell_bl {
		border-left: none !important;
	}
	.tablecell_bb {
		border-bottom: none !important;
	}
}

/**
=============================================
	NOMOR KELUAR PRIZE
=============================================
**/
/*
Label the data
*/

@media (max-width: 640px) {
	.room-main-table td {
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
		white-space: -pre-wrap;                 /* Opera 4-6 */
		white-space: -o-pre-wrap;               /* Opera 7 */
		white-space: pre-wrap;                  /* CSS3 */
		word-wrap: break-word;                  /* Internet Explorer 5.5+ */
		word-break: break-all;
		white-space: normal;
	}
	
	.room-main-table .table-prize td:nth-of-type(1):before { content: "Posisi"; }
	.room-main-table .table-prize td:nth-of-type(2):before { content: "Angka"; }
	
	.room-main-table .table-periode-prize td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-prize td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-prize td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-prize td:nth-of-type(4):before { content: "1st Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(5):before { content: "2nd Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(6):before { content: "3rd Prize"; }
	
	.room-main-table .table-periode-common td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-common td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-common td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-common td:nth-of-type(4):before { content: "Angka Keluar"; }
	
	.room-main-table .table-detail-angka td:nth-of-type(1):before { content: "As"; }
	.room-main-table .table-detail-angka td:nth-of-type(2):before { content: "Kop"; }
	.room-main-table .table-detail-angka td:nth-of-type(3):before { content: "Kepala"; }
	.room-main-table .table-detail-angka td:nth-of-type(4):before { content: "Ekor"; }
	
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(1):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(2):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(3):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(4):before { content: ""; }
	
	.table-detail-angka .notitle_640 {
		padding-left: 8px !important;
		width: 50%;
		display: inline-block;
	}
	
	.table-detail-angka .notitle_640.full_width {
		width: 100%;
	}
	
	.hidden_640 {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.page-indo-pool-a .single-block-content,
	.page-indo-pool-b .single-block-content,
	.page-singapore-pool .single-block-content,
	.page-singapore49 .single-block-content,
	.page-china-pool .single-block-content,
	.page-korea-pool .single-block-content,
	.page-detail_angka .single-block-content	{
		padding: 15px;
	}
}

/**
=============================================
	SLIDER GAME TOTO
=============================================
**/

.third-block {
	/*
	background-image: url("images/bg/bg-third-block.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	*/
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 30px;
}

.dg-container {
    margin-top: 15px;
}

.dg-wrapper {
    min-height: 240px !important;
}
.room-nav-dg {
    margin-top: 8px !important;
}
@media (max-width: 1199px) {
	.dg-wrapper {
		min-height: 180px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1.3em;
	}
	.room-nav-dg {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.dg-wrapper {
		min-height: 160px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1em !important;
	}
	.ball-home img {
		width: 26px !important;
		height: 26px !important;
	}
	.third-block {
		padding: 30px 30px 20px 30px;
	}
}
@media (max-width: 940px) {
	.dg-wrapper, 
	.dg-wrapper a {
		margin-top: 5px;
	}
	.dg-wrapper {
		min-height: 147px !important;
	}
	.room-nav-dg {
		margin-top: 0 !important;
		margin-bottom: 5px;
		bottom: -5px;
	}
}
@media (max-width: 480px) {
	/*
	.dg-wrapper, .dg-wrapper a {
		width: 100% !important;
	}
	*/
	.dg-wrapper {
		min-height: 120px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 0.8em !important;
	}
	.room-nav-dg {
		margin-bottom: 5px;
	}
}
@media (max-width: 440px) {
	.dg-wrapper, .dg-wrapper a {
		width: 110% !important;
		transform: scale(0.8);
		left: -5% !important;
		top: -20% !important;
	}
}
@media (max-width: 440px) {
	.dg-wrapper, .dg-wrapper a {
		/*width: 126% !important;*/
		transform: scale(0.7);
		/*left: -13% !important;*/
	}
}
/*
@media (max-width: 420px) {
	.dg-wrapper, .dg-wrapper a {
		width: 260px !important;
	}
}
*/
@media (max-width: 360px) {
	.dg-wrapper {
		min-height: 100px !important;
	}
	.dg-caption {
		padding: 8px 5px 3px 5px !important;
	}
	.dg-caption .ball-home img {
		width: 22px !important;
		height: 22px !important;
	}
}