﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "微软雅黑","宋体",Arial,sans-serif;
    font-size: 13px;
    color: #030303;
    background-color: #f3f3f4;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

a {
    color: #030303;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
        cursor: pointer;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #D6D6D6;
    margin-bottom: 10px;
    padding-top: 6px;
}

legend {
    margin-left: 20px;
    color: #4C91D4;
    font-size: 15px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

a.grid-lnk {
    color: #337ab7;
    text-decoration: underline;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

h3 {
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    padding-left: 10px;
}

/*======================================================== * 
    form
========================================================*/
label {
    display: inline-block;
    max-width: 100%;
    color: #404040;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 7px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 3px;
    font-size: 13px;
    line-height: 36px;
    color: #030303;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cecece;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #FFBF74;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.form-tip-lbl {
    height: 1px;
}

.form-tip-group {
    display: inline-block;
}

.form-tip {
    color: #6d6d6d;
    padding: 0;
    line-height: 22px;
}

.form-tip-warn {
    color: #f43;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form, .form-inline {
    font-size: 0;
}

.form-query {
    padding-bottom: 0;
}

.form-inline.form-inline-fieldset {
    max-width: 915px;
}

/*�ں�fieldset*/
.form-group-hidden {
    clear: both;
    display: none;
}

.form-group {
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
    color: #CECECE;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error:hover .help-block {
    display: block;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    position: absolute;
    line-height: 28px;
    top: 0;
    right: -155px;
    width: 150px;
    padding-left: 5px;
    color: #737373;
    background-color: #EFD475;
    border-radius: 3px;
    z-index: 2;
    display: none;
}

label.required:before {
    content: "*";
    color: #f43;
    margin-right: 2px;
}

/*.form-inline .form-group{display: inline-block;vertical-align: middle;font-size: 0;}*/
.formintab-warp {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
}

.forminalert-warp {
    background-color: #fff;
    padding-top: 10px;
}

.form-inline {
}

.form-inline-bottom {
    margin-bottom: 36px;
}


.form-inline-630 {
    width: 630px;
}

.form-inline-930 {
    width: 930px;
}



.forminline-630px {
    width: 630px;
}

.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 300px;
}

.form-inline .info-control {
    display: block;
    width: 100%;
    min-height: 28px;
    padding: 3px;
    line-height: 1.42857143;
    border-bottom: 1px solid #dbd7ce;
}

.form-inline .form-group span.to {
    font-size: 13px;
    width: 20px;
    text-align: center;
    float: left;
}

.form-inline .form-group-1 {
    width: 300px;
}

.form-inline .form-group-2 {
    width: 600px;
}

.form-inline .form-group-3 {
    display: block;
    width: 100%;
}

.form-inline .form-group label {
    width: 100px;
    text-align: right;
    padding-right: 3px;
    padding-left: 3px;
    float: left;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
}

    .form-inline .form-group label.multi-line {
        line-height: 16px;
        word-wrap: break-word;
        white-space: normal;
    }

.form-inline .form-control, .form-inline .info-control {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    float: left;
    word-wrap: break-word;
}

.form-inline .info-control {
    width: 200px;
}

.form-inline .form-control-2, .form-inline .info-control-2 {
    width: 500px;
}

.form-inline .form-control-3, .form-inline .info-control-3 {
    width: 800px;
}

.form-inline .form-group-5 {
    display: block;
}

    .form-inline .form-group-5 label {
        width: 80px;
    }

        .form-inline .form-group-5 label:first-child {
            width: 93px;
        }

    .form-inline .form-group-5 .form-control, .form-inline .form-group-5 .info-control {
        width: 90px;
    }

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: middle;
}

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
        width: auto;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
        float: left;
        margin-top: 7px;
        margin-right: 5px;
    }

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.form-inline .form-group-grid {
    margin-left: 100px;
}

/**=================================���validate.js===============================================================================*/
/*.form-validate .form-control.error{border-color: #a94442;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}*/
.form-validate label.error {
    position: absolute;
    line-height: 36px;
    right: 3px;
    color: #737373;
    background-color: transparent;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    color: #a94442;
    padding: 0;
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    width: 120px;
    text-align: right;
    padding-right: 0;
    font-size: 13px;
}

.form-validate .l-text-wrapper label.error {
    right: 22px;
}

.form-validate .self-trigger-group label.error {
    right: 24px;
}

.form-validate .error-control-block {
    float: left;
    position: relative;
}

.l-text-combobox label.error {
    top: 0px;
}

.validate-error-block {
    display: inline-block;
    color: #a94442;
}

