.hidden-elem {
    display: none;
}

.navbar-brand-container {
    display: flex;
    align-items: center;
}

.navbar-logo {
    display: inline-block;
    margin-top: -5px;
    width: 24px;
}

.dialog-styling {
    width:70em;
    overflow-y:initial;
}

.modal-body-styling {
    max-height:80vh;
    overflow:auto;
}

.dashboard-feed-styling {
    width: 10em;
    text-align: center;
}

.ldap-settings-font {
    font-size:120%;
}

.login-styling {
    width:40em;
    margin:10em auto 0 auto;
}
.login-span-styling {
    display:inline-block;
    padding:0;
    float:none;
    height:auto;
    margin-bottom:15px;
}

.manage-patches-th-styling {
    width:10em;
}

.manage-patches-tr-styling-1 {
    background-color: #f2dede;
}

.manage-patches-tr-styling-2 {
    background-color:#e5ffcc;
}

.distro-styling {
    width: 15em;
    float: left;
}

.distro-checkbox-styling {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}