.body .content .page_block .page_block_body {
    padding: 10px 23px 10px 23px;
    line-height: 18px;
    color: #a0a1a7;
}
.body .content .content_block .content_block_body {
    background: #252829;
    margin: 0 0 0;
    padding: 15px 20px;
    /* border: 1px solid #40403e; */
    border-top: none;
    color: #a0a1a7;
    /* box-shadow: inset 0 0 16px #000; */
}
.cg_body .cg_graph_block {
    width: 300px;
    height: 250px;
    float: left;
    position: relative;
}
.cg_body .cg_graph_block .time_left.disable {
    display: none;
}
/* CG CSS*/

.cg_body .cg_graph_block {
	width: 300px;
	height: 250px;
	float: left;
	position: relative;
}

.cg_body .cg_graph_block .time_left {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 50%;
	left: 10px;
	width: 280px;
	height: 54px;
	line-height: 54px;
	margin-top: -44px;
	text-align: center;
	border-top: 1px solid #a0a1a7;
	border-bottom: 1px solid #a0a1a7;
	color: #a0a1a7;
	font-size: 11pt;
}

.cg_body .cg_graph_block .time_left.disable {
	display: none;
}

.cg_body .cg_graph_block canvas {

}

.cg_body .cg_user_bet_panel {
	width: 294px;
  float: left;
  margin-left: 20%;
}

.cg_body .cg_user_bet_panel .cg_input_place {
	margin-bottom: 5px;
}

.cg_body .cg_user_bet_panel .cg_input_place label {
	display: block;
	margin-bottom: 3px;
}

.cg_body .cg_user_bet_panel .cg_input_place input {
  line-height: 24px;
  height: 40px;
  background: #101321;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 40px;
  border: 1px #101321;
  width: 249px;
  font-weight: bold;
}

.cg_body .cg_user_bet_panel .cg_input_place input[disabled] {
	opacity: 0.3;
}

.cg_body .cg_user_bet_panel .cg_bet_button {
  border-radius: 10px;
  display: block;
  background-color: #28314a;
  color: #606f95;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 3;
  width: 242px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  text-transform: none;
  margin: 0 0 0 5px;
  margin-top: 10px;
}

.cg_body .cg_user_bet_panel .cg_bet_button.disable {
	opacity: 0.3;
	pointer-events: none;
}

.cg_body .cg_users_and_history {
	margin-top: 20px;
	border-top: 1px solid #a0a1a7;
	padding-top: 20px;
	width: 100%;
	float: left;
}

.slimScrollDiv {
	float: left;
}

.cg_body .cg_users_and_history .cg_history_block {
	border-top: 1px solid #a0a1a7;
	float: left;
	width: 410px;
	height: 310px;
	overflow: hidden;
}

.cg_body .cg_users_and_history .cg_history_block .game {
	font-size: 8pt;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #a0a1a7;
	text-align: center;
}

.cg_body .cg_users_and_history .cg_history_block .num {
	float: left;
	width: 14%;
	text-align: left;
}

.cg_body .cg_users_and_history .cg_history_block .number {
	float: left;
	width: 5%;
	text-align: center;
}

.cg_body .cg_users_and_history .cg_history_block .secret {
	float: left;
	width: 31%;
}

.cg_body .cg_users_and_history .cg_history_block .hash {
	float: left;
	width: 46%;
}

.cg_body .cg_hash_secret {
	color: #fff;
	margin-top: 10px;
}

.cg_body .cg_hash_secret .param {
	width: 60px;
	color: #a0a1a7;
	display: block;
	float: left;
}

.cg_body .cg_hash_secret .hash_label, .dg_hash_secret .hash_label {
	color: #a0a1a7;
	font-size: 7pt;
}

.cg_users_block  {
  width: 200px;
      margin-right: 200px;
      float: right;
}

.cg_users_block .cg_bet_title {
	background: #3b3f40;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	width: 179px;
}

.cg_users_block .cg_bet_place {
	height: 220px;
	overflow: hidden;
}

