* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    font-size: 14px;
}

.container, .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.title {
    margin-left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    font-size: 14pt;
    border-bottom: 1px solid lightgray;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.btn {
    height: 35px;
    padding: 3px 10px;
    border-radius: 0.25rem;
    line-height: 2;

    /*text-shadow: none;*/
    /*font-size: inherit;*/
    /*background-image: none;*/
    /*box-shadow: none;*/
}

#showToast {
    z-index: 30000;
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
    max-height: 23em;
    overflow-y: scroll;
}

/*滚动条整体部分*/
#showToast::-webkit-scrollbar {
    width: 0;
}

.alert-s {
    height: 3em;
    line-height: 3;
    font-size: 1em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

.alert-e {
    height: 3em;
    line-height: 3;
    font-size: 1em;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

.mw80 {
    min-width: 80px;
}

.card-header {
    font-size: 16px;
}

.card-footer {
    height: 40px;
}

.input-group {
    height: 40px;
}

select.form-control {
    height: 100% !important;
}

.card .row:first-child {
    margin-top: 20px;
}

.card .row:last-child {
    margin-bottom: 20px;
}

.topRight {
    position: absolute;
    top: 8px;
    right: 20px;
}

.bottom-box,
.header-shadow-box,
.menu-shadow-box {
    z-index: 10000;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.header-shadow-box {
    height: 80px;
}

.menu-shadow-box {
    top: 80px;
    width: 180px;
}

.footer-shadow-box {
    z-index: 10000;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;

}

.table {
    width: calc(100% - 40px);
    margin-left: 20px;
}

.table td {
    vertical-align: middle;
}

.table thead th {
    background-color: rgb(249, 249, 249);
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 1px;
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

.form-control:active:focus,
.btn:active:focus {
    box-shadow: none;
}

.form-control:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.searchDiv {
    margin-right: 20px;
    margin-top: 5px;
    float: right;
    height: 20px;
}

.basePage {
    margin: 0;
    padding: 0;
    border: none;
    background: white;
    width: 30px !important;
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.indexPage {
    color: rgb(50, 205, 50) !important;
}

.prevPage {
    color: green !important;
}

.nextPage {
    margin-left: 0;
    color: blue !important;
}

.lastPage {
    color: red !important;
    margin-right: 5px;
}

.pageSelect {
    font-size: 12px;
    margin-left: 5px;
    height: 100%;
}

.pageNum {
    margin-left: 5px;
    height: 100%;
    font-size: 12px;
}

.pageInput {
    height: 100%;
    line-height: 20px;
    margin-top: -2px;
    margin-left: 5px;
    padding: 2px 3px;
    font-size: 12px;
    width: 35px;
    text-align: center;
    border: 1px solid lightgray;
}

.nobutton {
    cursor: pointer;
    color: blue;
    border: none;
    font-size: inherit;
    background-color: transparent;
}

.btn-select {
    color: black;
    background-color: rgba(255, 255, 255, 0) !important;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: absolute !important;
    border: 1px solid #ced4da;
}

.btn-button {
    border: 1px solid rgb(46, 127, 181);
    color: white;
    background: rgb(46, 127, 181);
    cursor: pointer;
}

.btn-button:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid rgb(15, 95, 181);
    background: rgb(15, 95, 181);
}

.btn-outline-button {
    color: rgb(46, 127, 181);
    background-color: white;
    border-color: rgb(46, 127, 181) !important;
}

.btn-outline-button:hover {
    color: #fff;
    background-color: rgb(46, 127, 181);
    border-color: rgb(46, 127, 181);
}

.btn-outline-button:focus, .btn-outline-button.focus {
    box-shadow: 0 0 0 0.1rem rgba(46, 127, 181, 0.5);
}

.btn-outline-button.disabled, .btn-outline-button:disabled {
    color: rgb(46, 127, 181);
    background-color: transparent;
}

.btn-outline-button:not(:disabled):not(.disabled):active, .btn-outline-button:not(:disabled):not(.disabled).active,
.show > .btn-outline-button.dropdown-toggle {
    color: #fff;
    background-color: rgb(46, 127, 181);
    border-color: rgb(46, 127, 181);
}

.btn-outline-button:not(:disabled):not(.disabled):active:focus, .btn-outline-button:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-button.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(46, 127, 181, 0.5);
}

.btn-nobtn {
    cursor: pointer;
    color: rgb(46, 127, 181);
    border: none;
    font-size: inherit;
    background-color: transparent;
}

.btn-nobtn:hover {
    background-color: rgba(235, 235, 235, 0.5);
}

.text-fish {
    color: rgb(46, 127, 181);
}

.text-brown {
    color: rgb(100, 0, 0)
}

.text-lightgreen {
    color: rgb(0, 100, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: lightgray;
}

.nav-pills .nav-link.active {
    background-color: rgb(46, 127, 181);
}

.nav-pills .nav-link {
    color: rgb(46, 127, 181);
}

.mgc {
    position: relative;
    width: 30px;
    height: 30px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -0.15px 0.6px 0 0;
    vertical-align: text-bottom;
    border-radius: 3px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc:checked:after {
    content: '';
    display: block;
    height: 10px;
    width: 16px;
    border: 0 solid white;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 6px;
}

.mgc:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0px 2px #38a7ff;
}

.mgc:checked {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.ml-20 {
    margin-left: 20px !important;
}