/* CSS Document */
@charset "UTF-8";


/* *********************** Inicio - NOVO CSS BoootStrap ************************** */

body
{
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
	  font-weight: 300;
    color: #4F4F4F;
    /* background-color: #9FB6CD;  */
}


.container 
{
  width: 90%;
  padding-right: 4px;
  padding-left: 4px;
  
}

@media(max-width:768px) 
{
  .container{
    width: 95%;
    padding-right: 4px;
    padding-left: 4px;
    
  }

  
}

/* Controla linha de separação nas paginas */
hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

/* Controla os labels da pagina */
label 
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    /* color: #fff; */
}

p{
	text-align: justify;
}

/* Controla mensagem de erro do formulario */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label
{
    color: #CD0000;
}


/* Controla a inserção das msgs de erro no formulario */
.help-block 
{
    display: block;
    margin-top: 4px;
    margin-bottom: 1px;
    /* color: #FFD700; */
}


/* Controla o label das abas dos formularios */
.nav-tabs>li>a {
   color: #444;
   text-decoration: none;
}

/* Aba dos atendimentos */
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    color: #009ACD;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: 12px;
}


.linha_separa
{
    border-top: 1px solid #fff;
}

.linha_separa2
{
    border-top: 1px solid #fff;
}


#titulo_pagina
{
    color: #36648B;
    font-size: 28px;
}

#titulo_pagina2
{
	color: #fff;
    background: #222d4f;
}

#titulo_cabecalho
{
	background: #36648B;
}

.informe_dados
{
	color: #36648B;
  margin: 25px 0 1px 0;
  font-weight: 600;
}

.informe_dados2
{
	color: #36648B;
  margin: 15px 0 1px 0;
  font-weight: 600;
  font-size: 22px;
}

.titulo_pergunta
{
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 5px;
}

.titulo_pergunta2
{
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 5px;
}

#informe_dados5, #informe_dados_complementar
{
	color: #36648B;
  margin: 15px 0 1px 0;
  font-weight: 600;
}

#informe_dados3, #informe_dados4
{
	color: #009ACD;
	/* padding-top: 10px; */
	margin: 10px 0 1px 0;
}

/*
#tamanho_nodulo_direito-group
{
  margin: 180px 0 0 0px;
  position: absolute;
}

#tamanho_nodulo_esquerdo-group
{
  margin: 180px 0 0 383px;
  position: absolute;
}
*/

/*
#resposta_turgidade_lado-group 
{
  padding-top: 5px;
  margin-left: -12px;
}
*/

#resposta_fissura_mama_lado-group
{
  padding-top: 5px;
  margin-left: -12px;
}



/* Mobile Interface */
@media(max-width:768px) 
{

  
  .informe_dados {
    color: #36648B;
    margin: 15px 0 1px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
  }

  .titulo_pergunta {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  
  .titulo_pergunta2 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 15px;
  }

  /*
  #resposta_turgidade_lado-group {
    padding-top: 10px;
  }
  */ 

  #resposta_fissura_mama_lado-group {
    padding-top: 5px;
  }
  
  /*
  #tamanho_nodulo_direito-group {
    margin: -10px 0 0 0px;
    position: absolute;
  }
  */

  /*
  #separa_checkbox{
    padding-bottom: 65px;
  }
  */

  /*
  #tamanho_nodulo_esquerdo-group {
    margin: -10px 0 0 0px;
    position: absolute;
  }
  */


}

/*
@media (min-width: 992px) 
{
  
  #tamanho_nodulo_direito-group {
    margin: -10px 0 0 0px;
    position: absolute;
  }
  #separa_checkbox{
    padding-bottom: 65px;
  }

  #tamanho_nodulo_esquerdo-group {
    margin: -10px 0 0 0px;
    position: absolute;
  }

}
*/


