#AppPageProfileEdit .image {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}

#AppPageProfileEdit .imagebutton {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #D61317;
    border-radius: 100%;
    margin-top: -60px;
    margin-left: 60px;
    position: relative;
    left: 50%;
    background-image: url("../_img/photo-white.svg");
    background-position: center center;
    background-size: 100%;
}

#AppPageProfileEdit .imageselect {
    display: inline-block;
    width: 60px;
    height: 60px;
    opacity: 0;
}

#AppPageProfileEdit .top {
    text-align: center;
    margin-bottom: 50px;
}

#AppPageProfileEdit_Input_locations {
    min-height: 90px;
}

/*
#AppPageProfileEdit_Input_locations .item {
    position: relative;
    margin-bottom: 5px;
}

#AppPageProfileEdit_Input_locations .text {
    padding-right: 60;
}
*/

#AppPageProfileEdit .slider {
    margin-top: 50px;
    max-width: 300px;
}

#AppPageProfileEdit .cropimage {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*border: 1px solid #FF0000;*/
}

#AppPageProfileEdit .cropper-view-box,
#AppPageProfileEdit .cropper-face {
    border-radius: 50%;
}

/* at zustane hezky uprostred */
#AppPageProfileEdit .cropper-crop-box {
    transform: none !important;
}

#AppPageProfileEdit #AppPageProfileEdit_Input_locations {
    min-height: 41px;
}

#AppPageProfileEdit .profile_edit_fill_info {
    margin-left: 100px;
    margin-right: 100px;
}

