﻿.threaditem a
{
	text-decoration:none;
}
.threaditem a:hover
{
	color:#3b5998;
	text-decoration:underline;
}
.oddthreaditem a
{
	text-decoration:none;
}
.oddthreaditem a:hover
{
	color:#3b5998;
	text-decoration:underline;
}
.threaditem
{
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	padding:1px;
	text-align:left;
	border-bottom:solid 1px #eee;	
}
.oddthreaditem
{       	
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	padding:1px;
	text-align:left;
	border-bottom:solid 1px #eee;
}
p{text-indent:0;}
.bebiki_cell1
{
	font-size:small;
	padding:2px 5px 10px 0px;
	line-height: 16px;
	WORD-WRAP:BREAK-WORD;
	max-width:740px;
}
.bebiki_cell2
{
	font-size:small;
	padding:2px 5px 10px 0px;
	line-height: 16px;
	WORD-WRAP:BREAK-WORD;
	max-width:740px;
}
.thread-search
{
    background: #f3f3f3;
    margin: -11px -20px 0 -20px;
    padding: 12px 20px;
}
.tableheader
{
    background: #eee;
    color: #444;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #ddd;
    height: 34px;
    vertical-align: middle;
    padding-left: 18px !important;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 200px;
    position: relative;
}

.view-all-threads-align{
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    display: inline-block;
}

.threads-title-align{
    display: inline-block;
}

