@CHARSET "UTF-8";

.txt-toolbar a, .wangEditor-drop-list a, .wangEditor-drop-panel a, .wangEditor-menu-container a {
    text-decoration: none
}

.wangEditor-container {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1;
    width: 100%
}

    .wangEditor-container img, .wangEditor-container textarea {
        border: 0
    }

    .wangEditor-container a:focus, .wangEditor-container button:focus {
        outline: 0
    }

    .wangEditor-container, .wangEditor-container * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        line-height: 1
    }

        .wangEditor-container .clearfix:after {
            content: '';
            display: table;
            clear: both
        }

        .wangEditor-container textarea:focus {
            outline: 0
        }

        .wangEditor-container .height-tip {
            position: absolute;
            width: 3px;
            background-color: #ccc;
            left: 0;
            transition: top .2s
        }

        .wangEditor-container .txt-toolbar {
            position: absolute;
            background-color: #fff;
            padding: 3px 5px;
            border-top: 2px solid #666;
            box-shadow: 1px 3px 3px #999;
            border-left: 1px\9 solid\9 #ccc\9;
            border-bottom: 1px\9 solid\9 #999\9;
            border-right: 1px\9 solid\9 #999\9
        }

            .wangEditor-container .txt-toolbar .tip-triangle {
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border: 5px solid;
                border-color: transparent transparent #666;
                top: -12px;
                left: 50%;
                margin-left: -5px
            }

            .wangEditor-container .txt-toolbar a {
                color: #666;
                display: inline-block;
                margin: 0 3px;
                padding: 5px;
                text-decoration: none;
                border-radius: 3px
            }

                .wangEditor-container .txt-toolbar a:hover {
                    background-color: #f1f1f1
                }

        .wangEditor-container .img-drag-point {
            display: block;
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            cursor: se-resize;
            background-color: #666;
            margin-left: -6px;
            margin-top: -6px;
            box-shadow: 1px 1px 5px #999
        }

        .wangEditor-container .wangEditor-upload-progress {
            position: absolute;
            height: 1px;
            background: #1e88e5;
            width: 0;
            display: none;
            -webkit-transition: width .5s;
            -o-transition: width .5s;
            transition: width .5s
        }

