﻿@charset "utf-8";

html, form, div, a, marquee, img, dd, table, tr, li, th, input, textarea, select, button, legend, label {
    margin: 0;
    padding: 0;
    border: 0;
    scrollbar-base-color: #ececec;
    scrollbar-arrow-color: silver;
    scrollbar-darkshadow-color: #fff;
    scrollbar-3dlight-color: #e9e9e9;
    scrollbar-shadow-color: silver
}

iframe {
    display: block
}

body {
    margin: 0px;
    padding: 0;
    font-size: 14px;
    color: #333
}

body, th, td, xmp, pre, input, textarea, select {
    font-family: Arial,"微软雅黑"
}

.font12 {
    font-size: 12px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.bdbox {
    box-sizing: border-box
}

nav, aside, section, header, footer，article，dialog, dl, dt, dd {
    box-sizing: border-box
}

::-webkit-scrollbar {
    border-radius: 3px;
    width: 8px;
    height: 8px;
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c9cdd4;
}


.grid-data-formtype-1 input[type=checkbox], .grid-data-formtype-1 input[type=radio], .grid-data-formtype-2 input[type=checkbox], .grid-data-formtype-2 input[type=radio], .grid-data-formtype-3 input[type=checkbox], .grid-data-formtype-3 input[type=radio] {
    margin-top: 8px
}

input.multiControl::-ms-clear, input.person::-ms-clear, input.datebox::-ms-clear, input.treebox::-ms-clear, input.autolister::-ms-clear, input.listtext::-ms-clear {
    display: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbb
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bbb;
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bbb
}

input:focus, button:focus, textarea:focus, select:focus, option {
    outline: none
}

textarea {
    resize: vertical
}

xmp, pre {
    display: block;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    line-height: 1.3
}

div.multilang {
    white-space: nowrap;
}

select::-ms-expand {
    display: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 5px;
    background: #fff url(../../Styles/Images/Icon/droparrow.png) no-repeat calc(100% - 3px) center;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px
}

option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
    width: 14px;
    height: 14px !important;
    cursor: pointer;
    position: relative;
    top: 1px;
}
input[type="checkbox"] {
    margin-right: 2px;
}
input[type="checkbox"]::after {
    content: '';
    width: 12px;
    height: 12px;
    color: #fff;
    display: block;
    visibility: visible;
    border-radius: 2px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #c3c3c8;
    background-color: #fff;
}

input[type="checkbox"]:checked::after {
    content: "\554a";
    font-family: 'k-icon' !important;
    color: #2eaeff;
    border-color: #2eaeff;
    transition: 0.1s;
}
input[type=checkbox]:checked:disabled::after {
    background-color: #c3c3c8
}

input[type=radio]::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    transition: 0.2s;
}

input[type=radio]:checked::before {
    background-color: #2eaeff;
    border-color: #2eaeff
}

input[type=radio]:checked::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

input[type=radio]:checked:disabled::before {
    background-color: #c3c3c8;
    border-color: #c3c3c8
}

input[type=radio]:checked:disabled::after {
    background-color: #999;
    border-color: #999
}

ul, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, img, ol {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal
}

BLOCKQUOTE {
    margin-left: 2em
}

li {
    list-style: none;
    text-align: left
}

a, .anchor {
    color: #2eaeff;
    text-decoration: none;
    cursor: pointer
}

    a:link {
        text-decoration: none;
        cursor: pointer
    }

    a:hover {
        text-decoration: none;
        cursor: pointer
    }

section, article, aside, header, footer, nav, dialog, figure {
    display: block
}

