/*****************************************************************
 * BBCODES CSS Stylesheet. You can add any CSS selectors here for bbcodes after the comment line. 
 * They will be given the highest priority on any elements on the forum
 * 
 * **************************************************************
 *
 * 
 * 
 * **************************************************************
 *****************************************************************/
.navbar-inverse  {
    border-color: #000;
    background-color: #000;
}
.navbar-nav-fancy>li:before, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #393939;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #c7c7c7;
}

.burned-asphalt {
    background-color: #111;
}
.section-pre-footer {
    background: 0 0 #181818;
}
.section-pre-footer .section-bg {
    background: 0 0 #222222;
}
 /* Adptacao do style a meu gosto */ 
 .profile-avatar img, .blg-user-avatar.adjusted img {	border-radius: 0;    max-width: 150px;	max-height: 100%; }  .blg-user-avatar.adjusted img {	 width: unset; }  .navbar-avatar img {    width: 120px;    height: 100%;    border-radius: 0;}
 /* Icon of topic */
.topic-icon {
    width: 29px;
    height: 29px;
    background-size: 29px;
    z-index: 1;
}
 /* popup of profile */
.user-login .navbar-footer {
    margin: 10px -5px -5px;
    padding-top: 15px;
}
 /* thanksforpost */
 .post-buttons .thanks-icon:before,.post-buttons .removethanks-icon:before {
background: transparent;
content: "\f55e";
font-size: 17px;
position: relative;
top: 1px;
}
.post-buttons .removethanks-icon:before {
content:"\f55c";
}
.post:hover .post-buttons .thanks-icon {color: #599877}
.post:hover .post-buttons .removethanks-icon {color: #CF6363}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
    background: url("./images/banner.png");
	background-color: #000;
}
/* Turn OFF the animation */
.masthead {
    animation-name: sideupscroll-off;
}
 /* AVATAR like prosilver */
 .forum-answer .side-segment {
    margin-left: 0;
}
.mini-profile-control li {
    margin-bottom: 5px;
    padding-left: 2px;
}
.mini-profile-contact li a {
    height: 30px;
    width: 30px;
}
.mini-profile-contact li a i {
    font-size: 16px;
    line-height: 30px;
}
.panel-body.user-profile-sep {
    border-right: 2px dashed #eee;
    padding: 10px;
}
.no-padding-l {
    padding-left: 0;
}
@media (max-width: 989px) {
.no-padding-l {
    padding-left: 15px;
}
}
@media (max-width: 768px) {
.postbody {
    margin-top: 54px;
}
}
@media (max-width: 468px) {
.post-date, .post-id {
    margin-top: -42px;
}
}
.avatar-over > .status::before {
    right: 10px;
}

.blg-align-top p img.avatar {
    width: 16px;
    height: 100%;
}