.wangEditor-fullscreen {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.wangEditor-container .code-textarea {
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana;
    color: #333;
    padding: 0 15px
}

.wangEditor-menu-container {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff
}

    .wangEditor-menu-container .menu-item .active, .wangEditor-menu-container .menu-item:hover {
        background-color: #f1f1f1
    }

    .wangEditor-menu-container .menu-group {
        float: left;
        padding: 0 4px;
        border-right: 1px solid #f1f1f1
    }

    .wangEditor-menu-container .menu-item {
        float: left;
        position: relative;
        text-align: center;
        height: 31px;
        width: 35px
    }

        .wangEditor-menu-container .menu-item a {
            display: block;
            text-align: center;
            color: #666;
            width: 100%;
            padding: 8px 0;
            font-size: .9em
        }

        .wangEditor-menu-container .menu-item .selected {
            color: #1e88e5
        }

        .wangEditor-menu-container .menu-item .disable {
            opacity: .5;
            filter: alpha(opacity=50)
        }

    .wangEditor-menu-container .menu-tip {
        position: absolute;
        z-index: 20;
        width: 60px;
        text-align: center;
        background-color: #666;
        color: #fff;
        padding: 7px 0;
        font-size: 12px;
        top: 100%;
        left: 50%;
        margin-left: -30px;
        border-radius: 2px;
        box-shadow: 1px 1px 5px #999;
        display: none
    }

    .wangEditor-menu-container .menu-tip-40 {
        width: 40px;
        margin-left: -20px
    }

    .wangEditor-menu-container .menu-tip-50 {
        width: 50px;
        margin-left: -25px
    }

.wangEditor-menu-shadow {
    border-bottom: 1px\9 solid\9 #f1f1f1\9;
    box-shadow: 0 1px 3px #999
}

.wangEditor-container .wangEditor-txt {
    width: 100%;
    text-align: left;
    padding: 0 15px 15px;
    margin-top: 5px;
    overflow-y: auto
}

    .wangEditor-container .wangEditor-txt h1, .wangEditor-container .wangEditor-txt h2, .wangEditor-container .wangEditor-txt h3, .wangEditor-container .wangEditor-txt h4, .wangEditor-container .wangEditor-txt h5, .wangEditor-container .wangEditor-txt p {
        margin: 10px 0;
        line-height: 1.8
    }

        .wangEditor-container .wangEditor-txt h1 *, .wangEditor-container .wangEditor-txt h2 *, .wangEditor-container .wangEditor-txt h3 *, .wangEditor-container .wangEditor-txt h4 *, .wangEditor-container .wangEditor-txt h5 *, .wangEditor-container .wangEditor-txt p * {
            line-height: 1.8
        }

    .wangEditor-container .wangEditor-txt ol, .wangEditor-container .wangEditor-txt ul {
        padding-left: 20px
    }

    .wangEditor-container .wangEditor-txt img {
        cursor: pointer
    }

        .wangEditor-container .wangEditor-txt img.clicked, .wangEditor-container .wangEditor-txt table.clicked {
            box-shadow: 1px 1px 10px #999
        }

    .wangEditor-container .wangEditor-txt pre code {
        line-height: 1.5
    }

    .wangEditor-container .wangEditor-txt:focus {
        outline: 0
    }

    .wangEditor-container .wangEditor-txt blockquote {
        display: block;
        border-left: 8px solid #d0e5f2;
        padding: 5px 10px;
        margin: 10px 0;
        line-height: 1.4;
        font-size: 100%;
        background-color: #f1f1f1
    }

    .wangEditor-container .wangEditor-txt table {
        border: 0;
        border-collapse: collapse
    }

        .wangEditor-container .wangEditor-txt table td, .wangEditor-container .wangEditor-txt table th {
            border: 1px solid #999;
            padding: 3px 5px;
            min-width: 50px;
            height: 20px
        }

    .wangEditor-container .wangEditor-txt pre {
        border: 1px solid #ccc;
        background-color: #f8f8f8;
        padding: 10px;
        margin: 5px 0;
        font-size: .8em;
        border-radius: 3px
    }

.txt-toolbar, .wangEditor-drop-list, .wangEditor-drop-panel {
    z-index: 10;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9;
    box-shadow: 1px 3px 3px #999;
    position: absolute
}

.wangEditor-drop-list {
    display: none;
    background-color: #fff;
    overflow: hidden;
    transition: height .7s;
    border-top: 1px solid #f1f1f1
}

    .wangEditor-drop-list a {
        display: block;
        color: #666;
        padding: 3px 5px
    }

        .wangEditor-drop-list a:hover {
            background-color: #f1f1f1
        }

.txt-toolbar, .wangEditor-drop-panel {
    display: none;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    border-top: 2px solid #666
}

    .txt-toolbar .tip-triangle, .wangEditor-drop-panel .tip-triangle {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid;
        border-color: transparent transparent #666;
        top: -12px;
        left: 50%;
        margin-left: -5px
    }

    .txt-toolbar input[type=text], .wangEditor-drop-panel input[type=text] {
        border: 0;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        height: 20px;
        color: #333;
        padding: 3px 0
    }

        .txt-toolbar input[type=text]:focus, .wangEditor-drop-panel input[type=text]:focus {
            outline: 0;
            border-bottom: 2px solid #1e88e5
        }

        .txt-toolbar input[type=text].block, .wangEditor-drop-panel input[type=text].block {
            display: block;
            width: 100%
        }

    .txt-toolbar textarea, .wangEditor-drop-panel textarea {
        border: 1px solid #ccc
    }

        .txt-toolbar textarea:focus, .wangEditor-drop-panel textarea:focus {
            outline: 0;
            border-color: #1e88e5
        }

    .txt-toolbar button, .wangEditor-drop-panel button {
        font-size: 14px;
        color: #1e88e5;
        border: 0;
        padding: 10px;
        background-color: #fff;
        cursor: pointer;
        border-radius: 3px
    }

        .txt-toolbar button:hover, .wangEditor-drop-panel button:hover {
            background-color: #f1f1f1
        }

        .txt-toolbar button:focus, .wangEditor-drop-panel button:focus {
            outline: 0
        }

        .txt-toolbar button.right, .wangEditor-drop-panel button.right {
            float: right;
            margin-left: 10px
        }

        .txt-toolbar button.gray, .wangEditor-drop-panel button.gray {
            color: #999
        }

        .txt-toolbar button.link, .wangEditor-drop-panel button.link {
            padding: 5px 10px
        }

            .txt-toolbar button.link:hover, .wangEditor-drop-panel button.link:hover {
                background-color: #fff;
                text-decoration: underline
            }

    .txt-toolbar .color-item:hover, .txt-toolbar .list-menu-item:hover, .wangEditor-drop-panel .color-item:hover, .wangEditor-drop-panel .list-menu-item:hover {
        background-color: #f1f1f1
    }

    .txt-toolbar .color-item, .wangEditor-drop-panel .color-item {
        display: block;
        float: left;
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 2px;
        border-radius: 2px;
        text-decoration: underline
    }

    .txt-toolbar .list-menu-item, .wangEditor-drop-panel .list-menu-item {
        display: block;
        float: left;
        color: #333;
        padding: 5px;
        border-radius: 2px
    }

    .txt-toolbar table.choose-table, .wangEditor-drop-panel table.choose-table {
        border: 0;
        border-collapse: collapse
    }

        .txt-toolbar table.choose-table td, .wangEditor-drop-panel table.choose-table td {
            border: 1px solid #ccc;
            width: 16px;
            height: 12px
        }

            .txt-toolbar table.choose-table td.active, .wangEditor-drop-panel table.choose-table td.active {
                background-color: #ccc;
                opacity: .5;
                filter: alpha(opacity=50)
            }

    .txt-toolbar .panel-tab .tab-container, .wangEditor-drop-panel .panel-tab .tab-container {
        margin-bottom: 5px
    }

        .txt-toolbar .panel-tab .tab-container a, .wangEditor-drop-panel .panel-tab .tab-container a {
            display: inline-block;
            color: #999;
            text-align: center;
            margin: 0 5px;
            padding: 5px
        }

            .txt-toolbar .panel-tab .tab-container a.selected, .wangEditor-drop-panel .panel-tab .tab-container a.selected {
                color: #1e88e5;
                border-bottom: 2px solid #1e88e5
            }

    .txt-toolbar .panel-tab .content-container .content, .wangEditor-drop-panel .panel-tab .content-container .content {
        display: none
    }

        .txt-toolbar .panel-tab .content-container .content a, .wangEditor-drop-panel .panel-tab .content-container .content a {
            display: inline-block;
            margin: 2px;
            padding: 2px;
            border-radius: 2px
        }

            .txt-toolbar .panel-tab .content-container .content a:hover, .wangEditor-drop-panel .panel-tab .content-container .content a:hover {
                background-color: #f1f1f1
            }

    .txt-toolbar .panel-tab .content-container .selected, .wangEditor-drop-panel .panel-tab .content-container .selected {
        display: block
    }

    .txt-toolbar .panel-tab .emotion-content-container, .wangEditor-drop-panel .panel-tab .emotion-content-container {
        height: 200px;
        overflow-y: auto
    }

    .txt-toolbar .upload-icon-container, .wangEditor-drop-panel .upload-icon-container {
        color: #ccc;
        text-align: center;
        margin: 20px 20px 15px !important;
        padding: 5px !important;
        font-size: 65px;
        cursor: pointer;
        border: 2px dotted #f1f1f1;
        display: block !important
    }

        .txt-toolbar .upload-icon-container:hover, .wangEditor-drop-panel .upload-icon-container:hover {
            color: #666;
            border-color: #ccc
        }

.wangEditor-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    box-shadow: 1px 3px 3px #999;
    border-top: 1px\9 solid\9 #ccc\9;
    border-left: 1px\9 solid\9 #ccc\9;
    border-bottom: 1px\9 solid\9 #999\9;
    border-right: 1px\9 solid\9 #999\9
}

    .wangEditor-modal .wangEditor-modal-close {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -25px;
        margin-right: -25px;
        font-size: 1.5em;
        color: #666;
        cursor: pointer
    }

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?-qdfu1s);
    src: url(../fonts/icomoon.eot?#iefix-qdfu1s) format('embedded-opentype'),url(../fonts/icomoon.ttf?-qdfu1s) format('truetype'),url(../fonts/icomoon.woff?-qdfu1s) format('woff'),url(../fonts/icomoon.svg?-qdfu1s#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" wangeditor-menu-img-"], [class^=wangeditor-menu-img-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wangeditor-menu-img-link:before {
    content: "\e800"
}

