.dashboard .timeline .timeline-item:not(:last-child) .timeline-event{
    border-bottom: 1px solid #ebe9f1;
    padding-bottom: 20px;
}
.dashboard .card-body.queries ul{
    height:300px;
    overflow: auto;
}
.dashboard .invoice-table{
    height:300px;
    overflow: auto;
}
.dashboard .invoice-table th.header{
    position:sticky;
    top: 0 ;
}

#example_length > label {
    margin-left: 14px;
}

#example_info {
    margin-left: 14px;
}
#monitordeposttbl{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22.33333%;
}
.checkbox-detailed{
    width: 200px;
    height: 103px;
    border: 1px solid #d8e2e7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 30px 0 50px;
    line-height: 1.4;
    font-size: 8px;
}


#users > div > div > div > header > form > div{
    padding: 15px;
}
.txtbtn{
    padding: 5px;
}
#example_filter > label{
    padding-right: 15px;
}


html .content .content-wrapper .content-header-title {
    font-weight: 500;
    color: #636363;
    padding-right: 1rem;
    border-right: none;
}