﻿@charset "UTF-8";
/* Use styles of bootstrap v2.3.2 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {
    display: inline-block;
    padding: 2px 6px;
    color: #555555;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 24px;
    background: white;
}

.uneditable-input {
    cursor: default;
}

input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
    padding: 0 6px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    margin-bottom: 0;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background: linear-gradient(to bottom, #ffffff, #e6e6e6) #f5f5f5 repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

    .btn.mini {
        padding: 0 6px;
        font-size: 10.5px;
        border-radius: 3px;
    }

    .btn.small {
        padding: 2px 10px;
        font-size: 11.9px;
        border-radius: 3px;
    }

    .btn.large {
        padding: 11px 19px;
        font-size: 17.5px;
        border-radius: 6px;
    }

    .btn:hover, .btn:active, .btn:disabled, .btn.active {
        background-color: #e6e6e6;
        text-decoration: none;
        background-position: 0 -15px;
        transition: background-position 0.1s linear;
    }

    .btn.primary {
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #006dcc;
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    }

        .btn.primary:hover, .btn.primary:active, .btn.primary:disabled, .btn.primary.active {
            background-color: #0044cc;
        }

    .btn.danger {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #da4f49;
        background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    }

        .btn.danger:hover, .btn.danger:active, .btn.danger:disabled, .btn.danger.active {
            background-color: #bd362f;
        }

    .btn.info {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #49afcd;
        background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    }

        .btn.info:hover, .btn.info:active, .btn.info:disabled, .btn.info.active {
            background-color: #2f96b4;
        }

    .btn.success {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #5bb75b;
        background-image: linear-gradient(to bottom, #62c462, #51a351);
    }

        .btn.success:hover, .btn.success:active, .btn.success:disabled, .btn.success.active {
            background-color: #51a351;
        }

    .btn.warning {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #faa732;
        background-image: linear-gradient(to bottom, #fbb450, #f89406);
    }

        .btn.warning:hover, .btn.warning:active, .btn.warning:disabled, .btn.warning.active {
            background-color: #f89406;
        }

    .btn.inverse {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #363636;
        background-image: linear-gradient(to bottom, #444444, #222222);
    }

        .btn.inverse:hover, .btn.inverse:active, .btn.inverse:disabled, .btn.inverse.active {
            background-color: #222222;
        }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn:disabled {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        box-shadow: none;
    }

.input-append {
    display: flex;
    flex: 1;
}

    .input-append input, .input-append select, .input-append .uneditable-input {
        border-radius: 4px 0 0 4px;
        flex: 1;
    }

    .input-append .add-on {
        display: flex;
        align-items: center;
        width: auto;
        padding: 0 5px;
        font-size: 14px;
        font-weight: normal;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #eeeeee;
        border: 1px solid #ccc;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

.dropdown-area {
    position: absolute;
    top: 100%;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10em;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .dropdown-area.ng-enter, .dropdown-area.ng-leave {
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transform-origin: 6px -6px;
    }

        .dropdown-area.ng-enter, .dropdown-area.ng-leave.ng-leave-active {
            opacity: 0;
            transform: scale(0.5);
        }

            .dropdown-area.ng-leave, .dropdown-area.ng-enter.ng-enter-active {
                opacity: 1;
                transform: scale(1);
            }

    .dropdown-area:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .dropdown-area:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        position: absolute;
        top: -6px;
        left: 7px;
    }

multi-selector {
    position: relative;
    display: inline-block;
}

    multi-selector button {
        margin: 0 !important;
    }

    multi-selector > .dropdown-area > li {
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

        multi-selector > .dropdown-area > li input[type="checkbox"] {
            margin: 0 0.5em 1px 0;
        }

        multi-selector > .dropdown-area > li:hover {
            background: #eee;
        }

date-picker {
    position: relative;
    display: inline-block;
}

    date-picker > .dropdown-area table {
        width: 100%;
        height: 100%;
        text-align: center;
    }

        date-picker > .dropdown-area table td, date-picker > .dropdown-area table th {
            width: 2em;
            height: 2em;
            border-radius: 4px;
            border: none;
        }

            date-picker > .dropdown-area table td.old, date-picker > .dropdown-area table td.new {
                color: #999999;
            }

            date-picker > .dropdown-area table td.today:not(.old):not(.new), date-picker > .dropdown-area table td.today:not(.old):not(.new):hover {
                background: linear-gradient(to bottom, #fdd49a, #fdf59a);
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                color: #000;
            }

            date-picker > .dropdown-area table td.active:not(.old):not(.new), date-picker > .dropdown-area table td.active:not(.old):not(.new):hover {
                background-image: linear-gradient(to bottom, #0088cc, #0044cc);
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            date-picker > .dropdown-area table td:hover, date-picker > .dropdown-area table th.angle:hover {
                background: #eee;
                cursor: pointer;
            }

            date-picker > .dropdown-area table tr.disabled, date-picker > .dropdown-area table td.disabled {
                background: none !important;
                color: #999 !important;
                cursor: default !important;
            }

:focus {
    outline: none;
}

a {
    text-decoration: none;
}

* {
    min-width: 0;
    min-height: 0;
}

.clickable {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

button, input[type=button], input[type=submit], input[type=reset] {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

mark {
    background: none;
    color: grey;
    cursor: default;
}

summary {
    cursor: pointer;
}

.font-black {
    font-family: 'Microsoft YaHei', 'STXihei', 'WenQuanYi Micro Hei', sans-serif;
}

input:disabled, textarea:disabled, button:disabled, select:disabled, optgroup:disabled {
    color: graytext;
    cursor: auto;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

textarea {
    resize: none;
    border: 1px solid #ddd;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    vertical-align: middle;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.money::first-letter {
    color: darkgoldenrod;
    font-weight: bold;
    margin-right: 2px;
}

article {
    padding-right: 1px;
}

    article fieldset.buttons {
        padding: 0.35em 1em;
        background: #eee;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    article > footer {
        text-align: center;
        margin: 1em 0 0 0;
    }

        article > footer:empty {
            display: none;
        }

    article > fieldset {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin: 0;
        padding: 0;
    }

        article > fieldset:not(:first-child) {
            margin: 1em 0 0 0;
        }

        article > fieldset > header {
            background: linear-gradient(to bottom, white, white 50%, #f2f2f2);
            padding: 0.4em 0.8em;
        }

        article > fieldset.expandable > header {
            cursor: pointer;
        }

            article > fieldset.expandable > header i {
                vertical-align: middle;
            }

        article > fieldset.expandable.unexpanded > form {
            display: none;
        }

        article > fieldset:not(.unexpanded) > header:not(:only-child) {
            border-bottom: 1px solid #e0e0e0;
        }

i.star {
    font-style: normal;
    color: red;
}

    i.star::before {
        content: "*";
    }

i.fa {
    text-align: center;
}

    i.fa.fa-phone, i.fa.fa-times-circle {
        width: 1em;
    }

    i.fa.fa-mobile {
        width: .6em;
        font-size: 1.66667em;
        line-height: .6em;
        vertical-align: text-bottom;
    }

    i.fa:not(.fa-no-margin):not(.margin-left):not(.sort-icon) {
        margin-right: .5em;
    }

    i.fa.margin-left {
        margin-left: .5em;
    }

    i.fa.sort-icon {
        margin-left: .5em;
    }

        i.fa.sort-icon:not(.fa-sort) {
            color: green;
        }

    i.fa.bold {
        font-weight: bold;
    }

.move-down {
    margin-top: 1em;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

ul[ng-animate-children] > li.angular-animate.ng-enter, ul[ng-animate-children] > li.angular-animate.ng-leave {
    transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}

    ul[ng-animate-children] > li.angular-animate.ng-leave.ng-leave-active, ul[ng-animate-children] > li.angular-animate.ng-enter {
        opacity: 0;
        transform: translateY(-32px) translateZ(0);
    }

        ul[ng-animate-children] > li.angular-animate.ng-enter.ng-enter-active, ul[ng-animate-children] > li.angular-animate.ng-leave {
            opacity: 1;
            transform: translateY(0) translateZ(0);
        }

ul[ng-animate-children] > li.angular-animate.ng-enter-stagger {
    transition-delay: .1s;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

dir-pagination-controls {
    display: block;
}

    dir-pagination-controls.center {
        text-align: center;
    }

    dir-pagination-controls.right {
        text-align: right;
    }

ul.pagination {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    ul.pagination > li {
        display: inline;
    }

        ul.pagination > li > a,
        ul.pagination > li > span {
            float: left;
            padding: 4px 12px;
            line-height: 20px;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-left-width: 0;
        }

            ul.pagination > li > a:hover,
            ul.pagination > li > a:focus,
            ul.pagination > .active > a,
            ul.pagination > .active > span {
                background-color: #f5f5f5;
            }

    ul.pagination > .active > a,
    ul.pagination > .active > span {
        color: #999999;
        cursor: default;
    }

    ul.pagination > .disabled > span,
    ul.pagination > .disabled > a,
    ul.pagination > .disabled > a:hover,
    ul.pagination > .disabled > a:focus {
        color: #999999;
        cursor: default;
        background-color: transparent;
    }

    ul.pagination > li:first-child > a,
    ul.pagination > li:first-child > span {
        border-left-width: 1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    ul.pagination > li:last-child > a,
    ul.pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

html.ie span {
    align-self: baseline;
}

body > script ~ input[type=file] {
    display: none;
}

ul.table .name, ul.table .date {
    flex: .6;
    table-layout: fixed;
    word-wrap:break-word;
}

ul.table:not(.no-border) {
    border: 1px solid #e0e0e0;
}

ul.table > .no-style {
    display: none;
}

    ul.table > .no-style .not-found {
        display: none;
    }

    ul.table > .no-style > div {
        margin: auto;
    }

    ul.table > .no-style .line-scale div {
        background-color: #aaa;
    }

    ul.table > .no-style:last-child {
        display: flex;
    }

        ul.table > .no-style:last-child:not(.loading) .line-scale {
            display: none;
        }

        ul.table > .no-style:last-child:not(.loading) .not-found {
            display: block;
        }

ul.table > li {
    display: flex;
    padding: 0;
}

    ul.table > li:nth-child(odd) {
        background: #f9f9f9;
    }

    ul.table > li:nth-child(even) {
        background: #f5f5f5;
    }

    ul.table > li:hover:not(:first-child):not(.no-style) {
        background: #73B1E0;
        color: #FFF;
    }

    ul.table > li.no-data {
        display: block;
        padding: 0.4em 0.8em;
        text-align: center;
    }

    ul.table > li.selected {
        background: #FCFCAF !important;
        color: black !important;
    }

    ul.table > li > div {
        text-align: center;
        flex: 1;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 0.4em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap:break-word;
    }

        ul.table > li > div.button {
            padding: 0;
            display: flex;
            color: black;
        }

            ul.table > li > div.button > span {
                margin: auto;
            }

                ul.table > li > div.button > span button + button {
                    margin-left: .7em;
                }

        ul.table > li > div.number {
            flex: .5;
        }

        ul.table > li > div:last-of-type {
            border-right: none;
        }

    ul.table > li:first-of-type {
        background: #d9edf7;
        color: #3a87ad;
    }

        ul.table > li:first-of-type > div {
            padding: 0.6em 0;
            font-weight: bold;
        }

    ul.table > li:last-of-type div {
        border-bottom: none;
    }

ul.table ~ section[ng-show^="Selected"] {
    border: 1px solid #e0e0e0;
}

    ul.table ~ section[ng-show^="Selected"] > header {
        background: #ddf1fe;
        padding: 0.4em 1.2em;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
    }

        ul.table ~ section[ng-show^="Selected"] > header > span {
            flex: 1;
        }

        ul.table ~ section[ng-show^="Selected"] > header > a {
            color: black;
        }

            ul.table ~ section[ng-show^="Selected"] > header > a:hover {
                color: red;
            }

    ul.table ~ section[ng-show^="Selected"] > div {
        background: rgba(0, 0, 0, 0.02);
        padding: 1em;
    }

        ul.table ~ section[ng-show^="Selected"] > div ul.table {
            background: white;
        }

        ul.table ~ section[ng-show^="Selected"] > div ul.vcn::after {
            content: none;
        }

        ul.table ~ section[ng-show^="Selected"] > div ul.vcn span {
            width: 7.5em;
        }

ul.vcn {
    display: flex;
}

    ul.vcn > li {
        display: flex;
        margin: .2em 0;
    }

        ul.vcn > li:not(.buttons) {
            flex: 1;
        }

    ul.vcn span {
        white-space: nowrap;
        width: 6em;
        text-align: right;
        padding: 0 .5em;
        margin: auto 0;
    }

        ul.vcn span.long {
            width: 10em;
        }

    ul.vcn input, ul.vcn textarea {
        flex: 1;
        align-self: center;
    }

    ul.vcn select {
        margin: auto 0;
        align-self: center;
    }

    ul.vcn button:not(.add-on) {
        margin: auto .6em;
        align-self: center;
    }

    ul.vcn:not(.no-padding)::after {
        content: "";
        width: 13px;
    }

form.add-new {
    margin: 1em 7em;
}

    form.add-new > button {
        display: block;
        margin: 1em auto 0;
    }

    form.add-new > div {
        display: flex;
    }

        form.add-new > div > ul {
            flex: 1;
            margin-right: 1em;
        }

    form.add-new ul.form > li {
        margin-bottom: .7em;
    }

        form.add-new ul.form > li:not(.no-style) {
            display: flex;
            align-items: center;
        }

            form.add-new ul.form > li:not(.no-style) > label {
                width: 10em;
                text-align: right;
                margin-left: 1em;
                font-family: NSimSun, monospace;
            }

                form.add-new ul.form > li:not(.no-style) > label i {
                    margin-right: 4px !important;
                }

            form.add-new ul.form > li:not(.no-style):empty {
                border: 1px inset;
            }

            form.add-new ul.form > li:not(.no-style) > header {
                font: bold 1.5em ����;
            }

            form.add-new ul.form > li:not(.no-style) div {
                margin-left: 2px;
            }

                form.add-new ul.form > li:not(.no-style) div > label + label {
                    margin-left: 1.5em;
                }

                form.add-new ul.form > li:not(.no-style) div input[type=radio] {
                    margin-right: .5em;
                }

            form.add-new ul.form > li:not(.no-style) input:not([type=radio]), form.add-new ul.form > li:not(.no-style) select, form.add-new ul.form > li:not(.no-style) textarea {
                flex: 1;
            }

            form.add-new ul.form > li:not(.no-style) mark {
                width: 2.4em;
                text-align: center;
            }

                form.add-new ul.form > li:not(.no-style) mark i.fa-check {
                    color: green;
                }

@keyframes ngdialog-content-open {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes ngdialog-overlay-open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes ngdialog-content-close {
    0% {
        opacity: 1;
        transform: none;
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes ngdialog-overlay-close {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

    ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.ngdialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
}

    .ngdialog .ngdialog-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: white;
        opacity: 0.5;
    }

    .ngdialog.prompt .ngdialog-content, .ngdialog.detail .ngdialog-content {
        position: relative;
        margin: auto;
        align-self: center;
        z-index: 1;
        background: white;
        border-radius: 6px;
    }

    .ngdialog.prompt.ngdialog-closing .ngdialog-content {
        animation: ngdialog-content-close .2s;
    }

    .ngdialog.prompt.ngdialog-closing .ngdialog-overlay {
        animation: ngdialog-overlay-close .2s;
    }

    .ngdialog.prompt .ngdialog-overlay {
        animation: ngdialog-overlay-open .2s;
    }

    .ngdialog.prompt .ngdialog-content {
        animation: ngdialog-content-open .2s;
        box-shadow: 0 1px 2px #ccc;
        padding: 2px;
    }

    .ngdialog.prompt header {
        height: 3em;
        line-height: 3em;
        color: #f1f1f1;
        padding: 0 1em;
        background: linear-gradient(to bottom, #27a9e3, #4187b1);
        border-bottom: 1px solid #3c637c;
        border-radius: 6px 6px 0 0;
    }

        .ngdialog.prompt header .ngdialog-close {
            float: right;
            color: white;
        }

    .ngdialog.prompt section, .ngdialog.prompt ul {
        margin: 10px 30px;
        padding: 1em;
    }

    .ngdialog.prompt li {
        display: flex;
        align-items: center;
    }

        .ngdialog.prompt li:not(:last-child) {
            margin-bottom: .5em;
        }

        .ngdialog.prompt li input {
            flex: 1;
            min-width: 20em;
        }

    .ngdialog.prompt section textarea, .ngdialog.prompt section input {
        display: block;
        min-width: 20em;
        margin-top: 1em;
    }

    .ngdialog.prompt textarea {
        resize: both;
        min-height: 3em;
    }

    .ngdialog.prompt footer {
        text-align: right;
        padding: .5em 1em;
        background: #f1f1f1;
        border-top: 1px solid #eeeeee;
        border-radius: 0 0 6px 6px;
    }

        .ngdialog.prompt footer button + button {
            margin-left: 1em;
        }

    .ngdialog.detail.ngdialog-closing .ngdialog-content {
        animation: ngdialog-content-close .5s;
    }

    .ngdialog.detail.ngdialog-closing .ngdialog-overlay {
        animation: ngdialog-overlay-close .5s;
    }

    .ngdialog.detail .ngdialog-overlay {
        animation: ngdialog-overlay-open .5s;
    }

    .ngdialog.detail .ngdialog-content {
        animation: ngdialog-content-open .5s;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

html.ie .ngdialog.detail .ngdialog-content {
    min-width: 70vw;
}

.ngdialog.detail .ngdialog-content > article {
    max-width: 90vw;
    max-height: 90vh;
}

.ngdialog.detail.scroll .ngdialog-content {
    padding-right: 3px;
}

    .ngdialog.detail.scroll .ngdialog-content > article {
        padding-right: 3px;
        overflow-y: scroll;
    }

    .ngdialog.detail.scroll .ngdialog-content:not(:hover) ::-webkit-scrollbar-thumb {
        visibility: hidden;
    }

.ngdialog.detail.ngdialog-with-title .ngdialog-content {
    top: 1em;
}

    .ngdialog.detail.ngdialog-with-title .ngdialog-content > article {
        max-height: 86vh;
    }

.ngdialog.detail .ngdialog-title {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0;
    text-align: center;
    transform: translate(-50%, -120%);
    background: white;
    padding: .2em .4em;
    border-radius: 1000px;
    box-shadow: rgba(255, 255, 255, 0.5) 0 0 4px;
    font-size: 1.1em;
    line-height: 22px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ngdialog.detail .ngdialog-close {
    position: absolute;
    line-height: 1.2em;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    right: -.4em;
    top: -.4em;
    border-radius: .6em;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px black;
}

.ngdialog .ngdialog-close:hover {
    cursor: pointer;
}

:root {
    font: .9em 'System San Francisco Display', 'Helvetica Neue', 'Helvetica', 'Segoe UI', 'Verdana', 'Arial', 'NSimsun', sans-serif;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-rendering: geometricPrecision;*/
}

