
body::-webkit-scrollbar {
	width: 0.5em;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none;
}

.grid-item a {
	text-decoration: none;
}

.btn-info7 {
	cursor: pointer;
	color: #eeeeee;
	/*    background: rgba(223,63,1,1); */
	/*	border: 1px solid #44ad50;*/
	border: 1px solid rgba(68,173,80,0.8);
	height: 30px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

.btn-info7:hover{
	/*	background: rgba(223,63,1,0.8); */
	border: 1px solid rgba(68,173,80,0.8);
	color: #fff;
}



.txt-font-title {
	text-align: center;
	font-size: 10px;
	color: #eee;
	padding: 10px 0px;
}


.history_content table{
	font-size:14px;
	width:100%;
	border-spacing:0;
}
.gamehistory_content table{
	font-size:12px;
	width:100%;
	border-spacing:0;
}
td, th{
	padding:0.2em 0.2em!important;
	margin:0;
	border:1px solid #252525;
	text-align: center;
}
.row1{
	background-color:#3d3d3d;
}
.row2{
	background-color:#3d3d3d;
}
.table_header{
	min-height:1.5em;
	background-color:#545454;
	color: white;
}

.table_row{
	background-color:#808080;
}

.history_content,.gamehistory_content{
	text-align:center;
	margin-top:1em;
}
.history_content td,.gamehistory_content td{
	color:#fff;
}
.gamehistory_content th:nth-child(3),.gamehistory_content th:nth-child(4),
.gamehistory_content th:nth-child(5),.gamehistory_content th:nth-child(6){
	text-align:center;
}
.gamehistory_content td:nth-child(3),.gamehistory_content td:nth-child(4),
.gamehistory_content td:nth-child(5),.gamehistory_content td:nth-child(6){
	text-align:right;
}
.history_content td:nth-child(3),.history_content th:nth-child(3),
.history_content td:nth-child(4),.history_content th:nth-child(4){
	text-align:center;
}
.pages_panel{
	margin:1.2em 0;
	color: white;
}
.prev_btn,.next_btn{
	cursor:pointer;
	font-size:15px;
	height:2.5em;
	line-height:2.5em;
	display:inline-block;
	background-color:#252525;
	color:#b3b3b3;
}
.prev_btn:hover,.next_btn:hover{
	color:#6dc6ff;
	background-color:#404040;
	border:1px solid #666666;
}
.pages{
	font-size:15px;
	width:5em;
	height:2.5em;
	display:inline-block;
}

.confirmTxt{
	color: white;
	text-align: center;
	padding: 10px;
}




.back-title{
	text-align: right;
	height: 40px;
	color: #cccccc;
	font-family: "Ebrima",sans-serif;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 10px;
	background: #505050;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 10px;
}

#overflow4d {
	 color: white;
	 padding: 15px;
	 width: 100%;
	 height: 100%;
	 overflow: scroll;
}

.title4d{
	color: white !important;
}

.colorBlack{
	color: black !important;
}

.nodata{
	color:white
}

.error{
	color:red;
	font-size:12px;
}

.login-panel {
	overflow-y: auto;
}

.logo-title {
	padding-left: 50px !important;

}

.font_red{
    color: red;
}

.footer2{

}


.swipelist-slot li img{

	width: 110px;
	height: 110px;

}

.media-center{
	width: 80%;
	height: 26px;
	line-height: 26px;
	margin-top: 4px;
	text-align: center;
	position: relative;
	font-family: "Ebrima",sans-serif;
	font-size: 14px;
	color: #F5F5F5;
	padding-right:13px;
	margin-right: 5px;
	margin: auto;

}

.login-btn-frame2{
	position: relative;
	width: 100%;
	height: 40px;
	display: inline-flex;
	/*	flex-direction: row;*/

}