/* Other styles */
.edit {
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
}
.edit a {
   line-height: 1;
   padding: 10px;
   display: inline-block;
}
.edit i {
   font-size: 18px;
   color: #d7d7d7;
}
.fullstory .section_name .edit {
   float: right;
   position: relative;
}
.fullstory .section_name .edit a {
   padding: 10px 0px 10px 10px;
}

.box.story {
   padding: 20px;
}

.berrors {
   background: #ffe487;
   padding: 12px 20px;
   border-radius: 5px;
}

.attachment {
   background: #ff4343;
   padding: 10px 15px;
   border-radius: 5px;
   color: #fff;
}

.comment_form li {
   list-style: none;
}
#dle-comments-list > li,
#dle-comments-list > ol {
   padding-left: 0;
   list-style: none;
}

#comment+.comments-tree-list {
   padding: 0;
}
[id*="comments-tree-item"] li,
[id*="comments-tree-item"] ol {
   padding-left: 30px;
   list-style: none;
}
ol.comments-tree-list {
   list-style: none;
}
.comments_subscribe {
   display: block;
}

.ui-dialog-content li {
   list-style: none;
}

span.pm-reply-image img,
span.pm-unread-image img,
span.pm-read-image img {
   display: none;
}
span.pm-reply-image,
span.pm-unread-image,
span.pm-read-image {
   width: 12px;
   height: 12px;
   display: inline-block;
   border-radius: 20px;
}
span.pm-reply-image {
   background: #dddcdc;
}
span.pm-unread-image {
   background: #ffd441;
}
span.pm-read-image {
   border: 2px solid #dddcdc;
}
a.pm_list {color: #1d2333;}
#pm-menu {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 20px;
}
#pm-menu a {margin-right: 10px;}
#pm-menu a:last-child {margin-right: 0;}
.pm_status {
   color: #999;
   font-size: 12px;
}
.pm_progress_bar {
   background: #eee;
   border-radius: 10px;
   margin-bottom: 10px;
   overflow: hidden;
}
.pm_progress_bar span {
   background: #ffd441;
   padding-left: 5px;
   padding-right: 5px;
}
.com_online {
   background: #ffd441;
   font-size: 12px;
   display: inline-block;
   padding: 0 5px;
   border-radius: 3px;
   font-weight: 600;
   margin: 0 5px;
}
.pm-box {margin-bottom: 20px;}
a.pm_list,
a.pm_list b {
   font-weight: 700;
}
.pm_subj .pm_list {
   font-weight: 500;
}
.comment_message .text {
   padding: 4px 15px;
   border-radius: 5px;
   margin-top: 8px;
   border-left: 3px solid #ffd441;
}
#dlemasscomments {padding: 20px;}
#dlemasscomments .autor_comm {flex: 1;}
.mass_comments_action {display: none;}
.form-group {margin-bottom: 20px;}
.page_form__inner {padding: 20px;}
.searchpage input {border: 1px solid #ddd; background: transparent;}
.searchpage td.search {
   padding: 0;
}
.btn_block_search {display: flex; margin:-10px -10px 10px;}
.btn_block_search input {
   margin: 10px;
   border: none;
   background: #ffd441;
   padding-right: 15px;
}
td.search input[type="radio"],
td.search input[type="checkbox"] {
   width: auto;
   margin-left: 10px;
}
.stats_head {margin-bottom: 20px;}

.usinf li {display: flex; flex-wrap: wrap; padding: 3px 0;}
.info_item li .ui-c1 {
   flex: 0 0 200px;
   max-width: 200px;
   font-weight: 700;
}
.userinfo_top {display: flex; align-items: center; margin-bottom: 20px;}
.userinfo_top .user_tab {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}
.userinfo_top .avatar {margin-right: 10px;}
.userinfo_top .avatar img {width: 40px;height: 40px; display: block; object-fit: cover; border-radius: 5px;}
.userinfo_top .user_tab li {
   margin: 5px;
}
.userinfo_top .user_tab a {
   text-transform: capitalize;
   color: #1d2333;
}
.userinfo_top .user_name {
   font-size: 16px;
   font-weight: 700;
}
.userinfo_top .user_tab .btn:hover a {
   color: #ffd441;
}
#fullsearch {width:100%}