/* Inicio - Carrosel */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  filter: alpha(opacity=50);
  opacity: .5;
  border-radius: 6px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img 
{
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
/* Fim - Carrosel */


/* Grid de Consulta */
div.dataTables_wrapper div.dataTables_length select 
{
  width: 70px;
  display: inline-block;
  color: #222d4f;
}


.dropdown-menu>li>a 
{
    display: block;
    padding: 1px 19px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571;
    color: #F5F5F5;
    white-space: nowrap;
	font-weight: bold;
}


.dropdown-menu 
{
    background-color: #36648B;
	opacity: 0.9;
}

.dropdown-menu> li > a:hover
{
	background-color: #DCDCDC;
}


/* cor da fonte do menu*/
.navbar-inverse .navbar-brand {
    color: #CDAD00;
}
.navbar-inverse .navbar-nav>li>a 
{
    color: #FFD700;
}


/* Inverte a cor da fonte do menu */
.navbar-inverse
{
    background-color: #104E8B;
    border-color: #36648B;
	opacity: 0.9;
}


/* Mantem barra de navegacao no topo */
.navbar-fixed-top 
{
    top: 0;
    border-width: 0 0 1px;
}


/* controla cor do menu ativo */
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover 
{
    color: #fff;
    background-color: #1874CD;
}



.bg-warning
{
    background-color: #4682B4;
    padding: 10px;
}


/* Define tamanho do campos de Input */
.input-sm 
{
    height: 33px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	/* text-align: center; */
}


/* DatePicker*/

.datepicker table 
{
    width: 100%;
    margin: 0;
    background-color: #EEEEE0; 
    /* background-color: #fff; */
}



/* Inicio - DataTable */ 
/*
.table-striped> tbody> tr:nth-of-type(odd)
{
	background-color: #B0C4DE; 
}
*/
	
.table-hover> tbody > tr:hover
{
	background-color: #DCDCDC;
}

.table
{
    background-color: #EEEEE0;
}
/* Fim - DataTable */ 




/* inicio teste */
* { font-family: sans-serif; }
#content_1 { display: none; }
/* fim teste */


.titulo_missao
{
  color: #104E8B;
  font-size: 14px;
  font-weight: bold;
  margin-top: -1px;
}

.titulo_atendimento
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento2
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento3
{
  color: #104E8B;
  margin-left: 4px;
}

.titulo_atendimento_sla
{
  color: #104E8B;
  margin-left: 2px;
}

.mr-2, .mx-2 {
  margin-right: 1rem !important;
}

@media(max-width:768px) 
{

  
  .titulo_missao {
    color: #104E8B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
  }

  h3.titulo_atendimento
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
  }
  
  h3.titulo_atendimento2
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
    margin-left: -16px;
  }
  
  h3.titulo_atendimento3
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
    margin-top: 45px;
  }
  
  h3.titulo_atendimento_sla
  {
    font-size: 18px;
    color: #104E8B;
    font-weight: bold;
  }

  .card
  {
    border: 1px solid #36648B;
    padding: 6px;
    /* margin-top: 10px; */
  }

  .card-header
  {
    color: #4682B4;
    font-size: 16px;
    padding: 0px 0 16px 2px;
    max-width: 100%;
  
  }

  .card-header2
  {
    color: #4682B4;
    font-size: 16px;
   
  }
 
  .chart-pie {
    padding-bottom: 20px;
  }

  .text-success {
    color: #CD3333 !important;
  }

  .text-total {
    color: #8B2323 !important;
  }
 
  .small, small {
    font-size: 100%;
  }



}


/* Inicio - Ajuste Tela do Slider no Tablet ------------- */
@media(max-width: 1200px)
{
  
  .carousel {
    height: 30%;
  }
  
  #refresh_imgtabela2
  {
    margin-top: -14px;
    text-align: center;
  }


}
/* Fim - Ajuste Tela do Slider no Tablet ---------------- */




#detalhamento {
font-size: 12px;
}


.carousel-caption  h5{
  max-width: 100%;
  padding: 2px;
  margin: 0 auto; 
  text-align: center;
	background-color: #CFCFCF;
	opacity: 0.8;
	color: #0000FF;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.carousel-caption {
bottom: -4px;	
}

ol, ul {
margin-bottom: -15px;	
}


#caixa_detalhe {
margin-top: -12px; 
margin-left:0px; 
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
background-color: #F5F5F5;
padding: 10px 10px 10px 10px;
}


#titulo_detalhe, #titulo_detalhe2 {
    color: #36648B;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    padding: 10px 4px 4px 18px;
    /* text-align: center; */
    background-color: #f2efe8;
}     

/*
#titulo_detalhe, #titulo_detalhe2 
{
    font-size: 16px;
    padding: 10px 0 10px 0;
    text-align: center;
}  
*/

#caixa_detalhe, #caixa_detalhe2 {
margin-top: -12px; 
margin-left:0px; 
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
background-color: #f2efe8;
/* background: url('../img/fundo_nuvem3.jpg') no-repeat;  */
padding: 10px 10px 10px 10px;
color: #444;
}

#linha_envio
{
  border-top: 1px solid #fff;
}

#caixa_botao
{
  text-align: center;
}

/*
#caixa_detalhe2 {
margin-top: -12px; 
margin-left:0px; 
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
background-color: #9FB6CD;
background: url('../img/fundo_nuvem3.jpg') no-repeat; 
padding: 10px 10px 10px 10px;
}
*/

#titulo_pesquisa
{
  margin-top: 10px;
}

#titulo_tabela
{
  margin-top: 15px;;
}


#caixa_tabela {
margin-top: -10px; 
margin-left:0px; 
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
}

/* Inicio - DataTable ----------------- */
#caixa_consulta_tabela {
padding: 5px;
margin-top: -4px; 
margin-left:0px; 
border: 1px solid #9C9C9C;
width: 100%;
font-family: arial;
font-size: 12px;
font-weight: bold;
padding: 10px;
border-radius: 4px;
background-color: #e5e0d5;
cursor: pointer;
}

div.dataTables_wrapper div.dataTables_length label 
{
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #444;
}

div.dataTables_wrapper div.dataTables_info 
{
    padding-top: 8px;
    white-space: nowrap;
    color: #444;
}

div.dataTables_wrapper div.dataTables_filter label 
{
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #444;
}
/* Fim - DataTable -------------------- */


#titulo_filtro
{
  color: #104E8B;
}


#caixa_titulo {
margin-top: 0px;
margin-left: 0px; 
/* border: 1px solid #9C9C9C; */
width: 100%;
height: 60px;
background-color: #f2efe8;
}


