


.table-wrapper {
	width: 100% !important;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	overflow-x: auto;
}

.table-wrapper table {
	border: 1px solid transparent !important;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	
	border-collapse: unset !important;
}

.table-wrapper table,
.table-wrapper tbody,
.table-wrapper tbody td,
.table-wrapper table tbody tr,
.table-wrapper table tbody td div,
.table-wrapper table tbody td span,
.table-wrapper table thead th {
	font-size: 13px;
	/*font-family: Roboto Sans Condensed, sans-serif !important;*/
	font-family: 'Poppins', sans-serif !important;

}

.table-wrapper table tr {
	background-color: transparent;
	border: 0px solid #ddd;
	/*padding: .35em;*/
}

/*
.table-wrapper table th {
	background-color: #000;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}
*/
.table-wrapper table thead th {
	border: 0 !important;
}

.table-wrapper table th {
	background-color: #fff;
	color: #000;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}

.table-wrapper table tbody th {
	position: sticky;
	left: 0;
	background-color: white !important;
	border-bottom: 1px solid #e3e3e3 !important;
	
}

.table-wrapper table thead th:nth-child(2) {
	position: sticky;
	left: 0;
	z-index: 20;	
}

/*@media screen and (min-width: 600px) {*/
	.table-wrapper table th:nth-child(1),
	.table-wrapper table td:nth-child(1) {
		width: 40px;
		
	}

	.table-wrapper table th:nth-child(2),
	.table-wrapper table td:nth-child(2) {
		width: 150px;
		word-wrap: break-word;
	}

	.table-wrapper table th:nth-child(3),
	.table-wrapper table td:nth-child(3) {
		width: 70px;
	}

	.table-wrapper table th:nth-child(4),
	.table-wrapper table td:nth-child(4) {
		width: 50px;
	}

	.table-wrapper table th:nth-child(5),
	.table-wrapper table td:nth-child(5) {
		width: 80px;
	}

	.table-wrapper table th:nth-child(6),
	.table-wrapper table td:nth-child(6) {
		width: 80px;
	}

	.table-wrapper table th:nth-child(7),
	.table-wrapper table td:nth-child(7) {
		width: 100px;
	}

	.table-wrapper table th:nth-child(8),
	.table-wrapper table td:nth-child(8) {
		width: 100px;
	}

	.table-wrapper table th:nth-child(7),
	.table-wrapper table td:nth-child(7) {
		width: 100px;

	}

	.table-wrapper table th:nth-child(9),
	.table-wrapper table td:nth-child(9) {
		width: 120px;
	}

	.table-wrapper table th:nth-child(10),
	.table-wrapper table td:nth-child(10) {
		width: 120px;

	}

	.table-wrapper table th:nth-child(11),
	.table-wrapper table td:nth-child(11) {
		width: 120px;

	}

	.table-wrapper table th:nth-child(12),
	.table-wrapper table td:nth-child(12) {
		width: 120px;
	}
	
	.dev_status_desktop {
		width:100%;
		padding:3px;
		font-weight:bold;
		text-transform: uppercase;
		font-size:14px;
		text-align:center;
		word-wrap: break-word;
		display: inline-block;
	}

	.dev_status {
		width:100%;
		padding:3px;
		font-weight:bold;
		text-transform: uppercase;
		font-size: 9px;
		word-wrap: break-word;
		display: inline-block;
	}

	.dev_status_mobile {
		display: none !important;
	}

	.table-wrapper table td {
		border-bottom: 1px solid #e3e3e3;
	}
/*}*/

.table-wrapper table th,
.table-wrapper table td {
	vertical-align: top;
	padding: 4px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.table-wrapper table thead th button {
	text-transform: uppercase;
}

.divSearch {
	display:inline;
	width: 100px !important;
}

#txtSearch {
	padding:0px;height:30px !important;
	width: 150px !important;
}

#btnAdvancedSearch {
	padding:0;
	height:30px;
	width:100px;
}

@media only screen and (max-width: 600px) { 

	.filter-dropdownlist
	{
		display: none !important;
	}

	.divSearch {		
		display:inline-block;
		float: right;
		width: 220px !important;
	}

	
	#txtSearch {
		width: 90% !important;
	}

	#btnAdvancedSearch {
		width:200px !important;
	}

	.edge-padding {
		padding-right: 5px !important;
		padding-left: 5px !important;
	  }
}

#divAdvancedFiltersSelected{
	font-size: 12px;
}

@media only screen and (min-width: 600px) { 

	.filter-dropdownlist
	{
		display: none;
	}

	.edge-padding {
		padding-right: 150px !important;
		padding-left: 150px !important;
	}
}
.game_link {
	text-decoration: none !important;
}

.blink {
	width:10px;
	height: 10px;
	background-color: #30F558;
	border-radius: 10px;
	margin-left:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
  
@keyframes blink {
	50% {opacity: 0;}
}

.rb-container {
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}

.grid-container {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.entry-content, .s-ct, .s-ct-inner, e-ct-outer, rbct {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.iconRounded {
	border-radius: 18%;
}

#divPaging{
	width: 100% !important;
	text-align: center;
	margin-top:20px;
}
.paging-link{
	padding:15px;
	margin:15px;
}

.current-paging-link{
	background-color:blue;
	color:white !important;
}

.link-more-less {
	font-size: 13px;
    margin-left: 3px;
	cursor: pointer;
    color: #FF184E;
    font-weight: bold;
    text-decoration: none;
}


.link-reset-advanced {
	font-size: 13px;
	cursor: pointer;
    color: #FF184E;
    font-weight: bold;
    text-decoration: none;
}

.filter-dropdownlist
{
	display:inline-block;
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance: none;

    height: 30px;
	width:auto !important;
    padding: 0 28px 0 8px;
	margin:2;
	
    outline: 0;
    font-size: 14px;
	font-weight:bold;
    border-radius: 0;

    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat, #fff;
    background-position: 98% 50%;
    background-size: 8px;

	background-color:#e5e6e6;
	border:0px solid transparent;

	font-family: 'Poppins', sans-serif !important;
}

.in-column-icon {
	margin-left:5px;
	width:19px;
	cursor:pointer;
}

.search-input {
	
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    box-shadow: none;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 2rem;
	line-height: 1.5;
	border-radius: .25rem;
	padding: 8px !important;
}

.btnprimary {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	color: #fff;
	background-color: #007bff;
}

.btnprimary:hover{
  	background-color: #0069d9;
}

.btntheme {
	font-weight: bold;
	text-align: center;
	border: 1px solid transparent;
	padding: 0;
	font-size: 12px;
	color: #fff;
	background-color: #FF184E;
	display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center; /* center the content vertically */
}


.sidepanel  {
	width: 0;
	height: 100%;
	position: fixed !important;
	z-index: 10000 !important;
	top: 0px;
	left: 0px;
	background-color: #fff;
	transition: 0.1s;
	padding-top: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	text-decoration: none;
	color: #818181;
}

.table-wrapper table .sponsored-row{
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
}

.table-wrapper table .sponsored-row,
.table-wrapper table .sponsored-row td,
.table-wrapper table .sponsored-row th {
	
	border-top: 4px solid #ff5c82 !important;
	border-bottom: 4px solid #ff5c82 !important;
	border-left: 0px solid #ff5c82 !important;
	border-right: 0px solid #ff5c82 !important;
	
}

.table-wrapper table .sponsored-row td:first-child{
	border-left: 4px solid #ff5c82 !important;
}


.table-wrapper table .sponsored-row td:last-child{
	border-right: 4px solid #ff5c82 !important;
}
