@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-print::before {
   	content: "";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.pi-section-dark a.linkRodape{
	color:#fff;	
}
.pi-section-dark a.linkRodape:hover{
	color:#000;
}

.pi-section-base .pi-breadcrumb li::after {
  color: #cde2f6;
}

.pi-submenu {
  width: 232px;
}

.error {
	color:#FF0000;
}

.pi-section-white .form-control {
  color: #000;
}

.pi-btn-small2 {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 7px 3px;
}

.pi-section-white .pi-simple-menu > li.active2 > a {
  color: #ff0000;
}

.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active2 > a > span::before {
  border-color: #ff0000;
}

.pi-simple-menu > li > a {
  padding: 0 12px;
}