body.materialboxed-body .ingite-dashboard-page,
body.materialboxed-body #ingite-dashboard-page-content{
    z-index:7;
}

#materialbox-overlay{
    z-index: 2000;
}

.materialboxed.active{
    z-index:2001!important;
}

body.ingite-dashboard .input-field.col label{
    left:.25rem;
}

body.ingite-dashboard .card .card-content{
    padding:.5rem;
}

body.ingite-dashboard .card .card-content > a.btn:first-child + h5:last-child,
body.ingite-dashboard .card .card-content > a.btn-flat:first-child + h5:last-child,
body.ingite-dashboard .card .card-content > a.btn-outlined:first-child + h5:last-child{
    line-height:36px;
    margin:0;
}

.ingite-dashboard .dropdown-content li:not(.divider){
    min-height:37px;
}

.ingite-dashboard .dropdown-content li:not(.divider)>a,
.ingite-dashboard .dropdown-content li:not(.divider)>span{
    padding:.5rem;
}

.btn-outlined.btn-outlined-small{
    height: 25px;
    line-height: 20px;
    font-size: 15px;
}

@media screen and (min-width:993px){
    .btn-outlined.btn-outlined-small{
        height: 27px;
        line-height: 22px;
        font-size: 15px;
    }
}