/* Navbar Topo - As cores estao no arquivo pfw-components-colors*/
.navbar-nav {
	margin: 0 !important;
}
.navbar {
	padding-left: 35px;
	padding-right: 35px;	
}
.navbar-toggle {
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
	border: none;
}
.tr-dropdown {
	text-decoration: none !important;
	float:left;
	padding:15px 8px !important;
}
.tr-dropdown-menu {
	margin-top: 0px;
	border-top-right-radius: 0;    
}
.tr-logo {
	float:left;
	margin-top: 10px;
	height: 30px;
}

.tr-title {
	float:left;
	padding:7px 0 0 10px;
	display: none;
}
.tr-title p {
	margin-bottom: 0 !important;
	font-size: 1.08em;
}

.tr-search {
	float: right;
	margin-top: 8px;
	margin-right: 60px;
	display:none;
}
.tr-navbar-btn-right {
	margin-right: 6px;
	padding:0 15px;
	height:34px;
	font-size: 20px;
}
.navbar-toggle {
	display: block;
}

.navbar-full {
	display: block;	
}

.tr-badge {
   	position: absolute;
	bottom: -1px;
	right: 2.5px;
	border-radius: 16px;
	width: 16px;
	height: 16px;
	font-size: 12px;	
	font-family: georgia, "Times New Roman", time, serif;
	font-weight: bold;
}

.tng-navbar-toggle {
	font-size: 20px;
	margin-top: 14px;
	margin-right: 14px;
	display: none;
	cursor: pointer;
}
.tng-navbar-toggle,
.tng-navbar-toggle:focus,
.tng-navbar-toggle:hover {
	color: #ffffff;
}

.tng-header-search {
 	width: 280px;
    position: relative;
    margin-right: 17px;
    margin-top: 13px;
    float: right;
}

.tng-header-search input {
	width: 100%;
    height: 25px;
    border: none;
    border-radius: 6px;
    padding: 0 10px;    
    outline: none;
}

.tng-header-search .tng-header-search-icon {
	position: absolute;
    right: 7px;
    top: 6px;
    color: #999595;
}

.tng-header-search-list {
	position: absolute;
	top: 25px;
	display: none;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	width: 280px;
	padding-bottom: 1px;
}

.tng-header-search-list-show {
	display: block;
}

@media (min-width: 1200px) {
	.navbar-toggle {
		display: none
	}
	
	.navbar-full {
		display: block;	
	}
	
	.tr-search {
		display: block;
	}	
}
@media (min-width: 768px) {
	.tr-title {
		display: block;
	}
}

@media (max-width: 992px) {
	.navbar {
		padding-left: 10px;
		padding-right: 10px;
	}
}