/**handles:wpdating-profile-picture**/
.profile-image {
    position: relative;
}

.profile-image .edit-image {
    opacity: 0.5;
}

.profile-image:hover > a .edit-image {
    opacity: 1;
}

.edit-image:hover {
    cursor: pointer;
}

#profile_pic_modal {
    margin-top: 100px;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

#preview-profile-pic {
    position: relative;
    width: 100%; /* for IE 6 */
    font-weight: 500;
    font-size: 15px;

}

.drag {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

p.drag {
    padding: 10px !important;
}

@media screen and (max-width: 767px) {
    .drag {
        font-size: 0.9em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    .drag {
        font-size: 1em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    .drag {
        font-size: 1.3em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    .drag {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 768px) {
    .update_profile_text_div {
        display: block !important;
    }

    p.drag {
        display: none;
    }
}

.update_profile_text_div {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    display: none;

}

.edit-image {
    width: 20px !important;
}

.update_profile_text_div.row {
    margin-left: 2px;
    /* margin-right: 15px; */
}

img.edit-image {
    padding-top: 20px;
    padding-left: 2px;
}

a#change-profile-pic {
    cursor: pointer;
}

#change-profile-pic p {
    color: white;
}

.profile-image:hover {
    display: block;
}

p.update_profile_text {
    padding-left: 10px;
    display: inline-block;
}

#change-profile-pic i.fa.fa-camera {
    color: white; !important;
}