/*
    Estilização customizada a partir do tema Gentelella : Gentelella - Bootstrap Admin Template by Colorlib
    Autor Original  : https://github.com/ColorlibHQ/gentelella
    Customização    : Adelson RM Silva
    Data/Hora       : 10/04/2020 13:00
    -------------------------------------------------------
    Contexto        : tag styling
    Objetivo        : Definição de estilos para as Tags Select
*/
@charset "UTF-8";


.profile_pic {
    width: 35%;
    float: left;
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
}

.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left;
}

    .profile_info span {
        font-size: 13px;
        line-height: 30px;
        
    }

    .profile_info h2 {
        font-size: 14px;
        margin: 0;
        font-weight: 300;
    }

.profile.img_2 {
    text-align: center;
}

    .profile.img_2 .profile_pic {
        width: 100%;
    }

        .profile.img_2 .profile_pic .img-circle.profile_img {
            width: 50%;
            margin: 10px 0 0;
        }

    .profile.img_2 .profile_info {
        padding: 15px 10px 0;
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }


ul.navbar-right > li {
    margin-right: 15px
}

.menu_toggle {
    color: #ffc107 !important;
}

.nomeUsuario{
    color:#17375e
}