﻿a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, pre, q, samp, section, small, span, strong, sub, sup, tbody, tfoot, thead, time, ul, var, video {
    border: 0px;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
    color: #202020
}

table, tr, td, th {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
    color: #202020
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("images/selectIcon.png") no-repeat right center;
    padding-right: 14px;
    padding-left: 4px;
    outline: none;
    border: none;
    border: 1px solid #a9a9a9;
    height: 28px
}


    select::-ms-expand {
        display: none
    }

    select:disabled {
        background-color: #f4f4f4
    }

html, body {
    height: 100%;
    color: #ff0000
}

@font-face {
    font-family: "iconfont";
    src: url('/Console/p/themes/font/iconfont.eot');
    src: url('/Console/p/themes/font/iconfont.eot#iefix') format('embedded-opentype'),url('/Console/p/themes/font/iconfont.woff') format('woff'),url('/Console/p/themes/font/iconfont.ttf') format('truetype'),url('/Console/p/themes/font/iconfont.svg#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
    color: #fff;
    line-height: 32px !important;
    font-size: 24px
}

.gray_bg {
    background-color: #f0f0f0 !important
}

input, button, select, textarea {
    outline: none;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
    vertical-align: middle;
    font-size: 12px;
    margin-top: 0px
}

    input[type="radio" i] {
        margin-top: -3px !important
    }

::-webkit-input-placeholder {
    color: #939393 !important
}

:-moz-placeholder {
    color: #939393 !important
}

::-moz-placeholder {
    color: #939393 !important
}

:-ms-input-placeholder {
    color: #939393 !important
}

textarea {
    resize: none;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif"
}

a {
    color: #202020;
    text-decoration: underline
}

    a.white {
        text-decoration: none;
        color: white;
        text-decoration: none
    }

        a.white:hover {
            color: yellow;
            text-decoration: underline
        }

.NotRead {
    color: red
}

.path {
    padding-left: 10px;
    line-height: 25px;
    border-bottom: 1px solid #DDD
}

.path2 {
    padding-left: 10px;
    line-height: 25px
}

.path a .path2 a {
    color: #202020
}

.path a:hover .path2 a:hover {
    color: #19466c
}

.Search {
    line-height: 35px;
    /*    padding: 10px 10px 13px 10px;*/
    /*padding: 10px 10px 10px 10px;*/
    background: #fff;
    margin: 10px 10px 13px 10px;
}

.Toolbars {
    background-color: #f7f7f7;
    height: 35px;
    line-height: 35px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #e1e1e1;
}

#close_open {
    height: 30px;
    line-height: 30px;
    margin: -6px -10px 0;
    border: 0;
    background: #f7f7f7
}

.Toolbars-bottom-line {
    background: url(images/Toolbars-bottom-line.png);
    height: 31px;
    line-height: 31px;
    padding-left: 4px;
    vertical-align: middle
}

.Toolbars table {
    height: 30px
}

.Toolbars-line {
    padding-left: 1px;
    padding-right: 1px
}

.Toolbars tr {
    display: table-row
}

.Toolbars-line div {
    width: 1px;
    height: 14px;
    background-color: #aca899;
    border-right: 1px solid #ffffff
}

.IconButton {
    color: #444;
    background: url('images/button_right.png') no-repeat top right;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    height: 28px;
    padding-right: 18px;
    cursor: pointer;
    vertical-align: middle;
    color: #0f0f0f;
    text-decoration: none
}

.Enabled {
    color: #444;
    background: url('images/button_right_Enabled.png') no-repeat top right;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    height: 28px;
    padding-right: 18px;
    cursor: pointer;
    vertical-align: middle;
    color: #0f0f0f;
    text-decoration: none;
    cursor: default
}

.Toolbars .IconButton {
    background: none;
    padding-right: 5px;
    text-decoration: none;
    margin-top: -3px
}

    .Toolbars .IconButton.Search {
        background: url('images/button_right_Enabled.png') no-repeat top right;
        padding-right: 18px
    }

    .Toolbars .IconButton.SearchBtn {
        background: url('images/button_right.png') no-repeat top right;
        padding-right: 18px
    }

.IconButton span.IconButton-left {
    display: block;
    background: url('images/button_left.png') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height: 20px;
    height: 20px
}

