/** MAIN */
.qap-navbar {
    background-color: #ffcd2a;
}
.qap-brand {
    padding-left: 15px;
    line-height: 38px;
}
.qap-brand img {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

/** PHOTO */
.qap-photo {
    max-width: 140px;
    max-height: 140px;
    display: inline-block;
    padding: 10px;
    background: #ddd;
}
.qap-photo img {
    max-width: 120px;
}
.qap-photo.qap-photo-sm {
    max-width: 60px;
    max-height: 60px;
    padding: 5px;
}
.qap-photo.qap-photo-sm img {
    max-width: 50px;
}
@media (min-width: 768px) {
    .qap-photo {
        max-width: 200px;
        max-height: 200px;
    }
    .qap-photo img {
        max-width: 180px;
    }
    .qap-photo.qap-photo-sm {
        max-width: 70px;
        max-height: 70px;
        padding: 5px;
    }
    .qap-photo.qap-photo-sm img {
        max-width: 60px;
    }
}

/** PROFILE */
.qap-profile {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
    .qap-profile {
        text-align: right;
        padding-right: 20px;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

/** CONFIG */
.qap-nome {
    font-size: 1.4em;
}
.qap-ocupacao {
    color: #777;
    font-size: 1em;
}
.qap-ocupacao.qap-uf {
    font-size: 0.8em;
}

.qap-tipo-acesso {
    background: rgba(12, 131, 226, 0.2);
    /*color: white;*/
    padding: 7px 14px;
    border-radius: 7px;
    display: inline-block;
}

.qap-tipo-acesso.danger {
    background: rgba(226, 17, 16, 0.2);
    color: rgb(103, 15, 15);
}
