﻿body
{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, body h1, body h2, body li, body ul
{
    padding: 0;
    margin: 0;
}
body em
{
    font-style: normal;
}
body .ant-dropdown-menu-item
{
    min-width: 48px;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}
body .ant-select-dropdown-menu-item
{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    text-align: center;
}
body .ant-select-dropdown-menu-item:hover
{
    background-color: #4186f4;
}
body .ant-select-dropdown-menu-item-selected
{
    font-weight: 400;
    background-color: #fff;
}
body .ant-select-dropdown-menu-item:after
{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #e8e8e8;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
body .ant-select-dropdown-menu-item:last-child:after
{
    display: none;
}
body .ant-pagination-disabled
{
    opacity: .3;
}
body .ant-pagination-item
{
    border-color: transparent;
    border-radius: 11px;
}
body .ant-pagination-item-active a
{
    color: #fff;
}
body .ant-pagination-item-active:focus, body .ant-pagination-item-active:hover
{
    border-color: #4186f4;
}
body .ant-pagination-item-active:focus a, body .ant-pagination-item-active:hover a
{
    color: #fff;
}
body .ant-tooltip-inner
{
    padding: 12px 16px;
}
body .ant-table-thead>tr>th.ant-table-column-sort
{
    background: unset;
}
body .ant-table-thead>tr
{
    font-family: PingFangSC-Medium!important;
    background: #eee;
}
body .ant-input-wrapper.ant-input-group
{
    height: 35px;
}
body .ant-input-wrapper.ant-input-group>input
{
    height: 100%;
}
body .ck.ck-placeholder:before, body .ck .ck-placeholder:before
{
    color: #ccc;
}
.action
{
    color: #4186f4;
    cursor: pointer;
}
.operation-list .operation-type
{
    display: inline-block;
    padding: 0 6px;
    line-height: 22px;
    color: #4186f4;
    cursor: pointer;
}
.operation-list .operation-type.disabled
{
    color: rgba(65,134,244,.3);
    cursor: not-allowed;
}
.operation-list .operation-type:first-child
{
    padding-left: 0;
}
.operation-list .operation-type:not(:last-child):after
{
    position: relative;
    top: 2px;
    left: 6px;
    display: inline-block;
    width: 1px;
    height: 14px;
    content: "";
    background: #d8d8d8;
}
.operation-list .operation-type:not(.disabled):hover
{
    color: #3153d1;
    cursor: pointer;
}
.ant-calendar-today .ant-calendar-date
{
    border-color: transparent!important;
}
.ant-table-row .ellipsis
{
    display: -webkit-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}
.bootpage
{
    padding-top: 138px;
}
.bootpage.phone .bootpage-text, .bootpage.phone .bootpage-url
{
    font-size: 30px;
    line-height: 40px;
}
.bootpage.phone .bootpage-url
{
    margin-top: 40px;
}
.bootpage .bootpage-img
{
    width: 115px;
    height: 138px;
    margin: 0 auto 25px;
    overflow: hidden;
    background: url(../png/kimsh7.png) no-repeat;
    background-size: 100%;
}
.bootpage .bootpage-text
{
    height: 44px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #808080;
}
.bootpage .bootpage-text, .bootpage .bootpage-url
{
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.bootpage .bootpage-url
{
    font-family: Arial-BoldMT,Arial;
    font-weight: 700;
    color: #4d4d4d;
}
.bootpage .bootpage-logo
{
    position: absolute;
    bottom: 62px;
    left: 50%;
    width: 180px;
    height: 32px;
    background: url(../svg/s5beip.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#root
{
    min-height: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: 400;
}
.page-loading
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 800px;
}
.pages-common
{
    min-width: 1200px;
    margin: 20px 52px 0;
}
.pages-common .common-table
{
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.1);
}
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.8.0
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2019 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2019-01-16T15:45:48.418Z
 */
@-webkit-keyframes cm-spin
{
    0%
    {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}
@keyframes cm-spin
{
    0%
    {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg);
    }
}
.contextMenu-icon-add:before
{
    content: "";
}
.contextMenu-icon-copy:before
{
    content: "";
}
.contextMenu-icon-cut:before
{
    content: "";
}
.contextMenu-icon-delete:before
{
    content: "";
}
.contextMenu-icon-edit:before
{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAAXNSR0IArs4c6QAAAKdJREFUGBlj/P//vwgDA4MUEKOD/0CBJ0DcD8RZLECiF4g3AzE6+AEUWAbE3YyMjN9ACh8CGWvQVQFtmgMU+wbED0ByTCACHQAVmQHFgoA4HIhdQPIgE7GBl0BBXaBNT4GawPJYFQIVPETXDVYI1MULlChFk/wG1NABEwMrBAp8BgrUwQSx0SSZyA40ARQMjegmAZ3EDBRjA4mDTDwLxLUgDg6wHSQOAAF/LYgaTt88AAAAAElFTkSuQmCC);
}
.contextMenu-icon-loading:before
{
    content: "";
}
.contextMenu-icon-paste:before
{
    content: "";
}
.contextMenu-icon-quit:before
{
    content: "";
}
.contextMenu-icon:before
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contextMenu-icon.contextMenu-hover:before
{
    color: #fff;
}
.contextMenu-icon.contextMenu-disabled:before
{
    color: #bbb;
}
.contextMenu-icon.contextMenu-icon-loading:before
{
    -webkit-animation: cm-spin 2s infinite;
    animation: cm-spin 2s infinite;
}
.contextMenu-icon.contextMenu-icon--fa
{
    display: list-item;
    font-family: inherit;
    line-height: inherit;
}
.contextMenu-icon.contextMenu-icon--fa:before
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    font-family: FontAwesome;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contextMenu-icon.contextMenu-icon--fa.contextMenu-hover:before
{
    color: #fff;
}
.contextMenu-icon.contextMenu-icon--fa.contextMenu-disabled:before
{
    color: #bbb;
}
.contextMenu-icon.contextMenu-icon--fa5
{
    display: list-item;
    font-family: inherit;
    line-height: inherit;
}
.contextMenu-icon.contextMenu-icon--fa5 i, .contextMenu-icon.contextMenu-icon--fa5 svg
{
    position: absolute;
    top: .3em;
    left: .5em;
    color: #2980b9;
}
.contextMenu-icon.contextMenu-icon--fa5.contextMenu-hover>i, .contextMenu-icon.contextMenu-icon--fa5.contextMenu-hover>svg
{
    color: #fff;
}
.contextMenu-icon.contextMenu-icon--fa5.contextMenu-disabled i, .contextMenu-icon.contextMenu-icon--fa5.contextMenu-disabled svg
{
    color: #bbb;
}
.contextMenu-list
{
    position: absolute;
    display: inline-block;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.contextMenu-item
{
    position: relative;
    box-sizing: content-box;
    padding: .2em 2em;
    color: #2f2f2f;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
.contextMenu-separator
{
    padding: 0;
    margin: .35em 0;
    border-bottom: 1px solid #e6e6e6;
}
.contextMenu-item>label>input, .contextMenu-item>label>textarea
{
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.contextMenu-item.contextMenu-hover
{
    color: #fff;
    cursor: pointer;
    background-color: #2980b9;
}
.contextMenu-item.contextMenu-disabled
{
    color: #bbb;
    cursor: default;
    background-color: #fff;
}
.contextMenu-input.contextMenu-hover
{
    color: #2f2f2f;
    cursor: default;
}
.contextMenu-submenu:after
{
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 1;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #2f2f2f;
    border-style: solid;
    border-width: .25em 0 .25em .25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contextMenu-item.contextMenu-input
{
    padding: .3em .6em;
}
.contextMenu-input>label>*
{
    vertical-align: top;
}
.contextMenu-input>label>input[type=checkbox], .contextMenu-input>label>input[type=radio]
{
    position: relative;
    top: .12em;
    margin-right: .4em;
}
.contextMenu-input>label
{
    margin: 0;
}
.contextMenu-input>label, .contextMenu-input>label>input[type=text], .contextMenu-input>label>select, .contextMenu-input>label>textarea
{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.contextMenu-input>label>textarea
{
    height: 7em;
}
.contextMenu-item>.contextMenu-list
{
    top: .3em;
    right: -.3em;
    display: none;
}
.contextMenu-item.contextMenu-visible>.contextMenu-list
{
    display: block;
}
.contextMenu-accesskey
{
    text-decoration: underline;
}
.note
{
    position: absolute;
    width: 200px;
    color: #333!important;
    background-color: #fff799;
    border-radius: .357em;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.note .close
{
    margin: .2em .5em 0 0;
}
.note .draghandle
{
    height: 1.5em;
    cursor: move;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #faef71;
    border-radius: .357em .357em 0 0;
    -moz-border-radius-topleft: .357em;
    -moz-border-radius-topright: .357em;
}
.note .edit
{
    width: 100%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    outline: none;
}
.edit .highlightText
{
    display: none!important;
    padding: 10px;
    font-weight: 700;
    line-height: 20px;
}
.edit .mainText
{
    padding: 10px;
    line-height: 20px;
    border: 2px solid #3152ca;
    border-radius: 4px;
    outline: none;
}
.note .ftr
{
    padding: 5px 4px;
    overflow: hidden;
    text-align: center;
}
.note .ftr a
{
    color: #666;
}
.note .ftr a:hover
{
    color: #222;
}
.note .close
{
    float: right;
    width: 1em;
    height: 1em;
    padding: 0;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAMFJREFUGBl1kDEOwjAMRX+CxMLCnVhgKENBTD0IHAYmGMrUtDNiYmHiIoTC3oZvSKJWAkuJfuIX+zuwBjdbIcGfqAss7wZX7YC1a3H4BdclFo3CdqCx+dThiynXqwsLxLtnXWEikAodBabOlUbGNsPGYcdK6TjBqQfKwZaYOYec0nUhyWnZQugWI2rahqJv0TEiKNN54ymzqxbYPwzmkRThvyAal7swYIBVt1IwLqCEH/DIthlsgUv4gm+6vwtM5vwGP4BXzFnjtwEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 10px;
}
span.notesIcon
{
    position: absolute;
    top: -.4em;
    right: 0;
    z-index: 40;
    display: block;
    width: 9px;
    height: 9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAAXNSR0IArs4c6QAAAFhJREFUGBljfLeBYet/BgYvBiyAkYFhG+PbDQxAeTwApODP51v/0QFIDCRH0AQWZMP5nW8xMPOogoX+frnN8HGvGgNBE5iQTcDGpoICUGBgMxokxsjIsBUAZPYwXiG7heEAAAAASUVORK5CYII=) no-repeat 0 0;
}
.finished-gray
{
    padding: 50px;
    margin-top: 50px;
    background-color: #d7d7d7;
}
.finished-gray a
{
    display: block;
    width: 100%;
    min-width: 150px;
    max-width: 300px;
    height: 3em;
    padding-top: 12px;
    padding-bottom: 6px;
    margin-top: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #007fa3;
}
.highlightColor
{
    position: relative;
    background-color: #fff799;
}