#lblcaixatitulo {
position:absolute;    
margin-top: 12px;
/* margin-left: 410px; */
font-size: 30px;
color: #36648B;
text-align: center;    
width: 100%;
}


#refresh_imgtabela {
position: absolute;    
margin-top:2px;
margin-left: 2px; 
width: 80px;
height: 54px;
}

#img_tabelaconsulta 
{
  width: 60px; 
  height: 54px;
  border-radius: 5px; 
  margin-top: 1px;
/* border: 1px solid #9C9C9C; */
}

#img_tabelaconsulta:hover
{
	width: 65px;
}


#img_tabelaconsulta2 
{
    margin: 10px 0px 0px -10px; 
    width: 54px; 
    height: auto;
}
#img_tabelaconsulta2:hover
{
	margin-left: -18px;
}


#img_tabelaconsulta3 
{
  margin: -15px 0px 0px 60px; 
  width: 70px; 
  height: auto;
}

#img_tabelaconsulta3:hover
{
  margin-left: 50px;
  /* display: block; */
  /* display: inline-block;  */
}


#lblcaixainsumo2 {
position:absolute;    
margin:8px 0px 0px 10px; 
font-size: 18px;
color: #104E8B;
width: 1032px;
height: 25px;
background-color: #BEBEBE;
text-align: center;    
}


#bt_novoitem {
position:absolute;    
margin: 1px 0px 0px -28px; 
font-size: 14px;
width: 110px;
height: 30px;
}

#lblnovoitem
{
  font-size: 12px;
  margin-left: 86px;
  margin-top: 4px;
}

#img_novoitem 
{
  position: absolute;
  margin-top: -24px;
  margin-left: 154px;
  width: 48px;
  height: 53px;
  border-radius: 3px;
}

#img_novoitem:hover
{
	width: 54px;
}


#lblano_quadro
{
  color: #36648B;
}

#lblsetor
{
  color: #36648B;
}


#bt_exportapdf {
position: absolute;    
margin-top:4px;
margin-left: 65px; 
width: 40px;
height: 44px;
}

#img_exportapdf {
width: 40px;
height: 44px;
box-shadow: 2px 2px 2px #696969;
border-radius: 5px; 
border: 1px solid #9C9C9C;
}


#lblexportacao
{
  margin-left: 5px;
  font-size: 14px;
  color: #104E8B;
}
#bt_exportaxls 
{
  /* position: absolute;     */
  margin-top:4px;
  margin-left: 5px; 
  width: 60px;
  height: 64px;
}

#img_exportaxls 
{
    margin: 7px 0px 0px 16px; 
    width: 40px;
    height: 44px;
    box-shadow: 2px 2px 2px #696969;
    border-radius: 5px; 
    border: 1px solid #9C9C9C;
}
#img_exportaxls:hover
{
    width: 45px;
}



/* Inicio - Botao de controle de Formulario */
#lblimprime_notificacao, #lblcancela_notificacao, #lblconfirme 
{
    color: #444;
}

#img_imprime_registro {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}
#img_imprime_registro:hover
{
	width: 65px;
	height: 55px;
}

#img_cancela_registro {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}
#img_cancela_registro:hover
{
	width: 65px;
	height: 55px;
}

#rodape_atendimento
{
    text-align: center;
}

#rodape_botao
{
    text-align: center;
}
/* Fim -  Botao de controle de Formulario */


/* Mobile Interface */
@media(max-width:768px) 
{

  #lblnovoitem{
    font-size: 12px;
    margin-left: 86px;
    margin-top: 4px;
  }

  #img_novoitem {
    position: absolute;
    margin-top: -25px;
    margin-left: 152px;
    width: 50px;
    height: 52px;
    border-radius: 3px;
  }

  
}



/* Inicio - Galeria de fotos de eventos adversos ==================== */
#gallery
{
  padding-top: 10px;
}

#gallery .img-fluid 
{
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}


@media(max-width:768px) 
{

  #gallery .img-fluid {
    padding-top: 10px;
  }
  
  #titulo_detalhe, #titulo_detalhe2 {
    font-size: 17px;
  }

 #caixa_detalhe2{
  font-size: 14px;
 }
 
 
}
/* Fim - Galeria de fotos de eventos adversos ======================= */
  

#lblcaixafiltro {
position:absolute;    
/* margin:12px 0px 0px 388px;  */
/* width: 100%; */
margin-top: 15px;
margin-left: 83px; 
font-size: 18px;
color: #ffffff;
text-align: center;    
}


/* Graficos Anual do NSP */
.shadow 
{
  box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 15%) !important;
}

.card_caixa 
{
  max-width: 98%;

}

.titulo_caixa_informacao 
{
  font-size: 37px;
  font-weight: bold;
  padding: 5px 0 0 12px;
  font-family: 'Oswald';
  color: #104E8B;
} 

.titulo_caixa_informacao2 
{
  font-size: 30px;
  font-weight: bold;
  padding: 60px 0 0 12px;
  font-family: 'Oswald';
  color: #104E8B;
}

.texto_blh
{
    font-size: 18px;
    margin-bottom: 0rem;
    text-align: justify;
    color: #838B83;
}

.texto_grafico
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 20px;
  text-align: center;
}

.texto_grafico2
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}

