﻿.userMenu .tile {
    padding: 0;
    margin: 0px 4px;
    width: 100px;
    float: left;
}

.userMenu .tile-body {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.userMenu .tile-disabled {
    opacity: 0.3;
}

.userMenu .tile-icon {
    margin: auto;
    padding: 10% 10% 0px 10%;
    height: 100px;
}

.userMenu .tile-label {
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 12px;
}

.userMenu .tile-text {
    font-weight: 300;
}

.userMenu a:hover {
    text-decoration: none;
}

.userMenu .dropdown-menu .divider {
    margin: 5px 0;
}

.userMenu .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#grpAccount .dropdown-menu a {
    text-align: left
}

#grpModules .modules {
    max-height: 520px;
    overflow: auto;
}

#grpAccount .dropdown-menu {
    min-width: 0;
    z-index: 1100;
}

.userMenu a > span {
    padding-left: 5px;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

@media (max-width: 600px) {
    #pnlModules {
        max-width: 330px;
    }
}
