/* Minification failed. Returning unminified contents.
(454,1): run-time error CSS1019: Unexpected token, found '<'
(454,2): run-time error CSS1019: Unexpected token, found '/'
(454,11): run-time error CSS1031: Expected selector, found '<'
(454,11): run-time error CSS1025: Expected comma or open brace, found '<'
 */
@charset "utf-8";
body {
    font-family: 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, Arial;
    font-size: 12px;
    margin: 0 auto;
    min-width: 720px;
}

.field-validation-error {
    color: #ff0000;
}

/*fade*/
.loadstate #qLoverlay {
    visibility: visible;
}

#qLoverlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    background: url(../images/3-1.png) repeat;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.loadstate body > * {
    visibility: hidden;
}

.loadstate #qLbar {
    visibility: visible;
}

#qLbar {
    visibility: hidden;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -40px;
    background: url(../images/loader.gif) no-repeat;
    z-index: 667999;
}

.loadstate body > * {
    visibility: hidden;
}

#pLoverlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    background: url(../images/3-1.png) repeat;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.loadstate #pLbar {
    visibility: visible;
}

#pLbar {
    visibility: hidden;
    width: 300px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    /*background: url(../images/loader.gif) no-repeat;*/
    z-index: 667999;
}

.modal .modal-content .modal-title {
    font-size: 16px;
}

.page-login .container {
    background-color: #eceef1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

#header {
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #4a96d9), color-stop(0%, #c0d0e0));
    background-image: -webkit-linear-gradient(top, #4a96d9, #c0d0e0);
    background-image: -moz-linear-gradient(top, #4a96d9, #c0d0e0);
    background-image: -o-linear-gradient(top, #4a96d9, #c0d0e0);
    background-image: -ms-linear-gradient(top, #4a96d9, #c0d0e0);
    background-image: linear-gradient(top,#8fc33a, #739b2e);
    border-bottom: 1px solid #8db2e3;
}

    #header .branding {
        width: 500px;
        background-color: unset;
    }

    #header .nav-right > li.toggle-right-toolbar,
    #header .nav-left > li.toggle-right-toolbar {
        margin-top: 0;
        padding: 0;
    }

.tabs {
    background-image: url(../images/tabs.gif) !important;
}

.x-panel-header {
    font-family: 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, Arial;
    font-size: 9pt;
}

.x-portal .x-panel-dd-spacer, .x-portlet {
    margin-bottom: 10px;
}

    .x-portlet .x-panel-bc .x-panel-footer {
        padding-bottom: 2px;
    }

    .x-portlet .x-panel-body {
        background: white;
    }

    .x-portlet .x-panel-mc {
        padding-top: 2px;
    }

    .x-portlet .x-panel-ml, .x-portlet .x-panel-bl {
        padding-left: 2px;
    }

    .x-portlet .x-panel-mr, .x-portlet .x-panel-br {
        padding-right: 2px;
    }

    .x-portlet .x-panel-nofooter .x-panel-bc {
        height: 2px;
    }

.x-panel-header-text {
    display: inline;
}

.x-tree-node {
    font-family: 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, Arial;
    font-size: 9pt;
}

    .x-tree-node a span {
        display: inline;
    }

.x-tree-node-indent {
    display: inline;
}

.x-panel-body, .x-layout-collapsed, x-tool {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.x-panel-body {
    overflow: hidden;
}

.x-tab-with-icon a {
    -webkit-transition: all 0 ease 0;
    -moz-transition: unset;
    transition: unset;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

#logoutBox .modal-header {
    color: #ffd800;
}

.x-panel-body .x-mg {
    background-position: 0px -2px;
}

.appWrapper.header-fixed.sidebar-sm #content {
    left: 0px;
}

.appWrapper.header-fixed.aside-fixed #content {
    left: 0px;
}

.appWrapper.header-fixed.sidebar-sm #content {
    top: 0px;
}

.appWrapper.header-fixed.aside-fixed #content {
    top: 0px;
}

.pageheader .page-bar .page-breadcrumb > li > span {
    color: #95a2a9;
    padding: 8px 10px;
    display: inline-block;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    line-height: 26px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb .active + li {
        display: none;
        visibility: hidden;
    }

.table.table-custom > tbody > tr td {
    padding-left: 10px;
}

.text-area {
    height: 80px;
}

#header .nav-right > li.nav-profile > a, #header .nav-left > li.nav-profile > a {
    font-size: 12px;
}

#header .nav-right > li > a, #header .nav-left > li > a {
    text-decoration: none;
}

    #header .nav-right > li > a > i, #header .nav-left > li > a > i {
        padding-right: 2px;
    }

#header .nav-right > li.nav-profile > a span, #header .nav-left > li.nav-profile > a span {
    margin: 0 5px;
    line-height: 40px;
}

.mb-10 {
    margin-bottom: 0px !important;
}

.op-dropdown button {
    font-size: 12px;
    padding: 2px 6px;
}

.op-dropdown ul {
    font-size: 12px;
}

.photo-icon {
    margin-top: 6px;
    position: absolute;
}

    .photo-icon i {
        color: rgb(43, 127, 181);
    }

