/* profilovy obrazek v menu */
.profile-picture-as-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0088CC;
    /*background: #CCC;*/
    color: #FFF;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-right: 1px;
}

/* uprava velikosti dropdown pri mobilnim zobrazeni - treba pridat tridu userbox-my */
@media only screen and (max-width: 767px) {
    .userbox-my .name,
    .userbox-my .role {
        max-width: 160px;
        min-width: 100px;
    }

    .userbox-my .dropdown-menu-my {
        left: -5px !important;
        padding: 43px 19px 0 0;
    }

    .profile-picture-as-text {
        display: none;
    }
}

/* uprava, aby slo pouzit fixed pri sablone big icons */
@media only screen and (min-width: 768px) {
    html.fixed.sidebar-left-big-icons .content-body {
        margin-left: 152px;
    }

    html.fixed.sidebar-left-big-icons .page-header {
        left: 152px;
    }
    
    html.fixed.sidebar-left-collapsed .page-header {
        left: 55px;
    }    
   
    html.fixed.sidebar-left-big-icons.sidebar-left-collapsed .content-body {
        margin-left: 55px;
    }
}