/*========================================================
     * btn
========================================================*/
.btn {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    transition: opacity 0.3s;
    outline: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

    /*.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}*/
    .btn:hover, .btn:focus, .btn.focus {
        opacity: 0.8;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn {
    text-decoration: none;
}

    a.btn.disabled, fieldset[disabled] a.btn {
        pointer-events: none;
    }

.btn .fa {
    margin-right: 6px;
}

/*.btn-default { color: #fff; background-color: #e08111; }
.btn-default:hover { color: #fff; background-color: #D4790C; }
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }*/
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        /*background-color: #337ab7;border-color: #2e6da4;*/
        outline: none;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0 10px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: auto;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-query {
    background-color: #009688;
}

.btn-save, .btn-submit {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

.btn-reset {
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
}

.btn-approve {
    background-color: #FF9720;
}

.btn-close {
    background-color: #b6a77e;
}

a.btn-submit:hover, a.btn-query:hover, a.btn-save:hover {
    text-decoration: none;
    color: #fff;
}

.btn-xs {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
}

.btn-primary {
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #333;
}

.btn-default {
    background-color: #009688;
    color: #fff;
    border: none;
}

    .btn-default:hover {
        color: #fff;
        background-color: #0ab9a9;
    }

.btn-danger {
    background-color: #FF5722;
    color: #fff;
    border: none;
}

.btn-no-pointer {
    cursor: default;
}

/*========================================================
btn end
========================================================*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
    padding-right: 10px;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-group-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 3px 0;
    padding-right: 10px;
    border-top: 1px solid #fff;
    z-index: 1000;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.btn-group-form {
    margin-top: 15px;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.clearfix:before, .clearfix:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .clearfix:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.default-link {
    color: #337ab7;
    text-decoration: none;
    font-size: 12px;
}

    .default-link :hover, .default-link :focus {
        color: #23527c;
        text-decoration: underline;
    }

    .default-link :focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.horizontal-line {
    height: 1px;
    width: 100%;
    background-color: #dbd7ce;
}

.tb-view-file {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.l-pager-new {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.self-trigger-group {
    position: relative;
    display: inline-block;
}

    .self-trigger-group .self-trigger-icon {
        position: absolute;
        z-index: 1;
        right: 4px;
        top: 4px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background-color: #e7bc5d;
    }

/********************************���************************************************/
.approve_track {
}

    .approve_track li {
        float: left;
        height: 88px;
    }

        .approve_track li.approve_item {
            line-height: 20px;
            width: 140px;
        }

        .approve_track li.approve_item_line {
            width: 1px;
            overflow: visible;
            position: relative;
        }

.approve_item .done, .approve_item .wait, .approve_item .state, .approve_item .user, .approve_item .time {
    width: 100%;
    height: 20px;
    display: block;
    text-align: center;
}

.approve_item .state {
    font-weight: bold;
}

.approve_item .done {
    background: url("/images/state2.png") top center;
    background-repeat: no-repeat;
    display: inline-block;
}

.approve_item .wait {
    background: url("/images/state.png") top center;
    background-repeat: no-repeat;
    display: inline-block;
}

.approve_item .time {
    color: #6d6757;
}

.approve_item_line .line {
    height: 1px;
    width: 140px;
    display: block;
    position: absolute;
    top: 8px;
    left: -68px;
}

.approve_item_line .done_line {
    background-color: #11784D;
}

.approve_item_line .wait_line {
    background-color: #b28e23;
}

.approve_open_detail {
    cursor: default;
}

.approve_state_20_color {
    color: #0099FF;
}

.approve_state_30_color {
    color: #11784D;
}

.approve_state_40_color {
    color: #ff4433;
}

/******************************** uploadify css ************************************************/
.floatR {
    float: right;
}

.uploadifyQueueItem {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 175px;
    float: left;
    margin-left: 7px;
    position: relative;
}

.uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}

.uploadifyQueueItem .cancel {
    position: absolute;
    top: 3px;
    right: 3px;
}

.uploadifyQueueItem .photo {
    width: 105px;
    height: 105px;
    margin: 0 37px;
}

.uploadifyQueue .completed {
    background-color: #E5E5E5;
}

.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadifyProgressBar {
    background-color: #0099FF;
    height: 10px;
    width: 1px;
}

.uplodecss {
    width: 100%;
    height: 30px;
    background: #dbdddd;
    border-bottom: 1px solid #9e9c9c;
    float: left;
}

#uploadPhoto, #uploadVideo, #uploadFile, #uploadRadio {
    margin-left: 20px;
    margin-right: 20px;
}

#inputphotoUploader, #inputradioUploader, #inputvideoUploader, #inputfileUploader, #inputfile2Uploader, #inputfile3Uploader {
    float: left;
}

.uploaddesc {
    width: 67%;
    float: left;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
}

    .uploaddesc font {
        font-size: 12px;
        line-height: 15px;
    }

.uploadoutdiv {
    width: 100%;
    float: left;
    min-height: 390px;
    border: 1px solid #ddd;
}

.uploadImageItem, .uploadImageItem1, .uploadImageItem2, .uploadImageItem3, .uploadImageItem4, .uploadImageItem5, .uploadImageItem6, .uploadImageItem7, .uploadImageItem8 {
    background-color: whiteSmoke;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 5px;
    width: 185px;
    /*height: 151px;*/
    overflow: hidden;
    float: left;
    margin-left: 7px;
    position: relative;
    margin-bottom: 5px;
}

    .uploadImageItem .videoImg, .uploadImageItem1 .videoImg, .uploadImageItem2 .videoImg, .uploadImageItem3 .videoImg, .uploadImageItem4 .videoImg, .uploadImageItem5 .videoImg, .uploadImageItem6 .videoImg, .uploadImageItem7 .videoImg, .uploadImageItem8 .videoImg {
        width: 165px;
        height: 145px;
    }

    .uploadImageItem.video, .uploadImageItem1.video, .uploadImageItem2.video, .uploadImageItem3.video, .uploadImageItem4.video, .uploadImageItem5.video, .uploadImageItem6.video, .uploadImageItem7.video, .uploadImageItem8.video {
        width: 180px;
        height: 180px;
    }

/*.uploadImageItem .up_image{width:167px;margin:5px 5px;height:145px;float:left;}*/
.up_image {
    width: 167px;
    margin: 5px 9px;
    height: 110px;
    float: left;
    position: relative;
    cursor: pointer;
}

    .up_image img {
        width: 100%;
        height: 100%;
    }

.up_word {
    position: absolute;
    width: 100%;
    height: 25px;
    float: left;
    bottom: 0;
}

.up_wordfile {
    width: 140px;
    line-height: 20px;
    margin-left: 22px;
}

.mediaName_upload {
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: none;
    color: #fff;
    text-indent: 5px;
}

