* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

div, p, ul, ol, li, dl, dt, dd {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

img {
    margin: 0px;
    border: 0px;
    padding: 0px;
    vertical-align: middle;
}

a {
    color: #337ab7;
    background-color: transparent;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:active, a:hover {
    outline: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
    border-width: 0px;
}

/*Bootstrap??????*/
.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

/*Bootstrap??????*/
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

/*Bootstrap????*/
.container-fluid {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    overflow: auto;
    zoom: 1;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media ( min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media ( min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
    .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media ( min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/*Bootstrap????*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    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;
    border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.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] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], .btn-default.disabled:hover,
.btn-default[disabled]:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus,
.btn-default.disabled.focus, .btn-default[disabled].focus, .btn-default.disabled:active,
.btn-default[disabled]:active, .btn-default.disabled.active,
.btn-default[disabled].active {
    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, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, .btn-primary.disabled:active,
.btn-primary[disabled]:active, .btn-primary.disabled.active,
.btn-primary[disabled].active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus,
.btn-success.disabled.focus, .btn-success[disabled].focus, .btn-success.disabled:active,
.btn-success[disabled]:active, .btn-success.disabled.active,
.btn-success[disabled].active {
    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, .btn-info:focus, .btn-info.focus, .btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover,
.btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus,
.btn-info.disabled.focus, .btn-info[disabled].focus, .btn-info.disabled:active,
.btn-info[disabled]:active, .btn-info.disabled.active, .btn-info[disabled].active {
    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, .btn-warning:focus, .btn-warning.focus, .btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], .btn-warning.disabled:hover,
.btn-warning[disabled]:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus,
.btn-warning.disabled.focus, .btn-warning[disabled].focus, .btn-warning.disabled:active,
.btn-warning[disabled]:active, .btn-warning.disabled.active,
.btn-warning[disabled].active {
    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, .btn-danger:focus, .btn-danger.focus, .btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], .btn-danger.disabled:hover,
.btn-danger[disabled]:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus,
.btn-danger.disabled.focus, .btn-danger[disabled].focus, .btn-danger.disabled:active,
.btn-danger[disabled]:active, .btn-danger.disabled.active, .btn-danger[disabled].active {
    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] {
    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, .btn-link[disabled]:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.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%;
}

/*Bootstrap ????*/
.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;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hidden {
    display: none !important;
}

/*EasyUI LinkButton?????*/
.l-btn-icon {
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    font-size: 16px;
    text-align: center;
}

.l-btn-large .l-btn-icon {
    width: 32px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    font-size: 32px;
}

/*EasyUI Menu?????*/
.menu-icon {
    line-height: 16px;
    text-align: center;
}

.menu-active {
    border-color: #ddd;
    color: #000;
    background: #e6e6e6;
}

/*EasyUI MenuButton?????*/
.m-btn-downarrow, .s-btn-downarrow {
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    text-align: center;
}

.m-btn-downarrow, .s-btn-downarrow {
    background: none;
}

.m-btn-downarrow:before, .s-btn-downarrow:before {
    content: "\f0d7";
}

/*EasyUI Panel?????*/
.panel-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 3px solid #4C7CDA;
    padding-left: 10px;
}

.layout-expand-west .panel-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}

.panel-body {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.panel-body-nobottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-icon, .panel-tool {
    width: auto;
    height: 24px;
    margin-top: -12px;
    line-height: 24px;
    font-size: 16px;
}

.panel-icon {
    left: 8px;
    color: #000;
    text-align: center;
}

.panel-tool {
    right: 8px;
}

.layout-expand-west .panel-tool {
    right: 5px;
}

.panel-tool a {
    margin: 4px 0 4px 2px;
}

.panel-title {
    color: #575765;
    height: 24px;
    line-height: 24px;
}

.panel-mask {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #ccc;
    z-index: 9100;
}

.panel-mask-msg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #999;
    padding: 10px 5px 10px 30px;
    background: #fff url('../../easyui/themes/bootstrap/images/loading.gif') no-repeat scroll 5px center;
    font-size: 12px;
    color: #000;
    z-index: 9200;
}

.shrink-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.easyui-shrinkpanel, .easyui-advancedsearcher {
    display: none;
}

/*EasyUI Window?????*/
.window {
    border-top: 3px solid #4C7CDA;
}

.window .window-header {
    border-top-width: 0;
}

.window .panel-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.window .window-header .panel-icon, .window .window-header .panel-tool {
    margin-top: -15px;
}

.window .window-header .panel-icon {
    left: 5px;
}

.window .window-header .panel-tool {
    right: 5px;
}

.window .window-header .panel-with-icon {
    padding-left: 23px;
}

.window-thinborder .window-header {
    padding: 5px 5px 6px 5px;
}

.window-thinborder .window-header .panel-icon, .window-thinborder .window-header .panel-tool {
    margin-top: -12.5px;
    margin-left: 0;
    margin-right: 0;
}

.window-thinborder .window-header .panel-icon {
    left: 10px;
}

.window-thinborder .window-header .panel-tool {
    right: 10px;
}

.dialog-button {
    text-align: center;
}

.easyui-window, .easyui-dialog {
    display: none;
}

.easyui-webbrowser {
    display: none;
    overflow: hidden;
}

.page-footer {
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding: 5px;
    text-align: center;
    background: #F5F5F5;
}

/*EasyUI Tabs?????*/
.tabs {
    height: 36px;
}

.tabs li a.tabs-inner {
    height: 35px;
    line-height: 35px;
    border-color: #D1D1D1;
    color: #575765;
}

.tabs-with-icon {
    padding-left: 20px;
}

.tabs-icon {
    font-size: 16px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    text-align: center;
}

.tabs li a.tabs-inner:hover {
    background: #e2e2e2;
    color: #000;
}

.tabs li.tabs-selected a.tabs-inner {
    border-top-width: 3px;
    border-top-color: #4C7CDA;
    line-height: 33px;
    color: #575765;
}

.tabs li.tabs-selected a.tabs-inner:hover {
    background: #fff;
    color: #575765;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
    border-top: 1px solid #D1D1D1;
    border-left: 3px solid #4C7CDA;
}

.tabs li.tabs-selected .tabs-icon {
    margin-top: -6.5px;
}

.tabs li.tabs-selected a.tabs-close, .tabs li.tabs-selected .tabs-p-tool {
    margin-top: -5px;
}

/*EasyUI Tree?????*/
.tree-node {
    padding-left: 18px;
    height: 30px;
    line-height: 22px;
    color: #000;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-indent {
    width: 18px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tree-expanded, .tree-expanded-hover {
    background: none;
}

.tree-expanded:before {
    content: "\f0d7"
}

.tree-collapsed, .tree-collapsed-hover {
    background: none;
}

.tree-collapsed:before {
    content: "\f0da";
}

.tree-folder, .tree-folder-open {
    background: none;
}

.tree-folder:before {
    content: "\f07b";
}

.tree-folder-open:before {
    content: "\f07c";
}

.tree-file {
    background: none;
}

.tree-file:before {
    content: "\f0f6";
}

/*
.tree-loading {
	background: url('images/loading.gif') no-repeat center center;
}

.tree-checkbox0 {
	background: url('images/tree_icons.png') no-repeat -208px -18px;
}

.tree-checkbox1 {
	background: url('images/tree_icons.png') no-repeat -224px -18px;
}

.tree-checkbox2 {
	background: url('images/tree_icons.png') no-repeat -240px -18px;
}*/
.tree-title {
    padding-left: 4px;
    margin: 4px 0;
    height: 22px;
    line-height: 22px;
    color: #444;
}

/*
.tree-editor {
	border: 1px solid #D4D4D4;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
	margin: 0;
	width: 80px;
	outline-style: none;
	vertical-align: middle;
	position: absolute;
	top: 0;
}*/
.tree-node-hover {
    background: #e7eaec;
    color: #444
}

.tree-node-selected {
    background: #e7eaec;
    color: #444
}

/*EasyUI DataGrid?????*/
.datagrid-header .datagrid-cell span {
    font-weight: bold;
}

.datagrid-row-alt {
    background: #fafafa;
}

.datagrid-row-over, .datagrid-header td.datagrid-header-over {
    background: #eaf2ff;
    color: #000;
}

.datagrid-row-selected {
    background: #ffe48d;
    color: #000;
}

.datagrid-toolbar {
    padding: 3px 5px;
}

.page-toolbar {
    overflow: auto;
    zoom: 1;
    display: none;
}

.easyui-datagrid {
    display: none;
}

.quick-filter {
    display: inline-block;
}

.row-detail-wrapper {
    padding: 10px;
    background-color: #ffe48d;
}

.page-container {
    padding: 15px;
    text-align: left;
}

/*????????*/
fieldset {
    margin: 0;
    border: none;
    padding: 0;
    border-top: 1px solid #ccc;
}

fieldset legend {
    margin-left: 20px;
    border: 0;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-field-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 125px;
    zoom: 1;
    overflow: hidden;
}

.form-field-label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-field-wrap p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}

.form-field-extra {
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
}

label.option-wrapper {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Tahoma;
}

label.option-wrapper input {
    margin-right: 5px;
    vertical-align: text-bottom !important;
    vertical-align: middle;
}

label.option-wrapper.last {
    margin-right: 0;
}

.required-mark {
    color: red;
    padding: 0px 3px;
}

.field-wrap {
    position: relative;
    width: 100%;
    min-height: 36px;
    padding: 8px 5px 8px 130px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
}

.field-wrap .field-label {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 120px;
    color: #92a3b7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.field-wrap .field-value {
    word-break: break-all;
    word-wrap: break-word;
}

.field-wrap .label {
    font-size: 100%;
    padding: 3px 5px;
}

.advanced-filter {
    margin: 6px 5px;
    padding: 0 6px 6px;
    border-bottom: 1px dashed #999;
}

.advanced-filter .title-wrapper {
    padding-left: 2px;
    line-height: 25px;
    text-align: left;
}

.advanced-filter .ctrl-wrapper {
    position: relative;
    width: 100%;
}

div.advanced-filter .ctrl-wrapper .addon-text {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.list_col {
    border: 1px solid #9e9e9e;
    background-color: #f3f3f3;
    border-spacing: 1px;
    border-collapse: separate;
    position: relative;
}

table.list_col td {
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    background-color: #FFF;
}

table.list_col tr.title_row th {
    color: #FFF;
    background-color: #9E9E9E;
    height: 25px;
    text-align: center;
}

.bspanel {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.bspanel-heading {
    border: 1px solid #bce8f1;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 12px;
    color: #31708f;
    background-color: #d9edf7;
    overflow: hidden;
    zoom: 1;
}

.bspanel-title {
    float: left;
    margin: 0;
    font-size: 14px;
    color: inherit;
}

.bspanel-toolbar {
    float: right;
    text-align: right;
}

.bspanel-body {
    border: 1px solid #bce8f1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ???? */
.scrollContainer {
    position: fixed;
    top: 50px;
    right: 15px;
}

.scrollItem {
    width: 20px;
    height: 70px;
    border: #e1e1e1 1px solid;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}


[name="lnkbtnExport"], #lnkbtnExport {
    border-radius: 3px;
    font-size: 12px;
    width: 68px;
    line-height: 1.5;
    color: #fff;
    background: none #337ab7;
    border-color: #2e6da4;
}

[name="lnkbtnExport"]:hover, [name="lnkbtnExport"]:focus, [name="lnkbtnExport"]:active #lnkbtnExport:hover, #lnkbtnExport:focus, #lnkbtnExport:active {
    background-color: #286090;
    border-color: #204d74;
}

.btn-import {
    border-radius: 3px;
    font-size: 12px;
    width: 68px;
    line-height: 1.5;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-import:hover, .btn-import:focus, .btn-import:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-blue {
    border-radius: 3px;
    font-size: 12px;
    width: 68px;
    line-height: 1.5;
    color: #fff;
    background: none #337ab7;
    border-color: #2e6da4;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
