@CHARSET "UTF-8";

* {
    font-family: "微软雅黑";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
}

html {
    overflow: auto;
}

body {
    width: 100%;
    height: 100%;
    min-width: 800px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title {
    position: fixed;
    left: 0px;
    top: 0px;
    background: linear-gradient(to top, #43464f, #606269);
    margin: auto;
    width: 100%;
    height: 70px;
    display: table;
    color: #e96f36;
    min-width: 800px;
    z-index: 9999;
}

#content {
    height: 90%;
    margin-top: 70px;
    background-color: white;
}

/*主体区  */
.main-content > html {
    width: 100%;
    min-width: 600px;
    background-color: white;
}

.main-content > html > body {
    width: 100%;
    min-width: 600px;
}

.main-content {
    font-size: 12px;
    padding-right: 10px;
    position: fixed;
    top: 70px;
    right: 0px;
    /*left:180px;*/
    height: 100%;
    width: 100%;
    min-width: 600px;
}

.query-button {
    height: 40px;
    padding: 5px 20px 5px 20px;
    display: none;
}

.btn-query {
    margin: 0 10px;
    background-color: #fff;
}

.btn-clear {
    background-color: #fff;
}

.btn-query:hover, .btn-clear:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.pageList {
    min-height: 300px;
    height: 100%;
    /*margin-top: 10px;*/
    width: 100%;
    background-color: white;
    padding-left: 10px;
}

.page {
    height: 100%;
}

.page .page-body {
    height: 100%;
    width: 100%;
    min-height: 350px;
    overflow-y: auto;
}

.page .query-form {
    height: 100%;
    /*margin-top: -15px;*/
}

.page .form-edit {
    height: 100%;
    padding: 5px;
    overflow-y: auto;
}

.form-edit *[require='true']:focus {
    background-color: #FFC7C6;
}

.page .form-detail {
    height: 100%;
    padding: 5px;
    overflow-y: auto;
}

.query-bar {
    background-color: #eff7ff;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0px 10px;
    border: 1px solid #f2f2f2;
    width: 100%;
}

.table-head-div {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: -1px;
    border: 1px solid #dddddd;
    border-bottom: none;
}

.table-div {
    overflow: auto;
    position: relative;
    bottom: 0px;
    border: 1px solid #dddddd;
}

.table-view {
    width: 100%;
    position: relative;
    z-index: 10;
}

.tabl-head.scroll {
    padding: 0px;
    border: none;
}

select.form-control {
    font-size: 12px;
}

.edit-fluid {
    padding: 0px;
    margin-top: 5px;
}

.edit-fluid-title {
    width: 100%;
    font-weight: bold;
    /*background-color: #cccccc;*/
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px;
    color: #3072B6;
}

.btn-save {
    margin-bottom: -15px;
}

.self-date.range {
    display: inline;
    width: 43%;
    max-width: 130px;
    padding: 3px;
}

.self-datetime.range {
    width: 43%;
    max-width: 130px;
    display: inline;
    padding: 3px;
}

.self-date-span {
    margin-top: 7px;
    display: block;
    height: 100%;
    float: left;
}

.self-date {
    background-color: #fff;
}

.dialog-backgroud {
    height: 1000px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 250;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    /*opacity: 0.3;*/
    background-color: rgba(0, 0, 0, 0.3);
}

.dialog-border {
    width: 610px;
    height: 410px;
    top: 29%;
    left: 29%;
    position: fixed;
    z-index: 280;
    color: #333333;
    border-radius: 5px;
    opacity: 0.3;
    background-color: black;
}

.dialog-form {
    width: 600px;
    height: 400px;
    position: fixed;
    z-index: 300;
    color: #333333;
    border-radius: 5px;
    background-color: white;
}

.dialog-title {
    background-color: #EBEBEB;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 14px;
    color: #333;
}

.dialog-title em {
    font-style: normal;
}

.dialog-title span {
    display: block;
    float: right;
    right: 5px;
    position: relative;
}

.dialog-content {

}

.close-btn {
    border: 1px solid black;
}

.close-btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.dd {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
}

.bringback-block {
    background: #EEEEEE none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    position: fixed;
    width: 300px;
    z-index: 150;
    height: 210px;
    display: none;
    overflow-x: auto
}

.bringback-block table {
    table-layout: fixed;
    height: 185px;
    overflow: auto;
    display: block;
    table-layout: fixed;
}

.bringback-block tr:hover {
    cursor: pointer;
    background-color: #CCCCCC;
    font-weight: bold;
}

.bringback-block td {
    padding-left: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.bringback-block th {
    background-color: #5bc0de;
}

.bringback-block .but {
    background-color: #FFFFFF;
}

.bringback-block a {
    color: #3d6dcc;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}

.bringback-block .bringback-pagination {
    bottom: 0px;
    position: absolute;
    border-top: 2px solid #FFFFFF;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.needStar {
    color: red;
}

.self-readonly {
    background-color: white;
    border: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    color: #333;
    width: 100%;
    word-break: normal;
    word-wrap: break-word;
}

#progress {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 400;
}

.table1 th, .table1 td {
    word-break: break-all;
    nowrap: nowrap;
    white-space: nowrap;
}

.table-fixed-parent {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.table-fixed-head {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    display: none;
}

/* 列表翻页条样式  */
.page-table > tbody > tr:hover {
    background-color: #F2F2F2;
}

.table-select {
    background-color: #F2F2F2 !important;
}

.page-table tr > td > div {
    word-wrap: break-word;
}

.pagination-div {
    margin-top: 2px;
    height: 35px;
}

/* 选择列表样式  */
.pickList ul {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    font-size: 14px;
    color: #555;
    padding-top: 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.pickList ul > li {
    list-style: none;
}

.span-none {
    display: none;
}

.pageTitle-pill {
    height: 50px;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #cbe6fe;
}

.table-head {
    /*border:1px solid #DDDDDD;
    border-bottom:none;*/
}

.table-head th {
    /*background-color: #f2f2f2 !important;
    border:1px solid #f2f2f2 !important;*/
    border: none !important;
}

.table-bordered td, .table-bordered tr {
    border-right: none !important;
    border-left: none !important;
}

.td-div {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.td-check {
    width: 30px;
}

th.td-check > input {
    height: 18px;
    line-height: 18px;
    margin: 0 !important;
    width: 18px;
}

td.td-check > input {
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.page-table td[data-field='index'] > div {
    text-align: center;
}

.page-dir {
    border-bottom: 2px solid #64b5fb;
    height: 35px;
    line-height: 35px;
    /*background: #f2f2f2;*/
    font-size: 12px;
    padding: 0 10px;
    color: #2c72b9;
    /*margin-top:10px;
    margin-left:10px;*/
    display: none;
    margin: 0px 0 0px 10px;
}

.btn-default {
    border: none !important;
    color: #fff;
}

.query-bar .btn-default {
    background-color: #64b5fb;
}

.btn-default:hover {
    border: none !important;
    color: #fff !important;
}

.query-button .btn-default {
    color: #fff;
    background-color: #64b5fb;
    margin-top: -3px; /*很奇妙的无法与下拉列表对齐，不得不上调*/
    margin-left: 10px;
}

.btn-batch {
    background-color: #d83e32 !important;
}

.batchSelect {
    width: 100px;
    height: 32px;
    font-size: 14px;
}

.btn-save {
    background-color: #84c1f8 !important;
}

.title > div {
    height: 70px;
    line-height: 70px;
}

.title-one {
    color: black;
    width: 350px;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 10px;
}

.checkbox {
    height: 30px;
    line-height: 25px;
    margin: 0 !important;
    width: 20px;
}

#table-show {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
}

.table-show {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
}

.combo {
    padding: 3px 12px;
}

.query-form .query {
    padding: 2px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
}

.query-bar .btn-default {
    height: 25px;
    padding: 2px 12px;
    margin-top: -4px;
}

.query-bar > .container-fluid > div {
    padding: 5px 10px;
    display: inline-block;
}

.preview-img{
    position: absolute;top:0;left:0;z-index:10
}
.preview-span{
    display: block;position: absolute;;top:0px;left:0px;
    text-align: center;
    color:#cccccc;
}
.preview-input{
    position: absolute;z-index:20;top:0px;left:0px;opacity: 0;
}