body {
    width: 97%;
    min-width: 1280px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #f1f1f1;
}

    body #loading-bar-spinner {
        top: calc((3.5em - 18px) / 2);
        right: 10px;
        left: auto;
        position: absolute;
    }

    body > header {
        display: flex;
        background: white;
        border-bottom: 2px solid #8ec81b;
        padding: .5em 1em;
    }

        body > header > img {
            height: 3.5em;
        }

        body > header > .blank {
            flex: 1;
        }

        body > header > div {
            align-self: center;
        }

            body > header > div > :first-child {
                vertical-align: middle;
                margin-right: .5em;
            }

    body > footer {
        margin: .2em 0;
        text-align: center;
        font-size: smaller;
        color: darkgray;
    }

main {
    display: flex;
    margin-top: .8em;
    flex: 1;
    overflow: hidden;
}

    main > aside {
        margin: 0 .8em auto 0;
        align-self: flex-start;
        width: 15em;
        display: flex;
        flex-direction: column;
    }

        main > aside a {
            color: inherit;
        }

        main > aside button {
            line-height: 16px;
            margin-bottom: .5em;
        }

        main > aside section {
            background-color: #fafafa;
            padding-top: .2em;
            overflow: hidden;
            transition: all .3s ease-in-out;
            border-left: 5px solid;
            /*color*/
        }

            main > aside section + section {
                margin-top: 1px;
            }

            main > aside section:nth-child(6n) {
                border-left-color: #27ae60;
            }

            main > aside section:nth-child(6n+1) {
                border-left-color: #d40d12;
            }

            main > aside section:nth-child(6n+2) {
                border-left-color: #2980b9;
            }

            main > aside section:nth-child(6n+3) {
                border-left-color: #e82c0c;
            }

            main > aside section:nth-child(6n+4) {
                border-left-color: #8e44ad;
            }

            main > aside section:nth-child(6n+5) {
                border-left-color: #fe31ab;
            }

            main > aside section:hover, main > aside section.active.hide {
                color: white;
                background: #3399ff;
            }

            main > aside section[data-length="1"] {
                height: 4.2em;
            }

            main > aside section[data-length="2"] {
                height: 6.2em;
            }

            main > aside section[data-length="3"] {
                height: 8.2em;
            }

            main > aside section[data-length="4"] {
                height: 10.2em;
            }

            main > aside section[data-length="5"] {
                height: 12.2em;
            }

            main > aside section[data-length="6"] {
                height: 14.2em;
            }

            main > aside section[data-length="7"] {
                height: 16.2em;
            }

            main > aside section[data-length="8"] {
                height: 18.2em;
            }

            main > aside section[data-length="9"] {
                height: 20.2em;
            }

            main > aside section label {
                display: block;
                padding: 0 .6em;
                border-bottom: 1px solid #f9f9f9;
                height: 2.2em;
                line-height: 2.2em;
                position: relative;
                background-clip: padding-box;
                cursor: pointer;
                -moz-user-select: none;
                -ms-user-select: none;
                -webkit-user-select: none;
                user-select: none;
            }

            main > aside section ul {
                background: #f9f9f9;
                color: black;
            }

                main > aside section ul + ul {
                    border-top: 1px solid #CCC;
                }

                main > aside section ul li {
                    height: 1.6em;
                    line-height: 1.6em;
                    line-height: calc(1.6em + 1px);
                    padding: .2em 10px .2em 1em;
                    transition: background .2s, color .2s;
                    position: relative;
                }

                    main > aside section ul li:hover {
                        background: #ebebeb;
                        color: #0cb9b9;
                    }

                    main > aside section ul li.active {
                        background: #9cf;
                        color: white;
                    }

                    main > aside section ul li span.badge {
                        background-color: #777;
                        border-radius: 10px;
                        color: #fff;
                        font-size: .8em;
                        height: 1.5em;
                        line-height: 1.5em;
                        font-weight: bold;
                        min-width: 2.5em;
                        text-align: center;
                        white-space: nowrap;
                        margin: 0 4px;
                        position: absolute;
                        top: 1px;
                        bottom: 0;
                        right: 2em;
                        margin: auto;
                    }

                        main > aside section ul li span.badge.highlight {
                            background-color: #ff530d;
                        }

                        main > aside section ul li span.badge:empty {
                            display: none;
                        }

            main > aside section i.fa-arrow-circle-o-down {
                transition: transform .3s ease-in-out;
                transform: rotate(0deg);
            }

            main > aside section.hide {
                height: 2em;
            }

                main > aside section.hide i.fa-arrow-circle-o-down {
                    transform: rotate(-90deg);
                }

    main article > :not(dir-pagination-controls) {
        background: #fafafa;
    }