.wangeditor-menu-img-unlink:before {
    content: "\e801"
}

.wangeditor-menu-img-code:before {
    content: "\e802"
}

.wangeditor-menu-img-cancel:before {
    content: "\e803"
}

.wangeditor-menu-img-terminal:before {
    content: "\e804"
}

.wangeditor-menu-img-angle-down:before {
    content: "\e805"
}

.wangeditor-menu-img-font:before {
    content: "\e806"
}

.wangeditor-menu-img-bold:before {
    content: "\e807"
}

.wangeditor-menu-img-italic:before {
    content: "\e808"
}

.wangeditor-menu-img-header:before {
    content: "\e809"
}

.wangeditor-menu-img-align-left:before {
    content: "\e80a"
}

.wangeditor-menu-img-align-center:before {
    content: "\e80b"
}

.wangeditor-menu-img-align-right:before {
    content: "\e80c"
}

.wangeditor-menu-img-list-bullet:before {
    content: "\e80d"
}

.wangeditor-menu-img-indent-left:before {
    content: "\e80e"
}

.wangeditor-menu-img-indent-right:before {
    content: "\e80f"
}

.wangeditor-menu-img-list-numbered:before {
    content: "\e810"
}

.wangeditor-menu-img-underline:before {
    content: "\e811"
}

