.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;
}

/* Ajuste Layout Horizontal + Boxed */
body[data-boxed-content="true"] .nav-header .nav-header-inner,
body[data-boxed-content="true"] .header .header-content,
body[data-boxed-content="true"] .deznav .deznav-scroll,
body[data-boxed-content="true"] .footer {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

body[data-boxed-content="true"] .nav-header {
    width: 100% !important;
    background: transparent !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}

body[data-header-position="fixed"][data-boxed-content="true"] .nav-header {
    position: fixed !important;
}

body[data-header-position="fixed"][data-boxed-content="true"] .header {
    position: fixed !important;
}

body[data-boxed-content="true"] .nav-header .nav-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

body[data-boxed-content="true"] .header {
    width: 100% !important;
    padding-left: 0 !important;
}

body[data-boxed-content="true"] .content-body .container-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

body[data-boxed-content="true"] #main-wrapper[data-layout="horizontal"] .header {
    padding-left: 0 !important;
}

body[data-boxed-content="true"] #main-wrapper[data-layout="horizontal"] .nav-header {
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    transform: none !important;
    display: block !important;
}

/* Ajuste para alinhar o login à direita do container */
body[data-boxed-content="true"] .header .header-content {
	padding-left: 200px !important; 
    padding-right: 20px !important;
    display: flex;
    align-items: center;
}

body[data-boxed-content="true"] .header .navbar {
    padding: 0 !important;
    width: 100%;
}

body[data-boxed-content="true"] .header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body[data-boxed-content="true"] .deznav .deznav-scroll {
	display: flex;
	justify-content: flex-start;
}

body[data-boxed-content="true"] .content-body {
	padding-top: 30px;
}

body[data-boxed-content="true"] .nav-header .brand-logo {
    width: 180px !important;
    padding-left: 0 !important;
}

@media only screen and (max-width: 1200px) {
	body[data-boxed-content="true"] .content-body .container-fluid,
	body[data-boxed-content="true"] .nav-header .nav-header-inner,
	body[data-boxed-content="true"] .header .header-content,
	body[data-boxed-content="true"] .deznav .deznav-scroll,
	body[data-boxed-content="true"] .footer {
		max-width: 100%;
	}
	body[data-boxed-content="true"] #main-wrapper[data-layout="horizontal"] .nav-header {
		position: relative !important;
	}
	body[data-boxed-content="true"] .header .header-content {
		padding-left: 15px !important;
	}
}