table {
    font-size: 12px;
    table-layout: fixed;
    align-content: center;
}

/*
    buttonsClass: "danger",
    data-buttons-class="primary"
    btn-danger
*/

.fm-detail-a {
    border-bottom: 1px dashed #007bff;
}

.fm-a {
    color: inherit!important;
    text-decoration: none!important;
    border-bottom: 1px dashed #007bff;
}

.fm-color{
    color: #BD320F;
}

.fm-bg {
    background-color: #BD320F;
}

.fm-bd {
    border-color: #BD320F;
}

.fixed-table-toolbar button {
    background-color: #BD320F;
    border-color: #BD320F;
}
.fixed-table-pagination button {
    background-color: #BD320F;
    border-color: #BD320F;
}
.fixed-table-pagination a {
    color: #BD320F;
    /*border-color: #BD320F;*/
}
.page-item.active .page-link{
    border-color: #BD320F;
    background-color: #BD320F;
}

.btn-search{
    color: #fff;
    border-color: #BD320F;
    background-color: #BD320F;
}

.bd-callout {
    padding: 0.4rem;
    margin-top: 1rem;
    border: 1px solid #eee;
    border-left-width: .15rem;
    border-radius: .2rem;
}

.bd-callout-info {
    border-left-color: #BD320F;
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: #BD320F;
}
.nav-tabs a {
    color: #000000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.fm-stock-title {
    border-left: 2px solid #BD320F;
}
