﻿body {
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif" !important;
    background: #fcfcfc;
    margin: 0;
}

*, a {
    list-style: none;
    text-decoration: none;
}

input, textarea {
    border: 0;
    -webkit-appearance: none;
}

ul, ol ,li, dl, dt, dd, p, label, span, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    height: 100%;
    background: #fcfcfc;
}

a {
    cursor: pointer;
}

.ui-btn {
    position: relative;
}

.ui-btn-icon-notext:after {
    left: .5625em;
    top: 50%;
    margin-top: -11px;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0);
}

.ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-on:after, .ui-btn.ui-checkbox-middle:after {
    margin: -8px 2px 0 0;
    border-radius: .1875em;
}

.ui-btn.ui-checkbox-middle:after {
    background-image: url("../images/clickbox3.png");
}

.ui-btn.ui-checkbox-off:after {
    background-image: url("../images/clickbox2.png");
}

.ui-btn.ui-checkbox-on:after {
    background-image: url("../images/clickbox1.png");
}

.ui-checkbox {
    margin: 10px 0 11px;
    position: relative;
    text-align: left;
    cursor: pointer;
}

    .ui-checkbox input {
        position: absolute;
        opacity: 0;
        left: .466em;
        top: 50%;
        margin: -11px 0 0 0;
        outline: 0 !important;
        z-index: 1;
        border: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }

    .ui-checkbox .ui-btn {
        padding: 2px 0 2px 30px;
        margin: 0;
        text-align: left;
        z-index: 2;
        display: block;
    }

.public-btn {
    height: 60px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 15px 0 15px 0;
    box-sizing: border-box;
}

    .public-btn div {
        display: inline-table;
    }

    .public-btn a {
        display: block;
        background: #f2f2f2;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ebeced;
        padding: 0 24px;
        border-radius: 15px;
        font-size: 16px;
        float: left;
        margin-right: 10px;
        color: #333333;
        cursor: pointer;
    }

.tooltrip img {
    /*position:absolute;
    margin-top:2px;*/
}

.tooltrip span {
    /*padding-left:10px;*/
}

.cssSelect .selectBox {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.cssSelect .selectLt {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 14px;    
    background: url("../images/icon_SelectArrow.png") no-repeat scroll right center #fff;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    /*background: #fff;*/
}

.cssSelect .selectRt {
    display: none;
}

.cssSelect .selected {
    background: #2F94ED;
    color: #fff;
}

    .cssSelect .selected span {
        color: #fff;
    }

.cssSelect .oHover {
    background: #67adea;
}

    .cssSelect .oHover span {
        color: #fff;
    }

.cssSelect .selectBox:hover {
    color: #666;
    border: 1px solid #3286fe;
    box-shadow: 0 0 4px rgba(50, 134, 254, 36);
}
.optionsBox{
    border-radius:4px;
}

#myMenu {
    /*width: 124px;*/
    border-bottom: none;
    padding: 5px 0;
    border-radius: 3px;
    position: absolute;
    display: none;
    z-index: 999;
    box-shadow: 0 0 10px #bbb;
    background:#fff;
}

#myMenu li {
    padding: 0 13px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 13px;
    color: #666666;
    position: relative;
}

#myMenu li:hover {
            background:#2F94ED;    
            color:#fff;
        }

 .calendar .week li {
    color: #4c9dec;
}
.calendar ol li{
    font-size:12px;
    color:#333;
}
.calendar .calendar-views .selected {
    background: #c4e3ff !important;
    color: #4987d0;
}
.calendar-views .week {
    color: #4c9dec;
    border-bottom: 1px solid #59a9ee;
}
.calendar-hd{
    padding-bottom:0;
}
.calendar-arrow{
    margin-top:-5px;
}
    .calendar-arrow span {
        color: #91cdff;
    }
.calendar-arrow span:hover {
    color: #3898e4;
}
.calendar .calendar-views .now{
    background:#2f94ee!important;
    color:#fff;
}

.k_table_top_title{
    width: 100%;
    height: 32px;
    background: url(../images/top_bg.png)0 0 repeat-x;
    border: 1px solid #dadada;
    line-height: 32px;
    font-size: 14px;
    margin-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.k_table_top_title div{
    float:left;
    height:30px;
    padding-left:10px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
}
.k_table_content{
    width:100%;
    min-height:300px;
    position:relative;
    overflow:hidden;
    border:1px solid #dadada;
    border-top:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.k_table_content_list{
    position: absolute;
    height: 100%;
    width:100%;
   overflow-x: hidden;
   overflow-y: auto;
}
.k_table_content_list li{
    width: 100%;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.k_table_content_list li div{
    float:left;
    height:30px;
    line-height:30px;
    padding-left:10px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
    font-size:12px;
}
.odd {
    background: #fff;
}

.even {
    /*background: #F3F3F3;*/
    background: #dedede;
}

.check_bg2{
    background: #aad6ff;
    border: 1px solid #2F94ED;
}
.k_table_content_list li:hover{
    background: #aad6ff;
}
.k_table_content_list_Y{
    overflow-x:hidden;
    overflow-y:auto;
    width:100%;
    height:100%;
    position:relative;
}
/*AccountDetail.html  收支明细打印用的样式  start*/
.page_top_title_box {
    padding: 0 100px 5px 100px;
    overflow: hidden;
}
.page_top_title_box_left {
    float: left;
    width: 60%;
}

.page_top_title_box_right {
    float: left;
    padding-right: 100px;
}

.page_top_title_txt_style {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
}
/*AccountDetail.html  收支明细打印用的样式  end*/
