/*!
 * Copyright &copy; 2012-2013 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
html, body {
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    padding: 0
}

img {
    max-width: auto
}

h1 {
    font-size: 30px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

a {
    outline: 0
}

a:active {
    star: expression(this.onFocus=this.blur())
}

body, label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
    font-family: Helvetica, Georgia, Arial, sans-serif, 宋体;
    font-size: 16px;
    _font-size: 12px
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: 0
}

input[type="radio"], input[type="checkbox"] {
    margin: -2px 3px;
    *margin-top: 1px
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: auto;
    background-color: #f3f3f3
}

.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
    position: static
}

.control-group {
    padding-bottom: 8px;
    margin-bottom: 0;
    /*border-bottom: 1px dotted #f1f1f1*/
}

legend + .control-group {
    margin-top: 8px
}

.controls .lbl {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.measure-input {
    background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent
}

.input-small {
    width: 120px
}

.input-medium {
    width: 163px
}

.input-xxlarge {
    width: 460px
}

.help-block, .help-inline {
    color: #ff6969
}

.alert {
    margin-bottom: 10px
}

.form-search label {
    margin-left: 10px
}

.form-search span label {
    margin-left: 0
}

.form-horizontal {
    margin: 0 20px
}

.form-horizontal .control-group {
    margin-bottom: 8px
}

.form-horizontal .control-label {
    /*padding-top: 3px*/
    line-height: 40px;
    font-weight: bold;
}

.form-horizontal .controls {
    text-align: left
}

.form-horizontal .controls label.error {
    background-position: 0 2px
}

.collapse {
    *display: none;
    _position: static
}

.collapse.in {
    *display: block
}

.close {
    opacity: .3;
    filter: alpha(opacity=30)
}

.close:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

a.btn {
    *padding: 4px 10px 4px;
    *border: 1px solid #ccc
}

a.btn-primary, a.btn-primary:hover, a.btn-warning, a.btn-warning:hover, a.btn-danger, a.btn-danger:hover, a.btn-success, a.btn-success:hover, a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover {
    *padding: 4px 10px 3px
}

.nav, .breadcrumb {
    margin-bottom: 10px
}

.nav-list li a {
    margin-top: 5px;
    margin-bottom: 5px;
    _padding-top: 6px
}

.nav-list li a i {
    _margin-top: -1px
}

.pagination .controls a {
    border: 0
}

.pagination .controls input {
    border: 1px solid #f0f0f0;
    color: #333;
    width: 30px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center
}

.modal-backdrop {
    background-color: #fff
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal.tree {
    width: 300px;
    margin: -250px 0 0 -180px;
    *margin: -200px 0 0 -150px
}

.modal.tree .modal-body {
    height: 260px;
    padding: 20px 25px
}

.accordion-heading, .table th {
    white-space: nowrap;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #2f4052;
   /* background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0)*/
}

.accordion-heading {
    float: inherit;
    width: 100%
}

.accordion-heading a:hover, .dropdown a:hover {
    text-decoration: none;
    background: 0
}

.accordion-heading .accordion-toggle {
    font-family: 黑体;
    font-size: 20px;
    _padding-top: 10px;
    _padding-bottom: 8px
}

.accordion-heading .accordion-toggle i {
    _margin-top: -1px
}

.accordion-inner {
    padding: 8px 13px 3px 13px;
    background-color: #2f4052;
}

#left, #right, #openClose {
    float: left
}

#openClose {
    width: 8px;
    margin: 0 1px;
    cursor: pointer
}

#openClose, #openClose.close {
    background: #fdfdfd url("../images/openclose.png") no-repeat -29px center
}

#openClose.close {
    background-position: 1px center;
    /*display: none;*/
}