.Enabled span.IconButton-left {
    display: block;
    background: url('images/button_left_Enabled.png') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height: 20px;
    height: 20px
}

.Toolbars .IconButton span.IconButton-left {
    background: none;
    padding: 4px 0px 4px 5px
}

.IconButton.Search span.IconButton-left {
    background: url('images/button_left.png') no-repeat top left;
    padding: 4px 0px 4px 18px
}

.Toolbars .IconButton.SearchBtn span.IconButton-left {
    background: url('images/button_left.png') no-repeat top left;
    padding: 4px 0px 4px 18px
}

.IconButton span.IconButton-text {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px
}

.IconButton:hover {
    background-position: bottom right;
    text-decoration: none
}

.IconButton.SearchBtn:hover {
    background: url('images/button_right.png') no-repeat bottom right !important;
    text-decoration: none
}

.Enabled:not(.SearchBtn):hover {
    background-position: top right;
    text-decoration: none
}

.Toolbars .IconButton:hover {
    background: url('images/button_right_2.png') no-repeat top right
}

.IconButton:hover span.IconButton-left {
    background-position: bottom left
}

.IconButton.SearchBtn:hover span.IconButton-left {
    background: url('images/button_left.png') no-repeat bottom left !important
}

.Enabled:not(.SearchBtn):hover span.IconButton-left {
    background-position: top left
}

.Toolbars .IconButton:hover span.IconButton-left {
    background: url('images/button_left_2.png') no-repeat top left
}

.Enabled span.IconButton-text {
    color: #abacb0
}

.Enabled {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}

.GridView_PagerStyle, .pDiv {
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    background: #fff
}

.GridPage {
    height: 28px;
    border-bottom: 1px solid #e1e1e1
}

.GridView_PagerStyle span, .GridView_PagerStyle a, .GridView_PagerStyle:link, .GridView_PagerStyle a:visited {
    padding-left: 5px;
    padding-right: 5px;
    color: #000
}

.GridPage span, .GridPage a, .GridPage:link, .GridPage a:visited {
    padding-left: 5px;
    padding-right: 5px;
    color: #000
}

    .GridView_PagerStyle a:hover, .GridPage a:hover {
        text-decoration: none
    }

.GridView_PagerStyle span {
}

#AutoSizePanel {
    width: 100%;
    height: 100%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    /*    background-color: #eef0f5;
*/
}

#AutoSizePanel, .AutoSizePanel-Center, .AutoSizePanel-Left, .AutoSizePanel-Right {
    overflow: hidden
}

.Center-Top, .Center-Bottom {
    margin: 0 10px;
    background: #fbfbfb;
}

.Center-Top {
    padding: 6px 10px;
    border-top: 1px solid #e1e1e1
}

.Center-Left {
    position: absolute
}

.Center-Bottom {
    text-align: right;
    padding: 10px 10px 10px 0px;
    margin: 0px 10px 10px 10px;
}

    .Center-Bottom td {
        line-height: 22px;
    }

.AutoSizePanel-Top {
    overflow: initial
}

.AutoSizePanel-Bottom {
    text-align: right;
    line-height: 30px;
    padding-right: 8px;
    height: 35px;
    background-color: #f0f0f0;
    border-top: 1px solid #dfdfdf
}

.checks_div_select {
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Verdana','宋体';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 999;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

    .checks_div_select > .chosen-search {
        position: relative;
        z-index: 1010;
        padding: 3px 4px;
        margin: 0;
        white-space: nowrap
    }

        .checks_div_select > .chosen-search::before {
            position: absolute;
            top: 8px;
            right: 10px;
            width: 19px;
            height: 19px;
            display: block;
            font-family: ZentaoIcon;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            line-height: 1;
            color: #8e939a;
            text-transform: none;
            content: "";
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background: url(images/TextSearch.png) center center no-repeat;
            background-size: cover
        }

        .checks_div_select > .chosen-search > input {
            width: 100%;
            height: 27px;
            padding: 2px 26px 2px 8px;
            margin: 1px 0;
            font-size: 12px;
            line-height: 1.5;
            background-color: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 2px;
            outline: 0;
            display: block;
            box-sizing: border-box
        }

.chosen-search-box {
    margin: 0 4px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background-color: #f6f6f6;
    border-radius: 2px;
    white-space: nowrap
}

    .chosen-search-box > span > i {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 2px;
        background-position: center center;
        background-repeat: no-repeat
    }

    .chosen-search-box > span {
        margin-right: 8px
    }

.chosen-search_choose > i {
    background-image: url(images/checkbox_check.png)
}

.chosen-search_clear > i {
    background-image: url(images/checkbox_clear.png)
}

[id^="list"] {
    padding-left: 10px
}

#list1 {
    padding-left: 0
}