.photo-list-icon {
    position: absolute;
}

    .photo-list-icon i {
        color: rgb(43, 127, 181);
    }

.x-list-icon {
    width: 24px;
    height: 24px;
}

.control-label {
    font-size: 12px;
}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1.5;
    cursor: text;
    color: #616f77;
    outline: 0;
    vertical-align: top;
    background-color: #fff;
    filter: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #dbe0e2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.42857143;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.bootstrap-filestyle .btn {
    font-size: 12px;
}

.bootstrap-filestyle .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.checkbox {
    font-size: 12px;
    color: #b0b0b0;
    font-style: italic;
}

.must-label::before {
    content: "※";
    font-size: 12px;
    padding-right: 3px;
    color: #ff9999;
}

.half-label::before {
    content: "※";
    font-size: 12px;
    padding-right: 3px;
    color: #999999;
}

.field-validation-error {
    font-size: 12px;
}

.field-validation-valid {
    font-size: 12px;
    display: none;
}

.player {
    width: 650px;
    height: 370px;
    padding: 5px;
    background-color: #493d55;
}

@media print {
    #printContainer div {
        page-break-after: always;
        page-break-inside: avoid;
    }
}

</style > <style scoped > #mozPrintCallback-shim {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#mozPrintCallback-shim[hidden] {
    display: none;
}

@media print {
    #mozPrintCallback-shim {
        display: none;
    }
}

#mozPrintCallback-shim .mozPrintCallback-dialog-box {
    display: inline-block;
    margin: -50px auto 0;
    position: relative;
    top: 45%;
    left: 0;
    min-width: 220px;
    max-width: 400px;
    padding: 9px;
    border: 1px solid hsla(0, 0%, 0%, .5);
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-color: #474747;
    color: hsl(0, 0%, 85%);
    font-size: 16px;
    line-height: 20px;
}

#mozPrintCallback-shim .progress-row {
    clear: both;
    padding: 1em 0;
}

#mozPrintCallback-shim progress {
    width: 100%;
}

#mozPrintCallback-shim .relative-progress {
    clear: both;
    float: right;
}

#mozPrintCallback-shim .progress-actions {
    clear: both;
}

.link {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 3px;
    border-width: 0;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
}

.link-small {
    height: 22px;
    min-width: 22px;
    line-height: 22px;
}

.hover-yellow:hover {
    background-color: #ffcc00;
}

    .hover-yellow:hover i {
        color: #dfe8f6;
    }

.hover-blue:hover {
    background-color: #5bccf6;
}

    .hover-blue:hover i {
        color: #dfe8f6;
    }

.hover-red:hover {
    background-color: #ff5757;
}

    .hover-red:hover i {
        color: #dfe8f6;
    }

.hover-drank:hover {
    background-color: #A40778;
}

    .hover-drank:hover i {
        color: #dfe8f6;
    }

.hover-slategray:hover {
    background-color: #3f4e62;
}

    .hover-slategray:hover i {
        color: #dfe8f6;
    }

.block {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 3px;
    border-width: 0;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor:default;
    color:gray;
}

.block-small {
    font-size: 14px;
    height: 22px;
    min-width: 22px;
    line-height: 22px;
    color: #ccc;
}

.table {
    font-size: 12px;
}

.table th {
    font-size: 12px;
}

/*.badge, .label {
    font-size: 14px;
    font-weight: 100;
}*/

.modal-content {
    border: 1px solid #fff;
}

.tile {
    margin-bottom: 5px;
}

.tile .tile-header {
    padding: 5px 15px;
}

.pageheader {
    margin-bottom: 10px;
}

.tile-body .form {
    width: 700px;
}

.status-default {
    font-size: 14px;
    color: #3f4d62;
}

.status-green {
    font-size: 14px;
    color: #a2d200;
}

.status-danger {
    font-size: 14px;
    color: #d9534f;
}

.status-gray {
    font-size: 14px;
    color: #ccc;
}

.inside-orange {
    font-size: 14px;
    color: #ffc100;
}

.inside-amethyst {
    font-size: 14px;
    color: #cd97eb;
}

.account-input {
    text-transform: capitalize; 
    ime-mode: disabled;
}

.font-disabled {
    color: #ccc;
}

.font-8 {
    font-family: Verdana;
    font-size: 8px;
}

.fbg-attribute {
    background-color: #dfe8f6;
}

.table-header-checkbox {
   padding-left: 12px;
}

.table-checkbox {
   padding-left: 10px;
}

.fa-2x {
    font-size: 1.6em;
}

.checkbox-custom-alt {
    font-family: "Lato", "Arial", sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0;
  margin-top: 0px \9;
  line-height: normal;
}

.label-hint {
    padding: 5px;
    padding-left: 0px;
    border-width: 1px;
    border-style: dashed;
    border-color: #cc0000;
}

.label-hint mark {
    line-height: 160%;
    padding-left: 5px;
    color: red;
    font-style: italic;
}

.bg-pink {
    background-color: #ffc0cb !important;
    color: white !important;
}

.p-info {
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
}

.mt-tint {
    margin-top: 7px;
}
