.user-border-custom {
    padding: 0.7em;
    font-weight: bolder;
    font-size: 1em;
    border-width: 0 !important;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 80px !important;
}
.circle {
    display: inline-block;
      margin: -7px;
      border-radius: 50%;
      font-weight: bolder;
}
.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 40px;
    width: 40px;
    font-size: 20px;
}
.selected { background-color: #F9E79F !important; }
