body{
    background-color: white;
    background-image: url("../../../img/fundo_lista.png");
    background-position: top center;
}

.sidebar {
    margin-top: 20px;
}

.sidebar .block {
    background-color: transparent;
    padding: 10px;
    margin-top: 25px;
    /*border: 1px solid #eee*/
}

.sidebar .block .title-block {
    font-family: "VAGRounded",serif;
    font-size: 16px;
    color: #444444;;
    font-weight: bold;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 5px;
    padding-top: 10px;
    position: relative;
}

.sidebar .block .title-block:after{
    content: url("../../../img/down.png");
    width: 20px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 0;
}

.sidebar .block ul {
    list-style: none;
    margin-left: 0;
    max-height: 100%;
    overflow: auto;
    padding: 5px 0;
    /*border-bottom: 1px solid #eee;*/
    border-top: 1px solid #eee;

}


/* width */
.sidebar .block ul::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.sidebar .block ul::-webkit-scrollbar-track {
    box-shadow: none;

}

/* Handle */
.sidebar .block ul::-webkit-scrollbar-thumb {
    background: #3ba9ef;;
    border-radius: 10px;
}

/* Handle on hover */
.sidebar .block ul::-webkit-scrollbar-thumb:hover {
    background: #b22c43;
}

.sidebar .block ul li {
    /*padding: 5px 0;*/
}

.sidebar .block ul li a, .sidebar .block ul li, .sidebar .block ul li label {
    font-family: "VAGRounded",serif;
    color: #6d6a6a;;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}

.sidebar .block ul li a:hover, .sidebar .block ul li:hover, .sidebar .block ul li label:hover {
    color: #111;
}

.sidebar .block ul li:not(:last-child) {
    /*border-bottom: 1px solid #eee;*/
}

i.red {
    color: red;
}

.content {
    background-color: white;
    margin-top: 50px;
    padding: 18px;

}

h1 {
    font-family: AbadiMT-CondensedLight, serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

div.divisor {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.block ul li.active:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #3ba9ef;;
}

.cell.list{
    min-height: 110vh;
}
.pagination .current{
    background: #3ba9ef;;
    padding: 0;
}

.pagination .current a {
    color: white;
}
.pagination a:hover, .pagination button:hover{
    background-color: transparent;
}
.load{
    position: relative;
    top: -66px;
    margin-bottom: -64px;
}