#gameSummaryTable, #gameHistoryTable, #alltime-table{
	width: 100%!important;
}

#gameHistoryTable_length select {
	width: inherit;
	display: inline-block;
}

#overall-stats-table {
	font-size: 1.4em;
}

#overal_skill {
	margin-top: 30px;
	background: white;
	box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
	padding: 20px;
}

.each_game .premium-chart-banner p  {
	line-height: 23px;
}

.graphic_overal img {
	width: 100%;
}
.title_overal_skill {
	font-size: 26px;
	font-weight: bold;
	color:black;
	padding-bottom: 15px;
}
.over_click {
	font-size: 20px;
	font-weight: normal;
	color:black;
	padding-right: 15px;
	display: inline-block;
}

.over_click {
	text-align: right;
	cursor: pointer;

}
.over_click span {
	font-weight: bold;
    margin-right: 15px;
}
.clickme{
	transform: rotate(180deg);
}
.graphic_overal {
	padding-bottom: 30px;
}
.circle_graphic img {
	padding-right: 30px;
}

.each_game {
	margin-top: 30px;
	border-radius: 3px;
	background: #fff;
  	padding: 0px;
  	box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
}

.clear-user-agent-styles table,
.clear-user-agent-styles thead,
.clear-user-agent-styles tbody,
.clear-user-agent-styles tfoot,
.clear-user-agent-styles tr,
.clear-user-agent-styles th,
.clear-user-agent-styles td {
    /*display: block;*/
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
.clear-user-agent-styles th,
.clear-user-agent-styles td  {
    display: inline;
}

.each_game span {
	font-size: 24px;
	font-weight: bold;
    margin: 30px;
    display: inline-block;
    margin-bottom: 0;
}
.each_game table {
	margin-top: 15px;
	font-size: 18px;
	 width: 100%;
}
.each_game table tbody tr:nth-child(even){
	background:#fbfbfb;
	border-top: 1px solid #eaecf2;
	border-bottom: 1px solid #eaecf2;
}
.each_game table thead tr th {
	font-size: 20px;
	width: 50%;
	display: inline-block;
	padding-left: 30px;
}

.each_game table tbody tr td{
    display: inline-block;
    width: 50%;
    padding: 15px;
    padding-left: 30px;
}

.octant {
	box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
	margin-top: 30px;
  	border-radius: 3px;
	background: #fff;
  	padding: 30px;
  	padding-left: 15px;
  	padding-right: 15px;
}
.row_octant {
	padding-left: 0;
	padding-right: 0;
}
.octant span {
	font-size: 24px;
	font-weight: bold;
}
.octant table {
	margin-top: 15px;
	font-size: 18px;
	width: 100%;
}
.octant table thead tr th {
	font-size: 20px;
	width: 50%;
	display: inline-block;
	padding-left: 30px;
}
.octant table tbody tr:nth-child(even){
	background:#fbfbfb;
	border-top: 1px solid #eaecf2;
	border-bottom: 1px solid #eaecf2;
}
.octant table thead tr  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.octant table tbody tr td {
	width: 50%;
	display: inline-block;
	padding: 15px;
	padding-left: 30px;
}
.graphic_right_table img {
	width: 100%;
}
.game_histroy {
	box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
	margin-top: 30px;
  border-radius: 3px;
	background: #fff;
  padding: 30px;
}
table.dataTable th {
	border: none;
}
table.dataTable td {
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #ebedf3;
	border-bottom: 1px solid #ebedf3;
}
.control:before {
	left: -15px !important;
}
.title_table_history {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
.odd {
	background: #fbfbfb;
}
table.dataTable td:before {
	top: 27px;
}

.chart{
	margin: 30px 20px;
}

.chart img{
	width: 100%;
}
/** POP_UP **/
button.close {
	opacity: 1;
	color:#23233c;
	font-weight: normal;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
	justify-content: center;
	padding-bottom: 40px;
}
.modal-body {
	padding: 0;
}
.modal-content {
	border: none;
	border-radius: 12px;
}
.level_passed_title {
	background: #23233c;
	line-height: 50px;
width: 100%;
	padding-left:40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.pop_up_row {
	padding: 30px;
}
.modal-dialog {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);

}
.level_passed_title span {
	color: white;
	font-size: 24px;
	padding-right: 30px;
}
.level_passed_title img {
	padding-right: 5px;
}
.target_pop_up {
	color:#23233c;
	font-size: 18px;
	font-weight: bold;
}
.accurancy_pop_up {
	padding-top: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.accurancy_pop_up > span {
	color:#23233c;
	font-size: 18px;
	padding-right: 50px;
}
.accurancy_pop_up .percent {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 40px;
}
.accurancy_your_pop_up {
	border-top: 1px solid #e8eaf1;
}
.you_accuracy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.you_accuracy span:first-child {
	color:#23233c;
	font-size: 18px;
	font-weight: bold;
	padding-right: 25px;
}
.you_accuracy .accuracy_percent {
	padding-left: 25px;
	color:#23233c;
	font-size: 18px;
	font-weight: bold;
}
.recent_performance {
	color:#23233c;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
.img_graphic_pop_up {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.img_graphic_pop_up2 {
	margin-top: 20px;
}
.img_graphic_pop_up2 img {
	width: 100%;
}
.img_graphic_pop_up img {
	width: 50%;
}
.btn_pop_up {
  background-color: rgb(16, 127, 234);
  box-shadow: 0px 13px 35px 0px rgba(16, 127, 234, 0.55);
  border-radius: 50px;
  width: 150px;
  cursor: pointer;
  line-height: 30px;
}
.level_table {
	width: 100%;
	font-size: 16px;
	color: #23233c;
}
.target_table {
	background: #fbfbfb;
	border-top: 1px solid #eceef4;
}

.target_table td {
	padding: 10px;

}
 .level_table thead tr th {
 	padding: 10px;
	font-weight: bold;
 }
.target_table td:first-child {
	padding-left: 45px;
	font-weight: bold;
	color: #23233c;
}
.percentile_table {
	border-top: 1px solid #eceef4;
	border-bottom: 1px solid #eceef4;
}
.percentile_table td {
	padding: 10px;
}
.percentile_table td:first-child {
	font-weight: bold;
	padding-left: 45px;
	color: #23233c;
}
/** POP_UP_END */
@media all and (min-width: 1600px ) {
	.modal-dialog {
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
		max-width: 500px;
		width: 100%;

	}
}
@media all and (max-width: 700px ) {
	.modal-dialog {
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
		max-width: 500px;
		width: 100%;
	}
	.modal-dialog {
		margin: 20px auto;
	}
	.accurancy_pop_up, .img_graphic_pop_up {
		flex-direction: column;
		align-items: center;
	}
	.img_graphic_pop_up img {
		width: 100%;
	}
	.percent span {
		padding-top: 15px;
	}
	.close {
		font-size: initial;
	}
	.level_passed_title span {
		font-size: 18px;
	}
	.level_passed_title img, .percent img, .you_accuracy img {
		width:20px;
	}
	.target_pop_up, .accurancy_pop_up > span, .you_accuracy span:first-child, .you_accuracy .accuracy_percent, .recent_performance span{
		font-size: 14px;
	}
	.accurancy_pop_up .percent, .accurancy_pop_up > span {
		padding-right: 0;
	}
	.btn_pop_up {
		line-height: 20px;
		font-size: 14px;
	}
}
@media all and (max-width: 800px) {}

.pagination {
	padding-top: 35px;
}
@media screen and (max-width: 767px) {
	#gameHistoryTable_info {
		white-space: pre-wrap;
	}
	.chart {
		margin: 0;
	}
}
@media all and (max-width: 574px ) {
	.content_target {
		padding-left: 15px;
		padding-right: 15px;

	}
	.over_click{
		font-size: 16px;
	}
	.title_overal_skill {
		font-size: 14px;
	}
	.each_game span, .octant span {
		font-size: 18px;
	}
	.over_click, .each_game table thead tr th, .octant table thead tr th {
		font-size: 14px;
	}
	.each_game table, .octant table {
		border-spacing: 10px;
	}
	.graphic_right_table {
		padding-left: 0;
		padding-right: 0;
	}
	.game_histroy {
		padding: 15px;
	}
	.page-link {
		font-size: 12px;
	}
	.pagination {
		flex-wrap: wrap;
		justify-content: flex-start !important;
	}
	.dataTables_length label {
		white-space: pre-wrap !important;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.dataTables_length label select {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	table.dataTable td img {
		width: 20px;
	}
}

@media all and (max-width: 400px) {
	div.dataTables_wrapper div.dataTables_filter input{
		display: block !important;
	}
	.octant table thead tr th {

		padding-left: 15px;
	}
	.octant table tbody tr td {
		padding-left: 15px;
	}
	.each_game table thead tr th {
		padding-left: 15px;
	}

	.each_game table tbody tr td{
	    padding: 15px;
    }

}


