.nav .narrow-menu-item {
    padding-left: 10px;
    padding-right: 10px;
}

a#user-actions-dropdown {
    display: inline-block;
}
#user-actions-dropdown .tooltip.bottom {
    margin-top: 10px;
}

a#user-actions-dropdown :hover {
    text-decoration: none !important;
}

.login-label {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-lbl {
    display: inline-block;
    font-size: 130%;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.login-lbl label {
    display: block;
    position: relative;
    margin: 10px 0;
}

.layouts {
    max-height: 280px;
    overflow-y: auto;
    /*min-height: 373px;*/
}

.login-anchor {
    font-size: 16px;
    color: #337ab7;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.aligned-center {
    text-align: center;
}

.layout-activated {
    background: rgba(195, 219, 251, 0.2);
    border: 2px solid #81B3E0;
    border-radius: 2px;
    cursor: pointer;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    border-color: rgba(151, 151, 151, 0.34902);;
    box-shadow: none;
}