.clear {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.trBox {
    position: absolute;
    background-color: white;
    overflow: auto;
    z-index: 9999;
    height: 200px;
    left: 0;
    top: 0;
    border: 1px solid #6C98E6;
    text-align: left
}

.uline {
    vertical-align: middle
}

    .uline input[type=checkbox] {
        vertical-align: text-top
    }

.k-ctl:not(.k-check):not(.kqrcode) {
    width: 100%
}

.k-check {
    width: auto
}

.textbox {
    outline: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    box-sizing: border-box;
    transition: 0.5s border;
}

.textboxrd {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 3px;
    height: 28px;
    padding: 0 5px
}
.textbox:focus, select:focus {
    border: 1px solid #2eaeff;
}
.kqrcode {
    border: none;
    height: auto
}

textarea.textbox {
    overflow: auto;
    padding: 4px;
    font: 400 13.3333px "Arial,Microsoft YaHei";
}

.mytree-container img {
    vertical-align: middle
}

.mytree-container {
    white-space: nowrap
}

    .mytree-container .nowrap {
        margin-top: -7px
    }

.ueditortable.noBorderTable td, .ueditortable.noBorderTable th, .ueditortable.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.ueditortable {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table
}

    .ueditortable td, .ueditortable th {
        padding: 5px 10px;
        border: 1px solid #DDD
    }

    .ueditortable caption {
        border: 1px dashed #DDD;
        border-bottom: 0;
        padding: 3px;
        text-align: center
    }

    .ueditortable th {
        border-top: 2px solid #BBB;
        background: #F7F7F7
    }

.ue-table-interlace-color-single {
    background-color: #fcfcfc
}

.ue-table-interlace-color-double {
    background-color: #f7faff
}

.ueditortable td p {
    margin: 0;
    padding: 0
}

.keditor_readonly {
    overflow: auto
}

.hiddenBts {
    display: none
}

.kys-tips {
    padding: 3px 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff url(../Images/Portal/tips_bg.png) repeat-x bottom;
    position: absolute;
    z-index: 99999;
    word-wrap: break-word;
    box-shadow: 4px 4px 6px #bbb
}

    .kys-tips.no-border {
        box-shadow: none;
        background: none
    }

.window-shadow {
    box-shadow: 4px 4px 6px #888
}

.home-body-container {
    margin: 0px;
    background: #edeff5;
    overflow-x: hidden;
    height: 100%
}

div.window.exWindow {
    border: 1px solid #f9f9f9
}

.exWindow {
    background-color: #f8f8f8;
    border-radius: 3px;
    position: absolute;
    padding-top: 0px !important;
    overflow: visible !important;
    box-shadow: 0 2px 10px #808080 !important
}

.exWindow .panel-header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #c7c7c7;
    padding: 0px !important
}

:root.gradient {
    filter: none
}

.exWindow .panel-title {
    color: #333;
    font-size: 15px;
    padding: 0 40px 0 20px;
    border-bottom: 0px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.exWindow.window .window-header .panel-tool {
    padding: 5px;
    top: 4px
}
.exWindow.window .window-header .panel-tool .ki-form_expand {
    padding-right:6px;
}
.exWindow .panel-tool .panel-tool-restore {
}

    .exWindow .panel-tool .panel-tool-restore:hover {
    }

.exWindow .window-body {
    border: 0 !important;
    box-sizing: border-box;
    overflow: auto
}

#ifr_win, .white-bg {
    background: #fff
}

div.window-mask {
    background: #000;
    transition: opacity .6s
}

div.trans-mask {
    opacity: 0
}

.window-body > .dlg-buttons {
    width: 100%
}

.iframe-dlg-content {
    height: calc(100% - 45px);
    overflow-y: auto
}

.spannowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: 10px
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.customer-scroll-bar {
    right: 10px;
    bottom: 0;
    overflow: auto;
    margin-bottom: 10px;
    height: auto !important;
    opacity: 1
}

.ki-form_close {
    height: 30px;
    margin: 0px 3px 0 0;
    color: #666
}

.tip-main {
    padding: 0 0 10px;
    min-height: 50px;
}
.tip-icon {
    height: 24px;
    padding: 0 12px;
}

.tip-content {
    color: rgba(0,0,0,0.65);
    line-height: 24px;
    font-size: 14px;
    max-height: 80%;
    overflow: auto;
    word-break: break-word;
    white-space: pre-wrap;
}
.iframe-dlg-content .tip-main {
    padding: 10px;
}
.tip-page {
    padding: 16px 8px 10px;
    min-height: 50px;
    max-height: 90vh;
}
.viewde.tails {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    position: absolute;
    bottom: 40px;
    right: 10px
}

a.viewdetails {
    text-decoration: none
}

a:hover.viewdetails {
    color: #e9570f
}

.tip-foot.dlg-buttons {
    text-align: right;
    background: none;
    border: none;
    padding:0 10px;
}

.tip-foot .button {
    margin: 0 4px;
    height: 32px;
    line-height: 32px
}
.tip-dlg-content {
    padding: 10px;
    width: 100%;
    overflow: auto;
}

#pop-dialog-cancel {
    border-color: #dcdcdc;
    color: #767676
}

    #pop-dialog-cancel:hover {
        color: #fff;
        border-color: #2eaeff
    }

.tab-border {
    background: #f1f3f8;
    height: 40px;
    line-height: 40px
}

