﻿.m-pagination-page > li.active > a {
    color: #fff;
    background-color: #0078FB;
    border-color: #0078FB;
}

.underline {
    border-bottom: #0078ff 1px solid;
}

table {
    word-wrap: break-word;
    word-break: break-all;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table th {
    text-align: center;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.modal.modal-message .modal-body, .modal.modal-message .modal-footer, .modal.modal-message .modal-header {
    width: 100%;
}

.bg-white {
    background-color: white !important
}

/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

/*超过一行省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.modal-body {
    overflow-y: auto;
    position: absolute;
    top: 4rem;
    bottom: 4rem;
    width: 100%;
}

.modal .modal-header {
    align-items: start;
    flex: 0;
}

.modal-header .close {
    margin-right: 15px;
}

.modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: .5rem .75rem;
}

/*bootstrapTable 列宽*/

.Width_3 {
    width: 3%;
}

.Width_5 {
    width: 5%;
}

.Width_7 {
    width: 7%;
}

.Width_8 {
    width: 8%;
}

.Width_9 {
    width: 9%;
}

.Width_10 {
    width: 10%;
}

.Width_11 {
    width: 11%;
}

.Width_12 {
    width: 12%;
}

.Width_13 {
    width: 13%;
}

.Width_15 {
    width: 15%;
}

.Width_16 {
    width: 16%;
}

.Width_17 {
    width: 17%;
}

.Width_20 {
    width: 20%;
}

.Width_25 {
    width: 25%;
}

.Width_30 {
    width: 30%;
}

.Width_35 {
    width: 35%;
}

.Width_40 {
    width: 40%;
}

.Width_45 {
    width: 45%;
}

.Width_50 {
    width: 50%;
}

.Width_55 {
    width: 55%;
}

.Width_60 {
    width: 60%;
}

.Width_65 {
    width: 65%;
}

.Width_70 {
    width: 70%;
}

.Width_75 {
    width: 75%;
}

.Width_80 {
    width: 80%;
}

.Width_85 {
    width: 85%;
}

.Width_90 {
    width: 90%;
}

.Width_95 {
    width: 95%;
}

.Width_100 {
    width: 100%;
}

/*字号*/

.FS01 {
    font-size: 0.1rem;
}

.FS02 {
    font-size: 0.2rem;
}

.FS03 {
    font-size: 0.3rem;
}

.FS04 {
    font-size: 0.4rem;
}

.FS05 {
    font-size: 0.5rem;
}

.FS06 {
    font-size: 0.65rem;
}

.FS07 {
    font-size: 0.7rem;
}

.FS08 {
    font-size: 0.8rem;
}

.FS09 {
    font-size: 0.9rem;
}

.FS10 {
    font-size: 1rem;
}

.FS11 {
    font-size: 1.1rem;
}

.FS12 {
    font-size: 1.2rem;
}

.FS13 {
    font-size: 1.3rem;
}

.FS14 {
    font-size: 1.4rem;
}

.FS15 {
    font-size: 1.5rem;
}

.FS16 {
    font-size: 1.6rem;
}

.FS17 {
    font-size: 1.7rem;
}

.FS18 {
    font-size: 1.8rem;
}

.FS19 {
    font-size: 1.9rem;
}

.FS20 {
    font-size: 2rem;
}

.FS25 {
    font-size: 2.5rem;
}

.FS30 {
    font-size: 3rem;
}

.FS35 {
    font-size: 3.5rem;
}

.FS40 {
    font-size: 4rem;
}