.wall {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: -38px;
}
.wall .post {
    position: relative;
    padding-top: 10px;
}

.wall .post.active {
    background-color: #eee;
}

.wall .post textarea {
    resize: none;
    min-height: 37px;
}

.wall .post .submit {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.wall .add-pic {
    text-decoration: none;
    display: none;
}

.wall .post.active .add-pic {
    display: block;
    margin-bottom: 5px;
    margin-top: -15px;
}

.wall .post.active .submit {
    bottom: 30px;
}

#wall-pic-upload {
    display: none;
}

.wall .alert-new-item {
    cursor: pointer;
    z-index: 9;
    border-bottom: 2px solid white;
}

.wall-item {
    display: block;
    background-color: white;
    position: relative;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.wall-item.current {
    background-color: #FFFAD2;
}

.wall-item.current .group {
    background-color: white;
}

.wall-item .top {
    padding-left: 65px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    height: 50px;
}

.wall-item .top .picture {
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.wall-item .top .picture img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    padding: 3px;
    background-color: white;
}

.wall-item .top .name {
    display: inline-block;
    font-weight: bold;
    padding-right: 3px;
}

.wall-item .highlight {
    background-color: #FFF6B1;
    padding: 2px 4px;
    border-radius: 5px;
}

.wall-item .highlight a {
    text-decoration: none;
}

.wall-item .top .highlight {
    display: inline;
}

.wall-item.pinned {
    border-color: rgb(245, 90, 78);
}

.wall-item .top .pinned {
    margin-right: 10%;
    background-color: rgb(245, 90, 78);
    color: white;
    padding: 1px 4px;
}

.wall-item.compact .top .pinned {
    display: none;
}

.wall-item .top .time {
    color: #959595;
}

.wall-item .action {
    margin-top: 20px;
    margin-bottom: -10px;
    clear: both;
    z-index: 10;
    font-size: 120%;
}

.wall-item .options {
    float: right;
    margin-right: 5px;
}

.wall-item .options .dropdown-menu {
    right: 0;
    left: auto;
}

.wall-item .options .dropdown-menu a {
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .wall-item.compact {
        height: 31px;
        padding-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

    .wall-item.compact .top .picture img {
        width: 30px;
        height: 30px;
        margin-top: -3px;
    }

    .wall-item.compact .top .time {
        float: right;
    }

    .wall-item.compact .action {
        display: none;
    }

    .wall-item.compact .options {
        display: none;
    }
}

.wall-item .action > .label {
    margin-right: -3px;
    color: #424242;
}

.wall-item .action.right {
    float: right;
    margin-top: 0px;
}

.wall-item .action a {
    margin-right: 8px;
    text-decoration: none;
}

.wall-item .group {
    margin-left: 0px;
    background-color: #FBFAFA;
    padding-left: 65px;
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 7px;
}

.wall-item .group a {
    text-decoration: none;
}

.wall-item .content {
    padding: 10px 0px 0px 0px;
    margin-top: 5px;
}
.wall-item .content:after {
    content: "";
    display: block;
    clear: both;
}

.wall-item .content a {
    text-decoration: none;
    font-weight: bold;
}

.wall-item .content.type-3 img, .wall-item .content.type-4 img  {
    margin-right: 3px;
    margin-top: 3px;
    max-height: 50px;
    max-width: 23%;
}

.wall-item .content.blurred, .wall-item .content.blurred * {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}

.wall-item .picture.blurred {
    display: none;
}

.wall-item > .picture {
    border: 1px solid silver;
    margin-top: 5px;
}

.wall-item > .picture img {
    width: 100%;
}

.wall-item .comments {
    background-color: #F1F1F1;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 0px 0px 5px 5px;
}

.wall-item .comments li:first-child {
    padding-top: 5px;
}

.wall-item .comments li {
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-left: 15px;
}

.wall-item .comments li:hover {
    background-color: transparent;
}

.wall-item .comments li.show-previous {
    margin-left: 0px;
}

.wall-item .comments li.show-previous a {
    text-decoration: none;
    width: 100%;
    display: block;
}

.wall-item .comments li.show-previous a .fa {
    margin-left: 8px;
}

.wall-item .comments li.show-previous {
    background-color: #fdfdfd;
}

.wall-item .comments li.comment.new-comment input {
    margin-bottom: 0;
}

.wall-item .comments li.comment.new-comment input:focus {
    border: 1px solid rgb(156, 156, 156);
    background-color: #FFFAD2;
}

.wall-item .comments li.comment.new-comment .picture {
    top: -5px;
}

.wall-item .comments li.comment .error-unfilled {
    margin-top: -3px;
}

.wall-item .comments li.comment .login input {
    width: 30%;
    display: inline-block;
}

iframe { overflow:hidden; }