<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
.stats-target{
	position: relative;
}
.mb30{
    margin-bottom:30px;
}
.mb20{
    margin-bottom:20px;
}
.stats-target:after{
    content:"";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

/* normal.html専用 */
#stats .MainChartContainer {
    height: 300px;
}
#stats{
    height: auto;
    background:#fff;
}
#stats:after{
    content:"";
    display: block;
    width: 100%;
    height: 40px;
    clear: both;
}
/* normal.html専用 */


.SLIDER_DATE_R .react-datepicker__triangle { left: 200px !important; }
.SLIDER .react-datepicker__input-container{

}

.SLIDER .react-datepicker__input-container input{
    font-size: 9px;
    border: none;
    background: none;
    padding-top: 0px;
    width: 80px;
    width: 100px;/*-----------------------------------------------------テスト--------*/
}

.SLIDER .SLIDER_DATE_R .react-datepicker__input-container input{
    text-align: right;
}
/* RangeとResolutionの非活性化 */
.stats button.disable {
    background-color: #eee;
    cursor: default;
}
.SLIDER .SLIDER_DATE_R,
.SLIDER .SLIDER_DATE_L{
    padding-top: 0 !important;
}

/* グラフリストのName部 */
.stats table.GRAPH_LIST_TABLE td div {
    position: relative;
}

.stats table.GRAPH_LIST_TABLE td{
	padding: 2px 3px;
	background: #efefef;
	text-align: right;
	border-bottom: 1px solid #bbb;
}

/* グラフリストのName部入力状態 */
.stats table.GRAPH_LIST_TABLE td input.legendItem {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    font-size: 11px;
}

/* Picker */
.fl{float: left;}
.fr{float: right;}
.bt{
    margin:0 5px;
    border-radius:5px;
    padding: 0 5px;
    cursor: pointer;
    transition-duration: 0.3s;
}
.abs {
    position: absolute !important;;
    z-index: 100;
    top: 30px;
}
.rel{
    position: relative;
    float: left;
}

/****************************************/
.baloon_out{
    width: 100%;
    height:25px;
    position: relative;
}
.baloon{
    position: absolute;
    bottom: 35px;
    right: 0px;
    background: #9fc100;
    border-radius: 4px;

    color: #fff;

    font-size: 10px;

    font-weight: bold;
    line-height: 12px;
    padding: 9px;
    width: 118px;
    user-select: none;

	white-space: nowrap;

    box-shadow: 0 1px 9px 0 rgba(0,0,0,.4);

}
.baloon hr{
	border :none;
	height: 1px;
	background:#666;
	margin: 3px 0;
}
.baloon:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	right: 4px;
	background: #9fc100;
	transform: rotate(45deg);
}
.baloon_in{
	overflow: hidden;
}
/****************************************/

.stats .CHART .bottom {
/*	position: absolute; 2018/12/12 comment out*/
	bottom: 2px;
	right: 3px;
	width: 140px;
	width: 100%;
	text-align: right;
	padding-top: 2px;
	height: 27px;
	/*background: #f99;*/
}

/****************************************/
.stats .CHART .bottom .bt{
	user-select: none;
}
/****************************************/

.stats .CHART .bottom .bt:hover{
	color: #666;
	background: #ddd;
	transition-duration: 0.4s;
}
.stats .CHART .bottom .r span{
	transform:rotate(-90deg);
}
.stats .CHART .bottom .bt:active {
	color: #eee;
	background: #fff;
	transition-duration: 0.1s;
}
.stats .CHART .bottom .bt {
	transition-duration: 0.4s;
	cursor: pointer;
	color: #999;
	background: #eee;
	background: #999;
	opacity: 1;
	border-radius: 3px;
	width: 60px;
	height: 16px;
	padding: 1px 1px 0 1px;
	margin: 0 2px;
	font-size: 8px;
	text-align: center;
	line-height: 9px;
	overflow: hidden;
	display: inline-block;
}
.stats .CHART .bottom .bt div{
	color: #fff;
	transform: scale(0.85);
	display: inline-block;
}

.stats .CHART .bottom .bt span{
	color: #fff;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;  /* Preferred icon size */
	/*display: inline-block;*/
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

}

.dialog_bt.r {
	display: block;
	margin: 0 0 0 auto;
}

/* DigestChart */
.stats .CHART.w_100 {
	width: 100%;
}

#big-stats {
	position:relative;
	top:520px ;
	z-index:1000;
	float: right;
	margin-right: 7px ;
}
#big-stats img{
	height:24px; 
	width:36px ;
}
#small-stats {
	position:relative;
	top:544px ;
	height:24px; 
	z-index:1000;
        text-align:right ;
}
#small-stats img{
	height:24px; 
	width:36px ;
        margin-right: 7px
}
.TOOLS {
	top:-23px ;
}
