@charset "UTF-8";
/**
 * 系统样式 yinshuai-20170315
 */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 30px;
    display: block;
    font-size: 14px;
}

table.table-krt {
    clear: both;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    max-width: none !important;
}

.table > tbody + tbody {
    border-top: 1px solid #eeeeee;
}

.fa-btn {
    padding-right: 5px;
}

.dataTables_page {
   /* margin-right: -15px;
    margin-left: -15px;*/
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    div.dataTables_page > div.col-sm-6 {
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    #navbar-custom-menu span {
        display: none;
    }
}

.dataTables_info {
    display: inline;
}

.dataTables_page > .col-sm-6,
.dataTables_page > .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
}

.dataTables_length {
    display: inline;
    padding-top: 4px;
}

.table > tbody > tr > td > button {
    margin: 0px 2px;
}


.box-krt {
    position: relative;
    border: 1px solid #d2d6de;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
}

.box-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-top: 4px;
    border-bottom: 1px solid #e7eaec;
    color: inherit;
    margin-bottom: 0;
    min-height: 48px;
    padding: 14px 15px 7px;
}

.box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.box-header h3 {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}

.box-header h5 {
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}

.table-button{
    padding: 5px 0px 5px 0px;
}

.table-button > .ke-inline-block {
    display: none;
}

.search{
    background-color: #fff;
    border: 1px solid #d2d6de;
    /*
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    */
    margin-bottom: 5px;
}

.search > .panel-body {
    padding: 10px;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-bordered {
    border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #e7eaec;
}

.table > thead > tr > th {
    border-bottom: 0px solid #e8e6e6;
    vertical-align: bottom;
}

.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;
}

.bg-color {
    background-color: #ecf0f5;
}

.box-body {
    background-color: #ffffff;
}

.width-15 {
    width: 15%;
}

.width-35 {
    width: 35%;
}

.width-px-100 {
    width: 100px;
}

.width-px-150 {
    width: 150px;
}

.width-px-200 {
    width: 200px;
}

.form-box {
    padding: 0 5px;
}
.form-required{
    color: red;
}

/**
 * 表单验证
 */

.form-control.error {
    border: 1px dotted #cc5965;
}

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.help-block, .help-inline {
    color: #aaaaaa;
    font-size: 12px;
    display: block;
}

/**
 * 表单
 */
.input-150 {
    height: 30px;
    width: 150px;
    padding: 0px 0px 0px 5px;
    display: inline;
}

/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #3498db;
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
}

/**
 * 上传
 */
div.upload > .ke-upload-area > .ke-button-common {
    background: transparent;
}

div.upload > .ke-upload-area > .ke-button-common > .ke-button {
    background: transparent;
    color: white;
}

div.krt-upload {
    padding: 2px;
}

.ke-button{
    font-size: 14px;
}


.attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}

