.card {
    margin-bottom: 30px;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);            
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    word-wrap: break-word;
}
.border-0 {
    border: 0 !important;
}
.my-card{
    box-shadow: 0 0 2px 0 gray;
}   
.status{
    float: right;
    color: #f90808;
}
.display-status-warning{
    color: #f90808;
}
.display-status-success{
    color: #084ff9;
}
.my-card-header{
    color: #0780bd;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    font-size: 17px;
    font-weight: 400 !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.text-white {
    color: #fff !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.card-title {
    margin-bottom: 1.25rem;
    font-size: 20px;
    font-weight: 600 !important;
}
.h5, h5 {
    font-size: 2rem;
    border-bottom: none;
}
.font-weight-bold {
    font-weight: 400 !important;
}

.card > .card-link{ color: #333; }
.card > .card-link:hover{  text-decoration: none; }
.card > .card-link .card-img img{ border-radius: 6px 6px 0 0; }

.card .card-body{ display: table; width: 100%; flex: 1 1 auto; padding: 1.25rem;}
.card .card-header{ padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0,0,0,.03); border-bottom: 1px solid rgba(0,0,0,.125); }

.text-sm{
    font-size: 16px;
}
#act,#act_name{
    display: none;
}

.table_filter_body{
    padding: 10px 10px 5px 10px;
}
.filters{
    margin-left: 29px;
    margin-bottom: -12px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 0 2px 0 gray;
    margin-top: 15px;
    width: 95.8%;
}

