body > main {
    margin-top: 120px;
}

.k64-breacrumb {
    top: 56px;
}

#root-alert {
    position: absolute;
    z-index: 10000;
    top: 70px;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
}

#root-alert.d-none {
    display: none !important;
}

div.gallery-container {
    padding: .5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

div.gallery {
    width: 200px;
    margin: .5vw;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

.btn-danger:disabled {
    background-color: grey;
    border-color: grey;
}

.element-horizontal {
    display: inline-block;
}

.user-email {
    padding: 0 0 0 10px;
    color:white;
    display: inline-flex;
    align-items: center;
    font: 10px/10px Arial
}

.user-role {
    padding: 0 0 0 10px;
    color:white;
    display: inline-flex;
    align-items: center;
    font: 10px/10px Arial
}