/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/


.profile{
    height: 130px;
    background-image: url('../../images/background_profile.jpg');
    background-size: cover;
    position: relative;
}
.profile--opacity{
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
}
.profile--img{
    width: 100%;
    transition: all .3s cubic-bezier(.27,.63,.5,1.05);
}

.profile--img >img{
    position: absolute;
    left: 15px;
    top: 50px;
    width: 60px;
    border-radius: 30%;
}
.profile--info{
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    position: absolute;
    top: 65px;
    right: 25px;
    display: inline-block;
    opacity: 1;
}
.profile--info--name{
    position: absolute;
    right: -17px;
    top: -13px;
    width: 160px;
    word-wrap: break-word;
}
.profile--info--job{
    position: absolute;
    right: -17px;
    top: 30px;
    width: 160px;
    word-wrap: break-word;
    font-size: 12px;
}

.profile--info>button{
    position: absolute!important;
    position: absolute!important;
    right: -24px;
    top: 25px;
}