:root {
    --color-black: #1b1b1b;
}

.app-main{
    /* background-color: #3892d4 !important; */
}
 
 .app-header{
     /* background-color: #f9f5f5 !important; */
 }
.app-header-title{
    color:#FFFFFF !important;
    font-size:22px !important;
    line-height: 40px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}
.app-header-org{
    color:#FFFFFF !important;
    font-size:14px !important;
    float: left;
    line-height: 40px;
}
 

.app-header-user{
    color:#FFFFFF;
    font-size:14px;
    text-align: right;
    padding-right: 15px;
}

.login-title{
    font-size:26px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 20px;
}
.app-foot{
    text-align: center;
    color:#ffffff;
    background-color: #157fcc;
    line-height: 26px;
}

.app-menu-button{
    height: 32px !important;
    
}

.app-submenu-button{
    height: 28px !important;
}
.app-menu-button + .app-menu-button{
    margin-left: 3px !important;
} 

/**工具栏样式*/
.app-tbar{
    padding: 2px 0px 5px 5px !important;
}

.app-tbar .fa{
    color:#157fcc;
}

 /*查询框*/
.app-sbar .fa{
    color:#fff ;
}

/*treepanl表格样式*/
.x-grid-cell-inner-treecolumn{
    text-align: left !important;
}
.app-form{
    padding-bottom: 10px;
}
.form-field-item{
    margin-top: 10px;
    margin-left: 10px;
}
.form-field-item-right{
    margin-right: 10px;
}
.form-edit-field  .x-form-item-label-text{
    color:#0000FF !important;
}

/*表单表格样式*/
.grid-error-row{
    background-color:#CC3300 !important;
}

/*编辑表格*/
.app-form-grid .x-grid-header-ct {
    border-right-width:1px !important;
    border-left-width:1px !important;
}

.app-form-grid  .x-grid-body{
    border-right-width:1px !important;
    border-left-width:1px !important;
    border-bottom-width: 1px !important;
}

.app-form-grid  .x-form-layout-wrap{
    border-spacing: 0;
}

/*附件表单*/
.app-file-panel .x-form-layout-wrap{
    border-spacing: 0 !important;
}

.app-file-panel .x-field{
    margin-top: 0 !important;
}

.app-file-form-grid .x-grid-body{
    border-right-width:1px !important;
    border-left-width:1px !important;
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
}
.app-file-form-grid .x-grid-header-ct {
    border-right-width:1px !important;
    border-left-width:1px !important;
    border-top-width: 1px !important;
}
.app-file-form-grid .x-form-layout-wrap{
    border-spacing: 0;
}

 
 
.x-grid-cell-inner {
    user-select:   all !important; 
}

.grid-error-row{
    background-color:#CC3300 !important;
}

.app-search-field .x-form-item + .x-form-item{
    margin-left: 5px !important;
}

.app-search-field .x-btn{
    margin-left: 5px !important;
}

.border-left{
    border-left:1px solid #c2c2c2  !important;
} 
.border-right{
    border-right:1px solid #c2c2c2  !important;
}

.app-wrapper{
    text-align: center;
    display: flex;
    flex-direction: row;
}

.app-wrapper-image{
    width: 256px;
    height: 256px;
    margin-top: 30px;
    margin-left: 15px;
}

.app-wrapper-text{
    flex: 1;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    line-height: 18px;
}