/* CSS Document  Banner 1366x520 */

@media screen and (max-width: 426px) {
  	#bottom_menu span{
		width:50%;
		border-bottom:1px solid white;
	}
}

body {
	background: url(../../img/resources/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:black; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

input, select {
	border-radius:0px !important;	
}

h3 {
	color:#00ff00 !important;	
}

.my_base {	
	width:1060px;	
	margin:auto;
}

.my_container {	
	width:1060px;
	margin:auto;
}


.th-sorting:hover {
	cursor:pointer;
}

.table-hover tr:hover {
	color:#000;		
}

/* ----------- START All Games ----------- */

#div_utama {
	min-height:500px;
}
#body_all {
	background-color:black;
	padding:20px;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	margin-bottom:50px;
	min-height:500px;
}

#menu-games {
	width:100%;
	background:transparent;
	padding:0;
}
.btn-play {
	padding: .6em 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
	border:2px solid #FFF;
	background: #e54e4b;
	color:#FFF;
	margin-top:10px;
}
.main-btn-play {
	padding: .6em 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid black;
	background: url(../../../others/img/resources/bg-nav.png) repeat-x;
	color:black;
	width:100%;
	margin-top:10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-btn-play:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border:1px solid black;
	background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
	color:#00ff00;
}
.all_games {
	float:left; 
	width:338px;
	padding:10px;
}
.all_games > div > h3 {
	text-align:center;
	padding:10px 0px;
}
.all_games > div > p {
	text-align:justify;
}

#header_games {
	background: url(../../img/resources/bg-header.png) repeat-x;
    float: left;
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 7px 0 0;
    position: relative;	
}

.logo {
	margin-right: 20px;
}

.logo > h1 {
	display: none;
}

.id-date {
	top: 15px;
    color: #ffffff;
    left: 18.5%;
    position: absolute;	
}

.panel-user {
	background: url(../../img/resources/bg-user-green.png) repeat-x;
    height: 63px;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    width: 350px;
    box-shadow: 0 0 5px 2px #000;
}

.data-usr {
	background: #234405;
    display: inline-block;
    width: 71%;
    padding: 5px 5px 2px;
}

.data-usr h3 {
    margin: 0;
    font-size: 15px;
    color: #99de52;
}

.data-usr p {
    font-weight: 700;
    color: #fff;
    margin: 0;
}

#logout_btn {
	background: url(../../img/resources/btn-red.png);
    background-size: 100%;
    line-height: 10px;
    color: #fff;
    width: 75px;
    height: 29px;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 12px;
    margin-top: 8px;
}

#logout_btn:hover {
  background: url(../../img/resources/btn-red-hover.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.bank {
    padding: 0;
    float: right !important;
    width: 485px;
    margin-top: 20px;	
}

header .bank .list-bank {
    background: #2f5c07;
    box-shadow: 0 0 5px 2px #000;
    padding: 15px 12px;
    display: inline-block;
}

header .bank .list-bank ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header .bank .list-bank ul li {
    margin: 0 0 15px;
    background: url(../../img/resources/bank.png) no-repeat;
    width: 106px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}

header .bank .list-bank ul li.offline {
	background-position: 0 -61px;
}
header .info {
    background: #000;
    display: block;
    line-height: 25px;
    margin: 7px 0 0;
    padding-left: 40px;
    color: #00ff00;
    height: 26px;
    overflow: hidden;
}

#home_pengumuman {
	height:50px; 
	color: #FFF;  
	padding:0;
	padding-top: 0px;
}
.marquee {
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 60s linear infinite;
    font-size:18px;
}
.marquee span:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
#pengumuman1 {
	margin-right:100px; 
	font-weight:bold;
    color: #00ff00;
    text-transform:uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
}
#pengumuman2 {
	margin-left:100px; 
	margin-right:100px; 
	font-weight:bold;
    color: #00ff00;
    text-transform:uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
}

header .nav-menu {
	margin: 15px 0;
	padding: 0;
}
header .nav-menu ul {
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	background: url(../../../others/img/resources/bg-nav.png) repeat-x;
	height: 33px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
}
header .nav-menu ul li {
	text-transform: capitalize;
	float: left;
	line-height: 33px;
	font-size:14px;
	letter-spacing:0.5px;
}
header .nav-menu ul li:first-child a {
	border-radius: 5px 0 0 5px;
}
header .nav-menu ul li a {
	color: #2b2b2b;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	padding: 10px 36px 7px;
	border-right: 1px solid #a8a1a1;
	font-weight: 700;
	font-size:14px;
	letter-spacing:0.1px;
}
header .nav-menu ul li a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
header .nav-menu ul li a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
	color: #00ff00;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
