@import url("extend.css");

input::-ms-clear {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

html, x:-moz-any-link {
    overflow: hidden;
}

html {
    *overflow: hidden;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.new_bold td, .new_bold td a {
    font-weight: bold;
}

button {
    overflow: visible;
    padding: 2px 8px;
}

#pageBody {
    display: none;
}

.crud-button-edit {
    background-image: url("../icons/edit.gif");
    width: 18px;
    height: 17px;
    cursor: pointer;
}

.crud-button-copy {
    background-image: url("../icons/copy.gif");
    width: 18px;
    height: 17px;
    cursor: pointer;
}

#dialogBody {
    margin-bottom: 70px;
    overflow: hidden;
}

#dialogBody #main.single {
    width: 370px;
    overflow-x: hidden;
}

#dialogBody #main.double {
    width: 740px;
}

#dialogBody #components.double {
    width: 740px;
}

#dialogBody #components {
    clear: both;
    width: 370px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
}

#dialogBody #components .component_line {
    clear: both;
}

#dialogBody #components .component_item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 60px;
    line-height: 19px;
    text-align: right;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 300px;
}

#dialogBody #components .component_item input {
    width: 250px;
    height: 18px;
    vertical-align: top;
    margin-top: 0;
}

#dialogBody #components .component_item input[type=file] {
    height: 22px;
}

#dialogBody #components .component_item input.checkbox,
#dialogBody #components .component_item .component input.checkbox,
#dialogBody #components .component_item .component_double input.checkbox {
    margin-top: 3px;
    width: 14px;
    height: 14px;
    vertical-align: bottom;
}

#dialogBody #components .component_item input[type=radio],
#dialogBody #components .component_item .component input[type=radio],
#dialogBody #components .component_item .component_double input[type=radio] {
    margin-top: 3px;
    width: 14px;
    height: 14px;
    vertical-align: bottom;
}

#dialogBody #components .component_item input.radio,
#dialogBody #components .component_item .component input.radio,
#dialogBody #components .component_item .component_double input.radio {
    margin-top: 3px;
    width: 14px;
    height: 14px;
}

#dialogBody #components .component_item input[type=checkbox],
#dialogBody #components .component_item .component input[type=checkbox],
#dialogBody #components .component_item .component_double input[type=checkbox] {
    margin-top: 3px;
    width: 14px;
    height: 14px;
}

#dialogBody #components .component_item input.between {
    width: 115px;
}

.checkbox span label {
    padding-left: 3px;
    padding-right: 15px;
}

.radio span label {
    padding-left: 3px;
    padding-right: 15px;
}

#dialogBody #components .component_item textarea {
    width: 250px;
    height: 100px;
}

#dialogBody #components .component_item select {
    width: 250px;
}

#dialogBody #components .component_item .component_with_unit {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 210px;
}

#dialogBody #components .component_item .component_with_unit input {
    width: 200px;
    height: 18px;
}

#dialogBody #components .component_item .unit {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 90px;
    line-height: 19px;
    text-align: left;
}

#dialogBody #components .component_item .component_double {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 670px;
}

#dialogBody #components .component_item .component_double input {
    width: 615px;
    height: 18px;
}

#dialogBody #components .component_item .component_double textarea {
    width: 615px;
    height: 100px;
}

#dialogBody #components .component_item .component_double select {
    width: 615px;
}

#dialogBody #components .component_item .component_double_with_unit {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 580px;
}

#dialogBody #components .component_item .component_double_with_unit input {
    width: 575px;
    height: 18px;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    margin-top: 8px;
    width: 366px;
}

#dialogBody #buttons.double {
    width: 740px;
}

#dialogBody #buttons .button {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
}

.x-toolbar input.x-tbar-page-number {
    width: 35px;
}

input.x-combo-noedit {
    width: 90px;
}

input.x-form-text {
    width: 90px;
}

input.x-form-field {
    width: 90px;
}

span.require {
    color: red;
}

#dialogBody #components .component_item input.x-combo-noedit {
    width: 233px;
}

#dialogBody #components .component_item input.x-form-text {
    width: 233px;
}

