@charset "utf-8";
/* 包括对 Bootstrap v3.x 的个性化修改 */
h1, .h1 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .panel-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding: 4px 0;
}

.page-title {
    display: block
}

a {
    cursor: pointer;
}

p {
    margin: 0 0 10px;
}

body {
    font-family: Microsoft YaHei;
}

input[readonly] {
    background-color: #f6f6f6 !important;
}

textarea[readonly] {
    background-color: #f6f6f6 !important;
}

pre {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #333;
    line-height: 1.4285;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: transparent;
    color: #333;
    white-space: pre-wrap;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #fcf8e3;
}

.radio, .checkbox {
    margin-top: 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    font-size: 14px;
}

.th-break {
    display: block;
}

.thead {
    background: #f5f5f5;
}

.thead th {
    text-align: center;
}

thead td {
    font-weight: bold;
}

.btn {
    font-size: 14px;
    padding: 3px 12px;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 3px 12px;
}

.btn-border-pa {
    display: inline-block;
    padding: 3px 3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-border {
    color: #333333;
    background-color: transparent;
}

.btn-border:hover {
    color: #333333;
    background-color: transparent;
}

.btn-border:hover, .btn-border:focus, .btn-border:active, .btn-border.active, .open .dropdown-toggle.btn-border {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-border:active, .btn-border.active, .open .dropdown-toggle.btn-border {
    background-image: none;
}

.btn-border.disabled, .btn-border[disabled], fieldset[disabled] .btn-border, .btn-border.disabled:hover, .btn-border[disabled]:hover, fieldset[disabled] .btn-border:hover, .btn-border.disabled:focus, .btn-border[disabled]:focus, fieldset[disabled] .btn-border:focus, .btn-border.disabled:active, .btn-border[disabled]:active, fieldset[disabled] .btn-border:active, .btn-border.disabled.active, .btn-border[disabled].active, fieldset[disabled] .btn-border.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-primary {
    color: #fff;
    background-color: #4D90FE;
    border-color: #4D90FE;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4D90FE;
    border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #4D90FE;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-space {
    margin-left: 5px;
    margin-right: 5px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #4D90FE;
}

.pagination>li>a, .pagination>li>span {
    color: #4D90FE;
}

.pagination {
    margin: 0px 0px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0;
    border-bottom: none;
}

.panel {
    box-shadow: none;
}

.panel-heading {
    padding: 4px 15px;
}

.panel-footer {
    padding: 5px 15px 5px;
}

.modal-body {
    overflow: visible;
}

/*定义页面*/
.container-page {
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px 0;
    width: auto !important;
    overflow: visible;
}

.content-wrap {
    background: #f5f5f5;
    padding: 20px 0;
}

.content-box {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.modal-page {
    min-width: 600px;
    width: 860px;
}

.modal-page h4 {
    font-size: 18px;
    color: #333;
}

.modal-windows-body {
    background: #fff;
    height: 600px;
    padding: 5px 0px;
}

.bs-docs-nav {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
    background: #349def /*#049CD4*/;
    border-color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.bs-docs-nav .navbar-brand {
    color: white;
    font-family: Microsoft YaHei;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background: #FFB800;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.bs-navbar-collapse {

}

.bs-navbar-collapse .navbar-right:last-child {
    margin-right: 15px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #333;
}

.table-view td {
    padding-left: 15px !important;
}

.table-view td[colspan="3"] {
    width: auto !important;
}

/* ie: inline editing */
.ie-textarea {
    width: 350px;
    height: 45px;
}

/*表单多列*/
.x1-form-layout-2, .x1-form-layout-3, .x1-form-layout-4,
.x2-form-layout-2, .x2-form-layout-3, .x2-form-layout-4,
.x3-form-layout-2, .x3-form-layout-3, .x3-form-layout-4,
.x4-form-layout-2, .x4-form-layout-3, .x4-form-layout-4{
    overflow: hidden;
    table-layout: auto;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.x1-form-layout-2 th, .x1-form-layout-3 th, .x1-form-layout-4 th,
.x2-form-layout-2 th, .x2-form-layout-3 th, .x2-form-layout-4 th,
.x3-form-layout-2 th, .x3-form-layout-3 th, .x3-form-layout-4 th,
.x4-form-layout-2 th, .x4-form-layout-3 th, .x4-form-layout-4 th{
    font-weight: normal;
    height: 30px;
    padding: 3px 0;
    text-align: right;
    white-space: normal;
}

.x1-form-layout-2 td, .x1-form-layout-3 td, .x1-form-layout-4 td,
.x2-form-layout-2 td, .x2-form-layout-3 td, .x2-form-layout-4 td,
.x3-form-layout-2 td, .x3-form-layout-3 td, .x3-form-layout-4 td,
.x4-form-layout-2 td, .x4-form-layout-3 td, .x4-form-layout-4 td {
    font-weight: normal;
    height: 30px;
    padding: 3px 0;
}

.x1-form-layout-2 input, .x1-form-layout-3 input, .x1-form-layout-4 input,
.x2-form-layout-2 input, .x2-form-layout-3 input, .x2-form-layout-4 input,
.x3-form-layout-2 input, .x3-form-layout-3 input, .x3-form-layout-4 input,
.x4-form-layout-2 input, .x4-form-layout-3 input, .x4-form-layout-4 input{
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.x1-form-layout-2 select, .x1-form-layout-3 select, .x1-form-layout-4 select,
.x2-form-layout-2 select, .x2-form-layout-3 select, .x2-form-layout-4 select,
.x3-form-layout-2 select, .x3-form-layout-3 select, .x3-form-layout-4 select,
.x4-form-layout-2 select, .x4-form-layout-3 select, .x4-form-layout-4 select{
    font-size: 14px;
    height: 28px;
    padding: 2px 2px 2px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -2px;
}

/*x4-form-layout*/
.x4-form-layout-4 {
    width: 1210px;
    overflow: hidden;
}
.x4-form-layout-4 tbody {
    max-width: 1210px;
}
.x4-form-layout-4 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x4-form-layout-4 tbody td {
    max-width: 167.5px;
    min-width: 167.5px;
}
.x4-form-layout-4 tbody .lg1 {
    width: 161.5px;
}
.x4-form-layout-4 tbody .lg2 {
    width: 464px;
}
.x4-form-layout-4 tbody .lg3 {
    width: 766.5px;
}
.x4-form-layout-4 tbody .lg4 {
    width: 1069px;
}
.x4-form-layout-3 {
    width: 1210px;
    overflow: hidden;
}
.x4-form-layout-3 tbody {
    max-width: 1210px;
}
.x4-form-layout-3 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x4-form-layout-3 tbody td {
    max-width: 268.33333333px;
    min-width: 268.33333333px;
}
.x4-form-layout-3 tbody .lg1 {
    width: 262.33333333px;
}
.x4-form-layout-3 tbody .lg2 {
    width: 665.66666667px;
}
.x4-form-layout-3 tbody .lg3 {
    width: 1069px;
}
.x4-form-layout-2 {
    width: 1210px;
    overflow: hidden;
}
.x4-form-layout-2 tbody {
    max-width: 1210px;
}
.x4-form-layout-2 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x4-form-layout-2 tbody td {
    max-width: 470px;
    min-width: 470px;
}
.x4-form-layout-2 tbody .lg1 {
    width: 464px;
}
.x4-form-layout-2 tbody .lg2 {
    width: 1069px;
}
/*x3-form-layout*/
.x3-form-layout-4 {
    width: 1010px;
    overflow: hidden;
}
.x3-form-layout-4 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x3-form-layout-4 tbody td {
    max-width: 117.5px;
    min-width: 117.5px;
}
.x3-form-layout-4 tbody .lg1 {
    width: 111.5px;
}
.x3-form-layout-4 tbody .lg2 {
    width: 364px;
}
.x3-form-layout-4 tbody .lg3 {
    width: 616.5px;
}
.x3-form-layout-4 tbody .lg4 {
    width: 869px;
}
.x3-form-layout-3 {
    width: 1010px;
    overflow: hidden;
}
.x3-form-layout-3 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x3-form-layout-3 tbody td {
    max-width: 201.66666667px;
    min-width: 201.66666667px;
}
.x3-form-layout-3 tbody .lg1 {
    width: 195.66666667px;
}
.x3-form-layout-3 tbody .lg2 {
    width: 532.33333333px;
}
.x3-form-layout-3 tbody .lg3 {
    width: 869px;
}
.x3-form-layout-2 {
    width: 1010px;
    overflow: hidden;
}
.x3-form-layout-2 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x3-form-layout-2 tbody td {
    max-width: 370px;
    min-width: 370px;
}
.x3-form-layout-2 tbody .lg1 {
    width: 364px;
}
.x3-form-layout-2 tbody .lg2 {
    width: 869px;
}
/*x2-form-layout*/
.x2-form-layout-4 {
    width: 930px;
    overflow: hidden;
}
.x2-form-layout-4 tbody th {
    max-width: 107px;
    min-width: 107px;
}
.x2-form-layout-4 tbody td {
    max-width: 125.5px;
    min-width: 125.5px;
}
.x2-form-layout-4 tbody .lg1 {
    width: 119.5px;
}
.x2-form-layout-4 tbody .lg2 {
    width: 352px;
}
.x2-form-layout-4 tbody .lg3 {
    width: 584.5px;
}
.x2-form-layout-4 tbody .lg4 {
    width: 817px;
}
.x2-form-layout-3 {
    width: 930px;
    overflow: hidden;
}
.x2-form-layout-3 tbody th {
    max-width: 107px;
    min-width: 107px;
}
.x2-form-layout-3 tbody td {
    max-width: 203px;
    min-width: 203px;
}
.x2-form-layout-3 tbody .lg1 {
    width: 197px;
}
.x2-form-layout-3 tbody .lg2 {
    width: 507px;
}
.x2-form-layout-3 tbody .lg3 {
    width: 817px;
}
.x2-form-layout-2 {
    width: 930px;
    overflow: hidden;
}
.x2-form-layout-2 tbody th {
    max-width: 135px;
    min-width: 135px;
}
.x2-form-layout-2 tbody td {
    max-width: 330px;
    min-width: 330px;
}
.x2-form-layout-2 tbody .lg1 {
    width: 324px;
}
.x2-form-layout-2 tbody .lg2 {
    width: 789px;
}
/*x1-form-layout*/
.x1-form-layout-4 {
    width: 570px;
    overflow: hidden;
}
.x1-form-layout-4 tbody th {
    max-width: 79px;
    min-width: 79px;
}
.x1-form-layout-4 tbody td {
    max-width: 63.5px;
    min-width: 63.5px;
}
.x1-form-layout-4 tbody .lg1 {
    width: 57.5px;
}
.x1-form-layout-4 tbody .lg2 {
    width: 200px;
}
.x1-form-layout-4 tbody .lg3 {
    width: 342.5px;
}
.x1-form-layout-4 tbody .lg4 {
    width: 485px;
}
.x1-form-layout-3 {
    width: 570px;
    overflow: hidden;
}
.x1-form-layout-3 tbody th {
    max-width: 79px;
    min-width: 79px;
}
.x1-form-layout-3 tbody td {
    max-width: 111px;
    min-width: 111px;
}
.x1-form-layout-3 tbody .lg1 {
    width: 105px;
}
.x1-form-layout-3 tbody .lg2 {
    width: 295px;
}
.x1-form-layout-3 tbody .lg3 {
    width: 485px;
}
.x1-form-layout-2 {
    width: 570px;
    overflow: hidden;
}
.x1-form-layout-2 tbody th {
    max-width: 107px;
    min-width: 107px;
}
.x1-form-layout-2 tbody td {
    max-width: 178px;
    min-width: 178px;
}
.x1-form-layout-2 tbody .lg1 {
    width: 172px;
}
.x1-form-layout-2 tbody .lg2 {
    width: 457px;
}

/*查询多列*/
/*2列*/
.radio, .checkbox {
    margin-top: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    height: auto !important;
}


.group-title {
    background-color: rgb(217, 83, 79);
    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;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
}

.toolbar { .center-block ();
    text-align: center;
    padding-bottom: 10px;
}

.toolbar-left {
    float: left;
}

.toolbar-right {
    float: right;
}

.table-data {
    overflow: hidden;
}

.align-center {
    text-align: center;
    vertical-align: middle;
}

.align-left {
    text-align: left;
    padding: 10px 15px; /*background-color: #f5f5f5;*/
}

.align-right {
    text-align: right;
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.inline {
    display: inline
}
/*行内显示*/
.div-inline {
    display: inline-block;
    display: -moz-inline-stack;
    *zoom: 1;
    *display: inline;
}

hr {
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
/*文字*/
.blue {
    color: #15428B;
    font-weight: normal;
}

.gray {
    color: #8e877d;
}

.red {
    color: red;
    font-size: 14px;
    padding-right: 2px;
    vertical-align: middle;
}

.hot {
    color: #1683d0;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.info {
    padding: 10px 0 0;
    width: 780px;
}

.info ul, .info li, h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info ul li {
    float: left;
    padding-right: 30px;
    padding-bottom: 5px;
}

.info h4 {
    float: right;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.42857;
    margin: -5px 5px 0 0;
    overflow: hidden;
    _zoom: 1;
    color: #666666;
}

.text-underline {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}

.panel .panel-body {
    padding-bottom: 5px;
}

.panel-title {
    display: inline;
    margin: 0 5px 0 0;
}

.panel-view .panel-heading {
    background-color: #d9edf7;
    clear: both;
    display: block;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    border: 1px solid;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-color:#ddd;
    margin: 0;
}

.panel-view .index {
    background: none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    height: 0px;
    line-height: 0px;
    margin: 1px 0 0;
    text-align: center;
    width: 0px;
}

.panel-view .panel-title {
    background: none;
    display: block;
    float: left;
    font-family: Microsoft YaHei, SimHei, Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 0px;
}

.panel-view .panel-body {
    padding: 15px;
    padding-bottom: 8px;
    border: 1px solid #ddd;
    margin: 0px;
}

.panel-view .indent {
    margin: 0px;
}

.panel-view .panel-footer {
    margin: 0 15px;
}

.panel-view .panel-btn {
    float: right;
    padding: 5px 0 0 0;
}

.panel-view .panel-btn .btn {
    padding: 3px 12px;
}

.panel-view .btn-link {
    color: #888888;
}

.panel-view .section {
}

.btn-modal-primary {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.modal-header .btn-modal-primary {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 5px;
}

.btn-modal-primary:hover, .btn-modal-primary:focus {
    color: #2a6496;
    text-decoration: underline;
    background: #fff;
}

.modal-header .btn-modal-default {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 5px;
}

.btn-modal-default:hover, .btn-modal-default:focus {
    color: #333;
    text-decoration: underline;
    background: #fff;
}

.btn-modal {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background: #fff;
    padding: 6px 5px;
    filter: alpha(opacity = 40);
    opacity: .4;
}

.indent table {
    margin-bottom: 0px;
}

.section h4 {
    padding-bottom: 12px;
}

.upload_ul {

}

.upload_ul .item {
    float: left;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    width: 75px;
    height: 82px;
    text-align: center;
}

.upload_ul .item p {
    text-align: center;
}

.upload_ul .item p a {
    margin-right: 3px;
}

.upload_ul .upload {
    line-height: 55px;
    border: 1px dashed #929292;
    text-align: center;
    display: block;
}

.upload_ul .upload:hover {
    background: #ededed;
    cursor: pointer;
}

.more-link {
    color: #0f6099;
    cursor: pointer;
    padding-top: 5px;
}

.alert, .div {
    display: block;
}

.block {
    text-align: center;
    display: block;
}

.block-panel {
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
}
/*美化连续多个按钮放在一起的情形*/
.btn {
    margin-left: 2px;
    margin-right: 2px;
}

.glyphicon {
    padding: 0.1em;
}

#sub {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.tab-content>.tab-pane {
    padding: 10px 0;
    min-height: 700px;
}

.tab-pane iframe {
    height: 700px;
    width: 100%;
    border: 0px;
}

.modal-vertical-alignment-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.modal-vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-header {
    padding: 10px;
}

.modal-footer {
    padding: 10px 10px 10px;
}

.dummy-tr th, .dummy-tr td { /* 必须放在最后才能覆盖之前定义的 th td 样式 */
    height: 0px;
    padding: 0px;
}

.list-panel-table th {
    white-space: nowrap;
}

.ueditor-div {
    width: 660px;
}

.longtext-area {
    height: 120px;
}

.codetext-other {
}

/* 面板导航条 */
.panel-navi {
    line-height: 30px;
    font-size: 16px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

.panel-navi-contents {
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.panel-navi ul, .panel-navi li {
    margin: 0;
    padding: 0;
}

.panel-navi ul {
    background: #a7cf5a;
    border: 1px solid #ddd;
    opacity: 1;
    margin: 0 auto;
    width: 100%;
}

.panel-navi li {
    float: left;
    padding: 0 12px;
    cursor: pointer;
    border-left: 1px solid #bbbbbb;
    position: relative;
    list-style-type: none;
}

/* toolbar 悬浮在底部 */
.container-with-float-toolbar {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.container-with-float-toolbar .container-content {
    margin-bottom: 40px;
    position: relative;
}

.container-with-float-toolbar .float-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #e5ffff;
    opacity: 1;
    margin: 0;
    padding-top: 6px;
    z-index: 1000;
}

.panel-default > .panel-heading {
    background-color: #d9edf7;
}

.panel-view > .panel-heading {
    background-color: #d9edf7;
}

.panel-even > .panel-heading {
    background-color: #d9edf7;
}

.panel-odd > .panel-heading {
    background-color: #b8e2af;
}

.compact-predicate-panel {
    height: 45px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 5px;
}

.navbar-brand {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.navbar-form {
    padding-right: 10px;
}

.navbar-form .form-control {
    height: 30px;
    width: 400px;
    border-radius: 20px;
}

.compact-predicate-panel .more-link {
    color: #40abf3;
    font-weight: bold;
    padding: 13px 1px;
    font-size: 14px;
    display: inline-block;
}

.compact-predicate-panel .predicates-container {
    position: absolute;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #333;
    padding: 10px 20px 5px 0px;
    right: 0px;
    z-index: 9999;
}

.dataTables_length {
    padding-top: 8px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-right: 3px;
}

.DoubleField, .IntegerField {
    font-family: Tahoma;
}

/* 用于 form里的控件 校验失败后的提示信息 */
.error {
    color: Red;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

select.error {
    color: #555;
    font-weight: normal;
}

input.error {
    font-weight: normal;
}

.layout-row {
    position: relative;
    box-shadow: none;
    border: none;
}
.layout-column {
    height: 100%;
    padding-right:2px;
    padding-left:2px;
}
.slider {
    display: inline-block;
    width: 10px;
    height: 56px;
}
.slider-left {
    position: absolute;
    bottom: 50px;
}
.slider-left .slider {
    background-image: url("../images/menu_close_left.png");
}

.slider-left.collapsed .slider {
    background-image: url("../images/menu_open_left.png");
}

.slider-right {
    position: absolute;
    bottom: 50px;
}

.slider-right .slider {
    background-image: url("../images/menu_close_right.png");
}

.slider-right.collapsed .slider {
    background-image: url("../images/menu_open_right.png");
}

.layout-column.collapse {
    display: none;
}
.layout-column.slide-left {
    margin-left: 0 !important;
}
.layout-column.slide-right {
    margin-right: 0 !important;
}

.slider-left.slide-left {
    left: 0 !important;
}
.slider-right.slide-right {
    right: 0 !important;
}
.panel-body {
    overflow-x:auto
}

.input-widget {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    color: #555;
    height: 28px;
    line-height: 1.42857;
    float: none;
}

.input-widget-readonly {
    display: inline-block;
}

.input-widget-readonly .readonly-content {
    display: inline;
}

.input-widget-readonly .unit {
    color: #9d9d9d;
}

.input-widget > input {
    height: 100%;
    width: 100%;
    border: none;
    line-height: 28px;
}

.input-widget > .unit {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 99;
    height: 23px;
    line-height: 23px;
    background-color: #fff;
    margin: 0;
    color: #9d9d9d;
    border-left: 1px solid #ddd;
    padding-left: 2px;
    padding-right: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.group-widget {
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
}

.group-widget:first-child {
    margin-left: 0;
}

.widget-warning {
    background-color: #fbecf1;
    color: #ed788c;
    padding-left: 5px;
}

.widget-tips {
    color: #31708f;
    background-color: #d9edf7;
    padding-left: 5px;
    white-space: pre-wrap;
}

.text-default {
    height: 28px;
    line-height: 28px;
}

.readonly-content pre {
    display: inline;
}
/*select2相关样式*/
.select2-container .select2-selection--single {
    cursor: default;
    height: 28px;
    line-height:26px;
    min-height:26px;
}

.select2-container .select2-selection--multiple {
    min-height: 26px;
    height: 28px;
    line-height:26px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top:0;
    line-height:28px;
}

.select2-dropdown {
    border: 1px solid #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ddd 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
}
/*end of select2*/