.texto_grafico3
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 115px;
  text-align: center;
}

.texto_grafico4
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}

.texto_grafico5
{
  font-size: 18px;
  margin-bottom: 0rem;
  text-align: justify;
  color: #838B83;
  padding-bottom: 65px;
  text-align: center;
}

#img_blh
{
    width: 100%;
    height: auto;
    padding: 20px 10px;
}


.caixa_grafico
{
  margin-left: -3px;
}

.titulo_grafico_anual
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  font-family: 'Oswald';
  color: #104E8B;
}



.titulo_grafico_anual2
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual3
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual4
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual5
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_anual6
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}


.titulo_grafico_mensal
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal2
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal3
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}

.titulo_grafico_mensal4
{
  font-size: 18px;
  font-weight: bold;
  margin-top: 115px;
  font-family: 'Oswald';
  color: #104E8B;
}


.caixa_grafico2
{
  margin-left: -3px;
}

.caixa_grafico3
{
  margin-left: -3px;
}

.caixa_grafico4
{
  margin-left: -3px;
}



.titulo_caixa_producao
{
  font-size: 40px;
  font-weight: bold;
  padding: 0px 0 0 12px;
  font-family: 'Oswald';
  color: #104E8B;
  /* margin-top: -7px; */
} 

.texto_producao_blh
{
  font-size: 18px;
  margin-left: 16px;
  text-align: left;
  color: #838B83;
  padding-bottom: 50px;
}



/* Inicio - Muda ordem de exibicao conforme dispositivo -------------------- */
@media (max-width: 767px) 
{
  .custom-order {
      display: flex;
      flex-direction: column-reverse;
  }

}

@media (max-width: 767px) 
{
  .custom-order {
      display: flex;
      flex-direction: column;
  }
  .custom-order .first-item {
      order: 2; /* Define a posição desejada do "Teste Anual 1" */
  }
  .custom-order .second-item {
      order: 3; /* Define a posição desejada do "Teste Anual 2" */
  }
  .custom-order .third-item {
      order: 1; /* Define a posição desejada do "Teste Anual 3" */
  }

}
/* Fim - Muda ordem de exibicao conforme dispositivo ----------------------- */



/* Interface Mobile */
@media(max-width:768px) 
{


  .texto_producao_blh{
    font-size: 18px;
    margin-left: 16px;
    text-align: left;
    color: #838B83;
    padding-bottom: 0px;
  }
    
  #img_blh{
      width: 100%;
      height: auto;
      padding: 20px 10px;
  }

  .titulo_caixa_informacao{
    font-size: 37px;
    font-weight: bold;
    padding: 5px 0 0 12px;
    font-family: 'Oswald';
    color: #104E8B;
  } 
  
  .titulo_caixa_informacao2{
    font-size: 30px;
    font-weight: bold;
    padding: 35px 0 0 12px;
    font-family: 'Oswald';
    color: #104E8B;
  }
  

  .titulo_grafico_anual{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
  }
  
  .titulo_grafico_anual2{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -30px;
  }

  .titulo_grafico_anual3{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 15px;
  }

  .titulo_grafico_anual4{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -35px;
  }

  .titulo_grafico_anual5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_anual6{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 30px;
  }


  .titulo_grafico_mensal{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal2{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal3{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: 40px;
  }

  .titulo_grafico_mensal4{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_mensal5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

  .titulo_grafico_mensal6{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald';
    color: #104E8B;
    margin-top: -80px;
  }

    
  .caixa_grafico{
    margin: 30px 0 0 0;
    
  }

  .caixa_grafico2{
    margin-left: -3px;
  }



  
} 

/* Inicio - Sessões das Paginas -------------------------------------------- */
#consulta_tabela_registro
{
  padding-top: 10px; 
}

#indicador_relatorio
{
  padding-top: 10px;
}

#consulta_tabela_registro
{
  padding-top: 10px;
}

#formulario_cadastro
{
  padding-top: 10px;
}

#formulario_atualizacao
{
  padding-top: 10px;
}

#missao_setor
{
  padding-top: 10px;
}

#producao_setor
{
  padding-top: 20px; 
}

#producao_status
{
  padding-top: 20px; 
}

#producao_diagnosticos
{
  padding-top: 30px;
}

#intercorrencia_doadora
{
  padding-top: 60px;
}

#historico_gestacao
{
  padding-top: 30px;
}

#historia_atual
{
  padding-top: 60px;
}

#exames_realizados
{
  padding-top: 30px;
}

#grid_consulta
{
  padding-top: 80px;
}
/* Fim - Sessões das Paginas ----------------------------------------------- */

#numero_doadora
{
  padding-top: 2px;
}


/*
#grafico_prematuridade
{
  width: 185px;
  height: 204px;
}
*/

@media(max-width:768px) 
{
  
  .card_caixa{
    max-width: 100%;

  }

  .card-header{
    margin-top: 14px;

  }
  
  /*
  #grafico_prematuridade{
    width: 50%;
    height: auto;
    margin-left: 88px;
  }
  */

}


/* INICIO - Ajuste dos graficos de pizza ------------------------------------------------------- */

/* Estilos padrão para o gráfico no desktop */
#grafico_prematuridade 
{
  width: 185px !important;  /* Força o ajuste de largura no desktop */
  height: auto !important;  /* Define uma altura fixa */
  margin-left: 0 !important;  /* Remove qualquer margem lateral */
}

/* Estilos responsivos para telas menores que 768px */
@media (max-width: 768px) 
{

  #grafico_prematuridade {
      width: 50% !important;  /* Ajusta a largura para 50% */
      height: auto !important;  /* Deixa a altura ser ajustada automaticamente */
      margin-left: 88px !important;  /* Aplica a margem lateral no mobile */
  }

}


/* Estilos padrão para o gráfico no desktop */
#grafico_utineonatal 
{
  width: 185px !important;  /* Força o ajuste de largura no desktop */
  height: auto !important;  /* Define uma altura fixa */
  margin-left: 0 !important;  /* Remove qualquer margem lateral */
}

/* Estilos responsivos para telas menores que 768px */
@media (max-width: 768px) 
{

  #grafico_utineonatal {
      width: 50% !important;  /* Ajusta a largura para 50% */
      height: auto !important;  /* Deixa a altura ser ajustada automaticamente */
      margin-left: 88px !important;  /* Aplica a margem lateral no mobile */
  }

}