header .nav-menu ul li a:hover:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
header .nav-menu ul li .select {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
	color: #00ff00;
	border-bottom: 1px solid #000;
}
header .nav-menu ul li .select:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#all_games_header {
	color: #00ff00;
	font-weight:bold;
	font-size:40px;
	margin-bottom:20px;
	text-align:center;
}
/* ----------- END All Games ----------- */

.main-content .nav-bottom {
    clear: both;
    background: url(../../img/resources/bg-box.png) repeat;
    box-shadow: 0 0 10px 2px #000 inset;
}

.main-content .nav-bottom h3 {
    text-align: center;
    margin: 10px 0 0;
}

.main-content .nav-bottom ul {
    display: inline-block;
    list-style: outside none none;
    margin: 10px auto;
    padding: 7px 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 0 #000 inset;
}

.main-content .nav-bottom ul li {
    float: left;
    width: 124px;
    border: 1px solid #010101;
}

.main-content .nav-bottom ul li a {
    background: url(../../img/resources/bg-nav.png) repeat-x;
    color: #010101;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
	text-decoration:none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-content .nav-bottom ul li a:hover {
    background: url(../../img/resources/bg-nav-hover.png) repeat-x;
    color: #00ff00;
	text-decoration:none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-content .box-games {
    background: url(../../img/resources/bg-box.png) repeat;
    box-shadow: 0 0 10px 2px #000 inset;
    margin: 0 0 15px;
    height: 415px;
    width: 285px;
    padding-top: 10px;
	margin-bottom: 5px;
}
.nopadding {
    padding: 0;
}
.main-content .box-games h3 {
    text-align: center;
    margin: 10px 0 0;
}

.main-content .box-games ul {
    list-style: none;
    margin: 2px auto 0;
    padding: 7px 3px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 0 #000 inset;
}

.main-content .box-games ul li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #010101;
}

.main-content .box-games ul li a {
    color: #000;
    background: url(../../img/resources/bg-games.png) repeat-x;
    line-height: 30px;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 14px;
    font-weight: 700;
}

.main-content .box-games ul li a:hover {
    background: yellow;
	text-decoration:none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.left-side-content,.right-side-content {
	margin-top:15px;
	padding:0px;
}

.bottom-inner {
    text-align: center;
    margin: 0px auto 0;
    display: table;
}

.main-content-right {
    width: 100%;
    padding: 15px;
    background: #010300;
    border: 1px solid #0F0;
    margin: 0 0 15px;
    float: left;
    min-height: 780px;
}

.market-table thead {
    background-color: #F4DA00;
    color: #000;
}

.market-table thead tr th{
	font-size:20px;
	text-align:center;
	line-height:40px;
}

.market-table tbody tr {
	margin-bottom:2px;
	text-align:center;
    line-height: 30px;
}

.v_middle {
	font-size:15px;
	font-weight:bold;
	vertical-align:middle !important;
}

.market-table * {
    border: 0 !important;
}

.market-table .odd, .market-table .even  {
    background-color: #D7C99A;
    color: #000;
}

.transparant {
	padding: 2px !important;
}

.red-ball {
    background: url(../../img/resources/bg-ball-2.png);
    width: 40px;
    height: 36px;
    display: inline-block;
    padding-top: 9px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}

.yellow-ball {
    background: url(../../img/resources/bg-ball-3.png);
    width: 38px;
    height: 33px;
    display: inline-block;
    padding-top: 7px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
    color: #000;
}

.tombol {
	color:black;
}

.active_nav_bot {
    background: url(../../img/resources/bg-nav-hover.png) repeat-x !important;
    color: #00ff00 !important;
}

/* ------------------- MEMO -------------------- */
.btn-primary {
    background-color: #00FF00;
    color: #000;
}

.btn-primary:hover {
    background-color: #00FF00;
    color: #FFF;
}

.btn-game {
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-game:hover {
	color: #fff;
    background-color: #488E48;
	font-weight:bold;
}

#content_to_change input {
	color:black;	
}

.hover {
	text-decoration:none;	
}

.period_header {
	border-bottom:1px solid white;
	text-align:center;
	padding:10px;
	font-weight:bold;
}

.main-content .prediction {
    background: url(../../img/resources/bg-pred.png) repeat-x #010101;
    height: 155px;
    width: 100%;
    float: right;
    border: 1px solid #0f0;
}
.main-content .prediction h3 {
	padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0f0;
    margin: 5px 0;
}
.main-content .prediction h3 span {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #0f0;
}
.main-content .prediction .slide-prediction {
    padding: 0;
    margin: -18px 0 0;
    height: 130px;
    position: relative;
    width: 725px;
}
.main-content .prediction .box-pred {
    height: 130px;
    position: relative;
    width: 685px;
}
.main-content .prediction .box-pred .heading {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 55px;
    width: 110px;
    text-align: center;
}
.main-content .prediction .box-pred .body {
    color: #0f0;
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    text-align: center;
}
.main-content .prediction .box-pred .body p {
    font-size: 11px;
    margin: 0;
}
.main-content .prediction .box-pred .body .grap {
    float: right;
    width: 90%;
}
.main-content .prediction .box-pred .body .ball-pred.bone {
    margin-right: 20px;
}
.main-content .prediction .box-pred .body .ball-pred.btwo {
    margin-left: 10px;
    margin-right: 10px;
}
.main-content .prediction .box-pred .body .ball-pred.bthree {
    margin-left: 10px;
    margin-right: 10px;
}
.main-content .prediction .box-pred .body .ball-pred.bfour {
    margin-right: 20px;
}
.main-content .prediction .box-pred .body .progress {
    width: 80%;
    height: 5px;
    margin: 12px 0 0;
    float: left;
    box-shadow: 0 0 5px 0 #18ff00;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.main-content .prediction .box-pred .body .progress-bar-success {
    background-color: #18ff00;
}
.main-content .prediction .box-pred .body .pred-value {
    background: url(../../img/resources/box-persen.png) no-repeat;
    width: 44px;
    height: 22px;
    text-align: center;
    color: #0f0;
    display: inline-block;
    float: right;
    margin: 4px 0 0;
}
.main-content .prediction .clearfix {
    float: none;
    clear: both;
}
.main-content .prediction a.prev {
    background: url(../../img/resources/prev.png) no-repeat;
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: 40px;
    left: 45px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.main-content .prediction .box-pred .body .ball-pred {
    background: url(../../img/resources/ball-prediction.png) no-repeat;
    height: 29px;
    width: 29px;
    display: inline-block;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    float: left;
}
.main-content .prediction a.next {
    background: url(../../img/resources/next.png) no-repeat;
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: 90px;
    left: 45px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

/* ----------- BANNER RECOMMEND MATCH ----------- */

.blur-popup-rm {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-rm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper-rm.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-rm {
    width: 500px;
    height: 200px;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 40%;
    left: 52%;
    background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper-rm.open .modal-popup-rm {
    opacity: 1;
}
.head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-rm {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-rm::before,
.btn-close-popup-rm::after {
    content: "";
    width: 32px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-rm::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-rm::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-rm {
	background:#222;
	border:2px solid #fff;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}
/* ----------- BANNER RECOMMEND MATCH ----------- */


.list-hot-game {    
    background-color: rgba(2, 21, 1, 1);
    border-radius:10px;
    padding: 10px 10px 0;
    display: inline-block;
    width: 520px;
    margin-top:10px;
}
.fa-arrow-left {    
    float: left;
    top: 70px;
    left: 20px;
}

.fa-arrow-right {    
    float: right;
    top: 70px;
    right: 20px;
}

.game-logo {
    width:25px !important;
    position:absolute;
    top:3px;
    left:5px;
}
.daily-win {
    width:25px !important;
    position:absolute;
    top:-10px;
    right:-10px;
}

.swiper {
    z-index:0 !important;
}
.swiper-slide {
    z-index:0 !important;
}
.swiper-slide:hover .button_play {
    opacity: 1;
}
.swiper-slide:hover .button_play2 {
    opacity: 1;
}
.swiper-slide:hover a {
    text-decoration: none;
}
.swiper-horizontal {
    height: 100%;
}

.button_play {
    position: absolute;
    width: 80px;
    left:5px;
    top:15px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 12px 5px;
    text-align: center;
    color: #FFF;
    border: solid 1px white;
    border-radius:8px;
    z-index: 1;
    font-weight:bold;
    font-size:10px;
    background: #57BC00;
    text-decoration:none;
}

.button_play:hover {
    text-decoration:none;
    color:#FFF;
}

.button_play2 {
    position: absolute;
    width: 80px;
    left:7px;
    top: 25px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 12px 5px;
    text-align: center;
    color: #FFF;
    border: solid 1px white;
    border-radius:8px;
    z-index: 1;
    font-weight:bold;
    font-size:12px;
    background: #57BC00;
    text-decoration:none;
}

.button_play2:hover {
    text-decoration:none;
    color:#FFF;
}