/* -------------------- MODAL's -------------------- */

#modalImage {
    position: relative;
    margin-left: 40%;
    margin-bottom: 2%;
}

#btnphoto {
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    border-radius: 50%;
    border: 2px solid #FFF;
    margin-left: -40px;
    margin-top: 10px;
    z-index: 1;
    position: absolute;
    background-color: #333;
    color: #FFF;
    top: 108px;
    right: 244px;
}

#btnphoto:hover {
    background-color: #5b5b5b;
}

.form-control,
.form-group {
    text-align: left;
    font-family: sans-serif;
    font-size: 14px;
}

.usertitle {
    margin: 0;
    font-family: inherit;
    font-size: 20px;
}

.userbtn,
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.input-sm,
.dataTables_paginate paging_simple_numbers,
.table,
.pull-right {
    font-family: sans-serif;
    font-size: 14px;
}


/* -------------------- ADICIONAR UTILIZADOR -------------------- */

#addImg {
    border: 5px solid #ccc;
}


/* -------------------- EDITAR UTILIZADOR -------------------- */

#editImg {
    border: 5px solid #ccc;
}


/* -------------------- EDITAR UTILIZADOR (TODOS OS UTILIZADORES) -------------------- */

#euImg {
    border: 5px solid #ccc;
}


/* -------------------- LOGIN -------------------- */

#loginprofile .modal-dialog {
    top: 20%;
    width: 35%;
}


/* -------------------- RECUPERAR PASSWORD -------------------- */

#recoverpwd .modal-dialog {
    top: 25%;
    width: 40%;
}


/* -------------------- REMOVER UTILIZADOR -------------------- */

#delprofile .modal-dialog {
    top: 15%;
}