body {
    background: #f0f0f0!important;
    margin-bottom: 0px;
}

div.user-profile-gender.user-profile-item { /*temp for submission 0307*/
}

div.user-profile-item:last-child { /*temp for submission 0307*/
    border: none;
    width: 100%;
    height: 56px;
}

.user-profile-logout {
    margin-top: 0px;
    margin-top: 20px !important;
}

#user-profile {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
    background: #f0f0f0;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.user-profile-avatar-zone {
    width: 100%;
    height: 127px;
    /* background-color: #fff; */
    position: relative;
    background: url('../img/image-area.png') no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 17px 43px -2px rgba(163,163,163,0.89);
    -moz-box-shadow: 0px 17px 43px -2px rgba(163,163,163,0.89);
    box-shadow: 0px 17px 43px -2px rgba(163,163,163,0.89);
}

.user-profile-avatar-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 92px;
    width: 92px;
    margin: auto;
}

.color-circle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: auto;
    height: 92px;
    width: 92px;
    position: absolute;
    top: 0px;
    /*bottom: 0px;*/
    right: 0px;
    left: 0px;
}

.user-profile-avatar {
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    width: 92px;
    height: 92px;
    margin: auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.user-profile-edit {
    border-radius: 100%;
    background-size: 55%;
    width: 30px;
    background-position: center;
    height: 30px;
    background-color: white;
    margin: auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 69px;
    right: 0;
    left: 0;
    background-image: url('../img/pencil-white.png');
    background-color: #3869cf;
}

.user-profile-edit.done {
    background-image: url('../img/v-ok.png');
    margin: 0px 15px 0px 0px;
}

.user-profile-edit.cancel {
    background-image: url('../img/x-cancel.png');
    margin: 0px 49px 0px 0px;
    right: 0;
    left: 8px;
}

.user-profile-rank {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    color: #8ec531;
    height: 25px;
    line-height: 25px;
}

.user-profile-rank-image {
    height: 25px;
    width: 25px;
    background-image: url('../../img/rank.png');
    background-repeat: no-repeat;
    /*background-position-x: 1px;
    background-position-y: 1px;*/
    background-size: 125px 25px;
    /*position: absolute;*/
    right: 65px;
    display: inline-block;
}

.cropArea {
    /* background-color: white; */
    height: 100px;
    width: 100px;
    overflow: visible!important;
}

img-crop {
    overflow: visible!important;
}

.scoring-text {
    color: #0c41a1;
    font-size: 18px;
    display: inline-block;
    line-height: 56px;
    margin-right: 5px;
    height: 56px;
    /* float: left; */
    vertical-align: top;
}

.scoring-icon {
    background: url('../img/point-icon.png') no-repeat center;
    height: 56px;
    width: 20px;
    display: inline-block;
    position: relative;
    background-size: contain;
    line-height: 56px;
}

.rank-image-1 {
    background-position: -1px -45px;
}

.rank-image-2 {
    background-position: -1px -133px;
}

.rank-image-3 {
    background-position: -1px -89px;
}

.rank-image-4 {
    background-position: -1px -176;
}

.rank-text-1 {
    color: #006dbe;
}

.rank-text-2 {
    color: #f6ba55;
}

.rank-text-3 {
    color: #da4f00;
}

.rank-text-4 {
    color: #ffffff;
}

.user-profile-rank-text {
    position: relative;
    display: inline-block;
    top: -8px;
    font-size: 13px;
    font-weight: bold;
}


.user-profile-items {
    background-color: white;
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    overflow: auto;
    /* border-top: gray 7px solid; */
    /* box-shadow: #f0f0f0 10px 10px 10px 10px; */
    /* -webkit-box-shadow: 0px 0px 5px 8px rgba(201,201,201,1); */
    -moz-box-shadow: 0px 0px 5px 8px rgba(201,201,201,1);
    /* box-shadow: 0px 0px 5px 8px rgba(201,201,201,1); */
}

.user-profile-item {
    /* width: 282px; */
    min-height: 58px;
    height: auto;
    margin: auto;
    border-bottom: 2px solid #d4d2d4;
    position: relative;
    color: #2f343b;
    padding-right: 38px;
    line-height: 58px;
}

.user-profile-password {
    margin-top: -10px;
    background: #f0f0f0;
}

.user-edit-icon {
    height: 16px;
    width: 16px;
    line-height: 16px;
    background-image: url('../img/pencil.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}

.user-scoring-icon {
    height: 16px;
    width: 16px;
    line-height: 16px;
    background-image: url('../img/point-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}

.user-item-text {
    width: 84%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    line-height: 58px;
    vertical-align: middle;
}

.user-edit-icon-v {
    height: 25px;
    width: 31px;
    line-height: 58px;
    background-image: url('../img/v-ok.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* position: absolute; */
    /* top: 13px; */
    /* left: 47px; */
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

.user-edit-icon-x {
    height: 25px;
    width: 25px;
    line-height: 58px;
    background-image: url('../img/x-cancel.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* position: absolute; */
    /* top: 13px; */
    /* left: 11px; */
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
}

.user-giving-score {
    height: 45px;
    width: 38px;
    line-height: 62px;
    background-image: url('../../img/profile_heart.png');
    background-position: -37px 0;
    background-repeat: no-repeat;
    background-size: 70px 35px;
    position: absolute;
    top: 13px;
    left: 0px;
    display: inline-block;
    cursor: pointer;
}

.user-giving-score-done {
    background-position: 0px;
}

.user-profile-scoring {
    position: absolute !important;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    left: 15px;
    top: 0;
}

.user-profile-header {
    background: url('../img/reflection-across.png') no-repeat;
    background-size: cover;
    height: 56px;
    position: relative;
}

.user-profile-header .logo {
    background: url("../img/logo-blue.png") no-repeat center;
    background-size: contain;
    height: 56px;
    width: 85px;
    display: inline-block;
}

input[type="file"] {
    font-size: 10px;
    position: absolute;
    opacity: 0;
    top: 60px;
    height: 40px;
    width: 90px;
}

.user-profile-header .back {
    background: url("../img/back.png") no-repeat center;
    background-size: 10px;
    height: 100%;
    width: 20px;
    display: inline-block;
}

.user-profile-item input, .user-profile-item select {
    border: 0;
    width: 68%;
    height: 35px;
    line-height: 35px;
    float: none;
    padding-right: 5px;
    vertical-align: middle;
}

.user-profile-name input {
    width: 35%!important;
}

.user-profile-item input[type=text] {
    /* outline: -webkit-focus-ring-color auto 5px; */
}

.user-profile-name.user-profile-item {
    /* border-top: 1px solid gray; */
    font-weight: bold;
    color: #0c41a1;
}

.user-profile-other-user-zone {
    width: 100%;
    height: 151px;
    /*border-top: 2px solid gray;*/
    margin: auto;
    /*padding-bottom: 5px;*/
    padding-top: 10px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /*overflow-y: hidden;*/
    padding-right: 5px;
    direction: ltr;
    background-color: #ecf8ff;
}

.user-profile-other-user-wrapper {
    width: 440px;
    position: relative;
}

.user-profile-other-user-activity {
    width: 125px;
    height: 120px;
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
    position: relative;
    top: 0px;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: top;
    background-color: white;
}

.user-profile-other-user-activity figure.author-image {
    /* position: absolute; */
    top: 5px;
    right: 5px;
    float: right;
}

.user-profile-other-user-symbol {
    height: 25px;
    width: 25px;
    background-image: url('../../img/last_event.png');
    background-repeat: no-repeat;
    background-size: 75px 25px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.other-user-symbol-userLike {
    background-position: -50px 0;
}

.other-user-symbol-comment {
    background-position: -25px 0;
}

.user-profile-other-user-activity .author-name {
    display: inline-block;
    /* margin-right: 58px; */
    font-weight: bold;
    float: none;
    text-overflow: ellipsis;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    font-size: 10px;
    direction: rtl;
    margin-top: 40px;
    position: absolute;
    margin-bottom: 10px;
    right: 47px;
}

.user-profile-other-user-content {
    /*position: relative;
    top: -25px;*/
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
    height: 40px;
    overflow: hidden;
    direction: rtl;
    margin-top: 65px;
}

.user-recent-activity-zone {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 0px solid gray;
    width: 100%;
    margin: auto;
    background-color: #ecf8ff;
}

.user-recent-activity-title {
    width: 100%;
    height: 31px;
    margin: auto;
    position: relative;
    color: #2f343b;
    line-height: 47px;
    font-weight: bold;
    text-align: center;
    background-color: #ecf8ff;
    border-top: 4px solid #fff;
    padding-top: 0px;
}

.none-activity {
    width: 90%;
    border: none;
    margin-top: 5px;
}

.user-recent-activity {
    width: 90%;
    height: 50px;
    margin: auto;
    margin-top: 13px;
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
    color: #2f343b;
    position: relative;
    padding-right: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: white;
}

.user-recent-activity-logo {
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 7.5px;
    right: 7.5px;
}

.user-recent-activity-arrow {
    height: 20px;
    width: 20px;
    background-image: url('../../img/arrow_user.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.user-recent-activity-arrow-up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.user-recent-activity-zone .post-tab {
    margin: 20px auto 20px auto;
    width: 90%;
}

/*.user-recent-activity-zone .post-footer {
    width: 235px;
}

.user-recent-activity-zone span.respond-post, .user-recent-activity-zone span.like-post, .user-recent-activity-zone span.respond-count, .user-recent-activity-zone span.like-count{
    width: 57px;
}*/

.post-title {
    color: rgb(0, 109, 190);
    box-sizing: border-box;
    padding-right: 12px;
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    max-height: 45px;
    padding-top: 7px;
    overflow: hidden;
    font-weight: bold;
    /*position: absolute;
    bottom: 17px;*/
    width: 66%;
    right: 35px;
}

div.post-main-text.article-text-content {
    font-size: 12px;
    /*height: 49px;*/
    overflow: hidden;
    line-height: 12px;
    margin-top: 5px;
}

.user-recent-activity-zone .meme-container, .user-recent-activity-zone .meme-container.large {
    width: 90%;
    float: none;
    margin: 6px auto;
}

.user-recent-activity-zone .list-tube {
    width: 90%;
    margin: 15px auto;
}

.vote-to-poll {
    /*text-align: center;*/
    font-weight: bold;
}

.vote-to-poll-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

.user-profile-logout-btn {
    width: 108px!important;
    height: 70%;
    background-color: #0c41a1;
    line-height: 36px;
    color: white;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
}


div.editImg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #828282; */
}

#cropDiv1 {
    /*width: 300px !important;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 250px !important;
}

#cropDiv1 img {
    max-width: 300px;
}

canvas#c1 {
    clear: both;
    float: left;
}

.cat-Approve {
    float: left;
    width: 70% !important;
    margin-left: 3%;
    height: 44px !important;
}

.cat-cancel {
    float: right;
    width: 70% !important;
    height: 44px;
    margin-right: 3%;
}

.userImg {
    border-radius: 100%;
    clear: both;
    margin: 0px auto 20px auto;
    width: 80px;
    height: 80px;
    display: block;
    border: 1px solid #42484e;
}

.editImg.profileEditImg {
    background: #fff;
}

/*canvas {
    visibility: hidden;
}*/

#instruction-for-image {
    width: 100%;
    text-align: center;
    margin: 5px 0px 15px 0px;
    color: #bcccce;
}

#cropDiv1 .jcrop-holder {
    margin: 0px auto 22px auto;
    width: 95%;
    /*min-height: 182px;
    margin-bottom: 22px;*/
}


#cropDiv1 .jcrop-holder img {
    /*position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    margin: auto !important;
    right: 0px !important;
    bottom: 0px !important;*/
}

.button-side-img {
    width: 49%;
    height: 44px;
    display: inline-block;
    margin-top: 15px;
}

.background-button-img {
    background: #565c63;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #42484e;
}

.user-profile-logout-btn.needsclick {
    height: 32px;
    line-height: 22px;
}

.profile-item-circle {
    position: absolute;
    top: 13px;
    left: 0px;
    height: 35px;
    width: 35px;
    /*border: 1px solid gray;
    border-radius: 30px;*/
    background-image: url('../../img/rank.png');
    background-repeat: no-repeat;
    background-size: 210px 35px;
    border-radius: 50px;
    border: solid 1px #000000;
}

.sign-in-popup.change-pass-popup {
    top: 20px;
}


@media only screen and (min-device-width: 900px) {
    #user-profile {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body {
        background: transparent!important;
    }
}