.up_textarea {
    width: 165px;
    height: 30px;
    overflow-y: hidden;
    margin: 0 9px;
}

.up_cancel {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 2px;
}

.up_cancelfile {
    top: 6px;
    right: 3px;
}

.up_cancel img {
    width: 16px;
    height: 16px;
}

.up_fileimg {
    width: 20px;
    height: 20px;
    float: left;
}

    .up_fileimg img {
        width: 100%;
        height: 100%;
    }

.uploadImageItem_Sim {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 175px;
    float: left;
    margin-left: 7px;
    position: relative;
}

    .uploadImageItem_Sim .videoImg {
        width: 120px;
        height: 120px;
    }

    .uploadImageItem_Sim .up_image {
        margin: 5px;
        height: 131px;
    }

    .uploadImageItem_Sim.video {
        width: 120px;
        height: 120px;
    }

    .uploadImageItem_Sim .up_word {
        margin-top: 4px;
    }

/********************************custom css************************************************/
.block-title {
    width: 100%;
    background-color: #e4e4e4;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 10px;
}

.ul-float {
    margin-left: 10px;
}

    .ul-float li {
        float: left;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        padding-left: 3px;
        padding-right: 3px;
        width: 140px;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 6px;
    }

        .ul-float li div.item-content {
            width: 100%;
            display: inline-block;
            height: inherit;
        }

        .ul-float li.choice {
            color: #EE7E00;
            border: 1px dotted #EE7E00;
        }

.pro_backlog {
    width: 100%;
    height: 130px;
    overflow: auto;
    padding: 2px;
    color: #2a2a2a;
}

.ul-tabLayoutcalc {
    float: right;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    cursor: pointer;
    color: #333;
}

.li-tabLayoutcalc {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
    line-height: 25px;
}

.calc-active {
    background-color: White;
    border: 1px solid #999;
}

.font-red {
    color: #f43;
}

.font-green {
    color: #009688;
}

.font-blue {
    color: #0099FF;
}

.font-gray {
    color: #9c9c9c;
}

.color-red {
    background-color: #f43;
}

.color-yellow {
    background-color: #D1D1D1;
}

.color-red {
    background-color: #9dbfe1;
}

.color-blue {
    background-color: #0099FF;
}

.color-white {
    background-color: #6666FF;
}

.color-orange {
    background-color: #66FFFF;
}

.color-green {
    background-color: #FFFF99;
}

    .color-yellow h3, .color-white h3, .color-green h3 {
        color: #000;
    }

.color-red h3, .color-blue h3, .color-orange h3 {
    color: #FFF;
}

.head-chk-block {
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
    background-color: #e4e4e4;
    padding-top: 2px;
    padding-bottom: 2px;
}

.chenkboxchose {
    color: #EE7E00;
}

