﻿.praktyki-miejsce {
    color: #9e9e9e !important; /* #afb0bb */
}

/*.m-scrollable.m-scroller {
    min-height: 23px;
    max-height: 380px !important;
    overflow: auto;
}*/

.student-info {
    margin-bottom: 2.2rem;
}

.no-content-p-margin > p {
    margin: 0;
}

#dokumenty-head {
    flex-direction: column;
    height: 10rem;
    padding: 1.5rem;
}

.bk-dokumenty-search {
    width: 100%;
    flex-direction: column !important;
    margin-top: 1rem;
}


.bk-grupa-dokumentow:last-child.m-widget4__item {
    border-bottom: none !important;
}

.bk-nazwa-grupy-dokumentow {
    text-align: center;
}

    .bk-nazwa-grupy-dokumentow:not(:first-child) {
        margin-top: 2.5rem;
    }

@media (min-width: 560px) {
    #dokumenty-head {
        flex-direction: row;
        height: 5.1rem;
        padding: 0 2.2rem;
    }

    .bk-dokumenty-search {
        flex-direction: row !important;
        margin-top: 0;
        min-width: 212px;
        width: 30%;
    }
}