.wangeditor-menu-img-table:before {
    content: "\e812"
}

.wangeditor-menu-img-eraser:before {
    content: "\e813"
}

.wangeditor-menu-img-text-height:before {
    content: "\e814"
}

.wangeditor-menu-img-brush:before {
    content: "\e815"
}

.wangeditor-menu-img-pencil:before {
    content: "\e816"
}

.wangeditor-menu-img-minus:before {
    content: "\e817"
}

.wangeditor-menu-img-picture:before {
    content: "\e818"
}

.wangeditor-menu-img-file-image:before {
    content: "\e819"
}

.wangeditor-menu-img-cw:before {
    content: "\e81a"
}

.wangeditor-menu-img-ccw:before {
    content: "\e81b"
}

.wangeditor-menu-img-music:before {
    content: "\e911"
}

.wangeditor-menu-img-play:before {
    content: "\e912"
}

.wangeditor-menu-img-location:before {
    content: "\e947"
}

.wangeditor-menu-img-happy:before {
    content: "\e9df"
}

.wangeditor-menu-img-sigma:before {
    content: "\ea67"
}

.wangeditor-menu-img-enlarge2:before {
    content: "\e98b"
}

.wangeditor-menu-img-shrink2:before {
    content: "\e98c"
}

.wangeditor-menu-img-newspaper:before {
    content: "\e904"
}

.wangeditor-menu-img-camera:before {
    content: "\e90f"
}

.wangeditor-menu-img-video-camera:before {
    content: "\e914"
}

.wangeditor-menu-img-file-zip:before {
    content: "\e92b"
}

.wangeditor-menu-img-stack:before {
    content: "\e92e"
}

.wangeditor-menu-img-credit-card:before {
    content: "\e93f"
}

.wangeditor-menu-img-address-book:before {
    content: "\e944"
}

.wangeditor-menu-img-envelop:before {
    content: "\e945"
}

.wangeditor-menu-img-drawer:before {
    content: "\e95c"
}

.wangeditor-menu-img-download:before {
    content: "\e960"
}

.wangeditor-menu-img-upload:before {
    content: "\e961"
}

.wangeditor-menu-img-lock:before {
    content: "\e98f"
}

.wangeditor-menu-img-unlocked:before {
    content: "\e990"
}

.wangeditor-menu-img-wrench:before {
    content: "\e991"
}

.wangeditor-menu-img-eye:before {
    content: "\e9ce"
}

.wangeditor-menu-img-eye-blocked:before {
    content: "\e9d1"
}

.wangeditor-menu-img-command:before {
    content: "\ea4e"
}

.wangeditor-menu-img-font2:before {
    content: "\ea5c"
}

.wangeditor-menu-img-libreoffice:before {
    content: "\eade"
}

.wangeditor-menu-img-quotes-left:before {
    content: "\e977"
}

.wangeditor-menu-img-strikethrough:before {
    content: "\ea65"
}

.wangeditor-menu-img-desktop:before {
    content: "\f108"
}

.wangeditor-menu-img-tablet:before {
    content: "\f10a"
}

.wangeditor-menu-img-search-plus:before {
    content: "\f00e"
}

.wangeditor-menu-img-search-minus:before {
    content: "\f010"
}

.wangeditor-menu-img-trash-o:before {
    content: "\f014"
}

.wangeditor-menu-img-align-justify:before {
    content: "\f039"
}

.wangeditor-menu-img-arrows-v:before {
    content: "\f07d"
}

.wangeditor-menu-img-sigma2:before {
    content: "\ea68"
}

.wangeditor-menu-img-omega:before {
    content: "\e900"
}

.wangeditor-menu-img-cancel-circle:before {
    content: "\e901"
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #333;
    background: #f8f8f8;
    -webkit-text-size-adjust: none
}

.diff .hljs-header, .hljs-comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword, .hljs-keyword, .hljs-request, .hljs-status, .hljs-subst, .hljs-winutils, .nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor, .hljs-number, .ruby .hljs-constant {
    color: teal
}

.hljs-doctag, .hljs-string, .hljs-tag .hljs-value, .tex .hljs-formula {
    color: #d14
}

.hljs-id, .hljs-title, .scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.hljs-list .hljs-keyword, .hljs-subst {
    font-weight: 400
}

.hljs-class .hljs-title, .hljs-type, .tex .hljs-command, .vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword, .hljs-rule .hljs-property, .hljs-tag, .hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute, .hljs-name, .hljs-variable, .lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.clojure .hljs-keyword, .hljs-prompt, .hljs-symbol, .lisp .hljs-keyword, .ruby .hljs-symbol .hljs-string, .scheme .hljs-keyword, .tex .hljs-special {
    color: #990073
}

