@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link {
        padding-left: 1.75rem;
        scroll-margin-top: 200px;
    }
}

body {
    background-color: #f9f8f7;
}

.wrapped {
    white-space: normal;  
    word-wrap: break-word; 
}

.pull-left {
    float:left;
}

.accordion-filter * {
    font-size: 12px;
}
.accordion-filter .accordion-item{
    border:0;
}

.overdue {
    background-color:#ff8080;
    font-weight: bold;
}

.warn {
    background-color:#ffd880;
    font-weight: bold;
}

.table-information {
    border: 1px solid #aaa;
    width: 100%;
}
.table-information tr {
    border: 1px solid #aaa;
}
.table-information td {
    font-size: 13px;
    padding: 8px!important;
}


.btn-back{
	color: black;
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 50%;
    border: 2px solid black;
    margin-right: 16px;
    padding: 6px 11px;
    font-size: 22px;
}

.table-total{
    width: 100%;
    margin-bottom: 16px;
}

.table-total td{
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}