
.usertitle img {
    /*width: 100%;*/
}
#userinfoblock {
    clear: both;
}

.avatar {
    /*pointer-events: none;*/
    cursor: pointer;
}
.avatarcontainer {
    position: relative;
}
.avatar .avatarcontainer {
    width: 206px;
    height: 206px;
    border: 1px solid #000;
}
.avatar .avatarcontainer img {
    width: 200px;
    height: 200px !important;
    outline: none !important;
}

.shadow-upload-picture {
    position: absolute;
    bottom: 3px;
    z-index: 9999999999999;
    margin-right: 3px;
    width: 200px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
}
.shadow-upload-picture .pic {
    background-image: url(https://images4.fxp.co.il/dyn/projects/privatemessage/icons/photo-camera.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 50%;
    width: 30%;
    height: 100%;
    float: left;
}
.shadow-upload-picture .text {
    font-size: 16px;
    color: #fff;
    float: right;
    width: 70%;
    height: 100%;
    line-height: 50px;
}

#usermenu {
    margin-top: 10px;
}

.format-not-supported {
    position: fixed;
    bottom: 130px;
    width: 180px;
    height: 30px;
    background-color: #0e5ba7;
    margin-right: calc(50% - 90px);
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    z-index: 99999999;
}

/* modal for picture start */
.modal {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    z-index: 90000;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    width: 400px;
    height: 450px;
    /*border-radius: 5px;
    border: 1px solid #c1c1c1;*/
    border: 1px solid #000;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}
.modal-content img {
    max-width: 100%;
}
.modal-content .modal-header {
    height: 0px;
}
.modal-content .modal-body {
    height: 400px;
}
.modal-content .modal-footer {
    height: 50px;
}
.modal-body .cropper {
    height: 100%;
    width: 100%;
}
.modal-body .cropper img {
    width: 400px;
    height: 400px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.modal-footer .save-user-pic {
    margin-right: calc(50% + 10px);
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    bottom: 5px;
    /*background-image: url(https://images4.fxp.co.il/dyn/projects/privatemessage/icons/success.svg);*/
    background-image: url(icons/success_black.svg?v=0.2);  
    cursor: pointer;
}

.upload-img-cropper {
    margin-right: calc(50% - 50px);
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    bottom: 5px;
}
input[name="uploadfileforumdisplay"] {
    display: none;
}
.upload-img-cropper label img {
    cursor: pointer;
}

.closemodal , .rotate-cropper {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    background-size: 30px;
    cursor: pointer;
}
.closemodal {
    right: 0px;
    top: -40px;
    background-image: url(icons/cancel_black.svg?v=0.4);
}
.rotate-cropper {
    right: 45px;
    top: -41px;
    background-image: url(icons/rotate_to_right_button_black.svg?0.4);
}

.format-not-supported {
    position: fixed;
    bottom: 130px;
    width: 180px;
    height: 30px;
    background-color: #0e5ba7;
    margin-right: calc(50% - 90px);
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    z-index: 99999999;
}

.fake-loader-upload-user-pic {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(https://images4.fxp.co.il/dyn/projects/privatemessage/icons/loading.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.remove-profile-pic {
    left: 5px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    bottom: 5px;
    background-image: url(https://images4.fxp.co.il/dyn/projects/css/icons/recycling-bin.svg);
    cursor: pointer;
}

/* modal for picture end */




/*start follow css*/
.main-follow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.follow-btn {
    display: none;
    float: right;
    position: relative;
    width: 80px;
    height: 28px;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px solid #0f5ba7;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}
.follow-btn.isme {
    display: none;
}
.follow-btn span {
    text-shadow: none;
    color: #0f5ba7;
    padding-left: 5px;
    padding-right: 5px;
}
.follow-btn.floader {
    background-image: url(//images4.fxp.co.il/dyn/projects/css/icons/Rolling-1s-200px_black.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.follow-btn.floader span {
    color: transparent;
}
.usercountfollower {
    float: right;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-left: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}
.usercountfollower span {
    color: #000000;
}
.usercountfollower .number {
    color: #000000;
}
.usercountfollower a {
    font-weight: normal !important;
    font-size: 16px;
    color: #000000 !important;
    cursor: pointer;
}
/*end follow css*/


