/***************************** CONTEUDO PADRÃO ******************************/
/***************************** CONTEUDO PADRÃO ******************************/
/***************************** CONTEUDO PADRÃO ******************************/
*{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body{
	width:100%;
	height: 100vh;
	background:#222;
	background-image: url(../imagens/fundo-pontilhado-preto.png);
	background-repeat: repeat;
	background-position: center top;
}
.flex{
    display: flex;
}
@media print{
    *{
        display: none !important;
    }
}
.conteudo {
	width:100%;
	max-width: 1920px;
  	min-width:300px;
	min-height:100px;
	padding-right:15px !important;
	padding-left:15px !important;
	margin-right:auto;
	margin-left:auto;

    background-repeat: repeat;
    background-position: left center;
    height: 100%;
}
.body-interna{
	background:#222 !important;	
}
.input-busca-manual {
    height: 40px;
    width: 100%;
    font-size: 12px;
    color: #969696;
    outline: none;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding-left: 40px;
    background: url(../imagens/lupa-busca.png) 10px 10px no-repeat;
}
.nenhum-conteudo-localizado{
	font-size: 15px !important;
	text-align: center !important;
	font-weight: bold !important;
	cursor: default !important;
	padding-top: 170px !important;
	color: #000 !important;
}
.nenhum-conteudo-localizado:hover{
	background:none !important;
	color: #000 !important;
}

/***************************** CONTEUDO PADRÃO ******************************/
/***************************** CONTEUDO PADRÃO ******************************/
/***************************** CONTEUDO PADRÃO ******************************/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

div[class="tooltip-inner"] {
   font-size:11px;
  	
   display:inline-block !important;
}
@media (max-width: 767px) {
    .conteudo {
        background: none !important;
    }
    header .input-busca-manual{
        margin-top: 25px !important;
    }
    header  .total-barra-categorias,
    header  .total-barra-categorias .contorno-barra-categorias{
        height: auto;
    }
}