﻿/*th, td {
    white-space: normal !important;
}
*/
.btn-xs-action {
    padding: 0.375rem !important;
    width: 2rem !important;
    height: 2rem !important;
}
.text-right{
    float: right;
}
.router-link-active {
    color: #212529;
}
label, .form-label {
    margin-bottom: 0.5rem;
    color: #67748e;
}
.text-danger {
    color: #ed1b2f !important;
}
.bg-danger {
    background-color: #ed1b2f !important;
}
.btn-danger {
    background-color: #ed1b2f !important;
}
.text-warning {
    color: #ffcb05 !important;
}
.bg-warning {
    background-color: #ffcb05 !important;
}
.btn-warning {
    background-color: #ffcb05 !important;
}