.container .right {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0px;
}

#myGrid .ag-root-wrapper {
    position: absolute;
    background: #fff;
}

.chart-wrapper {
    position: relative !important;
}

.chart-wrapper-centent {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 434px;
}

.chart-wrapper-centent .chart-wrapper {
    width: 800px;
    height: 434px;
}

.ag-column-drop,
.ag-title-bar {
    cursor: move !important;
}

.drag {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 10px;
    cursor: nwse-resize;
    z-index: 0;
    text-align: center;
    line-height: 10px;
}

.drag img {
    width: 10px;
    height: 10px;
}

.ag-resizer-bottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 10px;
    cursor: nwse-resize;
}

.reportName {
    color: #555;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.btns .layui-btn-group {
    display: flex;
}

#dataSetWindow .layui-table {
    margin: 0 !important;
}

#dataSetWindow .layui-table tr,
#chartDataWindow .layui-table tr {
    cursor: pointer;
}

.layui-tree-txt,
.layui-tree-icon,
.layui-tree-icon .layui-icon {
    color: #fff !important;
}

.tab {
    position: absolute;
    top: 1px;
    right: 0;
}

.pageNumber {
    text-align: right;
    padding-right: 20px;
}

.layui-laypage a,
.layui-laypage span {
    margin-bottom: 0 !important;
    line-height: 25px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    top: 0 !important;
}

#charts .ag-root-wrapper {
    display: none;
}

.layui-btn-group {
    display: flex !important;
    width: 100%;
}

.layui-input {
    height: 30px;
    line-height: 30px;
}

.layui-form-label {
    padding: 5px 15px;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
    padding: 1px 0;
}

#textCheckbox .layui-form-checkbox {
    margin-bottom: 10px;
}

xm-select {
    width: 180px !important;
    height: 30px !important;
    line-height: 30px !important;
}

xm-select>.xm-label .scroll {
    overflow-y: inherit !important;
}

xm-select>.xm-label .scroll .label-content {
    height: 30px !important;
}

xm-select>.xm-label .xm-label-block {
    height: 22px !important;
    line-height: 22px !important;
}

xm-select>.xm-label .xm-label-block>span {
    font-size: 12px !important;
}

xm-select > .xm-body{
    width: 300px !important;
    top: 30px !important; 
}

#systemParameterName xm-select > .xm-body{
    width: 160px !important;
    top: 30px !important; 
}

#systemParameterName xm-select{
    width: 120px !important;
}


.searchDiv {
    padding: 10px;
}

.searchDiv .layui-form-item {
    margin-bottom: 0;
}

.searchDiv .layui-form-item .layui-inline {
    height: 30px !important;
}

.layui-form-pane .layui-form-label {
    padding: 0 15px !important;
    height: 30px;
    line-height: 27px;
}

#time {
    width: 250px;
}

#textCheckbox .layui-form-checkbox {
    height: 30px !important;
}

.x-toolbar {
    border-color: #a8d2ad;
    border-style: solid;
    border-width: 0 0 1px 0;
    display: block;
    padding: 2px;
    background: transparent url(../img/white-top-bottom.gif) repeat-x 0 -1px;
    position: relative;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.x-panel-tbar .x-toolbar {
    border: 1px solid #afd7af;
    border-top: 0 none;
    overflow: hidden;
    padding: 2px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.x-toolbar .ytb-sep {
    background-image: url("../img/grid-blue-split.gif");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 16px;
    width: 4px;
    overflow: hidden;
    cursor: default;
    margin: 0 2px 0;
    border: 0;
}

.x-btn {
    border: 0 none;
    background: transparent;
    font: normal 11px tahoma, verdana, helvetica;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 3px;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    width: auto;
    -moz-outline: 0 none;
    outline: 0 none;
}

.x-btn-text {
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-family: "宋体" !important;
    font-size: 12px !important;
}

.layui-form-checkbox span {
    height: auto !important;
}

.tableName {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.chart-wrapper-search,
.chart-wrapper-add {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-wrapper-search img,
.chart-wrapper-add img {
    width: 16px;
    height: 16px;
}

.btn_ext_application_add {
    background-image: url("/images/web/application_add.png") !important;
}

.btn_ext_options {
    background-image: url("/images/web/options.png") !important;
}

.btn_ext_letter {
    background-image: url("/images/web/letter.png") !important;
}

.btn_ext_save {
    background-image: url("/images/web/save.png") !important;
}

.btn_ext_close {
    background-image: url("/images/close.gif") !important;
}

.layui-form-select dl {
    top: 30px !important; 
}

.layui-table-view .layui-form-checkbox {
    margin-top: 1px;
    top: 0 !important;
}