/*
Theme Name: AMB 2017
Theme URI: http://www.amb.com.br;
Author: Departamento de Tecnologia da AMB
Description: Tema desenvolvido para atender as necessidades de comunicação da nova gestão da AMB
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: amb, magistrados, associação, 
Text Domain: amb
*/

ul.forums  {list-style-type: none; margin: 0;}

.forums li   {list-style-type: none; margin: 0;}

.bbp-threaded-replies { margin-left: 3rem; }

.quiz_section{width:100%;padding:10px 0;}

.avatar , .avatar-14 , .photo, .bbp-author-ip, .bbp-header, a.bbp-author-avatar, .bbp-breadcrumb, .bbp-meta { display: none; }

.bbpress-forums { max-width: 25rem !important ;	margin-left: auto;	margin-right: auto;}

.bbp-breadcrumb { border-bottom: 1px solid #909090; }

.bbp-topic-description { margin: 0.2rem 0; font-size: 0.8rem; }

.bbp-author-avatar { display: block; font-weight: bold;}

.bbp-author-name { font-weight: 900; color: #808080; }

a.bbp-author-name { cursor: text; }

.bbp-pagination-count { padding: 0.4rem; background-color: #cccccc; }

.bbp-author-role { font-size: 0.8rem; }

.category-tag {
    background-color: #0d4d75;
    color: white;
    font-weight: bolder;
    border-radius: 4px;
    padding: 5px;
}

.chamada-tag {
    min-height: 7rem;
}

.reply.type-reply > .bbp-reply-content { font-size: 1rem; margin-left: 1.5rem;  border-left: 1px solid #316498;}

.reply.type-reply > .bbp-reply-content p { margin-left: 0.8rem;  }

li.bbp-footer { display: none; }

.topic > .bbp-reply-content p { color: #5b8ec6; font-size: 1.2rem; }

.topic > .bbp-reply-author { display: none; }

.topic.type-topic { border-bottom: 1px solid #b3b3b3; }

.bbp-reply-header { font-size: 0.8rem; }

fieldset.bbp-form { width: 100%; margin: 1.5rem 0; background-color: #e6e6e6; }

fieldset.bbp-form > legend {
	background-color: #e6e6e6; font-weight: 900; padding: 0.2rem 0.5rem; color: #808080; 
}

fieldset.bbp-form textarea {
	border-bottom: 2px solid #b3b3b3;
}

input.amb-url {
    width: 34%;
}

.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
#click{
	cursor:pointer!important;
}

.btn-disabled{
	color:#000!important;
	background-color:#8C8C8C!important;
	border:1px solid #8C8C8C!important;
	cursor:default!important;
}

.img-convenios .alert{
	background-color:#FFF!important;
}
.account-page-form fieldset{
	width:100%!important;
	min-width:100%!important;
}
.text-white{
	color:#FFF!important
}