#user-profile .user-section-negative-margin {
    position: relative;
}

#user-profile .card-border {
    border-radius: 10px
}

#user-profile .photo-border {
    border-radius: 6px
}

#user-profile .vertical-align-bottom {
    vertical-align: bottom
}

#user-profile .material-icons.vertical-align-middle,
#user-profile .vertical-align-middle {
    vertical-align: middle
}

.card .card-content {
    padding: 8px;
}

#user-profile .star-width {
    font-size: 20px;
    width: 18px;
    cursor: pointer
}

#user-profile #feed .social-icon .material-icons,
#user-profile .latest-update,
#user-profile .user-projects img.responsive-img {
    cursor: pointer
}

#user-profile hr {
    opacity: .4
}

@media only screen and (max-device-width:1024px) {
    .user-profile {
        margin-top: 1rem
    }
}
p.time {
    font-size: 11px;
    text-align: end;
}
p.loginid {
    font-size: 10px;
}
.commnt_line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 9px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px -1px #000;
    padding: 5px 1px;
}


.comment-box {
    border: 1px solid #ccc;
    margin-bottom: 13px;
    box-shadow: 0px 3px 8px 2px #ccc;
    padding-bottom: 8px;
    border-radius: 6px;
}

.comment-box textarea{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    height: 89px;
}
.comment-footer {
    font-size: 10px;
    padding: 0 3px;
}
.comment-footer button {
    font-size: 12px;
    border: 1px solid #fe9000;
    float: right;
    margin-right: 6px;
    font-weight: 700;
    color: #fff;
    background: #fe9000;
    border-radius: 2px;
}

p.cmmnbg {
    font-size: 12px;
    color: #000;
    border-top: 1px solid #fe9000;
    margin-top: 5px !important;
    padding-top: 6px;
    line-height: 15px;
}
.cmmnbg span{
    font-size: 11px;
    background: #00bcd4;
    color: #fff;
    padding: 0px 3px;
    border-radius: 3px;
    margin-right: 6px;
}
#add_docs1, #updt_personl, #updt_contact, #updt_nomenee, #updt_family{
    display: none;
}
img.docs_img {
    height: 70px;
    width: 100px;
    margin-right: 15px;
}
.materialboxed{
    display: inline !important;
}
.profile-form .form-error{
    position: relative;
    float: right;
}
.table-tranaction{
    font-size: 11px;
}
.table-tranaction th, .table-tranaction td{
    padding: 2px 0px;
}