﻿/*
样式重置
*/
* {
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

li {
    list-style-type: none;
}

html, body {
    height: 100%;
    width: 100%;
}

label {
    display: inline-block;
}

/*
样式重置-end
*/

/*
通用部分
*/

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.f_clear {
    clear: both;
}

.h_1 {
    height: 1px;
}

.h_3 {
    height: 3px;
}

.h_5 {
    height: 5px;
}

.w_5 {
    width: 5px;
}

.p_5 {
    padding: 5px;
}

.pt_5 {
    padding-top: 5px;
}

.pl_5 {
    padding-left: 5px;
}

.pr_5 {
    padding-right: 5px;
}

.w_50 {
    width: 50%;
}

.w_100 {
    width: 100%;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.dis_inblock {
    display: inline-block;
}

.required label:after {
    content: "*";
    color: Red;
    font-size: 13px;
    margin-left: 3px;
    font-family: "serif";
}

.disableSelectText{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cGrid {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

    .cGrid .cCol {
        height: 100%;
        top: 0px;
    }

    .cGrid .left {
        position: absolute;
        left: 0px;
        width: 0px;
    }

    .cGrid .right {
        position: absolute;
        right: 0px;
        width: 0px;
    }

    .cGrid .auto {
        position: relative;
        width: 100%;
    }

.rGrid {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .rGrid .rRow {
        width: 100%;
        left: 0px;
    }

    .rGrid .top {
        position: absolute;
        top: 0px;
        height: 0px;
    }

    .rGrid .bottom {
        position: absolute;
        bottom: 0px;
        height: 0px;
    }

    .rGrid .auto {
        position: relative;
        height: 100%;
    }



.fGrid {
    width: 100%;
}

    .fGrid .fRow {
        display: table;
        border-spacing: 0px;
        border-style: solid;
        border-width: 0px;
        border-collapse: collapse;
        empty-cells: show;
        table-layout: fixed;
        width: 100%;
    }

    .fGrid .space {
        height: 5px;
    }
    .fGrid .data {
        height: 25px;
    }

    .fGrid .fRow .fCol {
        display: table-cell;
        vertical-align: middle;
    }

    .fGrid .fRow .space{
        width:10px;
    }


.fGroupBox {
    border: 1px solid #a3c0e8;
    padding: 5px;
    background-color:#fcfdff;
}

.fGroupBoxCaption {
}

    .fGroupBoxCaption .l {
        float: left;
        height: 25px;
        width: 5px;
        border-bottom: 1px solid #a3c0e8;
    }

    .fGroupBoxCaption .m {
        float: left;
        height: 25px;
        background: #fcfdff;
        border-left: 1px solid #a3c0e8;
        border-right: 1px solid #a3c0e8;
        border-top: 1px solid #a3c0e8;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    }

    .fGroupBoxCaption .r {
        float: none;
        height: 25px;
        width: auto;
        border-bottom: 1px solid #a3c0e8;
    }

.fFooterBar {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    background-color: #fcfdff;
}

    .fFooterBar .lineArea {
        background-color: #ecf5fe;
        border-bottom: 1px solid #a3c0e8;
        height: 3px;
    }

    .fFooterBar .buttonArea {
        padding:5px;
    }

.gridAutoSize {
}

.fFooterLine {
    border-bottom: 1px solid #a3c0e8;
    margin-left: -5px;
    margin-right: -5px;
    height: 5px;
}

/*
通用部分-end
*/

/*组件自定义*/

/*bug for BoxSizing*/
.dxbButton_Aqua {
    padding: 0px;
}

.dxgvFocusedRow_Aqua{
    background-color:#ffd2a6;
}
.dxsplPane_Aqua {
    background-color:#ecf5fe;
}

.dxtlControl_Aqua {
    background-color:white;
}

.dxpc-content{
    background-color:#ecf5fe;
}

.dxeListBoxItemSelected_Aqua {
    background-color:#ffd2a6;
}

/*组件自定义-end*/