/*======================================================== * 
    ����̨
========================================================*/
.deskcont {
    position: absolute;
    width: 99%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.widget {
    margin-left: 4px;
    margin-top: 4px;
    border: 1px solid #e8e1d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

    /*.widget .head{overflow: hidden;height: 30px;line-height: 28px;padding: 0 7px;color: #0A4A80;font-size: 14px;background-color: #C1D8F0;}*/
    .widget .head {
        overflow: hidden;
        height: 30px;
        line-height: 28px;
        padding: 0 7px;
        color: #34312e;
        font-size: 14px;
        background-color: #EFDFBF;
    }

    .widget .listbox {
        overflow: hidden;
        position: absolute;
        width: 100%;
        bottom: 0;
        top: 30px;
    }

    .widget .list li {
        color: #030303;
        height: 28px;
        line-height: 28px;
        padding: 0 7px;
        text-align: left;
        border-bottom: 1px dotted #d1d1d1;
        position: relative;
    }

        .widget .list li > span {
            height: 28px;
        }

        .widget .list li .num {
            display: inline-block;
            width: 30px;
            text-align: center;
        }

        .widget .list li .link {
            display: inline-block;
            position: absolute;
            right: 245px;
            color: #030303;
            position: absolute;
            overflow: hidden;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .widget .list li .displayname {
            display: inline-block;
            text-align: right;
            position: absolute;
            right: 145px;
            width: 100px;
            overflow: hidden;
        }

        .widget .list li .date {
            position: absolute;
            right: 3px;
            width: 142px;
            display: inline-block;
            text-align: right;
        }

/*ϵͳ�������ҳչʾ*/
.deskcont .ckf-blcok {
    height: 99px;
}

.ckf-blcok .culsta-row {
    width: 100%;
    padding-top: 17px;
    margin-left: 5px;
    font-size: 0;
}

    .ckf-blcok .culsta-row li {
        padding: 15px 20px;
        color: #fff;
        font-size: 0;
        display: inline-block;
        line-height: 38px;
        margin-left: 20px;
        width: 206px;
    }

        .ckf-blcok .culsta-row li:first-child {
            margin-left: 0;
        }

        .ckf-blcok .culsta-row li i {
            width: 38px;
            height: 38px;
            background: url(../Images/main/workstatus.png) no-repeat;
            float: left;
        }

        .ckf-blcok .culsta-row li span {
            font-size: 14px;
            float: left;
            padding-left: 10px;
            /* padding-right: 51px; */
        }

        .ckf-blcok .culsta-row li strong {
            float: right;
            font-weight: bold;
            font-size: 14px;
            min-width: 30px;
            text-align: right;
        }

        .ckf-blcok .culsta-row li.nologin {
            background-color: #cfc584;
        }

        .ckf-blcok .culsta-row li.loginin {
            background-color: #6396d0;
        }

        .ckf-blcok .culsta-row li.inlibrary {
            background-color: #7ebadb;
        }

        .ckf-blcok .culsta-row li.outlibrary {
            background-color: #e05d67;
        }

        .ckf-blcok .culsta-row li.cancel {
            background-color: #acc383;
        }

        .ckf-blcok .culsta-row li.nologin i {
            background-position-x: 0;
        }

        .ckf-blcok .culsta-row li.loginin i {
            background-position-x: -38px;
        }

        .ckf-blcok .culsta-row li.inlibrary i {
            background-position-x: -76px;
        }

        .ckf-blcok .culsta-row li.outlibrary i {
            background-position-x: -114px;
        }

        .ckf-blcok .culsta-row li.cancel i {
            background-position-x: -152px;
        }

.culsta-row .cul-count {
    width: 160px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 4px;
    margin-right: 10px;
    border: 1px solid #E8E5E5;
    background: #F8F8F8;
}

    .culsta-row .cul-count strong {
        display: block;
        color: #3e3f3f;
        font-size: 22px;
        font-weight: normal;
        margin-top: 10px;
    }

    .culsta-row .cul-count span {
        display: block;
        font-size: 13px;
        color: #5f5f5f;
        margin-top: 5px;
    }

/*��������*/
.deskcont .backlog {
    height: 220px;
    display: inline-block;
    float: left;
    width: 60.667%;
}

    .deskcont .backlog li .link {
        left: 40px;
    }

/*����*/
.deskcont .notice {
    width: 38.333%;
    height: 220px;
    float: right;
}

    .deskcont .notice li .link {
        left: 7px;
        right: 145px;
    }

    .deskcont .notice li .displayname {
        right: 86px;
        width: 60px;
    }

    .deskcont .notice li .date {
        right: 2px;
        width: 84px;
    }

/*��ݲ˵�*/
.deskcont .favorite {
}

    .deskcont .favorite .cont {
        padding: 0 5px;
        color: #000;
        -moz-border-radius-bottomleft: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        line-height: 1.2em;
        overflow: hidden;
    }

        .deskcont .favorite .cont .tip {
            height: 35px;
            line-height: 35px;
            padding-left: 10px;
        }

            .deskcont .favorite .cont .tip span {
                color: #f26b33;
                padding: 0 5px;
                text-decoration: underline;
                cursor: pointer;
            }

    .deskcont .favorite .links {
        display: block;
        position: relative;
        margin-top: 4px;
        margin-bottom: 4px;
        height: 100px;
    }

        .deskcont .favorite .links li {
            float: left;
            position: relative;
            width: 90px;
            height: 90px;
            margin-left: 10px;
            margin-bottom: 10px;
            text-align: center;
            border: 1px solid #E8E5E5;
            cursor: pointer;
            background: #F8F8F8;
        }

            .deskcont .favorite .links li .imgstyle {
                height: 50px;
                font-size: 0;
                line-height: 50px;
            }

            .deskcont .favorite .links li img {
                vertical-align: middle;
                width: 22px;
                height: 22px;
            }

            .deskcont .favorite .links li p {
                padding: 0 3px;
            }

            .deskcont .favorite .links li:hover {
                border: 1px solid #d3d3d3;
            }

            .deskcont .favorite .links li .close {
                position: absolute;
                top: 1px;
                right: 1px;
                display: none;
                width: 17px;
                height: 17px;
                border: 1px solid #f1f1f1;
                background: url(/Images/cancel.png);
            }

            .deskcont .favorite .links li:hover .close {
                display: block;
            }

            .deskcont .favorite .links li .close:hover {
                border: 1px solid #CECECE;
            }

    .deskcont .favorite .chenkboxchose {
        color: #EE7E00;
    }

#divFavorite .widget .widget-content img {
    float: right;
    margin: 12px;
}

#divFavorite .widget .widget-content p {
    padding: 0.8em 0;
}

#divFavorite .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}

#divFavorite .widget .widget-content ul {
    padding: 0;
    list-style: disc;
}

    #divFavorite .widget .widget-content ul li {
        padding: 3px 0;
    }

    #divFavorite .widget .widget-content ul.images {
        padding: 7px 0 0 0;
        list-style: none;
        height: 1%;
    }

        #divFavorite .widget .widget-content ul.images li {
            display: inline;
            float: left;
        }

        #divFavorite .widget .widget-content ul.images img {
            display: inline;
            float: left;
            margin: 0 0 7px 7px;
        }

/*ģ����ʽ*/
.widget_p {
    width: 99.9%;
    line-height: 30px;
    float: left;
    color: #999;
}

.widget_p1 {
    width: 99.9%;
    float: left;
    overflow: auto;
    padding: 2px;
    color: #2a2a2a;
}

.widget_p a {
    color: #333333;
}

.widget_img {
    width: 99.9%;
    float: left;
}

    .widget_img ul li {
        float: left;
        list-style: none;
        text-align: center;
        width: 85px;
    }

        .widget_img ul li a {
            text-decoration: none;
            color: #000000;
            display: block;
        }

.widget_alert ul li {
    width: 97%;
    line-height: 25px;
    color: #000000;
    padding-left: 10px;
}

    .widget_alert ul li a {
        color: #333333;
        text-decoration: none;
    }

#menusDiv ul {
    width: 100%;
    margin-left: 0;
    float: left;
}

    #menusDiv ul li {
        float: left;
        white-space: nowrap;
        overflow: hidden;
        width: 140px;
        margin-top: 3px;
        margin-left: 10px;
        cursor: pointer;
        line-height: 20px;
    }

#menusDiv li .fleft {
    float: left;
    line-height: 19px;
    margin-right: 3px;
}

#menusDiv li span {
    float: left;
    padding: 1px 2px;
    font-size: 13px;
    width: 116px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
}

    #menusDiv li span:hover {
        color: #EE7E00;
    }