.hljs-built_in {
    color: #0086b3
}

.hljs-cdata, .hljs-doctype, .hljs-pi, .hljs-pragma, .hljs-preprocessor, .hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}

fieldset {
    color: #333;
    margin-top: 3px;
    padding: 3px 0;
    border: 0;
    line-height: 200%
}

legend {
    margin-left: -10px;
    padding: 4px 7px 4px 10px;
    color: #333;
    font-weight: bold
}

#container, #navmenu {
    width: 1250px
}

#topActions {
    width: 1250px;
    margin: auto
}

#divNavContainer {
    width: 100%;
    position: fixed;
    background-color: #444;
    z-index: 1000
}

#divtopActionsContainer {
    top: 50px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: url(images/builderBg.png) repeat
}

#topActions .btnactions .btn {
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0;
    margin-left: 3px;
    font-size: 130%;
    color: #444;
    border-color: #dfdfdf;
    background-color: #fafafa;
    box-sizing: border-box
}

    #topActions .btnactions .btn:hover {
        border-color: #999
    }

h3, .h3 {
    font-size: 12.5px !important;
    opacity: 1 !important;
    padding: 3px 0 3px 0;
    clear: both
}

h2 {
    font-weight: normal;
    margin: 0 0 5px;
    color: #000
}

fieldset ul li {
    margin-top: 5px;
    position: relative
}

.num {
    text-align: center;
    color: #2596e6;
    font-size: 300%;
    float: left
}

.radio, .checkbox {
    margin-right: 5px
}

.noheight {
    height: 0;
    margin-bottom: 15px
}

#container {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

#left {
    margin-top: 94px;
    width: 280px;
    float: left;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom: 0;
    position: fixed
}

#middle {
    margin-top: 94px;
    width: 580px;
    overflow: hidden;
    min-height: 500px;
    float: left;
    background-color: #fff;
    margin-left: 305px;
    border: 1px solid #ddd
}

#right {
    position: fixed;
    margin-left: 913px;
    margin-top: 94px;
    width: 335px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 900
}

#addFields .btn-field {
    display: block;
    padding: 10px 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: move;
    font-size: 85%
}

#addFields .btn-field-helper {
    border: 1px solid #ddd !important;
    background-color: #f5f5f5
}

#col2 .btn-field, #col4 .btn-field, #col6 .btn-field {
    border-right: 0
}

#addFields .btn-field:hover {
    background-color: #f5f5f5
}

h3.fields-group, h3.property-title {
    padding: 9px 15px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd
}

#addFields .btn-field .iconfont {
    font-size: 12.5px;
    margin-right: 15px
}

#col1 li, #col3 li, #col2 li, #col4 li, #col5 li, #col6 li {
    width: 140px;
    box-sizing: border-box
}

#col1, #col3, #col5 {
    float: left
}

#col2, #col4, #col6 {
    float: right
}

#allPropsContainer {
    overflow: auto
}

#allProps > li {
    padding: 0 20px
}

    #allProps > li.bggray {
        background-color: #f8f8f8;
        padding-bottom: 8px
    }

    #allProps > li.left.half {
        padding-right: 0
    }

    #allProps > li.right.half {
        padding-left: 0
    }

.half {
    width: 49%;
    box-sizing: border-box
}

.third {
    width: 32.5%;
    box-sizing: border-box;
    margin-right: 1px
}

.left {
    float: left
}

.center {
    text-align: center
}

.right {
    float: right
}

.clear {
    clear: both
}

.textcontent {
    position: relative
}

.qrinput {
    font-size: 200%;
    color: #999;
    position: relative;
    top: 5px;
    right: 30px
}

input.xxl + i.qrinput {
    position: absolute;
    bottom: 10px;
    right: 5px
}

.dropReq {
    border: 1px solid #e8dbad;
    background-color: #fffbef;
    padding: 5px 5px 5px 5px
}

#goodsList .icononly-del {
    margin: 0 0 0 10px
}

#goodsList li {
    padding: 5px 10px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    margin-top: 0
}

    #goodsList li:first-child {
        border-top-width: 1px
    }

#goodsList .goods-item img {
    width: 30px;
    height: 30px;
    cursor: move;
    border-radius: 3px
}

#goodsList.noimg .goods-image {
    display: none
}

#goodsList.noimg .goods-name-edit input.val {
    width: 210px
}

#goodsList .goods-item .goods-name-view {
    width: 214px;
    float: left;
    vertical-align: middle
}

#goodsList.noimg .goods-item .goods-name-view {
    width: 250px
}

#goodsList .goods-item .goods-name-view, #goodsList .goods-item.expand .attrs {
    display: block
}