#content {
    flex: 1;
    display: flex;
}

    #content > :only-child {
        flex: 1;
        overflow: auto;
    }

#Home {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
}

    #Home.loading {
        cursor: wait !important;
    }

    #Home > div {
        background-color: #D7E9F7;
        flex: 1;
        display: flex;
        align-items: center;
    }

    #Home form {
        display: flex;
        margin: auto;
        width: 960px;
    }

    #Home div.left {
        align-self: center;
    }

    #Home fieldset.right {
        margin-left: 5em;
        flex: 1;
        border-radius: 10px;
        padding: 2em;
        border: 2px solid #F1F8FE;
        box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
        background: white;
    }

    #Home header {
        position: static;
        margin-bottom: .8em;
        font: larger 'SimHei';
    }

    #Home label {
        display: block;
        position: relative;
        padding-top: 1em;
        overflow: hidden;
        margin-bottom: .5em;
    }

        #Home label span {
            position: absolute;
            display: block;
            left: .5em;
            top: 1em;
            bottom: 0;
            width: 100%;
            margin: auto;
            pointer-events: none;
            transform-origin: left top;
            height: 1.5em;
            line-height: 1.5em;
            color: rgba(0, 0, 0, 0.26);
            transition: all cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
        }

        #Home label input {
            box-sizing: border-box;
            padding: 1px 2em 2px .5em;
            display: block;
            width: 100%;
            border: rgba(0, 0, 0, 0.12) solid;
            border-width: 0 0 1px;
            background: none repeat-x bottom;
            background-size: 3px 1px;
            transition: cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
            transition-property: border-color, color;
            border-radius: 0;
            box-shadow: none;
        }

            #Home label input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.26);
                transform: translate(0, 1.5em);
                transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
            }

            #Home label input:-ms-input-placeholder {
                color: transparent;
            }

            #Home label input::-moz-placeholder {
                color: transparent;
            }

            #Home label input:focus {
                border-color: #3f51b5;
                border-bottom-width: 2px;
                padding-bottom: 1px;
            }

                #Home label input:focus::-webkit-input-placeholder {
                    transform: none;
                }

                #Home label input:focus + span {
                    color: #3f51b5;
                    transform: translate(0, -1em) scale(0.75);
                }

            #Home label input:disabled {
                border-color: transparent;
                color: rgba(0, 0, 0, 0.26);
                background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.12) 33%, transparent 0);
            }

        #Home label i.fa {
            font-size: 1.2em;
            margin: auto;
            color: red;
            position: absolute;
            right: .5em;
            width: 1em;
            text-align: center;
            bottom: 3px;
        }

        #Home label.has-value i.fa {
            color: dodgerblue;
        }

        #Home label.has-value span {
            transform: translate(0, -1em) scale(0.75);
            color: rgba(0, 0, 0, 0.54);
        }

    #Home .err-msg {
        font-size: small;
        text-align: center;
        color: red;
    }

    #Home button {
        width: 100%;
        margin-top: .6em;
    }

    #Home #ForgetPassword {
        text-align: right;
        font-size: smaller;
        margin-top: .5em;
        transition: .5s color;
    }

        #Home #ForgetPassword a[disabled] {
            color: #6d6d6d;
            cursor: not-allowed;
        }

