div#infscr-loading {
    text-align: center;
    clear: both;
    width: 100%;
    background: #FFF;
    margin-bottom: 15px;
}

.fullwidth.cms_separator iframe, .article_preview .cms_article_txt_content iframe {
    width: 100% !important;
}

div.threadpagenav, div#below_contentlist, div.pagination_bottom, div#pagination_bottom {
    display: block !important;
}
/* ldktech custom css */
.errors-msg{
	display: block;
	margin:10px 0;
}
.errors-msg li,.error{
	color: #B80C2C;
}

.wrapper-loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 999;
    overflow-y: scroll;
    text-align: center;
}
.main-loading{
    display: inline-block;
    border: 0.5px solid #f0efec;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 200px;
    text-align: center;}
.image-loading{
    background: url('loading_spinner.gif') center center no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
}
#tab_container .userprof_module,#tab_container .userprof_moduleinactive{
    padding:0px;
}
.postbitlegacy .userinfo .userinfo_extra{
	font-weight: bold;
	font-size: 12px;
}
.postbitlegacy .userinfo .userinfo_extra.sub{
	font-size: 14px;
	color: green;
}
.blogbit img{
    max-width: 100%;
}

#view-wall .bloglist li{
    position: relative;
}
#view-wall .bloglist li .below_blogentry{
    position: initial;
}
#view-wall .blog_comments_count{
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    font-size: 16px;
}
#view-wall li.blogentrybit h4{
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 10px;
}

.blockfoot #qr_preview{
    display: none;
}