@media (max-width: 768px) 
{

  .chartjs-size .legend,
  .chartjs-size .tooltip {
    font-size: 16px !important; /* Ajusta o tamanho da fonte para dispositivos móveis */
  }

}
/* FIM - Ajuste dos graficos de pizza ---------------------------------------------------------- */





#lblfiltro_setor,  #lblrel_analitico, #lblsetor_notificado, #lblano_grafico, #lblfiltro_unidade, #lblfiltro_estrutura, #lblreg_equipamento, #lblhist_equipamento
{
	padding-top: 6px;
  color: #104E8B;
}

/* Barra de Pesquisa */
#lblfiltro_status, #lblfiltro_ano, #lblfiltro_origem, #lblunidade, #lblfiltrosetor
{
	padding-top: 6px;
  color: #fff;
}

#filtro_ano
{
  font-size: 12px;
}

/* janela de Relatorios */
#lblunidade_rel,
#lblorigem_rel, 
#lblfiltro_origem_rel, 
#lblfiltro_origem_rel, 
#lblano_grafico_rel, 
#lblfiltrosetor_preventiva, 
#lblfiltrosetor_solicitante
{
	padding-top: 6px;
  color: #104E8B;
}

#lblfiltrosetor_rel
{
  padding-top: 6px;
  color: #fff;
}

#lblorigem
{
  color: #fff;
}

#filtro_status{
    font-size: 12px;
}

#filtro_origem{
    font-size: 12px;
}

/*
#filtro_status
{
    font-size: 11px;
}
*/

#lbldt_inicial, #lbldt_final, #lbltodos, #lbltipo_incidente, #lbltipo_incidente, #lbloutro_incidente
{
	padding-top: 6px;
  color: #fff;
}


/* Inicio - Menu dos Relatorios ------------------------ */

/* Abas dos Relatorios */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #104E8B;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: bold;
}

.tab-content>.active 
{
  display: block;
  /* border: 1px #ddd solid; */
  padding: 0 5px 10px 5px;
}


#btrelatorio
{
  margin: -5px 0 5px -14px;
  /* width: 18%; */
  text-align: left;
  padding-right: 10px;
  /* padding-right: 126px; */
	background-color: #f2efe8;
  color: #36648B;
}

#menu_relatorio 
{
  margin: 5px 0 5px 14px;
  
}

#menu_relatorio .navbar-nav>li>a 
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4682B4;
    font-weight: bold;
}

#menu_relatorio .navbar-nav>li>a:hover 
{
  background-color: #104E8B;
}

#opcao_relatorio
{
  margin: -7px 0 0 -42px;
}


#informe_dados_complementar
{
	margin-top: 20px;
  margin-bottom: -4px;
}

#conduta_imediata2
{
  font-size: 12px;
}


#lbldt_inicial_resumo_geral, #lbldt_final_resumo_geral 
{
	padding-top: 6px;
  color: #104E8B;
}

#lblnotificacao_inicial, #lblnotificacao_final 
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_notificado, #lbldt_final_notificado, #lbl_notificado
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_origem_setor, #lbldt_final_origem_setor, #lbl_origem
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_grau_dano, #lbldt_final_grau_dano, #lblgrau_dano
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_anvisa, #lbldt_final_anvisa, #lblanvisa_notificada
{
	padding-top: 6px;
  color: #104E8B;
}

#lblmemorando_encaminhado, #lbldt_inicial_memorando, #lbldt_final_memorando
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_relacao_geral, #lbldt_final_relacao_geral
{
	padding-top: 6px;
  color: #104E8B;
}

#lbldt_inicial_cancelada, #lbldt_final_cancelada
{
	padding-top: 6px;
  color: #104E8B;
}


/* Inicio - Botoes dos relatorios */
#btresumo_geral
{
	margin-top: 5px;
}

#btresumo_anual
{
	margin-top: 5px;
}

#btproducao_banco
{
	margin-top: 5px;
}

/* Fim - Botoes dos relatorios */



#botao_exibe_relatorio
{
  visibility: hidden;
}



