
.paqle-editable-area .paqle-editable:hover {
    background-color: #ffffff !important;
    border: 2px ridge #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
}

.paqle-editable-area :not(.paqle-face).paqle-editable:hover:after {
    color: #505050;
    margin-left: 5px;
    font-weight: normal;
    font-family: 'fontawesome';
    font-size: 14px;
    content: "\F044";
}

.paqle-editable-area .paqle-editable:active {
    background-color: #e0e0e0 !important;
    border: 2px ridge #e0e0e0;
    border-radius: 5px;
}

.paqle-face .paqle-editable {
    text-align: center;
    width: 90px;
    height: 85px;
    overflow: hidden;
}

.paqle-face img {
    width: 80px;
}

.paqle-cursor-pointer:hover {
    cursor: pointer;
}

.paqle-face .paqle-profile-picture-frame {
    width: 90px;
    height: 90px;
}

.paqle-face .paqle-profile-picture-frame .paqle-profile-picture-cut {
    width: 80px;
    height: 80px;
    overflow-y: hidden;
    display: inline-block
}

.paqle-face .paqle-profile-picture-editable:hover {
    cursor: pointer;
    background-color: #428bca;
}

.paqle-face .paqle-profile-picture-text {
    position: absolute;
    top: 70%;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}

.paqle-face:hover .paqle-profile-picture-text {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.paqle-face .paqle-profile-picture-text>div {
    display: table;
    width: 100%;
    height: 100%
}

.paqle-face .paqle-profile-picture-text>div>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.paqle-profile-short {
    padding-left: 100px;
    padding-right: 90px;
    padding-top: 10px;
}

.paqle-profile-section-heading {
    background-color: #f5f5f5 /* TODO do not copy bootstrap color */
}

.paqle-profile-section-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}


.paqle-profile-heading {
    position: absolute;
    margin-left: 90px;
}

.paqle-profile-button {
    font-size: 20px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 15px;
}

.paqle-profile-tagline {
    font-size: 120%;
}

.paqle-profile-edit-text {
}

@media (max-width: 991px) {
    .paqle-face .paqle-editable {
        text-align: center;
        width: 60px;
        height: 55px;
        overflow: hidden;
    }

    .paqle-face img {
        width: 50px;
    }

    .paqle-face {
        font-size: 60%;
    }

    .paqle-face .paqle-profile-picture-frame {
        width: 60px;
        height: 60px;
    }

    .paqle-face .paqle-profile-picture-frame .paqle-profile-picture-cut {
        width: 50px;
        height: 50px;
    }

    .paqle-profile-short {
        display: block;
        border-top: 1px solid #e0e0e0;
        margin-top: 70px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .paqle-face .arrow {
        left: 63px !important;
    }

    .paqle-profile-heading {
        font-size: 14px;
        margin-left: 60px;
    }

    .paqle-profile-button {
        font-size: 12px;
        width: 60px;
        height: 55px;
        z-index: 10;
    }

    .paqle-profile-name {
        white-space: nowrap;
        font-size: 18px;
    }

    .paqle-profile-tagline {
        white-space: nowrap;
        font-size: 105%;
    }

    .paqle-profile-edit-text {
        display: none;
    }
}

