.popover-header{
	background-color: var(--primary);
	
}

.popover {
	border-color: var(--primary);
}

.tabList p {
	margin:0;
}


.tabList a:hover {
	color: var(--primary);
}

.mensal{
	display:inline;	
}
.trimestral{
	display:none;	
}
.semestral{
	display:none;	
}
.anual{
	display:none;	
}
.bienal{
	display:none;	
}
.trienal{
	display:none;	
}

.respticket {
	background-image: url(../images/bg_resp.gif);
	width:100%;
	height:65px;
	background-position: 0px bottom;
	background-repeat:repeat-x;
	position:relative;
}
.respticket p {
	line-height: 15px;
}
.respticket .arred{
	background-image: url(../images/resp_arred.gif);
	width:15px;
	height:17px;
	position:absolute;
	right:0px;
	bottom:1px;
	z-index:10;
	margin:0px;
}

.respticket .user {
	font-size: 21px;
	color: #069;
}
.respticket .user a {
	font-size: 21px;
	color: #069;
}

.respticket .bg {
	background-image: url(../images/resp_ticket.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin: auto;
	padding: 0px;
	height: 65px;
	width: 100%px;
	position: relative;
}

.respticket .dataresp {
	color:#666666;
	text-align:right;
}

.respostaticket {

	padding: 5px 5px 15px 5px;
	height: auto;
	margin: 0px 0px 10px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;	
	background:#FBFBFB;
}

.catProdutos {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	height: 30px;;
	display: table;
	padding: 0px;
	border:solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#333;
}
.catProdutos li {
	height: 30px;;
	margin: 0 14px;
	padding: 0px;
	list-style-type: none;
	display:inline-block;
	color:#CCC;
}
.catProdutos li a{
	color:#FFF;
	font-weight:bold;
	line-height:30px;
}