@media(max-width:768px) 
{

  #menu_relatorio {
    margin: 5px -28px 5px 14px;
  }

  .tab-content{
    margin-right: -28px;
     
  }
  
  .tab-content>.active {
    display: block;
    /* border: 1px #ddd solid; */
    padding: 0 10px 20px 10px;
  }

  #botao_exibe_relatorio{
    visibility: visible;
    color: #104E8B;
    font-weight: bold;
  }

  .tab-content>.active 
  {
    display: block;
    /* border: 1px #ddd solid; */
    padding: 0 30px 10px 10px;
  }


}
/* Fim - Menu dos Relatorios --------------------------- */



#origem2 {
    font-size: 12px;    
    font-weight: bold;
}

#desc_setor2, #dt_solicita, #profissional_solicitante2 {
    font-size: 12px;    
    font-weight: bold;
    text-align: center;
}

#sla2{
    text-align: center;
}

 
#btorigem_solicitacao{
	margin-top: 10px;
}


#btestrutura_solicitacao{
	margin-top: 10px;
}

#bthist_equipamento{
	margin-top: 30px;
}

#btresumo_atendimento{
	margin-top: 11px;
}

#btfornecedor_executante{
	margin-top: 5px;
}

#btproducao_origem{
	margin-top: 10px;
}

#btpreventiva_equipamento{
	margin-top: 10px;
}



#caixa_filtro {
margin-top: -6px;
margin-left: 0px; 
border: 1px solid #9C9C9C;
width: 100%;
height: 58px;
background-color: #DCDCDC;
}

#lblfiltro {
position:absolute;
font-size: 14px;
color: #FFFFFF; 
margin-top: 1px;
margin-left: 5px;
}

#img_filtra_setor{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}

#img_filtra_resumo_setor_solicitante{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
      
#img_filtra_resumo_setor{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
 
#img_filtra_preventiva{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
   
#img_filtra_historico{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}
            
  

#caixa_unidade_resumo_setor{
    display: none;
}

#caixa_unidade_preventiva{
    display: none;
}

#caixa_unidade_historico{
    display: none;
}
    
#img_filtratabela{
margin: 20px 0px 0px -20px; 
width: 40px; 
height: auto;
display: none;
}

#img_filtratabela2 {
margin: 20px 0px 0px -20px;
width: 40px; 
height: auto;
display: none;
}


#campo_filtro {
position:absolute;
width: 100px;
font-size: 12px;
margin-top: 25px;
margin-left: 4px;
text-align: center;
}


#lblfiltro2 {
position:absolute;
font-size: 14px;
color: #FFFFFF;  
margin-top: 1px;
margin-left: 123px;
}
#campo_filtro2 {
position:absolute;
width:100px;
font-size: 12px;
margin-top: 25px;
margin-left: 122px;
text-align: center;
}



#lblcaixafiltro2 {
position:absolute;    
margin-top: 15px;
margin-left: 83px; 
font-size: 18px;
color: #ffffff;
text-align: center;    
}

#caixa_filtro2 {
margin-top: -4px;
margin-left: 0px; 
/* border: 1px solid #9C9C9C; */
width: 100%;
height: auto;
background-color: #f2efe8;
border-radius: 4px;
}



#img_imprime_tabela 
{
    margin: 4px 0px 0px 16px; 
    width: 62px; 
    /* padding: 0 0 -10px 0; */
    height: auto;
}
#img_imprime_tabela:hover
{
    margin-left: 14px;
}

.text-white-solicitacao
{
  font-size: 25px;
  font-weight: bold;
}





/* INICIO - Interface Mobile ======================================== */

/* Inicio - Barra de Pesquisa ------------------- */
@media(max-width:768px) 
{

    #img_imprime_tabela 
    {
        /* margin: -104px 0px 0px 90px; */
        width: 62px;
        height: auto;
    }
    
    #caixa_filtro2 
    {
      padding-top: 10px;
      height: auto;
    }

    #refresh_imgtabela2
    {
      /* padding-bottom: 5px; */
      margin-top: -14px;
      text-align: center;
    }

    #img_tabelaconsulta2 
    {
      margin: 10px 0px 0px 0px;
    }    

    #img_tabelaconsulta2:hover
    {
      margin-left: -10px;
    }


    #img_tabelaconsulta3 
    {
      margin: 15px 0px 0px 25px;
      width: 50px;
      height: auto;
    }


    div.dataTables_wrapper div.dataTables_length, 
    div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate 
    {
      text-align: center;
      padding-top: 6px;
    }
  
    
}
/* Fim - Barra de Pesquisa ---------------------- */


