body, html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.main-box{
    width: 100%;
    padding: 20px;
}
.main-default{
    margin-left: 240px;
}
.f-side{
    margin-top: 20px;
    position: absolute;
    width: 240px;
    height: 90%;
}
.toast.error .toast-header{
    background-color: #f8d7da;
    color: #721c24;
}
.toast.error .progress-bar{
    background-color: #dc3545;
}
.toast.success .toast-header{
    background-color: #d4edda;
    color: #155724;
}
.toast.success .progress-bar{
    background-color: #28a745;
}
.modal.show{
    display: block;
    background: rgba(0, 0, 0, 0.3)
}
.bd-toc-link {
    display: block;
    padding: .25rem 1.5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
}
.bd-toc-link:hover {
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}
.bm-nav{
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.card{
    height: calc(100vh - 216px)
}
.card .card-body,.card .card-body .table{
    height: 100%;
    overflow: scroll;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
@keyframes progress{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}