.cg_users_block .cg_bet_place .cg_bet {
	border-top: 1px solid #a0a1a7;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #3b3f40;
	border-right: 1px solid #3b3f40;
}

.cg_users_block .cg_bet_place .cg_bet .img {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 5px 10px 0 5px;
}

.cg_users_block .cg_bet_place .cg_bet .img img {
	width: 30px;
	height: 30px;
}

.cg_users_block .cg_bet_place .cg_bet .name {
	color: #ffcd05;
	width: 70px;
	float: left;
	height: 40px;
	overflow: hidden;
	margin-right: 10px;
}

.part.win {
	color: #4f8935;
}
.cg_users_block .cg_bet_place .cg_bet.win .name {
	color: #4f8935;
}

.cg_users_block .cg_bet_place .cg_bet.lose .name {
	color: #BB0D2B;
}

.cg_users_block .cg_bet_place .cg_bet .bet_num {
	float: left;
	color: #fff;
	text-align: center;
	padding-right: 5px;
}

.cg_users_block .cg_bet_place .cg_bet.win .bet_num {
	color: #4f8935;
}
.p-n .win {
  	color: #4f8935 !important;
}
.p-name .win {
  	color: #4f8935 !important;
}
.p-id .win {
  	color: #4f8935 !important;
}
.p-name .lose {
	color: #BB0D2B !important;
}
.p-id .lose {
	color: #BB0D2B !important;
}
.p-n .lose {
	color: #BB0D2B !important;
}
.cg_users_block .cg_bet_place .cg_bet.lose .bet_num {
	color: #BB0D2B;
}
.part.lose {
    color: #BB0D2B;
}
.cg_users_block .cg_bet_place .cg_bet .bet_sum {
	float: right;
	color: #fff;
	text-align: right;
	padding-right: 5px;
}

.cg_users_block .cg_bet_place .cg_bet.win .bet_sum {
	color: #4f8935;
}

.cg_users_block .cg_bet_place .cg_bet.lose .bet_sum {
	color: #BB0D2B;
}

.allbalance {
	width: 200px;
	position: fixed;
	right: 20px;
	top: 30px;
    background: #121315;
    padding: 13px;
    z-index: 21;
    box-shadow: inset 0 0 16px #000;
    color: #fff;
    border: 1px solid #3e3e3f;
}

.allbalance.all .label_ajax {
	float: left;
	width: 75%;
	height: 20px;
	overflow: hidden;
}

.allbalance.all .value_ajax {
	float: right;
	width: 25%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

.allbalance.top {
	top: 130px;
	line-height: 20px;
}

.allbalance.top .user_name_ajax {
	float: left;
	width: 75%;
	height: 20px;
	overflow: hidden;
}

.allbalance.top .user_balance_ajax {
	float: right;
	width: 20%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

.allbalance.bal {
	top: 370px;
	line-height: 20px;
}

.allbalance.bal .bal_time_ajax {
	float: left;
	width: 30%;
	height: 20px;
	overflow: hidden;
}

.allbalance.bal .bal_user_ajax {
	float: left;
	width: 36%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.allbalance.bal .bal_sum_ajax {
	float: left;
	width: 20%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

.allbalance.bal .bal_icon {
	float: right;
	width: 12%;
	height: 20px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center -3px;
}

.allbalance.bal .bal_icon.minus {
	background-position: center -33px;
}

.allbalance.bal .bal_icon.de {
	background-image: url(images/icon_deposite.png);
}

.allbalance.bal .bal_icon.wi {
	background-image: url(images/icon_withdraw.png);
}

.allbalance.bal .bal_icon.re {
	background-image: url(images/icon_referals.png);
}

.allbalance.bal .bal_icon.dg {
	background-image: url(images/icon_x2.png);
	background-position: center -5px;
}

.allbalance.bal .bal_icon.dg.minus {
	background-position: center -35px;
}

.allbalance.bal .bal_icon.cf {
	background-image: url(images/icon_coin.png);
}

.allbalance.bal .bal_icon.cg {
	background-image: url(images/icon_crash.png);
}