.query-more {
    border-top: 1px solid #c5cbd0;
    width: 100%;
    height: 38px;
    position: relative;
    text-align: center;
    z-index: 1000;
}

.query-more-arrow {
    display: inline-block;
    height: 16px;
    width: 50px;
    text-align: center;
    border: 1px solid #C5CBD0;
    border-top: none;
    position: relative;
    z-index: 1001;
    top: -1px;
    color: #0A78B0;
    background: #C5CBD0 url(../Images/arrow_down.png) no-repeat center;
}

    .query-more-arrow.up {
        background-image: url(../Images/arrow_up.png);
    }

    .query-more-arrow:hover {
        cursor: pointer;
        background-color: #c1c1c1;
    }

.query-more .query-btn-group {
    position: absolute;
    right: 0;
    top: 4px;
}

.statistics-block {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    position: relative;
}

.statistics-left {
    width: 200px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow: auto;
}

.statistics-right {
    margin-left: 201px;
    height: 100%;
    border-left: 1px solid #e4dcc8;
}

.statistics-result-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.chart-tool {
    height: 32px;
    width: 100%;
}

    .chart-tool .chart-type {
        float: right;
        margin-right: 10px;
        height: 24px;
        width: 140px;
    }

        .chart-tool .chart-type li {
            float: right;
        }

.chart-type-item {
    width: 24px;
    height: 24px;
    background-image: url("/Images/shapeform.png");
    margin-left: 5px;
    margin-right: 5px;
}

    .chart-type-item.chart-type-active {
        background-image: url("/Images/shapeform_chose.png");
    }

.chart-type-pie {
    background-position: -24px 0;
}

.chart-type-column {
    background-position: -48px 0;
}

.chart-type-line {
    background-position: -72px 0;
}

.chart-type-table {
    background-position: 0 0;
}

.chart-content {
    position: relative;
    margin: auto;
}

.chart-content-chart {
    width: 800px;
    margin-bottom: 10px;
}

.chart-content-charts {
    width: 600px;
    margin-bottom: 10px;
}

.chart-content-table {
    width: 90%;
}

.chart-content table thead td, .chart-content table thead th {
    text-align: center;
    background-color: #EFDFBF;
    color: #a78740;
}

.chart-content table {
    width: 100%;
    border-spacing: 0 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    border-left: 1px solid #D6CBB0;
    border-top: 1px solid #D6CBB0;
}

    .chart-content table td {
        background-color: #fff;
        height: 32px;
        line-height: 32px;
        padding: 0 5px;
        border-right: 1px solid #D6CBB0;
        border-bottom: 1px solid #D6CBB0;
        text-align: center;
    }

/*���Ӹ���*/
.addattachbox {
    margin-top: 10px;
}

    .addattachbox span:first-child {
        width: 80px;
        display: inline-block;
        text-align: right;
        float: left;
    }

.addattach {
    margin-left: 80px;
    margin-bottom: 30px;
}

    .addattach .imgstyle {
        border: 1px solid #D4D4D4;
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        font-size: 0;
        background-color: #F5F5F5;
    }

        .addattach .imgstyle img {
            vertical-align: middle;
            width: 26px;
        }

        .addattach .imgstyle:hover {
            cursor: pointer;
            background-color: #FFECE2;
        }

.addattachbox .viewattach {
    margin-left: 80px;
    width: 600px;
}

/*����*/
#divGrid .photo {
    height: 179px;
    cursor: pointer;
}

#divGrid .photo-container {
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

.div-search {
    border-top: 1px solid #D5D8DA;
}

.div-selectedTitle {
    width: 107px;
    text-align: right;
    float: left;
    margin-top: 11px;
}

.div-selectedrow {
    width: 100%;
    height: 38px;
}

.div-seaItem1 {
    float: left;
    margin-left: 21px;
}

.div-selectedItem {
    cursor: pointer;
    border: 1px solid orange;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 3px 10px;
}

.div-searow {
    border-bottom: 1px solid #D5D8DA;
    height: 38px;
    line-height: 38px;
    clear: both;
}

.div-seaTtile {
    width: 110px;
    text-align: right;
    float: left;
    height: inherit;
}

.div-seaItem {
    width: 970px;
    border-left: 1px solid #D5D8DA;
    height: inherit;
    margin-left: 120px;
}

.ul-seaItem li {
    float: left;
    height: inherit;
    padding: 0 15px;
    cursor: pointer;
    color: #535353;
}

    .ul-seaItem li.li-active, .ul-seaItem li:hover {
        color: #FF711E;
    }

.ul-checkbox-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .ul-checkbox-list li {
        float: left;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        padding-left: 3px;
        padding-right: 3px;
        width: 140px;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 6px;
        border-bottom: 1px dotted #d6d6d6;
    }

        .ul-checkbox-list li.choice {
            color: #EE7E00;
            border: 1px dotted #EE7E00;
        }

        .ul-checkbox-list li .content {
            width: 100%;
            display: inline-block;
            height: inherit;
            font-size: 13px;
            padding: 0 3px;
        }

.treesearch {
    margin: 10px;
    overflow: hidden;
}

    .treesearch input[type="text"] {
        float: left;
        width: 185px;
        height: 28px;
        border: 1px solid #D0D0D0;
        text-indent: 3px;
    }

    .treesearch input[type="button"] {
        float: left;
        margin-left: 6px;
    }

/*����1366px*/
@media only screen and (min-width: 1366px) {
    .deskcont .favorite .links {
        height: 200px;
    }
}

/*����1600px*/
@media only screen and (min-width: 1600px) {
    .deskcont .backlog, .deskcont .notice {
        height: 440px;
    }
}

.input-custom-validate {
    border: 1px solid #f43;
}