.checks_div_select .check {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px
}

    .checks_div_select .check:hover {
        background: #1E90FF;
        color: #fff
    }

    .checks_div_select .check .btn {
        float: right;
        font-size: 18px;
        margin-right: 5px;
        color: #333;
        font-style: normal;
        cursor: pointer;
    }

    .checks_div_select .check span {
        cursor: pointer;
        margin-right: 5px;
        margin-left: 5px;
    }

.checks_div_select .check {
    display: flex;
    align-items: center;
}

.checks_div_select label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.AspTextBox {
    padding: 1px 4px 1px 4px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    height: 28px;
    background-color: #fff !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.SearRight .AspTextBox {
    vertical-align: initial !important
}

.AspTextBox:hover {
    border: 1px solid #767676
}

.AspTextBox:read-only {
    background-color: #f4f4f4;
    border: 1px solid #c1c1c1
}

.AspTextBox:disabled {
    color: #a6a6a6;
    background-color: #f4f4f4 !important;
    border: 1px solid #c1c1c1;
}

.DefaultButton {
    padding: 1px 3px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    height: 28px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px;
    margin-left: -4px;
    outline: none
}

    .DefaultButton:focus, .DefaultButton:active {
        outline: none 0
    }

    .DefaultButton:-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0
    }

.SearchControlButton {
    padding: 1px 3px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    height: 28px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px;
    border-left-width: 0;
    margin-left: -4px;
    outline: none
}

    .SearchControlButton:focus, .SearchControlButton:active {
        outline: none 0
    }

    .SearchControlButton:-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0
    }

.AspListBox {
    border: 1px solid #c1c1c1;
    padding: 0px;
    background-image: none !important;
}