.fill 
{
  width: 100%;
  height: 100%;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* Inicio - Titulo Slide ------------------------ */
@media(max-width:768px) 
{

  .carousel-caption h2
  {
      font-size: 24px;
      text-align: center;
  }

  .carousel {
    height: 20%;
  }
  

}
/* Fim - Titulo Slide --------------------------- */

.carousel-indicators {
    bottom: 16px;
}


/* Inicio - Rodape versão ----------------------- */
@media(max-width:768px) 
{

    #rodape_versao
    {
        font-size: 11px;
        text-align: center;
    }

}

#rodape p
{
  font-size: 11px;
  text-align: center;
}
/* Fim - Rodape versão -------------------------- */


@media(max-width:768px) 
{


    #img_tabelaconsulta 
    {
      width: 65px;
      height: 54px;
      border-radius: 5px;
      /* border: 1px solid #9C9C9C; */
      margin-top: 1px;
    }
    
    #titulo_pagina 
    {
      color: #36648B;
      font-size: 23px;
      line-height: 1.4;
    }

    #titulo_pagina2 
    {
        font-size: 18px;
    }
 
    #lblcaixatitulo 
    {
      margin-left: 150px;
      font-size: 14px;
      margin-top: 19px;
      width: 65%;
      font-size: 16px;
    }

    #titulo_tabela
    {
        font-size: 13px;
    }

    /*
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 
    {
        padding: 5px;
    }
    */

    #rodape_atendimento
    {
        text-align: center;
    }


    /* Atualizado*/
    #btrelatorio
    {
      margin: -16px 0 5px -14px;
      /* width: 18%; */
      text-align: left;
      padding-right: 67px;
      background-color: #104E8B;
    }

    
}    
/* FIM  - Interface Mobile =========================================== */


#solicitacao2{
	
	text-align: center;
}

#valor_servico{
	
	text-align: right;
}


#desc_unidade
{
    text-align: center;
    font-size: 18px;
}

#desc_setor
{
    text-align: center;
    font-size: 18px;
}

label#lblfiltrosetor_pesquisa
{
  padding-top: 6px;
  color: #fff; 
}

#dt_solicitacao, #dt_solicitacao2, #dt_atendimento2, #dt_encerramento2
{
	text-align: center;
}

#chave_solicitacao_encerra2
{
    text-align: center;
    text-transform: uppercase;
}

#profissional_solicitante-group{
	margin: 0 0 0 -110px;
}


#img_imprime_solicitacao {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}

#img_imprime_solicitacao:hover
{
	width: 65px;
	height: 55px;
}


#img_cancela_solicitacao {
	width: 58px;
	height: 55px;
	box-shadow: 1px 1px 1px #696969; 
	border-radius: 3px; 
	border: 1px solid #9C9C9C;
}

#img_cancela_solicitacao:hover
{
	width: 65px;
	height: 55px;
}


/* Inicio - Menu de Relatorio ***************************** */
body,html
{
    height: 100%;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main{
    padding: 10px 10px 0 10px;
}

 
.nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
  text-align: center;
  width: 100%;
  margin-left: 0px;
  height: 0px;
}
 

@media (min-width: 768px) 
{

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.sidebar{
      width: 510px;  
      /* width: 340px; */
      height: 100%;
      margin-left: -18px;
      /* margin-left: -160px; */
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
      
    }

    .forAnimate{
      opacity: 0;
    }
	
}
   
@media (min-width: 1330px)
{

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }

}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
    
}
  
.section{
    padding-left: 15px;
}
  


/* Barra de Menu -  Mobile */
.navbar-toggle 
{
    position: relative;
    float: right;
    padding: 9px 8px;
    margin-top: 8px;
    margin-right: 12x;
    margin-bottom: 8px;
    background-color: #1874CD;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.grid_consulta
{
   padding: 0 2px 0 2px;

}

.pagination 
{
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 10px;
}  


.caixa_informe
{
  padding: 10px;
  margin-left: -3px;
}

.caixa_informe2
{
  padding: 10px;
  margin-left: -6px;
}

@media (max-width: 576px) 
{

  .status_doadora {
    order: 2;
    display:flex;
  }

}

@media (min-width: 992px) 
{

  .status_doadora {
    order: 1;
    display:flex;
  }

}

@media(max-width:768px) 
{
    

  #btrelatorio{
    margin: 20px 0 5px 4px;
    /* width: 18%; */
    /* text-align: left; */
    padding-right: 130px;
    background-color: #f2efe8;
  } 

  #retorno_relatorio{
    margin: 0 0 0 10px;
  }

  
  .card-caixa{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    background: #337ab7;
    font-size: 13px;
  }

  .card-caixa2{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    background: #1874CD;
    font-size: 13px;
  }

  .card-footer{
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child{
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #36648B; 
    color: #366488;
  }

  .caixa_informe{
    padding: 10px

  }
  
  #caixa_equipamento_sla{
    background-color: #4F94CD; 
    font-size: 12px;
  }

  
  #grafico_notificacao{
    padding: 0 15px 0 15px;

  }

  .nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
    text-align: center;
    width: 100%;
    margin-left: 0px;
    height: 50px;
  }

}
/* Fim - Menu de Relatorio ******************************** */




tfoot input 
{
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}



/* Controla o tamanho da janela modal do BootStrap */
@media (min-width:768px){.modal-dialog{width:670px;margin:30px auto}}


/* Inicio - Controla rolagem de tela no formulario  */
.modal-body 
{
	overflow-y:auto;
  max-height: 100%;
  
}
 

.modal-body{
    /* height: 500px; */
    height: 590px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    /* .modal-body { height: 500px; } */
    .modal-body { height: 590px; }
}

@media (min-height: 800px) {
    .modal-body { height: 600px; }
}

/* Fim - Controla rolagem de tela no formulario */