.clothes-img {
    width: 134px !important;
    height: 200px !important;
}

.mjui-container {
    margin: 0;
}

@media (min-width: 768px) {
    .mjui-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .mjui-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .mjui-container {
        width: 1170px;
    }
}

.mjui-fluid {
    background-color: #fff;
    padding: 10px;
}

.mjui-row {
    margin: 0;
    padding: 0;
    clear: both;
}

.mjui-row-space10 > .mjui-col-space {
    padding: 5px;
}

.mjui-row-space15 > .mjui-col-space {
    padding: 7.5px;
}

.mjui-col-xs-1, .mjui-col-sm-1, .mjui-col-md-1, .mjui-col-lg-1, .mjui-col-xs-2, .mjui-col-sm-2, .mjui-col-md-2, .mjui-col-lg-2, .mjui-col-xs-3, .mjui-col-sm-3, .mjui-col-md-3, .mjui-col-lg-3, .mjui-col-xs-4, .mjui-col-sm-4, .mjui-col-md-4, .mjui-col-lg-4, .mjui-col-xs-5, .mjui-col-sm-5, .mjui-col-md-5, .mjui-col-lg-5, .mjui-col-xs-6, .mjui-col-sm-6, .mjui-col-md-6, .mjui-col-lg-6, .mjui-col-xs-7, .mjui-col-sm-7, .mjui-col-md-7, .mjui-col-lg-7, .mjui-col-xs-8, .mjui-col-sm-8, .mjui-col-md-8, .mjui-col-lg-8, .mjui-col-xs-9, .mjui-col-sm-9, .mjui-col-md-9, .mjui-col-lg-9, .mjui-col-xs-10, .mjui-col-sm-10, .mjui-col-md-10, .mjui-col-lg-10, .mjui-col-xs-11, .mjui-col-sm-11, .mjui-col-md-11, .mjui-col-lg-11, .mjui-col-xs-12, .mjui-col-sm-12, .mjui-col-md-12, .mjui-col-lg-12 {
    position: relative;
    min-height: 1px;
}

.mjui-col-xs-1, .mjui-col-xs-2, .mjui-col-xs-3, .mjui-col-xs-4, .mjui-col-xs-5, .mjui-col-xs-6, .mjui-col-xs-7, .mjui-col-xs-8, .mjui-col-xs-9, .mjui-col-xs-10, .mjui-col-xs-11, .mjui-col-xs-12 {
    float: left;
}

.mjui-col-xs-12 {
    width: 100%;
}

.mjui-col-xs-11 {
    width: 91.66666667%;
}

.mjui-col-xs-10 {
    width: 83.33333333%;
}

.mjui-col-xs-9 {
    width: 75%;
}

.mjui-col-xs-8 {
    width: 66.66666667%;
}

.mjui-col-xs-7 {
    width: 58.33333333%;
}

.mjui-col-xs-6 {
    width: 50%;
}

.mjui-col-xs-5 {
    width: 41.66666667%;
}

.mjui-col-xs-4 {
    width: 33.33333333%;
}

.mjui-col-xs-3 {
    width: 25%;
}

.mjui-col-xs-2 {
    width: 16.66666667%;
}

.mjui-col-xs-1 {
    width: 8.33333333%;
}

.mjui-col-xs-pull-12 {
    right: 100%;
}

.mjui-col-xs-pull-11 {
    right: 91.66666667%;
}

.mjui-col-xs-pull-10 {
    right: 83.33333333%;
}

.mjui-col-xs-pull-9 {
    right: 75%;
}

.mjui-col-xs-pull-8 {
    right: 66.66666667%;
}

.mjui-col-xs-pull-7 {
    right: 58.33333333%;
}

.mjui-col-xs-pull-6 {
    right: 50%;
}

.mjui-col-xs-pull-5 {
    right: 41.66666667%;
}

.mjui-col-xs-pull-4 {
    right: 33.33333333%;
}

.mjui-col-xs-pull-3 {
    right: 25%;
}

.mjui-col-xs-pull-2 {
    right: 16.66666667%;
}

.mjui-col-xs-pull-1 {
    right: 8.33333333%;
}

.mjui-col-xs-pull-0 {
    right: auto;
}

.mjui-col-xs-push-12 {
    left: 100%;
}

.mjui-col-xs-push-11 {
    left: 91.66666667%;
}

.mjui-col-xs-push-10 {
    left: 83.33333333%;
}

.mjui-col-xs-push-9 {
    left: 75%;
}

.mjui-col-xs-push-8 {
    left: 66.66666667%;
}

.mjui-col-xs-push-7 {
    left: 58.33333333%;
}

.mjui-col-xs-push-6 {
    left: 50%;
}

.mjui-col-xs-push-5 {
    left: 41.66666667%;
}

.mjui-col-xs-push-4 {
    left: 33.33333333%;
}

.mjui-col-xs-push-3 {
    left: 25%;
}

.mjui-col-xs-push-2 {
    left: 16.66666667%;
}

.mjui-col-xs-push-1 {
    left: 8.33333333%;
}

.mjui-col-xs-push-0 {
    left: auto;
}

.mjui-col-xs-offset-12 {
    margin-left: 100%;
}

.mjui-col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.mjui-col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.mjui-col-xs-offset-9 {
    margin-left: 75%;
}

.mjui-col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.mjui-col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.mjui-col-xs-offset-6 {
    margin-left: 50%;
}

.mjui-col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.mjui-col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.mjui-col-xs-offset-3 {
    margin-left: 25%;
}