#goodsList .goods-item.expand .goods-name-view, #goodsList .goods-item .attrs {
    display: none
}

#goodsList .goods-image {
    margin-right: 10px
}

#goodsList .goods-image, #goodsList .attrs div {
    float: left;
    vertical-align: middle
}

#goodsList .edit-img {
    text-decoration: underline;
    color: #2980b9;
    position: relative;
    width: 60px;
    height: 25px;
    display: inline-block
}

#goodsList.noimg .edit-img {
    display: none
}

#goodsList .goods-price, #goodsList .goods-unit, #goodsList .goods-def, #goodsList .goods-hide {
    vertical-align: middle;
    float: left;
    width: 50%;
    padding: 3px 0
}

#goodsList .goods-hide {
    float: left;
    width: 20%;
    margin-left: -16px
}

#goodsList .goods-price input, #goodsList .goods-unit input, #goodsList .goods-def input {
    width: 50%
}

#goodsList .goods-currency select {
    width: 70px
}

#goodsList .goods-name-edit label {
    line-height: 34px
}

#goodsList .goods-name-edit input.val {
    width: 105px
}

#goodsList input.edit-img-input {
    width: 70px;
    height: 25px;
    font-size: 20px
}

#goodsList .goods-description textarea {
    width: 210px;
    height: 50px;
    max-width: 210px;
    min-height: 50px
}

#pgoods .add-goods .add-image-btn, #pgoods.noimg .add-goods .add-goods-btn {
    display: block
}

#pgoods .add-goods .add-goods-btn, #pgoods.noimg .add-goods .add-image-btn {
    display: none
}

#btnItemsPredefine, #btnItemsBatch, #btnAddNoImgGoods, #btnLikertPredefine, #btnAddGoods {
    margin-top: 10px
}

.file-prew {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 30px;
    font-size: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

#allFormPerperties > li {
    padding: 0 20px
}

#allFormPerperties {
    padding-bottom: 35px
}

.highlight-blue, .highlight {
    background: none repeat scroll 0 0 #ecf0f1;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    text-align: left
}

    .highlight-blue .desc {
        padding: 0
    }

.overhide {
    overflow: hidden
}

.arrow {
    height: 28px;
    margin: 0 1px 0 0;
    position: absolute;
    right: 100%;
    width: 16px;
    z-index: 50
}

* html .arrowie6 {
    left: -20px
}

#middle li * {
    cursor: pointer
}

.form-default {
    border-color: #f9f9f9 #f9f9f9 #ddd #f9f9f9;
    border-style: solid solid solid solid;
    border-width: 1px;
    background-color: #f9f9f9
}

.form-focused {
    border: 1px dashed #e8dbad;
    background-color: #fffbef
}

.form-prefocus {
    cursor: pointer;
    border: 1px dashed #bbb;
    background-color: #f9f9f9
}

.default {
    border: 1px solid transparent;
    _border: 1px solid #fff
}

.focused {
    border: 1px solid #e8dbad;
    background-color: #fffbef
}

.prefocus {
    border: 1px dashed #bbb;
    background-color: #fff
}

.fieldActions {
    position: absolute;
    width: 50px !important;
    right: 15px;
    bottom: -10px;
    padding: 0 2px;
    z-index: 800
}

    .fieldActions .iconfont {
        cursor: pointer
    }

.faDup {
    margin-right: 15px;
    color: #31ba42;
    background-color: #fff
}

.faDel {
    color: #f0483f;
    background-color: #fff
}

.handle {
    position: absolute;
    height: 98%;
    width: 100%;
    top: 0;
    left: 0
}

    .handle i {
        right: 2px;
        top: 1px;
        position: absolute;
        cursor: move !important;
        background-color: #fbfbfb
    }

.section {
    font-size: 110% !important;
    border-top: 1px dotted #ccc
}

#fields li.private {
    background-image: url(images/locksmall.png) !important;
    background-repeat: no-repeat;
    background-position: 98% 7px
}

#fields li.first .section {
    border-top: medium none !important
}

#fields a {
    text-decoration: underline
}

#fields div.map {
    margin-top: 5px;
    padding: 0 1px;
    width: 100%
}

    #fields div.map img {
        width: 100%
    }

#middle table {
    border: 0;
    border-collapse: collapse
}

    #middle table td, #middle table th {
        border: 1px solid #dedede;
        padding: 3px 5px;
        min-width: 50px;
        height: 20px
    }

