.help-error {
    color: #e71315;
}

.has-error input {
    background-color: rgb(255, 248, 248);;
}

.pagination span,
.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li:first-child a,
.pagination li:first-child span {
    margin-left: 0;
}

.pagination li:hover a {

}

.pagination > .active span {
    background-color: #007bff;
    color: #fff;
}

#sidebar-menu ul ul li a.active,
#sidebar-menu ul ul li.active a {
    color: #71b6f9;
    font-weight: bold;
}


@media print {
    .content .container-fluid > .row > .col-md-6 {
        width: 100% !important;
        max-width: 100%;
        flex: 1 1 auto;
    }
}

.table-responsive-y {
    overflow-y: auto;
    max-height: 500px;
}

.menu-title{
    font-size: 23px;
    font-weight: bold !important;
    color: black !important;
    padding-top: 62px !important;
}

tr.bg-danger td{
    background-color: #ff5b5b;
}