.tab-name {
    display: inline-block;
    padding: 0 16px;
    margin: 0 0 0 40px;
    height: 40px
}

    .tab-name a {
        color: #666;
        font-size: 15px
    }

    .tab-name:hover {
        background-color: #e6edfd
    }

.tab-checkon {
    background: #e6edfd url(../Images/Portal/checkon_arrow.png) no-repeat center bottom;
    height: 37px;
    border-bottom: 3px solid #f66110
}

    .tab-checkon a {
        color: #258bcc;
        font-weight: bold
    }

.search-date {
    margin: 20px 0 20px 40px
}

.txtbord {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ddd inset;
    line-height: 22px;
    margin: 0 40px;
    color: #333;
    overflow: auto;
    font-size: 13px;
    padding: 5px
}

.upload-btn {
    background: #2eaeff;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 15px;
    cursor: pointer
}

.db-file-upload {
    height: 0px;
    display: none
}

.file-server-file-upload {
    height: 0px;
    display: none
}

.textLeft, .t-left {
    text-align: left !important
}

.textCenter, .t-center {
    text-align: center !important
}

.textRight, .t-right {
    text-align: right !important
}

.panel {
    padding: 0 !important
}

.row-click {
    background: #A6DFFB !important
}

.row-over {
    background: #E9F5FE !important
}

.required-prompt {
    font-size: 14px !important;
    color: red
}

.i-progress-bar {
    z-index: 10000;
    position: fixed;
    text-align: center;
}

@keyframes loading-rotate {
    to {
        transform: rotate(1turn)
    }
}
.i-progress-bar > svg {
    height: 42px;
    width: 42px;
    zoom: 1.2;
    animation: loading-rotate 2s linear infinite;
}
@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}
.i-progress-bar .path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 5;
    stroke: #2eaeff;
    stroke-linecap: round;
}
.i-masker {
    display: none;
    z-index: 10000
}