#ProductManagement_NewProduct form {
    margin: 1em 7em;
    display: flex;
}

    #ProductManagement_NewProduct form > ul {
        flex: 1;
        margin-right: 1em;
    }

    #ProductManagement_NewProduct form > div.img {
        width: 200px;
        position: relative;
    }

        #ProductManagement_NewProduct form > div.img > * {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 200px;
            height: 200px;
            box-sizing: border-box;
        }

        #ProductManagement_NewProduct form > div.img div {
            background: #F8F8F8;
            text-align: center;
            line-height: 190px;
            border: 5px dashed #DDD;
        }

            #ProductManagement_NewProduct form > div.img div.dragover {
                border-color: blue;
            }

        #ProductManagement_NewProduct form > div.img.ok div, #ProductManagement_NewProduct form > div.img:not(.ok) img {
            opacity: 0;
        }

    #ProductManagement_NewProduct form li {
        margin-bottom: .7em;
    }

        #ProductManagement_NewProduct form li:last-of-type {
            text-align: center;
        }

        #ProductManagement_NewProduct form li label {
            display: inline-flex;
            align-items: center;
        }

            #ProductManagement_NewProduct form li label.fill {
                display: flex;
            }

                #ProductManagement_NewProduct form li label.fill input[type=text], #ProductManagement_NewProduct form li label.fill textarea {
                    flex: 1;
                }

            #ProductManagement_NewProduct form li label div {
                width: 7em;
            }

                #ProductManagement_NewProduct form li label div.top {
                    align-self: baseline;
                }

        #ProductManagement_NewProduct form li mark {
            margin-left: 1em;
        }