.discussion .tableheader
{
    background: #fff;
	padding:0px;
	width:100%;
	border: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height:48px;
}
.discussion .tableheader .thread-st *
{
    font-size: 10px;
    font-weight: normal;
}
.tableheader a
{
	color:#0079C1;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;	
}
.tableheader a:hover
{
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;	
}
.numb-post-td{border-right: solid 1px #eee}
.numb-post{padding:0; color:#555;width: 55px;}
.numb-post span
{
    display: inline-block;
    background: #ccc;
    color:white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width:12px;
    text-align:center;
    padding:2px;
}
.widecomment_message_box .widecomment_message:last-child{border-left: 2px solid #fff}
#messagetable *{font-family: helvetica !important}
#messagetable > * > tr:first-child .widecomment_message_box .widecomment_message:last-child{border-left: 2px solid #f6f6f6}
.widecomment_message_box .widecomment_message:last-child:before {
  content : "";
  position: absolute;
  left    : -2px;
  height  : 23px;
  width   : 2px;
  border-left:2px solid #efefef;
}
.widecomment_message{vertical-align:top; width:99%;border-spacing:0;padding:0 0 0 20px;border-left: 2px solid #efefef; position: relative}
.widecomment_message_text{padding:10px 0px 30px 0; text-align:justify}
.widecomment_message_img{padding:10px 20px 10px 0px;vertical-align:top;}
.widecomment_message_circle
{
    width: 8px;
    height: 8px;
    float: left;
    background: #aaa;
    margin: 23px -6px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.messagetable_container{padding:0;/*border:solid 1px #eee;*/ border-top:none;}
#messagetable{margin: 0 0 -1px 0}
#messagetable .post-avatar
{
    padding: 20px 0px 20px 10px !important;
    font-size: xx-small;
    vertical-align: top;
}
#messagetable .post-comment
{
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 10px;  
}
#messagetable .post-comment-box
{
    border: solid 1px #eee;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#messagetable .post-settings
{
    padding-top: 20px;  
}
#messagetable .post-time{
    visibility:hidden;
    font-size:xx-small;
    color:#999;
    margin-top: -4px;
    margin-bottom: 4px;
}
#messagetable > * > tr:first-child .post-comment-box
{
    background: #f7f7f7;
}
#messagetable > * > tr > td:first-child
{
    padding: 0 0 10px 10px;
} 
.thread-table
{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f8f8f8;
}
.thread-general-info
{
    border-left:solid 1px #eee;
    border-bottom:solid 1px #d7d7d7;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    background-size: 8px 6px;
}
.thread-status
{
    width: 15px;    
}
.thread-more
{
    font-size:12px;
    padding:5px;
    border:solid 1px #eee;
    border-bottom: solid 1px #d7d7d7;
    border-top: solid 0 #eee;
    border-left: solid 1px #e1e3e2;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
}
.thread-more .more-btn
{
    width: 12px;
    margin: 0 2px;
}
.thread-numb-threds
{
    width:100px;
    padding:8px;
    font-size:13px;
    text-align:center;
    color: #888;
}
.thread-numb-threds .currentthreads
{
    color: #555;
    font-weight:bold;   
}
.thread-numb-threds span.totalthreads
{
    display:inline-block;
    /*background:url(../images/icon-numbofthreads.png) center no-repeat;
    background-size: 48px 38px;*/
    min-width:98px;
    min-height:38px;
    margin: 5px 0 0;
    line-height: 38px;
    font-size: 22px;
    color: #555;
    font-weight: bold;
}
.more-link-threads{
    text-decoration:none;
    display: inline-block;
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333 !important;
    padding: 2px 6px;
    text-align: center;
    font-size: 9px;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight:normal;
}
.more-link-threads:hover
{
    opacity:.85;
	-ms-filter: 'alpha(opacity=85)';
	filter: alpha(opacity=85);
	-khtml-opacity: .85;
	-moz-opacity: .85;
    cursor: pointer;
}
.create-new-thread
{
    color: #fff !important;
    background: #47b44b;
    border-color: #47b44b;
    float: right;
}
.divide-line-center {
    background: url(/images/section-divider.png) center top no-repeat;
    margin: 0 0 -5px 0;
    padding-top: 10px;
    background-size: 660px 18px;
    opacity: 0.3;
}
#threadtable tr:nth-child(2n+2)
{
    background: #f7f7f7
}
#threadtable tr:last-child td
{
    border-bottom: none;    
}
.reply-box
{
    margin-top:20px;
    padding:10px 15px;
    border: solid 1px #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}
.htmleditor *{background: #fff}
.htmleditor table{width:100%!important}

.threaditem div:not(.replylink):not(.post-title) {
    word-wrap: break-word;
    max-width: 350px;
}
.search_block{
    width: 75%;
}
.new_thread_btn{
    width: 25%;
}
.threads_search input{
    border-radius: 3px!important;
}
.new_thread_btn input{
    height: 32px;
    width: calc(100% - 15px)!important;
}
.search_block input.signin2 {
    width: 165px;
}
.search_block .search-input,
.search_block .search-input:focus{
    width: calc(100% - 180px);
}

input.not_logged.new-th {
    display: none;
    background-color: #47b44b;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #47b44b;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    text-align: center;
    font-family: 'montserrat_semibold', Arial,Helvetica,sans-serif !important;
    border-bottom-color: #47b44b;
}

.post-comment-box > div {
    word-break: break-word;
}

@media screen and (max-width: 980px) {
    .threaditem > div,
    .oddthreaditem > div{
        max-width: 35vw!important;
    }
}
@media screen and (max-width: 768px) {
    .new_thread_btn{
        max-width: 32px;
    }
    .thread-search .new_thread_btn input.new-th{
        width: 32px!important;
        font-size: 0px!important;
        height: 32px;
        padding: 0!important;
        float: right;
        background-position: center center!important;
        -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
        display: block;
        color: #fff;
        font: 10px montserrat_light;
    }
    .thread-search .new_thread_btn input.new-th:hover{
        background-position: center center!important;
    }
    .search_block {
        width: calc(100% - 43px);
    }
    span.not_logged.new-th {
        display: none;
    }
    .thread-search .new_thread_btn input.new-th.not_logged {
        font-size: 9px!important;
        display: block;
    }
}
@media screen and (max-width: 570px) {
    .search_block {
        max-width: calc(100% - 43px);
    }
    .search_block input.signin2 {
        width: 82px;
    }
    .search_block .search-input,
    .search_block .search-input:focus{
        width: calc(100% - 95px);
    }
}
@media screen and (max-width: 425px) {
    .threaditem > div{
        max-width: 44vw!important;
    }
    .oddthreaditem > div{
        max-width: 37vw!important;
    }
}
@media screen and (max-width: 320px) {
    .threaditem > div {
        max-width: 37vw!important;
    }
}
#newthread.textinput{
    max-width:562px;
    width:562px;
    position: relative;
}
@media screen and (max-width: 771px) and (min-width: 768px){
    .sc-forum .left-section-container {
        width: 170px;
        overflow: hidden;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    .threads-title-align{
        width: 60%;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    #messagetable .post-time {
        visibility: visible;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tableheader {
        min-height: 0;
    }

    .view-all-threads-align {
        transform: translateY(-16%);
    }
}

@supports (-ms-ime-align:auto) {
    .tableheader {
        min-height: 0;
    }

    .view-all-threads-align {
        transform: translateY(-16%);
    }
}