/*tabs*/

.tabs-box {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.tabs-box::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dddddd;
}

.tabs-box .tab-content>.tab-pane {
    height: auto;
    display: none;
}

.tabs-box .tab-content>.active {
    display: block;
}

.tabs-box .nav-tabs {
    background-color: #f9f9f9;
    min-height: 50px;
    border-bottom-color: #f9f9f9;
}

.tabs-box .nav-tabs>li {
    margin-top: 10px;
    border-style: none;
    min-width: 100px;
    text-align: center;
}

.tabs-box .nav-tabs>li::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #f9f9f9;
}

.tabs-box .nav-tabs>li>a {
    border-style: none;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
}

.tabs-box .nav-tabs>li.active>a {
    color: #e60012;
    min-width: 110px;
    text-align: center;
}

.tabs-box .nav-tabs>li.active>a, .tabs-box .nav-tabs>li.active>a:hover, .tabs-box .nav-tabs>li.active>a:focus {
    background-color: #f0f9f9;
    border-style: none;
}

.tabs-box .nav-tabs>li.active::after {
    background-color: #e60012;
}

/*表数据*/

.table-box {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-box .table-container {
    width: 100%;
}

.table-box .table th, .table-box .table tr td {
    white-space: nowrap;
}

.table-box .table>thead>tr>th {
    border-bottom-width: 0;
}

.table-box .table tr {
    cursor: pointer;
}

.table-box .table, .table-box .table tr>td {
    border-color: #eeeeee;
}

.table-box .table {
    border-collapse: separate;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.table-box .table thead th {
    color: #999999;
    font-size: 14px;
}

.table-box .table tbody tr>td {
    color: #666666;
    font-size: 14px;
    height: 30px;
}

.table-box .table thead th, .table-box .table tbody tr>td {
    text-align: center;
}

.table-box .table tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 10px;
}

.table-box .table tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 10px;
}

.table-box .table thead th {
    position: relative;
    left: 0;
    top: 0;
}

.table-box .table thead th .colspilter {
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0px;
    cursor: col-resize;
    right: 0px;
}

/*表底部样式*/

.table-box .table-footer {
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.table-box .table-footer a {
    display: inline-block;
    text-decoration: none;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    color: #999;
    background: #f4f7f9;
}

.table-box .table-footer a.cur {
    background: #fa2932;
    color: #fff;
}

.table-box .table-footer .page-tool-bar a {
    margin-left: 5px;
    border-radius: 11px;
}

.table-box .table-footer ul.step li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
}

.table-box .table-footer ul.step a {
    border-radius: 2px;
}

.table-box .table-footer ul.step a.prev, .table-box .table-footer ul.step a.next {
    color: #333;
}

.table-box .table-footer ul.step a.prev:hover, .table-box .table-footer ul.step a.next:hover, .table-box .table-footer a:hover {
    background: #fa2932;
    color: #fff;
}

.table-box .table-footer ul.step input[type="text"] {
    padding: 0 5px;
    height: 22px;
    font-size: 10px;
    width: 60px;
    color: #555;
    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);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-box .table-footer ul.step button {
    padding: 1px 8px;
}

.table-box .table-footer .btn-primary {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

/*图表*/

.chart-box {
    margin-top: 30px;
}

.chart-box {
    position: relative;
    left: 0;
    top: 0;
    min-height: 420px;
}

.chart-box .chart-bg, .chart-box .chart-main {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-box .chart-bg {
    background-color: #f9f9f9;
    width: 100%;
    min-height: 350px;
    z-index: 100;
    border-radius: 10px;
}

.chart-box .chart-main {
    width: 100%;
    min-height: 400px;
    z-index: 200;
    overflow: auto hidden;
}

/*日期*/

.date-box input.form-control {
    height: 34px;
    font-size: 14px;
}

.date-box .icon {
    background-color: transparent;
}

.date-box .input-group-addon>i {
    color: #333;
}

.date-box .glyphicon-calendar {
    cursor: pointer;
}

.date-box .input-daterange .split {
    border-left-width: 0;
    border-right-width: 0;
}

/****/

.date-box>.input-group {
    width: 100%;
}

.date-box .input-daterange .date-input-content {
    display: table-cell;
    position: relative;
}

.date-box .input-daterange .date-input-content .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    text-align: center;
}

.date-box .input-daterange .date-input-content input[type='text'] {
    text-align: left;
    width: 100%;
}

.date-box .input-daterange .start.date-input-content input[type='text'] {
    border-radius: 4px 0 0 4px;
}

.date-box .input-daterange .end.date-input-content input[type='text'] {
    border-radius: 0 4px 4px 0;
}

/*按钮*/

.btn-box .btn:focus {
    outline: none;
}

.btn-box .btn-primary {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

.btn-box .btn-primary:hover, .btn-box .btn-primary:focus, .btn-box .btn-primary:active:hover, .btn-box .btn-primary:active:focus {
    border-color: #c30310;
    background-color: #c30310;
}

/*杂项*/

label.title {
    font-weight: bold;
}
