.topbar {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top:0;
    height: 70px;
    z-index: 999;

    box-shadow: 0 0 4.8px 0.3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4.8px 0.3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4.8px 0.3px rgba(0, 0, 0, 0.3);
}
.spacer {
    height: 70px;
    width: 100%;
}

.logo {
    float: left;
    width: 100px;
    height: 100%;
    margin-top: 24px;
}
.menu {
    float: right;
    width: 200px;
    height: 100%;
}

.notification {
    position: relative;
}

.notificationBullet {
    background-color: #EE4459;
    color: #fff;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 19px;
    width: 19px;
    text-align: center;
    font-size: 12px;
    right: -7px;
    padding:1px;
    top: -6px;
}

.topbarRight {
    float: right;
}
.topbarRight .link {
    float: left;
    width: 110px;
    height: 70px;
}

.topbarRight .icon {
    float: left;
    width: 42px;
    height: 70px;
}


.floatBoxUser {
    padding: 15px;
}
.floatBoxUser .user {
    padding-bottom: 30px;
    border-bottom: 1px solid #f9f9f9;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    
.floatBoxUser .userName {
    float: left;
    width: 150px;
    margin-left: 15px;
}

.floatBoxUser .userName .text {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footerEvent {
    padding: 30px;
    background-color: #f9f9f9;
}
.floatBoxUser .links,
.floatBoxUser .links > li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.floatBoxUser .links {
    padding: 20px;
}
.floatBoxUser .links > li {
    padding: 2px;
}

.floatBoxUser .links > li > a {
    color: #545454;
}
    
.menuIcon {
    float: right;
    width: 60px;
    height: 70px;
    padding-top: 22px;
    margin-left: 8px;
}

.menuIcon.active,
.menuIcon:hover {
    background-color: #f9f9f9;
}
.menuIcon.active {
    height: 74px;
}
.menuIcon .bar {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #EE4459;
    margin-bottom: 4px;
}

.menuFullPage {
    background-color: #f9f9f9;
    width: 100%;
    position: absolute;
    top: 68px;
    left: 0;
    height: calc(100vh - 70px);
    z-index: 99;
    padding-top: 40px;
    display: none;
    
    overflow: auto;
    position: fixed;
}
.menuFullPage.active {
    display: block;
}

.menuSM, .menuSM > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuSM > li {
    text-align: center;
    padding: 20px 12px;
}

.menuSM {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9b9797;

}

.socialIcons {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.socialIcons .socialIcon {
    margin: 8px;
}