﻿@charset "utf-8";
.kui_d_pane {
	position: absolute;
	width: 187px;
	margin: 0;
	z-index: 9999;
	bottom: 0;
	 
}
#kui_frame_d{
	display: none;
}
.kui_data_content_pane {
	border-radius: 5px; 
	width: 520px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	z-index: 100;
	bottom: 80px;
	background: #fff;
	/*height: 200px;*/
	padding: 10px;
	box-sizing: border-box;
}

.kui_data_content_pane a:link,
.kui_data_content_pane a:visited {
	color: #222222;
	text-decoration: none;
	font-weight: 900;
}

.kui_data_content_pane a:hover {
	color: #fff;
}

.kui_date_reset {
	border-top: 1px #2092D6 dotted;
	clear: both;
	margin: 3px;
	padding: 3px;
	text-align: right;
	display: none;
}

.kui_date_reset span {
	cursor: pointer;
	background: #2192D6;
	color: #FFF;
	padding: 2px 5px;
	margin-left: 3px;
}

.kui_prev_next_month {
	 
	border-bottom: 0px solid #fd5900;
	height: 23px;
	line-height: 23px;
	font-weight: 900;
	text-align: center;
	margin: 10px 0;
	padding-top: 1px;
}

.kui_prev_m,
.kui_today {
	float: left;
	margin-left: 6px;
}

.kui_prev_m {
	background: url(../img/Pathl.svg) 0 0 no-repeat;
	background-position: 0 35%;
	height: 21px;
	width: 21px;
}

.kui_today,
.kui_tomorrow {
	width: 148px;
	text-align: center;
	color: #444444;
	cursor: default;
	font-size: 18px;
	font-weight: normal;
}

.kui_tomorrow {
	float: right;
}

.kui_next_m {
	float: right;
	margin-right: 6px;
	background: url(../img/Pathr.svg) 0 0 no-repeat;
	background-position: 0 35%;
	height: 21px;
	width: 21px;
}

.kui_data_tab,
.kui_date_info {
	width: 250px;
	margin: 2px auto;
	zoom: 1;
	overflow: hidden;
}

dl.kui_data_tab dt {
	font-weight: 900;
}

.kui_data_tab dt,
.kui_date_info dt {
	line-height: 35px;
	height: 35px;
	text-align: center;
	border-right: none;
	cursor: default;
	font-size: 14px;
	width: 35px;
	float: left;
	text-align: center;
}
.kui_date_info dt {
	background: #fff;
	 
	color: #333;
	font-weight: normal;
}

.kui_date_info .kui_td_kong {
	background: #fff;
	cursor: default;
}

.kui_time_pane {
	background: #2092D6;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 4px;
	padding-bottom: 1px;
	background: url(date_top.png) 4px 0 no-repeat;
}

.kui_clean_btn {
	float: left;
	padding-left: 6px;
}

.kui_close_btn {
	float: right;
	padding-right: 6px;
}

.kui_time {
	float: left;
	padding-left: 8px;
}

.kui_time input {
	width: 17px;
	padding: 1px;
	line-height: 12px;
	height: 12px;
	margin-right: 2px;
	margin-top: 2px;
	_margin-top: 1px;
}

.kui_date_info .td_select {
	background-color: black;
	border-radius: 50%;
	color: #fff;
}
.kui_date_info .td_select:hover{
	color: #FFFFFF !important;
}
.kui_date_info .td_hover {
	color: #000000;
	cursor: pointer;
}

.kui_txt_hide {
	display: none;
}

dl.kui_date_info .kui_td_hui {
	background: #fff;
	cursor: default;
	color: #DBDBDB;
	font-weight: 400;
}

a img {
	border: 0;
}

#left_table,
#right_table {
	float: left;
	width: 250px;
 
	overflow: hidden;
}
 
@media only screen and (max-width:767px ) {
	.kui_d_pane,.kui_data_content_pane{
		width: 100%;
		height: 100%;
		z-index: 9999999999999;
		top: 0;
	}
	#left_table,#right_table,.kui_today,.kui_tomorrow{
		float: none;
		 
	}
	#left_table, #right_table{
		width: 100%;
	}
	 
}