.AspButton {
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 26px;
    display: inline-block;
    text-align: center;
    *padding: 4px 10px;
    border-radius: 5px;
    font-family: Tahoma,Arial/9 !important;
    width: auto;
    overflow: visible;
    color: #333;
    border: solid 1px #999;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#DDDDDD');
    background: linear-gradient(top,#FFF,#DDD);
    background: -moz-linear-gradient(top,#FFF,#DDD);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#DDD));
    padding-bottom: 2px;
    background-color: #f6f6f6
}

    .AspButton:-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0
    }

    .AspButton:focus {
        outline: none 0;
        border-color: #666
    }

    .AspButton:hover {
        color: #000;
        background-color: #e0effc;
        border-color: #7eb4ea
    }

    .AspButton:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD',endColorstr='#FFFFFF');
        background: linear-gradient(top,#DDD,#FFF);
        background: -moz-linear-gradient(top,#DDD,#FFF);
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#DDD),to(#FFF))
    }

    .AspButton[disabled] {
        cursor: default;
        color: #666;
        background: #DDD;
        border: solid 1px #999;
        filter: alpha(opacity=50);
        opacity: .5;
        box-shadow: none
    }

.AspDropDownList {
    height: 28px;
    vertical-align: middle;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
    text-align: left;
    border: 1px solid #c1c1c1;
}

    .AspDropDownList option {
        text-align: left
    }

.info-title {
    background-color: #f0f0f0;
    line-height: 25px;
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 10px;
    font-weight: 900;
    color: #3b3b3b
}

.info table {
    margin: 15px 0px 0px 25px
}

    .info table td {
        line-height: 36px;
        text-align: left
    }

        .info table td.label {
            text-align: right;
            line-height: 36px
        }

.label-60 {
    width: 60px !important
}

.label-70 {
    width: 70px !important
}

.label-80 {
    width: 80px !important
}

.label-100 {
    width: 100px !important
}

.label-120 {
    width: 120px !important
}

.foot {
    text-align: right;
    line-height: 35px;
    padding-right: 8px;
    height: 35px;
    background-color: #f0f0f0;
    border-top: 1px solid #dfdfdf
}

.EditLabel {
    text-align: right;
    width: 70px;
    vertical-align: top;
    line-height: 35px
}

.ValidatorMessage {
    z-index: 9999
}

.ValidatorMessageText {
    float: none;
    line-height: 16px;
    z-index: 9999;
    margin-top: 2px
}

    .ValidatorMessageText .icon {
        width: 10px;
        position: relative;
        margin-left: 10px
    }

    .ValidatorMessageText .icon1, .ValidatorMessageText .icon2, .ValidatorMessageText .icon3, .ValidatorMessageText .icon4, .ValidatorMessageText .icon5, .ValidatorMessageText .icon6, .ValidatorMessageText .icon7, .ValidatorMessageText .txt {
        list-style-type: none;
        border-width: 1px;
        border-style: solid;
        border-color: #f3e59a;
        background-color: #fffee8;
        color: #f3572e
    }

    .ValidatorMessageText .icon1, .ValidatorMessageText .icon2, .ValidatorMessageText .icon3, .ValidatorMessageText .icon4, .ValidatorMessageText .icon5, .ValidatorMessageText .icon6, .ValidatorMessageText .icon7 {
        height: 1px;
        line-height: 1px;
        border-bottom: 0;
        border-top: 0;
        _overflow: hidden;
        padding: 0;
        margin: 0
    }

    .ValidatorMessageText .icon1 {
        width: 0px;
        margin-left: 6px;
        border-right: 0
    }

    .ValidatorMessageText .icon2 {
        width: 1px;
        margin-left: 5px
    }

    .ValidatorMessageText .icon3 {
        width: 3px;
        margin-left: 4px
    }

    .ValidatorMessageText .icon4 {
        width: 5px;
        margin-left: 3px
    }

    .ValidatorMessageText .icon5 {
        width: 7px;
        margin-left: 2px
    }

    .ValidatorMessageText .icon6 {
        width: 9px;
        margin-left: 1px
    }

    .ValidatorMessageText .icon7 {
        width: 11px
    }

    .ValidatorMessageText .txt {
        padding: 4px 6px 4px 6px !important;
        margin-top: -1px !important;
        line-height: 14px !important
    }

.AutoSizePanel-Center input[type=text] {
    margin-top: 0px
}

.Lbl {
    text-align: left;
    line-height: 25px;
    background-color: #ddd;
    border-bottom: 1px solid #808080
}

    .Lbl label {
        font-weight: bold;
        margin-left: 60px;
        line-height: 26px;
        color: #333
    }

.foot .IconButton {
    margin-top: -2px
}

#Ajax_Loading {
    height: 64px;
    width: 64px;
    position: fixed;
    _top: 30%;
    top: 50%;
    left: calc((100% - 64px)/2);
    overflow: hidden;
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 990;
    animation-name: run;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes run {
    0%,3.57143% {
        background-position: -0px 0
    }

    3.57144%,7.14286% {
        background-position: -64px 0
    }

    7.14287%,10.71429% {
        background-position: -128px 0
    }

    10.7143%,14.28571% {
        background-position: -192px 0
    }

    14.28572%,17.85714% {
        background-position: -256px 0
    }

    17.85715%,21.42857% {
        background-position: -320px 0
    }

    21.42858%,25% {
        background-position: -384px 0
    }

    25.00001%,28.57143% {
        background-position: -448px 0
    }

    28.57144%,32.14286% {
        background-position: -512px 0
    }

    32.14287%,35.71429% {
        background-position: -576px 0
    }

    35.7143%,39.28571% {
        background-position: -640px 0
    }

    39.28572%,42.85714% {
        background-position: -704px 0
    }

    42.85715%,46.42857% {
        background-position: -768px 0
    }

    46.42858%,50% {
        background-position: -832px 0
    }

    50.00001%,53.57143% {
        background-position: -896px 0
    }

    53.57144%,57.14286% {
        background-position: -960px 0
    }

    57.14287%,60.71429% {
        background-position: -1024px 0
    }

    60.7143%,64.28571% {
        background-position: -1088px 0
    }

    64.28572%,67.85714% {
        background-position: -1152px 0
    }

    67.85715%,71.42857% {
        background-position: -1216px 0
    }

    71.42858%,75% {
        background-position: -1280px 0
    }

    75.00001%,78.57143% {
        background-position: -1344px 0
    }

    78.57144%,82.14286% {
        background-position: -1408px 0
    }

    82.14287%,85.71429% {
        background-position: -1472px 0
    }

    85.7143%,89.28571% {
        background-position: -1536px 0
    }

    89.28572%,92.85714% {
        background-position: -1600px 0
    }

    92.85715%,96.42857% {
        background-position: -1664px 0
    }

    96.42858%,100% {
        background-position: -1728px 0
    }
}

.shade {
    position: absolute;
    z-index: 99999998;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.login {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 0;
    margin-top: -250px;
    width: 100%;
    min-width: 1000px;
    height: 500px
}

.login-panel {
    position: absolute;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login-page-panel {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    padding-left: 620px;
    background-position: left center
}

.login-page-info {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(images/login-txt.png) no-repeat 50px 6px
}

.login-row {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    padding-left: 50px
}

.But_Fingerprint {
    width: 34px;
    height: 34px;
    border: 0;
    background: url(images/Fingerprint_bg.png) no-repeat;
    position: absolute;
    margin-left: 15px
}

.But_Face {
    width: 34px;
    height: 34px;
    border: 0;
    background: url(images/face.png) no-repeat;
    position: absolute;
    margin-left: 65px
}

.login-row .AspTextBox {
    background: none;
    background-color: #FFF;
    font-size: 16px;
    height: 34px
}

.But_Verify {
    width: 102px;
    background: none;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #e1e1e1;
    text-align: center;
    vertical-align: middle;
    border: 0
}

.But_Login {
    background: none;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    float: left;
    border: 0
}

.login-row label {
    color: #FFF
}

.login-title {
    height: 28px;
    background-color: white;
    color: #FFF;
    line-height: 28px;
    font-size: 14px;
    font-weight: 900;
    padding-left: 10px;
    margin: 1px 1px 0 1px
}

.login-info {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.ServerText-Panel {
    background-color: #ffffff;
    border: 1px solid #817f82;
    padding: 0;
    margin: 0;
    z-index: 9999999999999
}

    .ServerText-Panel li {
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap;
        overflow: hidden
    }

        .ServerText-Panel li.hover {
            background-color: #e3e3e3
        }

.SelectStock-EmptyText {
    color: #939393
}

.StatusColor_Edit {
}

.StatusColor_Check {
    color: #da701c
}

.StatusColor_Fail {
    color: #FF0000
}

    .StatusColor_Fail:hover {
        color: #000000
    }

.StatusColor_Success {
    color: #8A8A8A
}

input.NotClear::-ms-clear {
    display: none
}

.MenuButton:hover span.IconButton-left {
    background-position: top left
}

.MenuButton:hover {
    background-position: top right;
    text-decoration: none
}

.Toolbars .MenuButton .IconButton-text {
}

.Toolbars .MenuButton {
    padding-right: 18px;
    background: url('images/MenuButton_right.png') no-repeat top right
}

.Toolbars .Enabled .MenuButton {
    padding-right: 18px;
    background: url('images/MenuButton_right_Enabled.png') no-repeat top right !important
}

.Toolbars .MenuButton:hover span.IconButton-left, .Toolbars .MenuButton-Hover span.IconButton-left {
    background: url('images/button_left_2_MenuButton.png') no-repeat top left
}

.Toolbars .MenuButton:hover, .Toolbars .MenuButton-Hover {
    background: url('images/button_right_2_MenuButton.png') no-repeat top right
}

.Toolbars .Enabled:not(.SearchBtn):hover span.IconButton-left, .Toolbars .Enabled-Hover span.IconButton-left {
    background: url('images/button_left_2_MenuButton_Enabled.png') no-repeat top left !important
}

.Toolbars .Enabled:not(.SearchBtn):hover, .Toolbars .Enabled .MenuButton-Hover {
    /*    background: url('images/button_right_2_MenuButton_Enabled.png') no-repeat top right !important
*/
}

.MenuButton_Panel {
    position: absolute;
    z-index: 3;
    zoom: 1;
    background: #d5d5d5;
}

.MenuButton_Panel_border {
    border: 1px solid #fff;
    border-top: 0px;
    background-color: #fff;
    margin: 1px;
    margin-top: 0
}

.MenuButton_Panel_border1 {
    border: 1px solid #abacb0;
}

.MenuButton_Panel_border2 {
    border: 1px solid #fff;
    background-color: #e0e0e1
}

.MenuButton_Panel_line {
    position: absolute;
    height: 2px;
    background-color: #e0e0e1;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 100000
}

.MenuButton_Panel a, .MenuButton_Panel a:link, .MenuButton_Panel a:visited {
    display: list-item;
    list-style-type: none;
    color: #0f0f0f;
    line-height: 24px;
    text-decoration: none
}

.MenuButton_Panel_List a, .MenuButton_Panel_border a, .MenuButton_Panel_List a:link, .MenuButton_Panel_List a:visited {
    display: list-item;
    list-style-type: none;
    color: #0f0f0f;
    line-height: 24px;
    text-decoration: none
}

.MenuButton_Panel_List ul, li {
    padding: 0;
    margin: 0
}

.MenuButton_Panel_List li {
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    list-style-type: none
}

    .MenuButton_Panel_List li label {
        height: 24px;
        line-height: 24px;
        padding-left: 4px
    }

.ButtonItem-text {
    padding-left: 26px;
    line-height: 24px;
    text-align: left;
    background-repeat: no-repeat;
    background-position-x: 5px
}

.warn {
    border-style: none none solid none;
    background: #ffffe1 url(images/error.png) no-repeat 10px center;
    height: 28px;
    line-height: 230%;
    padding-left: 30px;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #dfe0e0
}

.Prompt {
    border-style: none none solid none;
    background: #F2F6FC url(images/prompt.png) no-repeat 10px center;
    height: 32px;
    line-height: 30px;
    padding-left: 30px;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #DFE7F3
}

.PromptTitle {
    border-style: none none solid none;
    height: 32px;
    line-height: 30px;
    padding-left: 10px;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf
}

.WindowSmall {
    margin-top: 10px;
    margin-bottom: 10px
}

.HomeTable {
    width: 100%;
    table-layout: fixed
}

    .HomeTable tr td {
        height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        border-bottom: 1px dotted #919191
    }

.Info {
    line-height: 180%;
    margin: 8px
}

.Date {
    color: #959595;
    width: 90px;
    text-align: right
}

.tabs_title {
    background-color: #fff;
    padding: 5px 0px 0px 5px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    height: 35px
}

.tab_title {
    float: left;
    border: 1px solid #e1e1e1;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    background-color: #efefef;
    margin-right: -1px;
    border-radius: 3px 3px 0px 0px;
    margin-right: 1px
}

.tab_title_select {
    background-color: #fff;
    border-bottom: 1px solid #fff
}

.tabs_info {
    position: relative;
    height: 100%
}

.tab_info {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto
}

.row .List1 {
    background-color: #FFF9EC !important
}

    .row .List1:hover {
        background-color: white !important
    }

.edui-editor-toolbarbox .edui-default {
    line-height: 14px
}

.edui-default .edui-editor {
    border: 0 !important;
    border-radius: 0 !important
}

.edui-editor-bottomContainer table {
    margin: 0px !important
}

.help {
    position: absolute;
    right: 20px;
    top: 10px;
    margin-top: 4px
}

.Config-Left-Item {
    display: list-item;
    line-height: 30px;
    text-align: center
}

.Config-Left {
    width: 110px;
    background-color: #f3f3f3;
    border-right: 1px solid #dfdfdf
}

    .Config-Left .IconButton, .Config-Left .IconButton span.IconButton-left {
        background: none
    }

    .Config-Left .IconButton {
        padding: 3px 0
    }

        .Config-Left .IconButton:hover {
            background-color: #DDD;
            width: 100%
        }

.Config-Left-Select {
    background-color: #DDD !important;
    width: 100%
}

    .Config-Left-Select .IconButton-text {
    }

.top-message {
    height: 35px;
    background: url(images/message_bg.png);
    line-height: 35px;
    display: none
}

    .top-message .icon {
        background: url(images/message_icon.png) no-repeat center center;
        padding: 20px
    }

.line {
    width: 96%;
    height: 1px;
    background: #abacb0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.chosen-container {
    position: relative;
    font-size: 13px;
    vertical-align: middle;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    *display: inline;
    border: 1px solid #c1c1c1;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

    .chosen-container.form-control-chosen {
        display: inline-block
    }

    .chosen-container * {
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        z-index: 1010;
        display: none;
        left: -1px;
        background: #fff;
        border: 1px solid #b6bdcc;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175)
    }

        .chosen-container .chosen-drop.chosen-drop-size-limited {
            border-top: 1px solid rgba(0,0,0,.15)
        }

    .chosen-container.chosen-with-drop .chosen-drop {
        display: block;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content
    }

    .chosen-container a {
        cursor: pointer
    }

    .chosen-container.chosen-up .chosen-drop {
        top: inherit;
        bottom: 100%;
        margin-top: auto;
        margin-bottom: -1px;
        border-radius: 2px 2px 0 0;
        -webkit-box-shadow: 0 -3px 5px rgba(0,0,0,.175);
        box-shadow: 0 -3px 5px rgba(0,0,0,.175)
    }

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 8px;
    overflow: hidden;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.Single-line-MultipleServerText.chosen-container-single .chosen-single {
    padding: 0 8px;
    height: 26px;
    line-height: 26px
}

.chosen-container-single .chosen-default {
    color: #8e939a
}

.chosen-container-single .chosen-single > span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 2px;
    right: 24px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 14px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .chosen-container-single .chosen-single abbr:before {
        content: '×'
    }

    .chosen-container-single .chosen-single abbr:focus, .chosen-container-single .chosen-single abbr:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 5px 8px
}

.Single-line-MultipleServerText.chosen-container-single .chosen-single div {
    width: 14px;
    background: url(images/selectIcon.png) right center no-repeat;
}

.chosen-container-single .chosen-single div b {
    display: none
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    padding: 3px 4px;
    margin: 0;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type=text] {
        width: 100%;
        height: 27px;
        padding: 2px 26px 2px 8px;
        margin: 1px 0;
        font-size: 12px;
        line-height: 1.5;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 2px;
        outline: 0;
        display: block
    }

        .chosen-container-single .chosen-search input[type=text]:focus {
            border-color: #006af1
        }

    .chosen-container-single .chosen-search:before {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 19px;
        height: 19px;
        display: block;
        font-family: ZentaoIcon;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: 1;
        color: #8e939a;
        text-transform: none;
        content: "";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: url(images/TextSearch.png) center center no-repeat;
        background-size: cover
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        padding: 5px 10px;
        margin: 0;
        line-height: 15px;
        list-style: none;
        -webkit-transition: background-color .2s cubic-bezier(.175,.885,.32,1);
        -o-transition: background-color .2s cubic-bezier(.175,.885,.32,1);
        transition: background-color .2s cubic-bezier(.175,.885,.32,1);
        -webkit-touch-callout: none
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
            white-space: nowrap
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            color: #fff;
            background-color: #006af1
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-choices {
    padding-top: 1px !important
}

.chosen-container-multi .chosen-choices {
    position: relative;
    width: 100%;
    min-height: 26px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left
}

.h_32.chosen-container-multi .chosen-choices {
    min-height: 26px;
    margin: 3px 0
}

.chosen-container-multi .icon {
    line-height: 26px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    color: #999
}

.chosen-container-multi.h_32 .icon {
    line-height: 30px
}

.chosen-container-multi .chosen-choices:after, .chosen-container-multi .chosen-choices:before {
}

.chosen-container-multi .chosen-choices:after {
    clear: both
}

.chosen-container-multi .chosen-choices li {
    display: block;
    float: left;
    padding: 0 6px;
    margin: 0px 0 1px 1px;
    list-style: none
}

.h_32.chosen-container-multi .chosen-choices li {
    margin: 2px 0 2px 6px
}

.chosen-container-multi .chosen-choices li.search-field {
    padding: 0;
    white-space: nowrap
}

    .chosen-container-multi .chosen-choices li.search-field input[type=text] {
        height: 24px;
        font-size: 100%;
        color: #8e939a;
        background: 0 0 !important;
        border: 0 !important;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block
    }

.h_32.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 22px
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    padding: 0 15px 0 3px;
    line-height: 22px;
    cursor: default;
    border: 1px solid #cbd0db;
    background: #f1f1f1;
    transition: all .4s cubic-bezier(.175,.885,.32,1)
}

.h_32.chosen-container-multi .chosen-choices li.search-choice {
    padding: 3px 20px 3px 5px;
    line-height: 14px;
    background-color: #f1f1f1;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbd0db;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
    -o-transition: all .4s cubic-bezier(.175,.885,.32,1)
}

    .h_32.chosen-container-multi .chosen-choices li.search-choice:hover {
        background-color: #fff;
        border-color: #adb5c6;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1)
    }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none
}

.h_32.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    width: 20px;
    line-height: 16px;
    height: 20px;
    font-size: 15.6px;
    line-height: 16px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: '×'
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    color: #666;
    background-color: #e4e4e4;
    border: 1px solid #ccc
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px
    }

.chosen-container-multi .chosen-results {
    padding: 5px 0;
    margin: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border-color: #006af1;
    -webkit-box-shadow: none,0 0 8px rgba(0,106,241,.6);
    box-shadow: none,0 0 8px rgba(0,106,241,.6)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.chosen-container-active.chosen-with-drop.chosen-up .chosen-single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.chosen-container-active .chosen-choices {
    border-color: #006af1;
    -webkit-box-shadow: none,0 0 8px rgba(0,106,241,.6);
    box-shadow: none,0 0 8px rgba(0,106,241,.6)
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #111 !important
    }

    .chosen-container-active .chosen-choices li.search-field:before {
        opacity: 1
    }

.chosen-disabled {
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.container, .container-fixed, .container-fluid {
    position: relative
}

.sortable-placeholder {
    border: 1px dashed #fbf3ba;
    width: 100%;
    height: 30px;
    box-sizing: border-box
}

.progress-bar {
    width: 100%;
    background-color: #ddd
}

.progress {
    line-height: 16px;
    color: #1E90FF;
    background-color: #1E90FF
}

.tabs_title {
    height: auto;
    background: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #d1d1d1;
}

    .tabs_title .tab_title {
        border: none;
        margin: 0 10px 0 0;
        border-radius: 0;
        float: none;
        height: 37px;
        line-height: 39px;
        position: relative;
        background-color: transparent;
        font-size: 12px;
        color: #333333;
        overflow: hidden
    }

        .tabs_title .tab_title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #0078d4;
            transition: all 0.6s ease
        }

        .tabs_title .tab_title.tab_title_select::after {
            width: 100%
        }

        .tabs_title .tab_title.tab_title_select {
            color: #0078d4
        }

            .tabs_title .tab_title.tab_title_select span {
                color: #0078d4
            }

body {
    opacity: 1;
    display: flex;
    flex-direction: column
}

form {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

#AutoSizePanel.active {
    flex-direction: initial
}

.AutoSizePanel-Center {
    flex: 1;
    overflow: hidden
}

.AutoSizePanel-Center {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden
}

    .AutoSizePanel-Center .Center-Content {
        display: flex;
        flex-direction: column;
        flex: 1;
        overflow: hidden;
        height: auto !important
    }

        .AutoSizePanel-Center .Center-Content .Grid {
            display: flex;
            flex-direction: column;
            flex: 1;
            overflow: hidden;
            margin-bottom: 10px
        }

            .AutoSizePanel-Center .Center-Content .Grid .flexigrid {
                display: flex;
                flex-direction: column;
                flex: 1;
                overflow: hidden
            }

.AutoSizePanel-Left {
    position: relative
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    background-color: #c2c3c8;
    border-radius: 6px
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(50,50,50,0.4);
        border-radius: 6px
    }

::-webkit-scrollbar-track {
    background-color: #ebecf0
}

.tabpanel_content > .html_content > iframe {
    display: block;
}

#AutoSizePanel > .info {
    flex: 1;
    overflow: hidden;
}