#fields .goods-item {
    padding: 7px 7px 7px;
    background: #fdfdfd;
    display: inline-block;
    float: left;
    width: 160px;
    zoom: 1;
    margin: 10px 0 10px 3px;
    border: 1px solid #f9f9f9;
    vertical-align: top
}

    #fields .goods-item .img {
        width: 158px;
        vertical-align: middle;
        border: 1px solid #e0e0e0
    }

    #fields .goods-item .image-center {
        height: 158px;
        overflow: hidden
    }

    #fields .goods-item .name {
        display: block;
        font-weight: bold;
        padding-top: 5px
    }

    #fields .goods-item .des {
        display: block;
        border-bottom: 1px dotted #e0e0e0
    }

    #fields .goods-item .price-number {
        padding-top: 5px
    }

    #fields .goods-item .price {
        color: #e74c3c;
        font-weight: bold;
        width: 80px;
        display: inline-block;
        float: left;
        line-height: 25px;
        font-family: "Georgia"
    }

    #fields .goods-item .number-container {
        display: inline-block;
        text-align: center;
        float: left;
        border: 1px solid #e0e0e0
    }

    #fields .goods-item .number {
        width: 20px;
        height: 24px;
        padding: 3px;
        line-height: 24px;
        text-align: center;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-top: 0;
        border-bottom: 0
    }

        #fields .goods-item .number.noincrease {
            width: 50px;
            border-right: 0
        }

    #fields .goods-item a.decrease, .goods-item a.increase {
        display: inline-block;
        zoom: 1;
        text-decoration: none !important;
        padding: 2px 4px;
        width: 14px;
        color: #666;
        background-color: #EEE;
        font-size: 120%;
        font-weight: bold
    }

        #fields .goods-item a.decrease i, .goods-item a.increase i {
            font-style: normal
        }

.noimage-holder, .nogoods-holder {
    width: 171px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    border: 1px dashed #bbb
}

    .noimage-holder i {
        display: block;
        text-align: center;
        font-size: 230%
    }

.info {
    border-bottom: 1px dotted #ccc;
    clear: both;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 1% 1.1em;
    width: 100%
}

    .info h2 {
        clear: left;
        font-size: 160%;
        font-weight: normal;
        margin: 0 0 5px
    }

    .info h3 {
        color: #555;
        font-size: 95%;
        line-height: 135%
    }

    .info div {
        line-height: 150%
    }

.choiceMenu {
    border-bottom: 1px dotted #ccc;
    height: 202px;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0
}

    .choiceMenu li {
        margin: 0 0 3px
    }

        .choiceMenu li a {
            background-color: #fcfcfc;
            color: #444;
            display: block;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            margin: 0 10px 0 0;
            text-align: center;
            text-decoration: none
        }

            .choiceMenu li a:hover {
                background-color: #f1f1f1
            }

.flow {
    padding: 0 0 0 20px
}

    .flow div {
        border-left: 2px solid #ddd;
        color: #ddd;
        font-size: 170%;
        font-weight: bold;
        line-height: 202px;
        text-indent: -2px
    }

.choiceText {
    height: 200px;
    width: 98%;
    min-width: 98%;
    margin: 0 0 10px
}

.formButtons {
    background: none repeat scroll 0 0 #f1f1f1;
    padding: 15px 0;
    text-align: center;
    width: 580px;
    z-index: 1;
    zoom: 1;
    position: absolute;
    bottom: 1px
}

#lbContent ol.decide {
    list-style: none outside none;
    margin: 17px 0 0;
    padding: 0;
    width: 100%
}

    #lbContent ol.decide li {
        font-size: 120%;
        margin: 0 0 10px;
        padding: 0;
        width: 100%
    }

        #lbContent ol.decide li a {
            background-color: #fbfbfb;
            color: #555;
            display: block;
            line-height: 40px;
            margin: 1px;
            padding: 1px 1px 1px 16px;
            text-decoration: none
        }

            #lbContent ol.decide li a:hover {
                background-color: #f1f1f1
            }

.s {
    width: 30%
}

.xs {
    width: 40%
}

.m {
    width: 49%
}

.sl {
    width: 70%
}

.l {
    width: 75%
}

.xl {
    width: 80%
}

.xxl {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.yyyy {
    width: 50px
}

.mm, .dd, .hh, .ss {
    width: 60px
}

.txtCenter {
    text-align: center
}

#fields textarea.s {
    height: 80px;
    width: 100%
}

#fields textarea.m {
    height: 150px;
    width: 100%
}

#fields textarea.xxl {
    height: 250px;
    width: 100%
}

.wangEditor-txt {
    height: 200px !important
}

.oneline span {
    float: left;
    margin-right: 3px;
    text-align: center
}

    .oneline span.split {
        line-height: 32px
    }

.oneline label {
    display: block
}

.onelineLeft label {
    display: block
}

.forms {
    position: relative
}

.fields {
    position: relative;
    min-height: 150px;
    padding: 0 15px 80px 15px
}

* html .fields {
    height: 150px
}

