#body section h1 {
    word-wrap: break-word;
}

.clear{
	clear: both;
}

.categories_list_items .list_item:first-child{
	border-top: 1px solid #ddd;
}

.categories_list_items .list_item{
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
}

.last_message{
    width: 200px;
    font-size: 13px !important;
    margin-left: 5px;
    float: right;
    line-height: 14px;
}

.last_message .title{
    margin-left: 40px;
    font-size: 13px !important;
}

.last_message a {
    text-decoration: none;
    font-size: 13px !important;
}

.last_message_icon{
    float: left;
    margin-right: 5px;
}

.last_message_icon img {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
    width: 24px;
    height: 24px;
}

.last_message .description a{
    color: cadetblue;
}

.last_message .description {
    color: cadetblue;
    font-size: 11px;
    margin-left: 40px;
}

.categories_list_items h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 42px;
}

.categories_list_items h3{
	font-size: 16px;
	line-height: 20px;
    margin: 0 0 0 42px;
}

.categories_list_items h3 div {
    font-size: 12px;
    color: #b5b5b5;
    margin-top: -3px;
}

.categories_list_items h2 a{
	color: #2577b1;
    text-decoration: none;
    font-weight: bold;
}

.categories_list_items h3 a{
	color: #2577b1;
}

.categories_list_items h2 a.is_lock {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 26px;
}

.categories_list_items h3 a{
	text-decoration: none;
}

.categories_list_items h3 a.is_lock {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 22px;
}

p.is_lock {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 22px;
}

.categories_list_items h2 a:hover,
.categories_list_items h3 a:hover{
	color: #002b41;
}

.item_description{
	font-size: 12px;
    margin-left: 42px;
    color: #989898;
}

