.community_banner {
	height: 340px;
	display: flex;
	align-items: center;
	background-image: url('../../img/community_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.community_banner h1 {
	font-size: 38px;
	line-height: 50px;
}
.community_banner h2 strong{
	font-family: 'Gotham';
}
.replies a {
	display: block;
	color: #3272E5;
	text-decoration: none;
}
.replies label {
	display: block;
	color: #333;
}
.replies span{
	display: block;
	color: #333;
}
.thread {
	color: #3272E5;
	width: 100%;
}
.category{
	color: #3272E5;
}
.pannel_discussions .table > thead {
	vertical-align: bottom;
	background-color: #EBF3FF;
	border-bottom: solid 2px #EBF3FF;
}
.community_tab li .nav-link.active {
	border: none !important;
	background-color: red;
}
.community_tab li .nav-link {
	border-radius: 0;
	border: solid 1px #666;
	color: #333;
	font-family: 'Gotham';
	font-size: 15px;
}
.community_tab li .nav-link:hover{
	border: solid 1px #FFB01B;
	background-color: #FFB01B;
	color: #fff;
}
.community_tab li .nav-link.active {
	background-color: #FFB01B;
	color: #fff;
	border: solid 1px #FFB01B !important;
}
.select_cat label {
	font-size: 14px;
}
.select_cat {
	margin-top: 15px;
	margin-bottom: 20px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0px;
	height: 40px;
	padding: 5px;
	font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 7px;
	right: 8px;
	width: 20px;
}
.community_tab {
	margin-top: 38px;
	border-bottom: none;
}
.pannel_discussions {
	margin-top: 15px;
}
.thread img {
	height: 75px;
	margin: 0 auto;
	display: table;
	width:auto;
}
.thread a {
	text-decoration: none;
}
.thread > tbody > tr > td:nth-child(1) {
	width: 10%;
}
.thread > tbody > tr > td:nth-child(2) {
	width: 90%;
	padding: 10px;
}
.select2-dropdown {
	z-index: 998 !important;
}
.community-tab_navlink
{
    background-color: #4DBA9B!important;
    border: solid 1px #4DBA9B!important;
    color: #fff!important;
}
.community-tab_navlink:hover
{
    background-color: #FFB01B!important;
    border: solid 1px #FFB01B!important;

}
#start-new-discussion-request-topic-modal .modal-header{
	padding-top: 0;
} 
#start-new-discussion-request-topic-modal .btn-close {
    top: 0px;
}
p.topic-created-by-text {
	color: #333;
	font-size: 14px;
}
tbody.community-topics-list-table-tbody > tr > td:nth-child(1) {
    width: 45%;
}
tbody.community-topics-list-table-tbody > tr > td:nth-child(2) {
    width: 20%;
}
tbody.community-topics-list-table-tbody > tr > td:nth-child(2).replies label {
    font-size: 14px;
}
tbody.community-topics-list-table-tbody > tr > td:nth-child(3) {
    width: 35%;
}