@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.m-portlet .m-portlet__head {
    height: 4rem;
}

.m-form.m-form--group-seperator-dashed .m-form__group {
    border: 0;
}

.m-form.m-form--group-seperator-dashed .m-form__group, .m-form.m-form--group-seperator .m-form__group {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

label {
    margin-bottom: 0;
}

.highlight {
    font-size: 1.3em;
    font-weight: 500;
}

.mini-highlight {
    font-size: 1.15em;
    font-weight: 500;
}


.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0; }

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
.custom-file-control    ::before {
    content: "Browse"; }

