/*竖行时间列表*/
.time_fieldset{
    border: 2px solid #bebdc2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.time_fieldset legend{
    margin-left: 20px;
    font-size: 14px;
    padding: 0 5px;
}
.time{
    width: 100%;
}
.right_time{
    margin-left: 6%;
    height: 372px;
    width: 94%;
    box-sizing: border-box;
    margin-top: -10px;
}
.time_top{
    margin-top: 20px;;;
}
/*时间输入列表*/
.time_val{
    text-align: center;
    height:30px;
}
.time_val>*{
    display: inline-block;
}
.time_val>span{
    width: 10px;
    height: 32px;
    background-color: #65594b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.time_val p{
    position: relative;
    font-size: 16px;
    top: -8px;
    padding: 0 12px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.time_val>span:first-child{
     background:url("../img/paging_1_03.png") no-repeat;
 }
.time_val>span.right_btn{
    background:url("../img/paging_2_03.png") no-repeat;
}
/*时间控制列表*/
.time_control{
    text-align: center;
    margin-top: 5px;
}
.time_control span{
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    background-color: #809c6b;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}
.time_control span:hover{
    background-color: #635a51;
}
.time_control .brown{
    background-color: #635a51;
}
.time_control .green{
    background-color: #809c6b;
}
/*时间选取段*/
.time_bucket{
    text-align: center;
}
.time_bucket h4{
    font-size: 14px;
    text-align: left;
    padding: 30px 0 10px 10px;
}
.time_bucket input{
    width: 70px;
    height: 20px;
    border: none;
    background: url("../img/color_5.png") 0 -1px;
    text-indent: 3px;
}
.time_bucket>span{
    display: inline-block;
    width: 70px;
    height: 20px;
    border: 1px solid #bebdc2;
    box-shadow: 1px 1px 2px #bcbcbc;
}
.time_history p {text-align: center;}
.time_history p span{
    width: 26px;
    height: 24px;
    background: url("../img/img.png");
    display: inline-block;
    margin: 10px 15px 0 -5px;
    position: relative;
    top: 8px;
    cursor:pointer;
}
.time_history p.today_history span {background-position: 0 -113px }
/*.time_history p.month_history span{background-position: -125px -70px }*/
.time_history p.month_history span{background: url("../img/month_03 (1).png") no-repeat }
.time_history p.week_history span{background-position:  -39px -113px }
.hr{
    border: 1px solid #dedede ;
    width: 88%;
    margin: auto;
    margin-top: 20px;
}
.time_search{
    position: relative;
    top: 3px;
    left: 3px;
    cursor: pointer;
}
/*横行时间列表*/
.buttom_time{
    width: 100%;
    margin-left: 20px;
    height: 100%;
    margin-top: 8px;
}
.buttom_time>div{
    float: left;
}
.time_buttom{
    margin: 6px 0 0 3%;
}
.time_bucket_2{
    margin-top: 10px;
    margin-left: 20px;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-top: none;
}
.time_bucket_2 h2{
    font-size: 14px;
    text-align: left;
    padding: 0 0 10px 0;
}
.time_bucket_2 input,.time_bucket_2>span{width:100px }
.time_history_buttom>p{
    float: left;
    width: 100px;
}
.time_history_buttom p span{
    display: block;
    margin: 5px auto 20px;
}