﻿body {
    color: #404040;
}

/* 底部固定 */

.main-footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

/* 框架样式 */

.content-wrapper {
    background-color: #f1f4f5;
}

/* 框架内容区域 */

.content {
    margin-bottom: 40px;
    /* 因为底部固定，所以提高让内容区域适应显示 */
}

/* 框架标题区域 */

.content-header {
    position: relative;
    /*padding: 20px 15px 15px 15px;*/
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
        /*padding: 5px 0 5px 10px;
        border-left: 5px solid #3c8dbc;
        color: #3c8dbc;*/
    }

.box {
    /*border-top: none;*/
}

/*.content-header > .breadcrumb {
    padding: 15px 5px;
}*/

.fixed-table-container {
    border: none;
}

    .fixed-table-container tbody td {
        border: none;
    }
    .fixed-table-container thead th {
        border:none;
    }

.nav-tabs-custom {
    margin-bottom:0px;
}
.fixed-table-pagination {
    background-color: #f1f4f5;
    border-top: solid 1px #d2d6de;
}
.box {
    box-shadow:none;
}
.nav-tabs-custom > .tab-content {
    padding:0px;
    padding-top:10px;
}
.nav-tabs-custom {
    box-shadow:none;
}
.table-hover tr > td:last-child button {
    visibility: hidden;
}