.full-ctn {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

    .full-ctn > * {
        position: absolute;
        height: 100%;
        width: 100%;
        box-sizing: border-box
    }

.h100 {
    height: 100%
}

.w100 {
    width: 100%
}

.max-100, img {
    max-width: 100%
}

.full {
    width: 100%;
    height: 100%
}

.auto-bar {
    overflow: auto
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.f-column {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column
}

.f-center {
    display: -ms-flexbox;
    display: flex;
    -ms-align-content: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.f-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-align-content: center;
    align-items: center
}

.f-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-space {
    justify-content: space-between
}

.no-shrink {
    flex-shrink: 0
}

.f-grow {
    flex-grow: 1
}

.f-inline {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.box-v-middle {
    top: 50%;
    POSITION: absolute;
    transform: translateY(-50%)
}

.v-middle, .v-middle * {
    vertical-align: middle
}

.hide {
    display: none
}

.v-hide {
    visibility: hidden
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.pointer {
    cursor: pointer
}

.no-action {
    pointer-events: none
}

.pdr-5 {
    padding-right: 5px
}

.pdl-5 {
    padding-left: 5px
}
.pdr-10 {
    padding-right: 10px
}

.pdl-10 {
    padding-left: 10px
}

.pdt-5 {
    padding-top: 5px
}

.pdt-10 {
    padding-top: 10px
}

.pd-10 {
    padding: 10px
}

.pdb-10 {
    padding-bottom: 10px
}

.pdr-0 {
    padding-right: 0 !important
}

.mgr-0 {
    margin-right: 0 !important
}

.left {
    float: left
}

.right {
    float: right
}

.pos00 {
    left: 0;
    top: 0
}

.radius {
    border-radius: 4px
}

.shadowed {
    box-shadow: 1px 1px 6px 1px #ccc
}

.no-border {
    border: none !important
}

.nowrap {
    white-space: nowrap
}

.form_tab_header {
    height: 30px;
    position: absolute
}

.sys-error {
    color: red;
    margin-top: 200px;
    padding: 10px;
    text-align: center;
    display: inherit;
    font-size: 32px;
    font-weight: bold
}

.king-editor-win {
    min-height: 360px
}

.optool, .optool-got {
    line-height: normal;
    text-align: center;
    display: inline-block;
    margin-right: 1px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    padding: 3px 5px;
    min-width: 32px;
    margin-left: 1px;
    box-sizing: border-box;
    vertical-align:middle
}

.optool {
    cursor: pointer;
    background: #fff;
    border: 1px solid #2eaeff;
}

    .optool:not(.optool-got) {
        color: #2eaeff;
    }

    .optool a {
        color: #2eaeff
    }

    .optool:hover a {
        color: #fff
    }

    .optool:not(.optool-got):hover {
        background: #2eaeff;
        color: #fff
    }

    .optool:disabled {
        background-color: #eee !important;
        color: #bbb !important;
        cursor: default;
        border-color: #ccc
    }


.optool-got {
    background: #2eaeff;
    color: #fff
}

.optool.disabled {
    background-color: #eee;
    color: #bbb !important;
    border-color: #ccc;
    pointer-events:none;
}

.dlg-buttons {
    background: #f9fafc;
    border-top: 1px solid #d9d9d9;
    height: 45px;
    line-height: 40px;
    overflow: hidden;
    bottom: 0;
    box-sizing: border-box;
}
.window-body > .tip-dlg-content, .window-body > .dlg-content {
    height: calc(100% - 45px);
}
.dlg-buttons .msg {
    margin-right: 30px;
    float: right;
    line-height: 28px;
    margin: 7px 30px 7px 0
}
.dlg-buttons .button, .dlg-buttons .button-got {
    float: right
}

.button, .button-got {
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    min-width: 80px;
    margin-right: 16px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 7px 15px 5px 0;
    border: 1px solid #2eaeff
}

    .button:not(.button-got) {
        background: #fff;
        color: #2eaeff
    }

.button-got {
    background: #2eaeff;
    color: white;
    min-width: 80px
}

    .button-got:hover {
        opacity: 0.9
    }

.button a {
    color: #4254cc;
    font-weight: bold
}

.button:not(.button-got):hover {
    background: #2eaeff;
    color: #fff;
    border-color: #2eaeff
}

.button:disabled, .button-got:disabled, a.disabled, a.disabled:hover {
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    color: #bbb !important;
    cursor: default;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.window-mask {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=35);
    opacity: 0.3;
    background: #FFF;
    font-size: 1px;
    *zoom: 1;
    overflow: hidden
}

.export-to-word > div {
    width: 100% !important;
    min-height: 900px;
    min-width: 1024px
}

.export-to-word .win3200_toolbar {
    display: none
}

.export-to-word .win3200-unirecord {
    display: none
}

.i-top-msg {
    position: fixed;
    top: 0;
    z-index: 99996;
    min-width: 300px;
    max-width: 600px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.mtp-div {
    opacity: 0;
    transition: all .3s;
    position: relative;
    top: -50px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12),0 6px 16px 0 rgba(0,0,0,0.08),0 9px 28px 8px rgba(0,0,0,0.05);
    color: #fff;
    min-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    padding: 0 15px;
    margin-top: 5px;
}
.mtp-div + .mtp-div {
    top: 50px;
}

    .mtp-div.mtp-add {
        top: 30px;
    opacity: 1
}
    .mtp-div.mtp-del {
        top: -50px;
        opacity: 0;
    }
.i-msg-detail {
    background: url(../images/Portal/tip_info.png) no-repeat left center / 20px;
    position: relative;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    color: #333;
    padding: 12px 0 12px 36px;
    white-space: pre-wrap;
}

.mtp-warn {
    background: #f9dfc4;
}

    .mtp-warn .i-msg-detail {
        background: url("../images/Portal/tip_warning.png") no-repeat left center / 20px;
        padding-left: 38px;
        word-break: break-word
    }

.mtp-msg {
    background: #d5efff;
}
.mtp-msg .i-msg-detail {
    color: #333;
}
.multi-control-item {
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    margin-right: 6px;
    max-width: 100%
}

    .multi-control-item:hover {
        color: #2eaeff
    }

    .multi-control-item > span {
        display: inline-block;
        max-width: 100%
    }

    .multi-control-item .item-close {
        cursor: pointer
    }

    .multi-control-item .delete-item-icon {
        font-size: 12px;
        visibility: hidden;
        align-self: center
    }

    .multi-control-item:hover .delete-item-icon {
        visibility: visible;
        color: #F56C6C
    }

.item-close {
    font-family: important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.emptystar {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 15px;
    height: 15px;
    background: url('../../Styles/Images/star-empty.png');
    background-size: cover;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer
}

.halfstar {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 15px;
    height: 15px;
    background: url('../../Styles/Images/star-half.png');
    background-size: cover;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer
}

.fullstar {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 15px;
    height: 15px;
    background: url('../../Styles/Images/star-full.png');
    background-size: cover;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer
}

.leftstar, .rightstar {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    border: none;
    filter: alpha(opacity=60);
    opacity: .6
}

.rightstar {
    left: 50%
}

.form-help-layer {
    display: none;
    -webkit-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.5)
}

.fmtitle {
    color: #333;
    font-size: 15px;
    padding: 0 40px 0 20px;
    border-bottom: 0px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #c7c7c7
}

.fmtool {
    padding: 5px;
    top: 4px;
    right: 10px;
    position: absolute
}
.fmtool a {
    color: #666;
}
.fmtool a:hover{
    color:#2eaeff;
}
.fmtool-close {
    height: 12px;
    width: 12px;
    background: url(../Images/Pop/close_ico.png) no-repeat !important;
    background-size: 100% auto;
    display: inline-block;
    opacity: 1 !important;
    margin-top: 7px;
    margin-right: 6px;
    margin-left: 2px;
    text-decoration: none;
    cursor: pointer
}

.fmH5 {
    height: calc(100% - 41px);
    padding: 10px;
    overflow: auto;
    box-sizing: border-box
}

.form-help-container {
    display: block;
    border-radius: 5px;
    background: white;
    height: calc(100% - 50px);
    width: 33.33%;
    z-index: 10001;
    overflow: hidden;
    position: fixed;
    right: -33.33%;
    top: 50px
}

.no_data_container {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -57px;
    margin-left: -40px
}

.no_data_img {
    width: 80px
}

.no_data_title {
    display: block;
    padding-top: 12px;
    color: #4f596b;
    font-size: 14px
}

[class^="ki"], [class*=" ki"] {
    font-size: 18px;
    color: #2EAEFF
}
.movetool {
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    line-height: 22px;
    min-width: 24px;
    box-sizing: border-box;
    background: #fff;
    color: #2eaeff;
    text-align: center;
    border: 1px solid #c0e7ff;
    margin:0 1px;
}
.movetool:hover {
    cursor: pointer;
    background-color: #eaf7ff ;
}
.movetool.disabled {
    pointer-events: none;
}
.moveprev, .movenext{
    font-size: 16px;
}

.primary-color {
    color: #2EAEFF
}

div[contenteditable] {
    outline: none
}
.bold {
    font-weight: bold
}

.bgcolor-0 {
    background-color: #2eaeff
}

.bgcolor-1 {
    background-color: #43b6ff
}

.bgcolor-2 {
    background-color: #58beff
}

.bgcolor-3 {
    background-color: #6dc6ff
}

.bgcolor-4 {
    background-color: #82ceff
}

.bgcolor-5 {
    background-color: #97d7ff
}

.bgcolor-6 {
    background-color: #abdfff
}

.bgcolor-7 {
    background-color: #c0e7ff
}

.bgcolor-8 {
    background-color: #d5efff
}

.bgcolor-925 {
    background-color: #eaf7ff
}

.bgcolor-95 {
    background-color: #f5fbff
}

.bgcolor-975 {
    background-color: #fafdff
}

.bgcolor-9 {
    background-color: #eaf7ff
}

.bgcolor-d1 {
    background-color: #299de6
}

.bgcolor-d2 {
    background-color: #258bcc
}

.bgcolor-d3 {
    background-color: #207ab3
}

.bgcolor-d4 {
    background-color: #1c6899
}

.bgcolor-d5 {
    background-color: #175780
}

.bgcolor-d6 {
    background-color: #124666
}

.bgcolor-d7 {
    background-color: #0e344d
}

.bgcolor-d8 {
    background-color: #092333
}

.bgcolor-d9 {
    background-color: #051119
}

.color-0 {
    color: #2eaeff
}

.color-1 {
    color: #43b6ff
}

.color-2 {
    color: #58beff
}

.color-3 {
    color: #6dc6ff
}

.color-4 {
    color: #82ceff
}

.color-5 {
    color: #97d7ff
}

.color-6 {
    color: #abdfff
}

.color-7 {
    color: #c0e7ff
}

.color-8 {
    color: #d5efff
}

.color-925 {
    color: #eaf7ff
}

.color-95 {
    color: #f5fbff
}

.color-975 {
    color: #fafdff
}

.color-9 {
    color: #eaf7ff
}

.color-d1 {
    color: #299de6
}

.color-d2 {
    color: #258bcc
}

.color-d3 {
    color: #207ab3
}

.color-d4 {
    color: #1c6899
}

.color-d5 {
    color: #175780
}

.color-d6 {
    color: #124666
}

.color-d7 {
    color: #0e344d
}

.color-d8 {
    color: #092333
}

.color-d9 {
    color: #051119
}