#ProductManagement_NewProduct #product-list > div {
    margin: .8em 1.2em .4em;
    padding: 0;
}

#ProductManagement_NewProduct #product-list > ul {
    margin: 0 1.2em .8em;
    padding: 0;
    height: 16em;
    border: 1px solid #cccccc;
    overflow-y: scroll;
}

#ProductManagement_NewProduct #product-list li {
    display: flex;
    align-items: center;
    margin: 1em 1.4em 0;
    position: relative;
}

    #ProductManagement_NewProduct #product-list li:last-of-type {
        margin-bottom: .2em;
    }

    #ProductManagement_NewProduct #product-list li::before {
        content: ">";
        margin-right: .5em;
    }

    #ProductManagement_NewProduct #product-list li:not(:last-of-type)::after {
        content: "";
        position: absolute;
        height: 0;
        left: -.5em;
        right: -.5em;
        bottom: -.5em;
        border-bottom: 1px dashed #e0e0e0;
    }

    #ProductManagement_NewProduct #product-list li div {
        flex: 1;
    }

#ProductManagement_NewProduct > button {
    display: block;
    margin: 0 auto;
}

#ProductManagement_FactoryNew li.rs {
    display: flex;
}

    #ProductManagement_FactoryNew li.rs > fieldset {
        flex: 1;
    }

        #ProductManagement_FactoryNew li.rs > fieldset ul {
            overflow-y: scroll;
            height: 10em;
        }

        #ProductManagement_FactoryNew li.rs > fieldset li {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #ProductManagement_FactoryNew li.rs > fieldset li:not(:first-child) {
                margin-top: .3em;
            }

        #ProductManagement_FactoryNew li.rs > fieldset input:checked + span {
            font-weight: bold;
        }

    #ProductManagement_FactoryNew li.rs > div {
        width: 1em;
    }

#ProductManagement_FactoryList {
    /*display: flex;
  flex-direction: column;*/
}

    #ProductManagement_FactoryList form {
        margin: .35em 1em;
        padding: 0;
    }

        #ProductManagement_FactoryList form label {
            margin-right: 1em;
        }

    #ProductManagement_FactoryList section[ng-show="SelectedFactory"] {
        border: 1px solid #e0e0e0;
    }

        #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > header {
            background: #ddf1fe;
            padding: .4em 1.2em;
            border-bottom: 1px solid #e0e0e0;
        }

        #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > div.detail {
            background: rgba(0, 0, 0, 0.02);
            padding: 1em;
            display: flex;
            align-items: flex-start;
        }

            #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > div.detail > div.left {
                margin-right: 1em;
                flex: 1;
            }

            #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > div.detail > div.right {
                margin-left: 1em;
                flex: 1;
            }

            #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > div.detail > div header {
                font-weight: bold;
                margin-bottom: .3em;
                text-align: center;
            }

            #ProductManagement_FactoryList section[ng-show="SelectedFactory"] > div.detail ul.table {
                background: white;
            }

#DealManagement_OrderList {
    /*display: flex;
  flex-direction: column;*/
}

    #DealManagement_OrderList #Orders a:not(:hover) {
        color: inherit;
    }

    #DealManagement_OrderList form {
        margin: .35em 1em;
        padding: 0;
    }

        #DealManagement_OrderList form label {
            margin-right: 1em;
        }

    #DealManagement_OrderList div.free.money {
        position: relative;
    }

        #DealManagement_OrderList div.free.money span {
            opacity: .1;
            text-decoration: line-through;
        }

        #DealManagement_OrderList div.free.money::before {
            content: "免费";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            text-align: center;
            color: red;
            font-weight: bold;
            padding: 0.4em 0;
        }

    #DealManagement_OrderList section[ng-show="SelectedOrder"] {
        border: 1px solid #e0e0e0;
    }

        #DealManagement_OrderList section[ng-show="SelectedOrder"] > header {
            background: #ddf1fe;
            padding: .4em 1.2em;
            border-bottom: 1px solid #e0e0e0;
        }

        #DealManagement_OrderList section[ng-show="SelectedOrder"] > div {
            background: rgba(0, 0, 0, 0.02);
            padding: 1em;
        }

            #DealManagement_OrderList section[ng-show="SelectedOrder"] > div ul.table {
                background: white;
            }

            #DealManagement_OrderList section[ng-show="SelectedOrder"] > div ul.vcn::after {
                content: none;
            }

            #DealManagement_OrderList section[ng-show="SelectedOrder"] > div ul.vcn span {
                width: 10em;
            }