.field {
    width: 98%;
    margin: 0 0 6px 0;
    padding: 6px;
    position: relative;
    zoom: 1
}

.form {
    padding: 20px 6px 20px 15px;
    margin: 0 0 6px 0;
    position: relative;
    zoom: 1
}

.fields li div {
    overflow: hidden
}

.reduction label {
    color: #555;
    font-size: 90%;
    opacity: .7
}

.desc {
    padding: 3px 0 6px 0;
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 95%;
    margin: 0
}

.filewrap input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 20px;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.file-input {
    padding: 5px 10px !important
}

#right .desc {
    padding-top: 15px
}

#right fieldset .desc {
    padding: 0
}

.not-bold {
    font-weight: normal
}

.input {
    border: 1px solid #ccc;
    padding: 7px;
    background-color: #fff;
    margin-top: 2px
}

.req {
    color: red;
    font-weight: bold
}

.fieldInstruct {
    width: 100%
}

.instruct {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    font-size: 95%;
    margin: 0 0 0 8px;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 45%;
    z-index: 800
}

.leftLabel {
    overflow: hidden
}

    .leftLabel .desc {
        width: 30%;
        margin: 0 10px 0 0;
        float: left
    }

    .leftLabel li {
        float: left
    }

        .leftLabel li > div {
            width: 67%;
            float: left
        }

.labelRight .desc {
    text-align: right
}

.noLabelAlign .desc {
    width: auto !important;
    margin: 0 !important;
    float: none !important
}

.noLabelAlign {
    width: auto !important;
    float: none !important
}

.one div span {
    display: block;
    float: left;
    padding: 3px;
    display: block;
    width: 98%
}

.two div span {
    display: block;
    float: left;
    padding: 3px;
    display: block;
    width: 48%
}

.three div span {
    display: block;
    float: left;
    padding: 3px;
    display: block;
    width: 30%
}

.oneByOne div span {
    padding: 3px;
    display: inline-block
}

.oneByOne .m {
    width: 30%
}

.one input, .two input, .three input, .oneByOne input {
    margin-right: 5px
}

.table {
    background-color: #fff;
    border-color: #dedede;
    border-style: solid none none solid;
    border-width: 1px;
    width: 100%
}

    .table caption {
        color: #222;
        line-height: 135%;
        padding: 5px 0 .5em;
        text-align: left
    }

    .table thead {
        font-weight: normal;
        background-color: #fdfdfd;
        text-align: center
    }

    .table th {
        width: 30%;
        padding: 10px 6px;
        font-weight: normal
    }

    .table td, .table th {
        text-align: center;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede
    }

        .table td label {
            color: #565656;
            display: block;
            font-size: 85%
        }

.leftHalf {
    float: left;
    width: 47%
}

.rightHalf {
    float: right;
    width: 47%
}

div.dp-popup {
    position: relative;
    background: #000;
    font-size: 85%;
    font-family: arial,sans-serif;
    padding: 2px;
    line-height: 1.2em;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1)
}

div#dp-popup {
    position: absolute;
    z-index: 10000
}

div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 6px 0;
    padding: 0;
    color: #fff
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block
}

    a#dp-close:hover {
        text-decoration: underline
    }

div.dp-popup a {
    color: #fff;
    text-decoration: none;
    padding: 3px 2px 0
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px
}

    div.dp-popup div.dp-nav-prev a {
        float: left
    }

    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
        cursor: pointer
    }

        div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
            cursor: default
        }

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px
}

    div.dp-popup div.dp-nav-next a {
        float: right
    }

div.dp-popup a.disabled {
    cursor: default;
    color: #aaa
}

div.dp-popup td {
    cursor: pointer
}

    div.dp-popup td.disabled {
        cursor: default
    }

a.dp-nav-prev-year, a.dp-nav-prev-month, a.dp-nav-next-year, a.dp-nav-next-month {
    width: 15px;
    height: 16px;
    display: block;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #000;
    background-image: url("images/view-icon-bg.gif");
    background-repeat: no-repeat;
    background-color: #000
}

a.dp-nav-prev-month {
    background-position: 2px -15px
}

a.dp-nav-prev-year {
    background-position: 2px -47px
}

a.dp-nav-next-month {
    background-position: 2px -31px
}

a.dp-nav-next-year {
    background-position: 2px -63px
}

    a.dp-nav-prev-year:hover, a.dp-nav-prev-month:hover, a.dp-nav-next-year:hover, a.dp-nav-next-month:hover {
        background-color: #0078a3;
        border: 1px solid #59b4d4
    }

.icon-pos {
    top: 50%;
    margin-top: -14px
}

.item-upload {
    border: 1px dotted #ccc;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 3px 3px 3px 0;
    padding-top: 5px;
    overflow: hidden;
    cursor: pointer
}
