/* ── 原始系统基础样式 ─────────────────────────────────────────────────── */
BODY {
    margin: 0;
    background-repeat: no-repeat;
    background-color: rgba(240,240,240,.5);
    font-size: 12px;
    font-family: "Verdana","Tahoma","微软雅黑"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    font-size: 12px !important;
    color: #5d5d5d;
    text-decoration: none
}

a:link,a:visited {
    color: #5d5d5d;
    text-decoration: none
}

a:hover {
    color: #c00;
    text-decoration: none
}

a:active {
    color: #333;
    text-decoration: none
}

.black {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-decoration: none
}

.black-title {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bolder
}

.ls1 {
    font-size: 12px;
    color: #10a8fe;
    line-height: 20px;
    text-decoration: none
}

.blue {
    font-size: 12px;
    color: #2ba7d7;
    text-decoration: none
}

.TXT {
    font-size: 12px;
    font-family: "Verdana","Tahoma","微软雅黑";
    letter-spacing: 0;
    font-weight: normal;
    border: 1px solid #d3d3d3;
    background-color: #fbfeff;
    margin-top: 0;
    line-height: normal
}

.BTN,.BTN:link,.BTN:visited,.BTN:active {
    color: #000;
    font-size: 12px;
    vertical-align: middle;
    line-height: 18px;
    margin: 1px;
    width: 60px;
    letter-spacing: 6px;
    text-indent: 6px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.BTN:hover {
    color: #000;
    background: #d3d3d3;
    background: -webkit-gradient(linear,left top,left bottom,from(#d3d3d3),to(#d3d3d3));
    background: -moz-linear-gradient(top,#d3d3d3,#d3d3d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3',endColorstr='#d3d3d3')
}

.TableCenterStyle {
    margin: auto
}

.DisplayNONE {
    display: none
}

.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed !important;
    box-sizing: border-box
}

.TableStyle td {
    border: 1px solid #ddd !important;
    padding: 2px 2px 2px 2px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis !important;
    -webkit-text-overflow: ellipsis !important
}

.TableStyleLine {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px
}

.TableStyleLine td {
    border: 1px solid #ddd;
    padding: 2px 2px 2px 2px !important
}

.TableStyleNoLine {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border: none;
    box-sizing: border-box
}

.TableStyleNoLine td {
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: none
}

.TableStyle td a,.TableStyleLine td a {
    display: inline-block
}

.TableStyle thead td a,.TableStyleLine thead td a {
    background-color: #fff;
    width: 60px;
    line-height: 22px
}

.TableStyle thead,.TableStyleLine thead {
    background-color: #e0e0e0;
    line-height: 30px
}

.TableStyle thead td,.TableStyleLine thead td {
    border: 1px solid #d0d0d0 !important;
    vertical-align: middle;
    text-align: center
}

.TableStyle thead .HiddenTR,.TableStyleLine thead .HiddenTR {
    height: 0;
    line-height: 0 !important
}

.TableStyle thead .HiddenTR td,.TableStyleLine thead .HiddenTR td {
    padding: 0 !important;
    border: none !important
}

.TableStyle tbody .Odd,.TableStyleNoLine tbody .Odd,.TableStyleLine tbody .Odd {
    background-color: #f2f2f2
}

.TableStyle tbody .Even,.TableStyleNoLine tbody .Even,.TableStyleLine tbody .Even {
    background-color: #e4eef8
}

.TableStyle tr .Button,.TableStyleLine tr .Button,.TableStyleNoLine tr .Button {
    display: inline-block
}

.TableStyle thead tr .LeftPad,.TableStyleLine thead tr .LeftPad,.TableStyleNoLine thead tr .LeftPad {
    text-align: left !important;
    padding-left: 40px !important
}

.TableStyle thead tr .RightPad,.TableStyleLine thead tr .RightPad,.TableStyleNoLine thead tr .RightPad {
    text-align: right;
    padding-right: 40px !important
}

.TableStyle thead tr .CenterPad,.TableStyleLine thead tr .CenterPad,.TableStyleNoLine thead tr .CenterPad {
    text-align: center
}

.TableStyle tbody tr .LeftPad,.TableStyleLine tbody tr .LeftPad,.TableStyleNoLine tbody tr .LeftPad {
    text-align: left !important;
    padding-left: 40px !important
}

.TableStyle tbody tr .RightPad,.TableStyleLine tbody tr .RightPad,.TableStyleNoLine tbody tr .RightPad {
    text-align: right;
    padding-right: 40px !important
}

.TableStyle tbody tr .CenterPad,.TableStyleLine tbody tr .CenterPad,.TableStyleNoLine tbody tr .CenterPad {
    text-align: center
}

.TableStyle tfoot tr,.TableStyleNoLine tfoot tr,.TableStyleLine tfoot tr {
    height: 40px;
    vertical-align: middle;
    background-color: #f6f6f6
}

.TableStyle tfoot tr .LeftPad,.TableStyleLine tfoot tr .LeftPad,.TableStyleNoLine tfoot tr .LeftPad {
    text-align: left !important;
    padding-left: 40px !important
}

.TableStyle tfoot tr .RightPad,.TableStyleLine tfoot tr .RightPad,.TableStyleNoLine tfoot tr .RightPad {
    text-align: right;
    padding-right: 40px !important
}

.TableStyle tfoot tr .CenterPad,.TableStyleLine tfoot tr .CenterPad,.TableStyleNoLine tfoot tr .CenterPad {
    text-align: center
}

.OverFlowSpan {
    display: block;
    -ms-word-break: keep-all;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.RedHighlight {
    color: #f00
}

.BlueHighlight {
    color: #00f !important
}

.ErrorText {
    border: 1px solid #f00
}

input[type='checkbox'].ErrorText {
    outline: 1px solid #f00
}

.CenterTD {
    text-align: center
}

.LeftTD {
    text-align: left;
    padding-right: 4px
}

.RightTD {
    text-align: right;
    padding-right: 4px
}

.DisableText {
    background-color: #e5e5e5
}

.TableMouseOverStyle {
    background-color: #fff0c7 !important
}

.WaitTask {
    display: none
}

.WaitTask .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #edf1f8;
    z-index: 10000;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.WaitTask .root {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    border: 1.5px solid #d3d3d3;
    box-sizing: border-box;
    display: block;
    z-index: 10001;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.WaitTask .root .content {
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #d3d3d3;
    text-align: center;
    box-sizing: border-box;
    display: table
}

.WaitTask .root .content .tool {
    height: 15px;
    width: 100%;
    display: block
}

.WaitTask .root .content .tool a {
    background-image: url(images/close.gif);
    width: 13px;
    height: 15px;
    display: block;
    float: right
}

.WaitTask .root .content .waitimage {
    background-image: url(Images/wait.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto
}

.WaitTask .root .content .waitmess {
    padding-top: 10px;
    display: table-row;
    word-break: break-all
}

.WaitTask .root .content .time {
    display: inline-block;
    width: 50%;
    padding-top: 10px
}

.WaitTask .root .content .waitimage20 {
    height: 30px !important;
    background-image: none !important
}

.DivOpacity20 {
    top: 0;
    left: 0;
    border: none;
    position: absolute;
    background-color: #d3d3d3;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20)
}

.DivOpacity50 {
    top: 0;
    left: 0;
    border: none;
    position: absolute;
    background-color: #d3d3d3;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.TextRedLine {
    color: #f00;
    text-decoration: line-through
}

.MaskButtonDiv {
    border: none;
    background-color: #d3d3d3;
    position: absolute;
    opacity: .5
}

.DateInput {
    background: url(images/ts-date.png) no-repeat right center;
    background-color: #fff
}

.zTreeDropdown {
    background: url(images/drop2.gif) no-repeat right center;
    background-color: #fff
}

.TablePageStyle {
    width: 100%;
    height: 34px;
    background-color: #c1c5c8;
    min-width: 550px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px !important
}

.TablePageStyle .div1 {
    float: left;
    margin-left: 10px;
    margin-top: 8px
}

.TablePageStyle .div2 {
    float: right;
    margin-right: 10px;
    margin-top: 6px
}

.TablePageStyle span {
    color: #f00
}

.TablePageStyle span[name='lblMess'] {
    line-height: 32px
}

.TablePageStyle input[type=button] {
    letter-spacing: 0;
    text-indent: 0;
    width: 50px;
    line-height: 13px;
    vertical-align: middle
}

.TablePageStyle input[type=button]:disabled {
    color: #707070
}

.TablePageStyle input[type=text] {
    width: 30px;
    line-height: normal
}

label {
    font-weight: normal
}

input {
    outline: none
}

select {
    outline: none;
    font-size: 12px;
    color: inherit
}

select>option {
    font-size: 12px;
    color: #000
}