#DealManagement_OrderDetail {
    min-width: 80em;
}

    #DealManagement_OrderDetail textarea {
        display: block;
        width: 100%;
        border: none;
        box-sizing: border-box;
        padding: 0 .8em;
    }

    #DealManagement_OrderDetail fieldset:last-of-type {
        margin-bottom: 1px;
    }

    #DealManagement_OrderDetail img {
        width: 6em;
    }

#DealManagement_OrderSearch .table a:not(:hover) {
    color: inherit;
}

#DealManagement_OrderSearch form > ul:last-child div {
    margin: auto;
}

#UserManagement_UserNew div.img {
    width: 330px;
    position: relative;
}

    #UserManagement_UserNew div.img > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 330px;
        height: 250px;
        line-height: 240px;
        border: 5px dashed transparent;
        box-sizing: border-box;
    }

    #UserManagement_UserNew div.img div {
        background: #F8F8F8;
        text-align: center;
        border-color: #DDD;
    }

        #UserManagement_UserNew div.img div.dragover {
            border-color: blue;
        }

    #UserManagement_UserNew div.img.ok div, #UserManagement_UserNew div.img:not(.ok) img {
        opacity: 0;
    }

#UserManagement_UserNew form > hr + div {
    display: block;
    text-align: center;
}

    #UserManagement_UserNew form > hr + div button + button {
        margin-left: 1em;
    }


#CustomerManagement_DealerProductNew div.img {
    width: 330px;
    position: relative;
}

    #CustomerManagement_DealerProductNew div.img > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 330px;
        height: 250px;
        line-height: 240px;
        border: 5px dashed transparent;
        box-sizing: border-box;
    }

    #CustomerManagement_DealerProductNew div.img div {
        background: #F8F8F8;
        text-align: center;
        border-color: #DDD;
    }

        #CustomerManagement_DealerProductNew div.img div.dragover {
            border-color: blue;
        }

    #CustomerManagement_DealerProductNew div.img.ok div, #CustomerManagement_DealerProductNew div.img:not(.ok) img {
        opacity: 0;
    }

#CustomerManagement_DealerProductNew form > hr + div {
    display: block;
    text-align: center;
}

    #CustomerManagement_DealerProductNew form > hr + div button + button {
        margin-left: 1em;
    }


#UserManagement_UserList .table .oper {
    flex: 2.3;
}

#UserManagement_UserList .table .oprtn {
    flex: 0.45;
}

#UserManagement_UserList .table a:not(:hover) {
    color: inherit;
}

#UserManagement_UserDetail ul.split-column {
    display: flex;
}

    #UserManagement_UserDetail ul.split-column > li:first-child {
        flex: 2;
    }

    #UserManagement_UserDetail ul.split-column > li:last-child {
        flex: 1;
        display: flex;
        min-width: 15em;
    }

#QuotationManagement_QuotationList .no-style,#ReportManagement_QuarterCORewardsReport .no-style, #ReportManagement_PORebateReport .no-style, #ReportManagement_CORewardsReport .no-style, #ReportManagement_DealerReport .no-style, #ReportManagement_DealerSummaryReport .no-style {
    display: none;
    border: none;
}

    #QuotationManagement_QuotationList .no-style .not-found,#ReportManagement_QuarterCORewardsReport .no-style .not-found, #ReportManagement_PORebateReport .no-style .not-found, #ReportManagement_CORewardsReport .no-style .not-found, #ReportManagement_DealerReport .no-style .not-found, #ReportManagement_DealerSummaryReport .no-style .not-found {
        display: none;
    }

    #QuotationManagement_QuotationList .no-style > div,#ReportManagement_QuarterCORewardsReport .no-style > div,  #ReportManagement_PORebateReport .no-style > div, #ReportManagement_CORewardsReport .no-style > div, #ReportManagement_DealerReport .no-style > div, #ReportManagement_DealerSummaryReport .no-style > div {
        margin: auto;
    }

    #QuotationManagement_QuotationList .no-style .line-scale div,#ReportManagement_QuarterCORewardsReport  .no-style .line-scale div,#ReportManagement_PORebateReport .no-style .line-scale div, #ReportManagement_CORewardsReport .no-style .line-scale div, #ReportManagement_DealerReport .no-style .line-scale div, #ReportManagement_DealerSummaryReport .no-style .line-scale div {
        background-color: #aaa;
    }

    #QuotationManagement_QuotationList .no-style:last-child,#ReportManagement_QuarterCORewardsReport .no-style:last-child, #ReportManagement_PORebateReport .no-style:last-child, #ReportManagement_CORewardsReport .no-style:last-child, #ReportManagement_DealerReport .no-style:last-child, #ReportManagement_DealerSummaryReport .no-style:last-child {
        display: flex;
    }

        #QuotationManagement_QuotationList .no-style:last-child:not(.loading) .line-scale,#ReportManagement_QuarterCORewardsReport .no-style:last-child:not(.loading) .line-scale, #ReportManagement_PORebateReport .no-style:last-child:not(.loading) .line-scale, #ReportManagement_CORewardsReport .no-style:last-child:not(.loading) .line-scale, #ReportManagement_DealerReport .no-style:last-child:not(.loading) .line-scale, #ReportManagement_DealerSummaryReport .no-style:last-child:not(.loading) .line-scale {
            display: none;
        }

        #QuotationManagement_QuotationList .no-style:last-child:not(.loading) .not-found,#ReportManagement_QuarterCORewardsReport .no-style:last-child:not(.loading) .not-found, #ReportManagement_PORebateReport .no-style:last-child:not(.loading) .not-found, #ReportManagement_CORewardsReport .no-style:last-child:not(.loading) .not-found, #ReportManagement_DealerReport .no-style:last-child:not(.loading) .not-found, #ReportManagement_DealerSummaryReport .no-style:last-child:not(.loading) .not-found {
            display: block;
        }

#QuotationManagement_QuotationList #buttons, #ReportManagement_PORebateReport #buttons,#ReportManagement_QuarterCORewardsReport #buttons, #ReportManagement_CORewardsReport #buttons, #ReportManagement_DealerReport #buttons, #ReportManagement_DealerSummaryReport #buttons {
    padding: .35em 1em;
    background: #ddf1fe;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#QuotationManagement_QuotationList > section, #ReportManagement_PORebateReport > section,#ReportManagement_QuarterCORewardsReport > section, #ReportManagement_CORewardsReport > section, #ReportManagement_DealerReport > section, #ReportManagement_DealerSummaryReport > section {
    padding: 0 calc(1em + 1px);
    color: #3a87ad;
    background: #d9edf7;
    border: 1px solid #e0e0e0;
    display: flex;
}

    #QuotationManagement_QuotationList > section > div, #ReportManagement_PORebateReport > section > div,#ReportManagement_QuarterCORewardsReport > section > div, #ReportManagement_CORewardsReport > section > div, #ReportManagement_DealerReport > section > div, #ReportManagement_DealerSummaryReport > section > div {
        padding: 0.6em 0;
        font-weight: bold;
    }