/* Controla efeito hover da barra de menu - NavBar */
.dropdown:hover .dropdown-menu {
display: block;
}


/* *********************** Fim - NOVO CSS BoootStrap **************************  */


  .card 
  {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    
  }

  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  

  .card-caixa 
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #fff;
    background: #c9bc9f;
    font-weight: 600;
  }
  
  .card-caixa2
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    color: #fff;
    background: #c9bc9f;
    font-weight: 700;
    text-align: center;
  }
  

  /* Interface Mobile */
  @media(max-width:768px) 
  {
  
    .card-caixa{
      font-size: 14px;
    }
    
    .card-caixa2{
      font-size: 14px;
    }
      
      
  }

  /* inicio - Graficos ----------------------- */
  .card-body 
  {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  
  /*
  #grafico_producao_anual_individual
  {
    display: block;
    width: 300px;
    height: 130px;

  }
  */

  .card-title {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #c9bc9f; 
    /* background-color: #104E8B; #ddd3bc */
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff;
    font-weight: 700;
    /* max-width: 80%; */
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: 0.75rem 1.25rem;
    /* background-color: rgba(0, 0, 0, 0.03); */
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #104E8B;
    background: #f7f5ef;
  }
  
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck .card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) 
  {
    .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      flex: 100%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) 
  {

    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }

  }
  
  .card-columns .card 
  {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) 
  {

    .card-columns {
      -moz-column-count: 3;
           column-count: 3;
      -moz-column-gap: 1.25rem;
           column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  
  }
  

  .card-header2
  {
    color: #104E8B;
  }


  @media(max-width:768px) 
  {
  
  
  }  
  /* Fim - Graficos ----------------------- */


  
/* Inicio - Outros graficos de Notificação ----- */
.chart-pie
{
  padding-bottom: 20px;
}

.text-center {
  text-align: center !important;
}

.text-total {
  color: #8B2323 !important;
}

.text-success {
  color: #CD3333 !important;
}
/* Fim - Outros graficos de Notificação -------- */


  
/* Inicio - Datatable -------------------------- */
#caixa_equipamento_sla
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #4F94CD; 
}

#tabela_equipamento_sla
{
    font-size: 10px;
    line-height: 1.1;
}

#titulo_grid_equipamento
{
    background-color: #ddd3bc;
    color: #fff;
    font-size: 12px;
}

#caixa_setor
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #eae6dc; 
    /* background-color: #63B8FF; */ 
}

#tabela_setor
{
    font-size: 10px;
    line-height: 1.1;
}

#caixa_incidente
{
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
    background-color: #eae6dc; 
    /* background-color: #63B8FF; */ 
}

#tabela_incidente
{
    font-size: 10px;
    line-height: 1.1;
}


/* Inicio - Controle do Grid do DataTable */
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  color: #444;
}

/* Inicio - Controle do Grid do DataTable */
#titulo_grid_solicitacao
{
    background-color: #104E8B;
    color: #fff;
}
/* Fm - Controle do Grid do DataTable */

/* Fim - Datatable ----------------------------- */




/* Inicio - Ajusta sessions da pagina ---------- */
#consulta_tabela_registro
{
  padding-bottom: 20px;

}

#grafico_notificacao
{
  padding-bottom: 20px;

}


/* Inicio - Rodape versão ----------------------- */
@media(max-width:768px) 
{
  
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a 
  {
    color: #fff;
  }

  #grafico_notificacao
  {
    padding-bottom: 20px;
  }
  
  .card 
  {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 12px;
  }
 
  
}
/* Fim - Rodape versão -------------------------- */



.hoje_solicitacao
{
   
  border: 1px solid #9C9C9C;
  /* width: 100%; */
  height: auto;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 30px 20px;
  border-radius: 4px;
  background-color: #36648B;
  color: #fff;

}

.hoje_solicitacao_valor
{
  color: #fff;
  font-size: 22px;
  padding: 30px 0 0 20px;
}

/* Fim - Ajusta sessions da pagina ----------- */


/* Rodape da Pagina */
footer 
{
  margin: 50px 0;
  text-align: center;
}




/* Inicio - Função checkbox ---------------------------------------------------------- */
.form-label
{
  padding-bottom: 5px;
}

.form-check 
{
  display: flex;
  align-items: flex-start;  /* alinha checkbox e texto no topo */
  margin-bottom: 5px;
  gap: 8px;                 /* espaço entre checkbox e texto */
}

.form-check-input 
{
  flex-shrink: 0;           /* checkbox não encolhe */
  margin-top: 3px;          /* ajuste vertical fino */
}

.form-check-label 
{
  flex: 1;                  /* label ocupa o restante do espaço */
  white-space: normal;      /* permite quebra de linha */
  line-height: 1.5;
  color: #333;
  font-weight: 700;
}



.custom-checkbox-spacing 
{
  margin-bottom: 12px;
}

.custom-checkbox-label 
{
  display: table;
  font-weight: 700;
  color: #444;
  line-height: 1.5;
}

.custom-checkbox-input 
{
  display: table-cell;
  vertical-align: top;
  padding-right: 4px;
}

.custom-checkbox-text 
{
  display: table-cell;
}
/* Fim - Função checkbox ------------------------------------------------------------- */
