#imageSearch {
    border: 1px solid #EAEAEA;
    color: #000;
    background-color: #FFF;
    background-image: url(../imgs/redesocial/lupa.jpg);
    background-repeat: no-repeat;
    background-position: 90%;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    border-radius:6px;
    margin-top: 10px;
    width: 200px;
}


.perfil, .amigos {
    border-radius:6px;
    border: 1px solid #EAEAEA;
    padding: 10px;
}

.perfil {
   /* background-image: url(../imgs/redesocial/bg-perfil.jpg);
    background-repeat: no-repeat;*/
    height: 300px;

}

.bg {
    position: absolute;
    top: 0px;
    left: 0;
   
    
}



.amigos {
    min-width: 274px;
    margin-left: 36px;
}

.amigos .col-md-3 {
    padding: 2px;

}

.perfil .itens {
    margin-top: 140px;
    
}

.ver-todos {
    margin-top: 12px;
}

.nome, .foto {
        z-index: 999;
}

.foto img {
    border-radius:10px; 
    border-radius:10px;
    border: 4px solid #FFF;

}

.nome p {
    /*position: relative;*/
    /*left: 180px;    */
    font-size: 30px;
    color: #FFF;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    margin-top: 30px;
    /*top: 10px;*/
}

.adicionar {
      z-index: 999;
}

.adicionar img{
    /*position: relative;*/
    /*left: 400px;*/
    /*bottom: 20px;*/
    /*border: 10px solid red;*/
    margin-top: 38px;
}

.menus_redesocial {
    margin-top: 250px;
    position: absolute;
    top: 10px;
    left: 106px;
}

.menu_redesocial li { 
    float: left;
    list-style: none;
    margin-left: 20px;
    color: #005171;
    font-weight: bold;
    font-size: 14px;
}

.editar {
    font-weight: normal !important;
    color: #999999 !important;
    font-size: 13px !important;
    margin-left: 52px !important;
}

.minhas-fotos {
    border-radius:6px;
    border: 1px solid #EAEAEA;
    padding: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.minhas-fotos img {
    height: 97px;
}



.icone {
    margin-right: 10px;
}

#files {
    list-style: none;
}

.success   {
    width: 97px;
    height: 97px;
    overflow: hidden;
    float: left;
}


.success {
    /* background-color: #000000;
    display: table-cell;
    height: 97px;    
    text-align: center;
    width: 97px;
    vertical-align: middle;*/

}

.success img {
   left: 50%; 
   margin-left: -100%; 
   position: relative; 
   width: auto !important; 
   height: 200px !important; 
   top: -97px;
}

.mensagem {
    color: #000;
    font-size: 14px;
    margin-left: 18px;
}