#QuotationManagement_QuotationList section div, #ReportManagement_PORebateReport section div,#ReportManagement_QuarterCORewardsReport section div, #ReportManagement_CORewardsReport section div, #ReportManagement_DealerReport section div, #ReportManagement_DealerSummaryReport section div {
    text-align: center;
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #QuotationManagement_QuotationList section div:not(:last-child),#ReportManagement_QuarterCORewardsReport section div:not(:last-child), #ReportManagement_PORebateReport section div:not(:last-child), #ReportManagement_CORewardsReport section div:not(:last-child), #ReportManagement_DealerReport section div:not(:last-child), #ReportManagement_DealerSummaryReport section div:not(:last-child) {
        border-right: 1px solid #e0e0e0;
    }

    #QuotationManagement_QuotationList section div.desc,#ReportManagement_QuarterCORewardsReport section div.desc, #ReportManagement_PORebateReport section div.desc, #ReportManagement_CORewardsReport section div.desc, #ReportManagement_DealerReport section div.desc, #ReportManagement_DealerSummaryReport section div.desc {
        flex: 2;
    }

#QuotationManagement_QuotationList > ul,#ReportManagement_QuarterCORewardsReport > ul, #ReportManagement_PORebateReport > ul, #ReportManagement_CORewardsReport > ul, #ReportManagement_DealerReport > ul, #ReportManagement_DealerSummaryReport > ul {
    padding: 1em;
    margin-bottom: 1px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    #QuotationManagement_QuotationList > ul > li,#ReportManagement_QuarterCORewardsReport > ul > li, #ReportManagement_PORebateReport > ul > li, #ReportManagement_CORewardsReport > ul > li, #ReportManagement_DealerReport > ul > li, #ReportManagement_DealerSummaryReport > ul > li {
        border: 1px solid #e0e0e0;
        padding: 0;
    }

        #QuotationManagement_QuotationList > ul > li header,#ReportManagement_QuarterCORewardsReport > ul > li header, #ReportManagement_PORebateReport > ul > li header, #ReportManagement_CORewardsReport > ul > li header, #ReportManagement_DealerReport > ul > li header, #ReportManagement_DealerSummaryReport > ul > li header {
            background: #efefef;
            border-bottom: 1px solid #e0e0e0;
            padding: 0.4em 0.8em;
        }

            #QuotationManagement_QuotationList > ul > li header .value,#ReportManagement_QuarterCORewardsReport > ul > li header .value, #ReportManagement_PORebateReport > ul > li header .value, #ReportManagement_CORewardsReport > ul > li header .value, #ReportManagement_DealerReport > ul > li header .value, #ReportManagement_DealerSummaryReport > ul > li header .value {
                color: green;
            }

            #QuotationManagement_QuotationList > ul > li header label,#ReportManagement_QuarterCORewardsReport > ul > li header label, #ReportManagement_PORebateReport > ul > li header label, #ReportManagement_CORewardsReport > ul > li header label, #ReportManagement_DealerReport > ul > li header label, #ReportManagement_DealerSummaryReport > ul > li header label {
                color: gray;
            }

                #QuotationManagement_QuotationList > ul > li header label + label,#ReportManagement_QuarterCORewardsReport > ul > li header label + label, #ReportManagement_PORebateReport > ul > li header label + label, #ReportManagement_CORewardsReport > ul > li header label + label, #ReportManagement_DealerReport > ul > li header label + label, #ReportManagement_DealerSummaryReport > ul > li header label + label {
                    float: right;
                    margin-left: 2em;
                }

        #QuotationManagement_QuotationList > ul > li section,#ReportManagement_QuarterCORewardsReport > ul > li section, #ReportManagement_PORebateReport > ul > li section, #ReportManagement_CORewardsReport > ul > li section, #ReportManagement_DealerReport > ul > li section, #ReportManagement_DealerSummaryReport > ul > li section {
            display: flex;
        }

            #QuotationManagement_QuotationList > ul > li section div.fill,#ReportManagement_QuarterCORewardsReport > ul > li section div.fill, #ReportManagement_PORebateReport > ul > li section div.fill, #ReportManagement_CORewardsReport > ul > li section div.fill, #ReportManagement_DealerReport > ul > li section div.fill, #ReportManagement_DealerSummaryReport > ul > li section div.fill {
                display: flex;
                align-items: center;
            }

                #QuotationManagement_QuotationList > ul > li section div.fill span,#ReportManagement_QuarterCORewardsReport > ul > li section div.fill span, #ReportManagement_PORebateReport > ul > li section div.fill span, #ReportManagement_CORewardsReport > ul > li section div.fill span, #ReportManagement_DealerReport > ul > li section div.fill span, #ReportManagement_DealerSummaryReport > ul > li section div.fill span {
                    margin: auto;
                }

            #QuotationManagement_QuotationList > ul > li section ul,#ReportManagement_QuarterCORewardsReport > ul > li section ul, #ReportManagement_PORebateReport > ul > li section ul, #ReportManagement_CORewardsReport > ul > li section ul, #ReportManagement_DealerReport > ul > li section ul, #ReportManagement_DealerSummaryReport > ul > li section ul {
                flex: 8;
            }

                #QuotationManagement_QuotationList > ul > li section ul:not(:last-child),#ReportManagement_QuarterCORewardsReport > ul > li section ul:not(:last-child), #ReportManagement_PORebateReport > ul > li section ul:not(:last-child), #ReportManagement_CORewardsReport > ul > li section ul:not(:last-child), #ReportManagement_DealerReport > ul > li section ul:not(:last-child), #ReportManagement_DealerSummaryReport > ul > li section ul:not(:last-child) {
                    border-right: 1px solid #e0e0e0;
                }

                #QuotationManagement_QuotationList > ul > li section ul li,#ReportManagement_QuarterCORewardsReport > ul > li section ul li, #ReportManagement_PORebateReport > ul > li section ul li, #ReportManagement_CORewardsReport > ul > li section ul li, #ReportManagement_DealerReport > ul > li section ul li, #ReportManagement_DealerSummaryReport > ul > li section ul li {
                    display: flex;
                }

                    #QuotationManagement_QuotationList > ul > li section ul li > div,#ReportManagement_QuarterCORewardsReport > ul > li section ul li > div, #QuotationManagement_QuotationList > ul > li section ul li > a, #ReportManagement_PORebateReport > ul > li section ul li > div, #ReportManagement_PORebateReport > ul > li section ul li > a, #ReportManagement_CORewardsReport > ul > li section ul li > div, #ReportManagement_CORewardsReport > ul > li section ul li > a, #ReportManagement_DealerReport > ul > li section ul li > div, #ReportManagement_DealerReport > ul > li section ul li > a, #ReportManagement_DealerSummaryReport > ul > li section ul li > div, #ReportManagement_DealerSummaryReport > ul > li section ul li > a {
                        padding: .4em 0;
                    }

                    #QuotationManagement_QuotationList > ul > li section ul li:not(:last-of-type),#ReportManagement_QuarterCORewardsReport > ul > li section ul li:not(:last-of-type), #ReportManagement_PORebateReport > ul > li section ul li:not(:last-of-type), #ReportManagement_CORewardsReport > ul > li section ul li:not(:last-of-type), #ReportManagement_DealerReport > ul > li section ul li:not(:last-of-type), #ReportManagement_DealerSummaryReport > ul > li section ul li:not(:last-of-type) {
                        border-bottom: 1px solid #e0e0e0;
                    }

                    #QuotationManagement_QuotationList > ul > li section ul li.row:nth-child(odd),#ReportManagement_QuarterCORewardsReport > ul > li section ul li.row:nth-child(odd), #ReportManagement_PORebateReport > ul > li section ul li.row:nth-child(odd), #ReportManagement_CORewardsReport > ul > li section ul li.row:nth-child(odd), #ReportManagement_DealerReport > ul > li section ul li.row:nth-child(odd), #ReportManagement_DealerSummaryReport > ul > li section ul li.row:nth-child(odd) {
                        background: #f9f9f9;
                    }

                    #QuotationManagement_QuotationList > ul > li section ul li.row:nth-child(even),#ReportManagement_QuarterCORewardsReport > ul > li section ul li.row:nth-child(even), #ReportManagement_PORebateReport > ul > li section ul li.row:nth-child(even), #ReportManagement_CORewardsReport > ul > li section ul li.row:nth-child(even), #ReportManagement_DealerReport > ul > li section ul li.row:nth-child(even), #ReportManagement_DealerSummaryReport > ul > li section ul li.row:nth-child(even) {
                        background: #f5f5f5;
                    }

                    #QuotationManagement_QuotationList > ul > li section ul li.row:hover,#ReportManagement_QuarterCORewardsReport > ul > li section ul li.row:hover, #ReportManagement_PORebateReport > ul > li section ul li.row:hover, #ReportManagement_CORewardsReport > ul > li section ul li.row:hover, #ReportManagement_DealerReport > ul > li section ul li.row:hover, #ReportManagement_DealerSummaryReport > ul > li section ul li.row:hover {
                        background: #73B1E0;
                        color: #FFF;
                    }

                    #QuotationManagement_QuotationList > ul > li section ul li a:not(:hover),#ReportManagement_QuarterCORewardsReport > ul > li section ul li a:not(:hover), #ReportManagement_PORebateReport > ul > li section ul li a:not(:hover), #ReportManagement_CORewardsReport > ul > li section ul li a:not(:hover), #ReportManagement_DealerReport > ul > li section ul li a:not(:hover), #ReportManagement_DealerSummaryReport > ul > li section ul li a:not(:hover) {
                        color: #3399ff;
                    }

        #QuotationManagement_QuotationList > ul > li.unexpanded:not(:last-of-type),#ReportManagement_QuarterCORewardsReport > ul > li.unexpanded:not(:last-of-type), #ReportManagement_PORebateReport > ul > li.unexpanded:not(:last-of-type), #ReportManagement_CORewardsReport > ul > li.unexpanded:not(:last-of-type), #ReportManagement_DealerReport > ul > li.unexpanded:not(:last-of-type), #ReportManagement_DealerSummaryReport > ul > li.unexpanded:not(:last-of-type) {
            border-bottom: none;
        }

        #QuotationManagement_QuotationList > ul > li.unexpanded header,#ReportManagement_QuarterCORewardsReport > ul > li.unexpanded header, #ReportManagement_PORebateReport > ul > li.unexpanded header, #ReportManagement_CORewardsReport > ul > li.unexpanded header, #ReportManagement_DealerReport > ul > li.unexpanded header, #ReportManagement_DealerSummaryReport > ul > li.unexpanded header {
            border-bottom: none;
        }

        #QuotationManagement_QuotationList > ul > li.unexpanded section,#ReportManagement_QuarterCORewardsReport > ul > li.unexpanded section, #ReportManagement_PORebateReport > ul > li.unexpanded section, #ReportManagement_CORewardsReport > ul > li.unexpanded section, #ReportManagement_DealerReport > ul > li.unexpanded section, #ReportManagement_DealerSummaryReport > ul > li.unexpanded section {
            display: none;
        }

        #QuotationManagement_QuotationList > ul > li:not(:last-of-type):not(.unexpanded),#ReportManagement_QuarterCORewardsReport > ul > li:not(:last-of-type):not(.unexpanded), #ReportManagement_PORebateReport > ul > li:not(:last-of-type):not(.unexpanded), #ReportManagement_CORewardsReport > ul > li:not(:last-of-type):not(.unexpanded), #ReportManagement_DealerReport > ul > li:not(:last-of-type):not(.unexpanded), #ReportManagement_DealerSummaryReport > ul > li:not(:last-of-type):not(.unexpanded) {
            margin-bottom: 1em;
        }

#SystemManagement_ModifyPassword form {
    width: 50%;
}

#CustomerManagement_DealerList .warn {
    color: red;
}

#ReportManagement_PORebateDetail, #ReportManagement_CORewardsDetail, #ReportManagement_AnnualRewardsDetail, #ReportManagement_QuarterCORewardsDetail, #ReportManagement_CustomersDetail {
    width: 90vw;
}
/*Manager Select Region*/
.region {
    width: 65%;
}

    .region li {
        float: left;
        list-style-type: none;
        display: block;
        width: 60px;
        margin: 0.2em;
    }

.tablewidth{width:150px}

.smallwidth{width:50px}

.page-list .pagination {float:left;}
.page-list .pagination span {cursor: pointer;float:left; margin: 25px 1px;}
.page-list .pagination .separate span{cursor: default; border-top:none;border-bottom:none;}
.page-list .pagination .separate span:hover {background: none;}
.page-list .page-total {float:left; margin: 25px 20px;}
.page-list .page-total input {width: 40px; padding-left:3px;}
.page-list .page-total select {width: 60px;}
.page-list .page-total input, .page-list .page-total select{height: 26px; border: 1px solid #ddd;}

