/*  MENU LEFT  */
.menu-left .user-info{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 15px;
}

.menu-left .user-info .logo-content{
    background: white;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-left .user-info .name{
    font-family: Roboto-Medium;
    font-weight: normal;
    text-align: center;
    color: #444;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.menu-left .user-info .email{
    font-weight: normal;
    text-align: center;
    color: #888;
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
}

.menu-left .user-info .version-info{
    text-align: right;
    font-size: 12px;
}

.menu-left .list {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.menu-left .list .item{
    border: none;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: normal;
    color: #555;
    padding: 10px 10px 10px 60px;
    line-height: 23px;
}

.menu-left .list .item:hover{
    background: rgba(0, 0, 0, 0.05);
}
        
.menu-left .list .item .icon{
    color: #444444;
    font-size: 23px;
}

.menu-left .list .item .icon.fa{
    font-size: 19px;
}

.menu-left .list .item .message-circle{
    left: 31px;
    top: 12px;
}

.menu-left .item-header{
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: normal;
    color: rgba(136, 136, 136, 0.9);
    padding: 0 0 0 15px;
}

.menu-left .list:last-of-type{
    margin: 0;
}
/* 
.menu-left .bar-header{
    background-image: linear-gradient(-90deg, #1976d2 2%, #56bbff 100%)!important;
}

.menu-left .bar-header .row{
    min-height: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.menu-left .bar-header .row .col{
    position: relative;
    min-height: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
}

.menu-left .bar-header .row .col .logo{
    min-width: 100%;
    min-height: 100%;
}

.menu-left .bar-header .row .col .logo img{
    width: 66px;
    height: 66px;
    border-radius: 100%;
}

.menu-left .bar-header .row .col .user-info{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; 
}

.menu-left .bar-header .row .col .user-info .name{
    font-size: 14px;
    margin: 0;
    color: #FFF;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
}

.menu-left .bar-header .row .col .user-info .email{
    font-size: 12px;
    margin: 0;
    margin-top: -5px;
    font-family: Roboto-Light;
    font-style: italic;
    color: #FFF;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
}

.menu-left .version-info{
    position: absolute;
    bottom: 2px;
    left: 0;
    min-width: 100%;
    text-align: right;
    padding-right: 30px;
    color: #FFF;
    font-style: italic;
}

.menu-left .logo-content{
    bottom: 0;
}

.menu-left .logo-content .empresa-logo{
    width: 60px;
    height: 60px;
    margin: inherit;
}

.menu-left .logo-content .empresa-logo img{
    max-width: 60px;
}*/



/*  MENU RIGHT  */
.menu-right .bar-header{
    min-height: 130px;
    box-shadow: none;
    background: #FFF;
    align-items: flex-end;
}

.menu-right .has-header{
    top: 130px;
}

.menu-right .topico{
    font-size: 16px;
    letter-spacing: 1px;
    color: rgb(117, 116, 116);
    margin: 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
    min-width: 100%;
    padding: 10px;
} 

.menu-right .list{
    margin: 0;
    border: 0
}

.menu-right .list .item{
    border: 0;
    padding-left: 25px;
    font-family: Roboto-Medium;
    font-size: 16px;
}

.menu-right .list .item:active, .menu-left .list .item:focus{
    background: rgba(31, 29, 29, 0.12);
}

.menu-right .list .item i{
    font-size: 20px;
    min-width: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    color: #616161;
}

.menu-right .zmdi-check-all{
    color: #2CBEFF !important;
}

.menu-right .zmdi-alert-triangle {
    color: rgb(243, 156, 18) !important;
} 

.menu-left .download-icon{
    animation: fadetopbottom 1.5s ease-in-out both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes fadetopbottom {
    from {opacity: 0}
    to {opacity: 1}
}


