@CHARSET "UTF-8";
@import url("base.css");

body {
    background-color: #ffffff;
    color: #676a6c;
}

.wrapper-content {
    padding: 15px;
}

.tree-menu {
    display: table-cell;
    padding: 15px 10px 10px 15px;
    border-right: 1px solid #e7eaec;
    vertical-align: top;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox-title {
    background-color: #ffffff;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
    border-bottom: 1px solid #e7eaec;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-weight: bold;
    color: #2679B5;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
}

/* FOOTER */

.footer {
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    padding: 10px 20px;
    margin: 0 -15px;
    height: 36px;
}

.footer.fixed_full {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
    margin-left: 220px;
}


/* TABLES */
.table > thead > tr {
    color: #707070;
}

.table-bordered {
    border: 1px solid #EBEBEB;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.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 #e7e7e7;
}

.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
    padding: 8px;
    line-height: 1.42857143;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}

/* DATATABLES */

.dataTable {
    margin-top: 5px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_wrapper .row:first-child {
    background-color: #ffffff;
}

.dataTables_wrapper .row:last-child {
    background-color: #ffffff;
    border-bottom-color: #ffffff
}


/* PAGE */
.fixed-table-pagination div.pagination,
.fixed-table-pagination div.pagination-roll,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination-roll .pagination,
.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

/* Validation */

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 0px;
}

.form-control.error {
    border: 1px dotted #cc5965;
}

/*FORM TITLE*/
label {
    font-weight: 400;
    font-size: 13px;
}

/*FORM SCROLL*/
.hideScroll {
    height: auto !important;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-550 {
    max-width: 550px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-650 {
    max-width: 650px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-750 {
    max-width: 750px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-500 {
    max-width: 500px;
}

.width-15 {

    width: 15%;
}

.width-20 {

    width: 20%;
}

.width-25 {

    width: 25%;
}

.width-30 {

    width: 30%;
}

.width-35 {

    width: 35%;
}

.width-40 {

    width: 40%;
}

/**覆盖框架样式*/
.content-tabs {
    border-bottom: solid 2px rgb(111, 179, 224);
}

.btn-group > .btn.btn-sm > .caret {
    margin-top: -3px;
}

/**后台管理-表格列过滤器，可显示隐藏列*/
.dataTable > thead > tr > th.filter:after {
    float: right;
    display: inline;
    content: "\f0b0";
    font-family: "FontAwesome";
    color: #397eb9;
}

.th_filter_list {
    width: 200px;
    right: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid #e7eaec 1px;
    z-index: 500;
    max-height: 500px;
    overflow-y: auto;
}

.th_filter_list .item {
    padding: 8px 5px 8px 15px;
    cursor: pointer;
}

.th_filter_list .item:before {
    float: left;
    content: "\f096　";
    font-family: "FontAwesome";
}

.th_filter_list .item:hover {
    background-color: rgba(240, 245, 255, 0.8);
}

.th_filter_list .checked:before {
    float: left;
    content: "\f046　";
    font-family: "FontAwesome";
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

/**表格合计 行*/
.table-count {
    border: solid 1px #EBEBEB;
    padding: 8px;
    margin-top: -1px;
    position: relative;
    display: none;
}

.table-count:hover {
    background-color: #f5f5f5;
}

.table-count .amount {
    position: absolute;
    right: 8px;
}
