@charset "utf-8";
/** 模态框标题栏 */
.awo-module-header{
    background: #ffa4a4;
    color: white;
    padding: 15px 0 !important;
    font-size: 15px;
}
/** 按钮组上方的内容，需要留出按钮组的高度 **/
.awo-body{
    padding-bottom: 52px;
    margin-bottom: -20px;
}
.awo-btn-group {
    width: 98%;
    height: 35px;
    text-align: right;
    padding: 8px 1px 10px 5px;
    position: absolute;
    bottom: 0;
    right: 2%;
    background-color: white;
    border-top: solid #d7d7d7 1px;
    box-sizing: content-box;
    z-index: 9999999;
    left: 1px;
}
.awo-btn-group [class^="awo-btn"]{
    color: #fff;
    width: 110px;
    height: 38px;
    font-size: 14px;
    cursor: pointer;
}
.awo-btn-primary {
    background-color: #ff6868;
}
.awo-btn-other {
    border: 1px solid #828282;
    background-color: #c8c8c8;
}

.awo-form {
    width: 100%;
}
.awo-form tr, .awo-form .awo-item {
    height: 50px;
    border-bottom: solid #d7d7d7 1px;
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.awo-form td, .awo-form .awo-item-value {
    flex: 1;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.awo-form td span.textbox, .awo-form .awo-item-value span.textbox{
    width: 96%;
}
.awo-form .awo-line {
    border-top: 1px dashed #919191;
}
.awo-form th, .awo-form .awo-item-title {
    flex: 1;
    background: #dfd2d2;
    color: #686868;
    border-right: solid #d7d7d7 1px;
    float: left;
    font-size: 15px;
    position: relative;
    max-width: 20%;
}
.bg-white{
    border: none !important;
    background: white !important;
}
.awo-form .awo-dis{
    background: #ebebeb;
    user-select: none;
    pointer-events: none;
}
.awo-form .awo-dis * {
    background: #ebebeb;
}
.awo-form textarea{
    margin: 1px;
    width: 100%;
    height: 90%;
    resize:none;
    border: 1px solid #acacac;
}
.awo-warn{
    font-size: 12px;
    background-color: #ffd084;
    padding: 5px;
    border-radius: 10px;
}
.awo-btn-edit:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-edit.png) no-repeat center;
    background-size: 13px 13px;
    cursor: pointer;
}
.awo-btn-view:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-view.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-delete:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-delete.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-member:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-member.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-print:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-print.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-allot:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-allot.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-right:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-right.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-error:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-error.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
.awo-btn-log:after{
    content: " ";
    padding: 10px;
    position: relative;
    background: url(../images/icon-log.png) no-repeat center;
    background-size: 15px 15px;
    cursor: pointer;
}
/*------------------------------------*/
/* // TODO 修改的样式 */
.l-btn {
    background: #ff8181;
    border: none;
}
.l-btn-plain:hover,.l-btn:hover {
    border: none;
    background: #ecb6b6;
}
/*.datagrid-view2{*/
    /*overflow-x:scroll ;*/
    /*height: 100%;*/
/*}*/
/*.datagrid-header-inner{*/
    /*width: auto;;*/
/*}*/
/*.datagrid-view{*/
    /*height: 66%!important;*/
/*}*/
.datagrid-header{
    height: auto !important;
    min-height: 36px !important;
    /*overflow: visible!important;*/
}
.datagrid-header-row{
    height: 38px;
    /* TODO 这里修改了样式 */
    background: #f2e4e4;
    font-weight: 600;
}
.datagrid-td-rownumber {
    /*background-color: #efefef;*/
    /* // TODO 这里修改了样式 */
    background-color: #f2e4e4;
    font-weight: 600;
    background-repeat: repeat-x;
}
/** //TODO 修改的样式 start */
.datagrid-btable tr:nth-child(odd) {
    background: #ececec;
}
.datagrid-btable tr:nth-child(even) {
    background: #fbfbfb;
}
.l-btn-left {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
}
.l-btn-text {
    width: auto;
    line-height: 24px;
    margin: 3px 10px;
    /** //TODO 修改的样式 */
    color: #fff;
}
.theme-navigate .l-btn:hover, .theme-navigate .m-btn-plain-active{
    background-color: #ccc !important;
}