.categories_list_items .list_item .item_sub_cats{
    background-image: url("../images/gray_folder.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: contain;
    float: left;
    margin: 10px 10px 0 0;
}

.sub_cat_list{
    font-size: 12px;
    margin-left: 42px;
}

.categories_list_items .list_item .item_sub_cats a{
	text-decoration: none;
}

.categories_list_items .list_item .item_sub_cats a.is_lock{
	background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 18px;
}

.categories_list_items .list_item .item_sub_cats span{
    color: #cacaca;
    margin-left: 3px;
}

.categories_list_items .icon {
    background-image: url("../images/gray_folder.png");
    height: 32px;
    width: 32px;
    background-size: cover;
    float: left;
    margin-right: 10px;
    position: relative;
}

.main_title {
    margin-top: 5px;
    padding: 5px;
    background: linear-gradient(0deg, #edf6fd, #f6fafe);
    border-radius: 3px;
    border-top: 1px solid #C9CED2;
}

.main_title:first-child {
    margin-top: 20px;
}

.main_title h2 div {
    font-size: 12px;
    color: #737373;
    margin-top: -3px;
}

.title_description {
    margin-top: -20px;
    margin-bottom: 10px;
}

.topic_list_item:first-child {
    border-top: 1px solid #ddd;
}

.topic_list_item {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

.topic_list_item .desc {
    font-size: 12px;
}

.topic_list_item.is_vip {
    background: #fff8d2;
}

.topic_list_item:hover {
    background: #f9f9f9;
}

.topic_list_item .icon {
    background-image: url("../images/topic.png");
    height: 48px;
    width: 48px;
    background-size: cover;
    float: left;
    margin-right: 10px;
    position: relative;
}

.topic_list_item .title {
    word-break: break-all;
}

.topic_list_item .title > a{
    text-decoration: none;
    font-size: 15px;
}

.topic_list_item .title a:hover {
    text-decoration: underline;
}

.topic_list_item .title.is_vip {
    background-image: url("../images/vip_card.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 24px;
}

.topic_list_item .title a.is_lock{
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 22px;
}

.topic_list_item .title div{
    font-size: 12px;
    color: #cacaca;
}

.topic_list_item .title span{
    margin-right: 5px;
}

.thread_item {
    border-top: 3px solid #ddd;
    margin-bottom: 10px;
}

.thread_item .author {
    width: 140px;
    float: left;
    margin-right: 10px;
}

.thread_item .author .online {
    background: #13bd13;
    border: 0 !important;
    color: #e3ffa2;
    padding: 0 !important;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    margin-top: -3px;
}

.thread_item .author .offline {
    background: #edeef0;
    border: 0 !important;
    color: #ababab;
    padding: 0 !important;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    margin-top: -3px;
}

.thread_item .author .rank {
    word-break: break-all;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 11px;
    border-radius: 3px 3px 0 0;
}

.thread_item .author .desc{
    font-size: 12px;
    margin-top: 5px;
    margin: 5px 0 0 5px;
}

.thread_item .author .avatar{
    text-align: center;
    position: relative;
}

.thread_item .author .avatar img{
    max-width: 130px;
    max-height: 200px;
    border-radius: 5px 5px 0 0;
    box-sizing: initial;
}

.thread_item .author .avatar > div{
    width: 130px;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
    box-sizing: initial;
}

.thread_item .author .nickname{
    margin: 5px 0 5px 5px;
    font-size: 13px;
    font-weight: bold;
}

.thread_item .author .nickname a{
	text-decoration: none;
	display: unset;
}

.thread_item .right_panel {
    padding: 10px 0 0;
    margin-left: 150px;
    margin-top: 28px;
}

.thread_item .right_panel img{
	max-width: 100%;
}

.thread_item .content img{
    cursor: pointer;
}

.thread_item .topic_head {
    padding: 3px 0;
    color: #999;
    border-bottom: 1px dashed #ddd;
    float: right;
    width: calc(100% - 150px);
    font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.thread_item .topic_head,
.content_desc {
    opacity: 0.5;
}

.thread_item:hover .topic_head,
.thread_item:hover .content_desc {
    opacity: 1;
}

.thread_item .topic_head a{
    text-decoration: none;
    color: #999;
}

.thread_item .topic_head a:hover{
    color: #444;
}

.topic_head .rating{
    display: inline-block;
    margin-right: 5px;
}

.topic_head .links{
    float: right;
    font-size: 14px;
}

.topic_head .links a{
    margin-left: 5px;
}

.inline_rss_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    text-indent: 20px;
    background: url(../images/rss.png) no-repeat left center;
}

.content_desc .updated {
    color: silver;
    font-size: 12px;
}

.signature {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    display: inline-block;
    opacity: 0.5;
}

.users_online_list {
    font-size: 12px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.users_online_list span {
    background-size: contain;
    margin-right: 3px;
}

.users_online_list span a{
    text-decoration: none;
}

.topic_bottom_line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 12px;
}

.topic_bottom_line span{
    margin-right: 5px;
    color: #444;
}

.topic_bottom_line span:hover{
    color: #444;
    text-decoration: underline;
}

.topic_bottom_line a{
    text-decoration: none;
    color: #444;
}

.topic_bottom_line a:hover{
    color: #444;
}

.profile_subs_list_item {
    border-top: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 15px;
}

.profile_subs_list_item a{
    text-decoration: none;
}

.profile_subs_list_item a:last-child{
    float: right;
}

.profile_subs_list_item a:first-child{
    float: left;
}

/*//////////// widget /////////////////*/

.widget_topic_list > div:first-child{
    padding-top: 0;
}

.widget_topic_list > div{
    clear: both;
    padding-top: 5px;
    line-height: 14px;
}

.widget_topic_list img{
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.widget_topic_list a{
    word-wrap: break-word;
    display: inherit;
}

.widget_topic_list .desc{
    font-size: 12px;
    color: silver;
}

.widget_topic_list .desc a{
    color: silver;
    text-decoration: none;
}

.topic_form .tabs-menu > ul{
	border-bottom: 0;
	margin-left: 2px;
}

.topic_form .tabs-menu .tabbed li {
    height: 33px;
}

.thread_fields {
    margin-top: 10px;
    display: inline-block;
}

.thread_fields > .field{
    margin-bottom: 10px;
    clear: both;
}

.thread_fields > .field > .value{
    clear: none;
}

.thread_fields > .field > .title{
    font-weight: bold;
}

.topic_share {
    margin-bottom: 10px;
}

.left_panel{
	font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
}

.left_panel .groups{
    font-size: 12px;
    margin-top: 3px;
}

.left_panel .groups .group_6{
    color: red;
}

.is_new_icon {
    height: 10px;
    width: 10px;
    background-color: #1ab91a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid white;
}

.rank_table{
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	border-collapse: collapse
}

.rank_table th,
.rank_table td{
	padding: 10px;
	border: 1px solid #ddd;
}

.mod_text {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff8db;
    color: #b58105;
    border: 1px solid #b58105;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.mod_text:before{
	content: '!';
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 10px;
}

.thread_announce {
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f9f9f9;
}

.widget_cat_tree > div{
    display: none;
}

.widget_cat_tree a{
    text-decoration: none;
}

.widget_cat_tree > div.level_0{
    display: block;
}

.widget_cat_tree span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px;
    background-image: url("../images/plus.png");
    cursor: pointer;
}

.medal_list {
    margin-top: 5px;
    margin-bottom: -5px;
}

.medal_list img {
    margin: 0 3px 3px 0;
}

.avatar_image {
    position: relative;
}

/* ========================================================================== */

h1 + .content_datasets {
    margin-top:-15px;
}

.content_datasets ul {
    margin-left:-1px;
}

.content_datasets ul li {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    border-radius: 0;
    background:none;
}

.content_datasets ul li a { color:#95a5a6; }
.content_datasets ul li a:hover { text-decoration:underline; color:#D35400; }

.content_datasets ul .active {
    background:none;
    color:#34495e;
    padding:0;
}

.pills-menu, .pills-menu-small {
    overflow: hidden;
    clear: both;
}
.pills-menu {
    margin-bottom: 20px;
}
.pills-menu, .pills-menu li, .pills-menu-small, .pills-menu-small li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pills-menu li {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin-right: 12px;
}
.pills-menu li, .pills-menu-small li {
    float: left;
    padding: 0 10px;
    border-radius: 3px;
    background: #ECF0F1;
}

.pills-menu li a, .pills-menu-small li a {
    color: #7f8c8d;
    text-decoration: none;
}

/*//////////////////////////////////////////////*/

.category_html_desc {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: -10px;
}

.topic_form_btn + .topic_form{
	display: none;
}

.topic_form_btn {
    margin-top: 10px;
}

h1 .sticker {
    color: white;
    font-size: 14px;
    padding: 4px;
    border-radius: 5px;
    display: inline-block;
}

.topic_list_item .title .sticker {
    border-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    margin-right: 0;
}

.topic_form #sticker {
	display: block !important;
}
.topic_form #sticker_chosen {
	display: none;
}

/* ========================================================================== */

@media screen and (max-width: 640px) {
    
    .last_message, 
    .thread_item .author .desc, 
    .thread_item .author .avatar, 
    .medal_list{ display: none; }
    
    .thread_item .right_panel { margin: 0; padding: 5px 0 0; }
    .topic_form .tabs-menu > ul { display: block; }
    .topic_form .tabs-menu > select { display: none !important; }
    .thread_item .author { float: none; width: 100%; }
    .thread_item .topic_head { float: none; width: 100%; }

}

@media screen and (max-width: 480px) {
    
    .categories_list_items .icon, 
    .main_title h2 div, 
    .categories_list_items h3 div, 
    .categories_list_items .list_item .item_sub_cats span,
    .topic_list_item .icon,
    .link_date{ display: none; }
    
    .categories_list_items h2, 
    .item_description, 
    .categories_list_items h3, 
    .sub_cat_list{ margin-left: 0; }

}