#dialogBody #components .component_item input.x-form-field {
    width: 233px;
}

table.sublist {
    margin-left: 10px;
    border-spacing: 0;
    *border-spacing: expression(this.cellSpacing='0');
}

table.sublist th {
    background-color: #efe2e6;
    height: 25px;
    padding-left: 6px;
}

table.sublist td {
    height: 25px;
    padding-left: 6px;
    border-bottom: 1px #efe2e6 solid;
}

table.sublist td > button {
    line-height: 20px;
}

table.sublist span.add {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/add.gif");
}

table.sublist span.up {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/up.gif");
}

table.sublist span.down {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/down.gif");
}

table.sublist span.remove {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/delete.gif");
}

table.sublist span.edit {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/edit.gif");
}

table.sublist th.add, table.sublist td.add {
    width: 30px;
}

table.sublist th.up, table.sublist th.down, table.sublist th.remove, table.sublist th.edit,
table.sublist td.up, table.sublist td.down, table.sublist td.remove, table.sublist td.edit {
    width: 30px;
}

input.search {
    background: white url("/platform/commons/icons/search.gif") right no-repeat;
    border: 1px solid gray;
    height: 22px;
    vertical-align: text-bottom;
}

.x-btn-more-icon .x-btn-center .x-btn-text {
    background: no-repeat 2px 4px;
}

.x-form-invalid-msg {
    font-size: 12px;
    font-family: "宋体";
    width: auto;
}

.x-panel-mc button {
    line-height: 14px;
}

.x-selectable, .x-selectable * {
    -moz-user-select: text ! important;
    -khtml-user-select: text ! important;
    -webkit-user-select: text !important;
}

.x-tree-node-el {
    line-height: 20px;
    *line-height: 24px;
}

.x-grid3-row-alt {
    background: #EEEEFF;
}

.x-grid3-row {
    border-bottom-color: #AAAAAA;
}

td.x-grid3-cell {
    vertical-align: middle;
    padding-right: 0;
    border-right: #AAAAAA 1px solid;
}

#menu_bottom {
    height: 30px;
    padding-left: 10px;
    text-align: right;
}

#menu_bottom_right {
    width: 22px;
    height: 30px;
}

#menu_bottom img {
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
    cursor: pointer;
}

#menu_bottom_right .icon {
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    margin-top: 7px;
    cursor: pointer;
    background: transparent url(/extjs/resources/images/default/panel/tool-sprites.gif) no-repeat 0 -165px;
}

#dialogBody .components .component_item input.x-combo-noedit {
    width: 233px;
}

#dialogBody .components .component_item input.x-form-text {
    width: 233px;
}

#dialogBody .components .component_item input.x-form-field {
    width: 233px;
}

#left_search {
    padding: 1px;
}

#left_search_input {
    width: 99%;
}

#gridPagesSpan {
    margin-right: 15px;
}

.gridPagesItemSpan {
    cursor: pointer;
    color: #000000;
}

.gridPagesItemSpan_selected {
    color: red;
}

.gridPagesItemSpan a {
    color: #000000;
    text-decoration: none;
}

.gridPagesItemSpan a:hover {
    color: blue;
    text-decoration: none;
}

.x-grid3-cell-inner a {
    text-decoration: none;
}

.cyan-more-label {
    position: relative;
    padding-right: 12px;
}

.cyan-more-label button.cyan-more-label-icon {
    position: absolute;
    top: 0;
    right: 2px;
    border: none 0;
    width: 8px;
    height: 16px;
    cursor: pointer;
}

.cyan-more-label-collapsed button.cyan-more-label-icon {
    background: transparent url(/platform/styles/icons/more_down.gif) no-repeat 0 4px;
}

.cyan-more-label-expanded button.cyan-more-label-icon {
    background: transparent url(/platform/styles/icons/more_up.gif) no-repeat 0 4px;
}

.cyan-more-label-collapsed {
    height: 16px;
}

.x-grid-panel .x-panel-mc .x-panel-body.x-panel-body-noborder{
    border: none;
}