.wallmsg-b-tool i.fa {font-size: 14pt;margin: 3px;}

div.wallmsg-caption{
    color: green;
    margin-bottom: 15px;
    font-size: 14pt;
}


div#wall_new_post{
    text-align: left;
}

#wall_editor {
    display: inline-block;
    z-index:99000;
    position:fixed;
    top:10px;
    right:10px;
    width: calc(100vw - 50px) !important;
    height: calc(100vh - 50px) !important;
    background-color:lightgray;
    opacity:100%;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

#wall_editor_txt {
    display: inline-block;
    min-height:150px;
    overflow:auto;
    font-family: var(--ft-body-name);
    font-size: var(--ft-body-sz);
    padding-top:5px;    
    padding-left:20px;
    padding-right:20px;
    min-width: 300px;
    max-width: calc(100vw -  50px); 
    text-align: left;
    margin: 5px;
    width: calc(100vw - 150px) !important;
    height: calc(100vh - 150px) !important;
    
    --width: calc(100vw - 150px);     
    --height: calc(100vw - 50px) !important; 
    --max-height: calc(100vh - 50px); 
}

.wall img {
    max-height: 320px;
    max-width: 320px;
}

ul.wallmsglist{
    list-style-type: none;
    margin:0px;
    padding: 0px;
}

.wallmsg{
    position: relative !important;
    top: 1px;
    left: 1px;
    z-index:4;
    list-style:none;
    display: block;
    padding: 0px;
    margin: 0px;
    
    background-color: white;
    border: 0px hidden transparent;
}
 
.wallmsg-tools a {
    text-decoration: none;
}
.wallmsg-tools a[target]:after{ content:"";}
.wallmsg-tools button {
    padding: 0; border: 0; background: none;
}

.wallmsg-b-more {
    background-color:lightgreen;
    cursor:pointer;
}
.wallmsg-b-more:before {
    content: "  показать полностью +";
}
.wallmsg-info {
    position: relative !important;
    top: -5px;
    left: 1px;
    z-index:8;
}
.wallmsg-tools {
    position: relative !important;
    z-index:5;
    top: 2px;
    right: 5px;
    display: block;
    text-align: right;
}        

.wallmsg-tools button i { color: green; background-color:none;}

.wallmsg-b-tool {
    padding: 0; border: 0; background: none;
}

.wallmsg-text {
    white-space: normal;
    text-align: left;
}
.wallmsglist {
    display: block;
    position: relative !important;
    z-index:7;
    text-align: left;
    list-style:none;
}
.wallmsglist li { margin-top: 5px; margin-bottom: 5px; background-color: #eee; }

div.wallmsg div.wallmsg {
    margin-left: 10px;
}


div.wallmsg div.wallmsg div.wallmsg {
    margin-left: 20px;
}

div.wallmsg div.wallmsg div.wallmsg div.wallmsg {
    margin-left: 30px;
}