.mjui-col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.mjui-col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.mjui-col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .mjui-col-sm-1, .mjui-col-sm-2, .mjui-col-sm-3, .mjui-col-sm-4, .mjui-col-sm-5, .mjui-col-sm-6, .mjui-col-sm-7, .mjui-col-sm-8, .mjui-col-sm-9, .mjui-col-sm-10, .mjui-col-sm-11, .mjui-col-sm-12 {
        float: left;
    }

    .mjui-col-sm-12 {
        width: 100%;
    }

    .mjui-col-sm-11 {
        width: 91.66666667%;
    }

    .mjui-col-sm-10 {
        width: 83.33333333%;
    }

    .mjui-col-sm-9 {
        width: 75%;
    }

    .mjui-col-sm-8 {
        width: 66.66666667%;
    }

    .mjui-col-sm-7 {
        width: 58.33333333%;
    }

    .mjui-col-sm-6 {
        width: 50%;
    }

    .mjui-col-sm-5 {
        width: 41.66666667%;
    }

    .mjui-col-sm-4 {
        width: 33.33333333%;
    }

    .mjui-col-sm-3 {
        width: 25%;
    }

    .mjui-col-sm-2 {
        width: 16.66666667%;
    }

    .mjui-col-sm-1 {
        width: 8.33333333%;
    }

    .mjui-col-sm-pull-12 {
        right: 100%;
    }

    .mjui-col-sm-pull-11 {
        right: 91.66666667%;
    }

    .mjui-col-sm-pull-10 {
        right: 83.33333333%;
    }

    .mjui-col-sm-pull-9 {
        right: 75%;
    }

    .mjui-col-sm-pull-8 {
        right: 66.66666667%;
    }

    .mjui-col-sm-pull-7 {
        right: 58.33333333%;
    }

    .mjui-col-sm-pull-6 {
        right: 50%;
    }

    .mjui-col-sm-pull-5 {
        right: 41.66666667%;
    }

    .mjui-col-sm-pull-4 {
        right: 33.33333333%;
    }

    .mjui-col-sm-pull-3 {
        right: 25%;
    }

    .mjui-col-sm-pull-2 {
        right: 16.66666667%;
    }

    .mjui-col-sm-pull-1 {
        right: 8.33333333%;
    }

    .mjui-col-sm-pull-0 {
        right: auto;
    }

    .mjui-col-sm-push-12 {
        left: 100%;
    }

    .mjui-col-sm-push-11 {
        left: 91.66666667%;
    }

    .mjui-col-sm-push-10 {
        left: 83.33333333%;
    }

    .mjui-col-sm-push-9 {
        left: 75%;
    }

    .mjui-col-sm-push-8 {
        left: 66.66666667%;
    }

    .mjui-col-sm-push-7 {
        left: 58.33333333%;
    }

    .mjui-col-sm-push-6 {
        left: 50%;
    }

    .mjui-col-sm-push-5 {
        left: 41.66666667%;
    }

    .mjui-col-sm-push-4 {
        left: 33.33333333%;
    }

    .mjui-col-sm-push-3 {
        left: 25%;
    }

    .mjui-col-sm-push-2 {
        left: 16.66666667%;
    }

    .mjui-col-sm-push-1 {
        left: 8.33333333%;
    }

    .mjui-col-sm-push-0 {
        left: auto;
    }

    .mjui-col-sm-offset-12 {
        margin-left: 100%;
    }

    .mjui-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .mjui-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .mjui-col-sm-offset-9 {
        margin-left: 75%;
    }

    .mjui-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .mjui-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .mjui-col-sm-offset-6 {
        margin-left: 50%;
    }

    .mjui-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .mjui-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .mjui-col-sm-offset-3 {
        margin-left: 25%;
    }

    .mjui-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .mjui-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .mjui-col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .mjui-col-md-1, .mjui-col-md-2, .mjui-col-md-3, .mjui-col-md-4, .mjui-col-md-5, .mjui-col-md-6, .mjui-col-md-7, .mjui-col-md-8, .mjui-col-md-9, .mjui-col-md-10, .mjui-col-md-11, .mjui-col-md-12 {
        float: left;
    }

    .mjui-col-md-12 {
        width: 100%;
    }

    .mjui-col-md-11 {
        width: 91.66666667%;
    }

    .mjui-col-md-10 {
        width: 83.33333333%;
    }

    .mjui-col-md-9 {
        width: 75%;
    }

    .mjui-col-md-8 {
        width: 66.66666667%;
    }

    .mjui-col-md-7 {
        width: 58.33333333%;
    }

    .mjui-col-md-6 {
        width: 50%;
    }

    .mjui-col-md-5 {
        width: 41.66666667%;
    }

    .mjui-col-md-4 {
        width: 33.33333333%;
    }

    .mjui-col-md-3 {
        width: 25%;
    }

    .mjui-col-md-2 {
        width: 16.66666667%;
    }

    .mjui-col-md-1 {
        width: 8.33333333%;
    }

    .mjui-col-md-pull-12 {
        right: 100%;
    }

    .mjui-col-md-pull-11 {
        right: 91.66666667%;
    }

    .mjui-col-md-pull-10 {
        right: 83.33333333%;
    }

    .mjui-col-md-pull-9 {
        right: 75%;
    }

    .mjui-col-md-pull-8 {
        right: 66.66666667%;
    }

    .mjui-col-md-pull-7 {
        right: 58.33333333%;
    }

    .mjui-col-md-pull-6 {
        right: 50%;
    }

    .mjui-col-md-pull-5 {
        right: 41.66666667%;
    }

    .mjui-col-md-pull-4 {
        right: 33.33333333%;
    }

    .mjui-col-md-pull-3 {
        right: 25%;
    }

    .mjui-col-md-pull-2 {
        right: 16.66666667%;
    }

    .mjui-col-md-pull-1 {
        right: 8.33333333%;
    }

    .mjui-col-md-pull-0 {
        right: auto;
    }

    .mjui-col-md-push-12 {
        left: 100%;
    }

    .mjui-col-md-push-11 {
        left: 91.66666667%;
    }

    .mjui-col-md-push-10 {
        left: 83.33333333%;
    }

    .mjui-col-md-push-9 {
        left: 75%;
    }

    .mjui-col-md-push-8 {
        left: 66.66666667%;
    }

    .mjui-col-md-push-7 {
        left: 58.33333333%;
    }

    .mjui-col-md-push-6 {
        left: 50%;
    }

    .mjui-col-md-push-5 {
        left: 41.66666667%;
    }

    .mjui-col-md-push-4 {
        left: 33.33333333%;
    }

    .mjui-col-md-push-3 {
        left: 25%;
    }

    .mjui-col-md-push-2 {
        left: 16.66666667%;
    }

    .mjui-col-md-push-1 {
        left: 8.33333333%;
    }

    .mjui-col-md-push-0 {
        left: auto;
    }

    .mjui-col-md-offset-12 {
        margin-left: 100%;
    }

    .mjui-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .mjui-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .mjui-col-md-offset-9 {
        margin-left: 75%;
    }

    .mjui-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .mjui-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .mjui-col-md-offset-6 {
        margin-left: 50%;
    }

    .mjui-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .mjui-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .mjui-col-md-offset-3 {
        margin-left: 25%;
    }

    .mjui-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .mjui-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .mjui-col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .mjui-col-lg-1, .mjui-col-lg-2, .mjui-col-lg-3, .mjui-col-lg-4, .mjui-col-lg-5, .mjui-col-lg-6, .mjui-col-lg-7, .mjui-col-lg-8, .mjui-col-lg-9, .mjui-col-lg-10, .mjui-col-lg-11, .mjui-col-lg-12 {
        float: left;
    }

    .mjui-col-lg-12 {
        width: 100%;
    }

    .mjui-col-lg-11 {
        width: 91.66666667%;
    }

    .mjui-col-lg-10 {
        width: 83.33333333%;
    }

    .mjui-col-lg-9 {
        width: 75%;
    }

    .mjui-col-lg-8 {
        width: 66.66666667%;
    }

    .mjui-col-lg-7 {
        width: 58.33333333%;
    }

    .mjui-col-lg-6 {
        width: 50%;
    }

    .mjui-col-lg-5 {
        width: 41.66666667%;
    }

    .mjui-col-lg-4 {
        width: 33.33333333%;
    }

    .mjui-col-lg-3 {
        width: 25%;
    }

    .mjui-col-lg-2 {
        width: 16.66666667%;
    }

    .mjui-col-lg-1 {
        width: 8.33333333%;
    }

    .mjui-col-lg-pull-12 {
        right: 100%;
    }

    .mjui-col-lg-pull-11 {
        right: 91.66666667%;
    }

    .mjui-col-lg-pull-10 {
        right: 83.33333333%;
    }

    .mjui-col-lg-pull-9 {
        right: 75%;
    }

    .mjui-col-lg-pull-8 {
        right: 66.66666667%;
    }

    .mjui-col-lg-pull-7 {
        right: 58.33333333%;
    }

    .mjui-col-lg-pull-6 {
        right: 50%;
    }

    .mjui-col-lg-pull-5 {
        right: 41.66666667%;
    }

    .mjui-col-lg-pull-4 {
        right: 33.33333333%;
    }

    .mjui-col-lg-pull-3 {
        right: 25%;
    }

    .mjui-col-lg-pull-2 {
        right: 16.66666667%;
    }

    .mjui-col-lg-pull-1 {
        right: 8.33333333%;
    }

    .mjui-col-lg-pull-0 {
        right: auto;
    }

    .mjui-col-lg-push-12 {
        left: 100%;
    }

    .mjui-col-lg-push-11 {
        left: 91.66666667%;
    }

    .mjui-col-lg-push-10 {
        left: 83.33333333%;
    }

    .mjui-col-lg-push-9 {
        left: 75%;
    }

    .mjui-col-lg-push-8 {
        left: 66.66666667%;
    }

    .mjui-col-lg-push-7 {
        left: 58.33333333%;
    }

    .mjui-col-lg-push-6 {
        left: 50%;
    }

    .mjui-col-lg-push-5 {
        left: 41.66666667%;
    }

    .mjui-col-lg-push-4 {
        left: 33.33333333%;
    }

    .mjui-col-lg-push-3 {
        left: 25%;
    }

    .mjui-col-lg-push-2 {
        left: 16.66666667%;
    }

    .mjui-col-lg-push-1 {
        left: 8.33333333%;
    }

    .mjui-col-lg-push-0 {
        left: auto;
    }

    .mjui-col-lg-offset-12 {
        margin-left: 100%;
    }

    .mjui-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .mjui-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .mjui-col-lg-offset-9 {
        margin-left: 75%;
    }

    .mjui-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .mjui-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .mjui-col-lg-offset-6 {
        margin-left: 50%;
    }

    .mjui-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .mjui-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .mjui-col-lg-offset-3 {
        margin-left: 25%;
    }

    .mjui-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .mjui-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .mjui-col-lg-offset-0 {
        margin-left: 0;
    }
}

.form-block-warp {
    margin: 0;
    background-color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.grid-block {
    margin: 0;
    background-color: #fff;
    margin-top: 10px;
}

.grid-block-warp {
    padding: 0;
}

.tb-state-blcok {
    display: inline-block;
    padding: 1px 2px;
    background-color: #ec971f;
    color: #fff;
    line-height: 24px;
    border-radius: 3px;
}

.l-tab-links {
    height: 0;
}
