.main-header{
    background-color: #D9D9D9;
}

.main-sidebar{
    background-color: #292974;
}

.brand-link{
    margin: .1rem;
    padding: .1rem;
    min-height: 2rem;
    border-bottom: none !important;
}

.content-title{
    color: #292974;
    text-transform: uppercase;
}

.nav .nav-item.parent{
    border:1px solid white;
    border-radius: .25rem;
}
.nav-sidebar .nav-item>.nav-link {
    margin-bottom:0rem !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #007bff;
    color: #fff;
}

.main-footer{
    padding:.25rem;
}

.nav-sidebar>.nav-item .nav-icon {
    width: unset;
}

.nav-item.child p {
    margin-left: 2rem !important;
}
.nav-item.cucu p {
    margin-left: 3rem !important;
}

.btn.btn-light{
    background-color: #ECECEC !important;
}

img.no_image_placeholder {
    width: 4rem;
}

.modal-header, .modal-footer{
    background-color: #ECECEC !important;
}

.modal {
    font-size: .8rem;
}

.table{
    font-size: .8rem;
}

.content-wrapper {
    background-color: #fff;
}

.select2 {
    width:100%!important;
}

select.readonly {
    pointer-events: none;
}

.clickable{
    cursor: pointer;
}

.brand-link .brand-image {
    max-height: 100px;
}