﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: '微软雅黑', 'Microsoft YaHei', 'arial';
    background: #fffdf5;
}

.body-header {
    line-height: 50px;
    height: 50px;
    padding: 0 0 0 10px;
    background: #fffdf5;
}

.body-header-title {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.header-wrapper {
    display: none;
}

.footer-wrapper {
    display: none;
}

.dialog-hidden {
    display: none;
}

.col-width-2 {
    width: 25%;
}

.col-width-4 {
    width: 50%;
}

.col-width-5 {
    width: 62.5%;
}

.col-width-6 {
    width: 75%;
}

.col-width-8 {
    width: 100%;
}

.col-width-12 {
    width: 100%;
}
.jqx-fill-state-focus {
        border:1px solid #c1c1c1 !important;
    }

