
/*# sourceMappingURL=custom.min.css.map */
.table > thead {
    background-color: #f3f6f9;
}



.mr-10px {
    margin-right:10px;
}
.mr-5px {
    margin-right: 5px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offcanvas {
    z-index:1070;
}

.table > :not(caption) > * > * {
    padding: .4rem .6rem !important;
}

.spinner-mini {
    --vz-spinner-width: 1rem !important;
    --vz-spinner-height: 1rem !important;
}

.off-midwidth {
    top: 40% !important;
    width: 700px !important;
}

.footer {
    padding: 10px calc(1.5rem * .5) !important;
    height: 40px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    color: #2e3236 !important;
}