pre {
	word-break: normal
}
/* apenas para ambiente de desenvolvimento
.navbar .brand  {
	background:red;
}
*/
/* apenas para ambiente de PRODUÇÃO*/
.navbar .brand  {
	background:#3A454b;
}
.welcome_userpicture {
	border-radius: 7px;
}

body#page-login-index p {
    background: #255282;
    padding: 20px;
    color: #FFF;
    font-size: 19px;
}

.path-login .forgetpass.mt-3 {
    background: #255282 !important;
 }


.forgetpass a { color:#FFF !important; }

.text_esq {
	text-align: left;
}
.text_dir {
	text-align: right;
}
.text_cen {
	text-align: center;
}

.titulo_secao {
	display:block;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:5px;
}

.invisivel {
	display:none;
}

.tremer {
    /* animacao */
    animation: vai_tremer .2s;
    animation-iteration-count: 15;
}

.tremer_pouco {
    /* animacao */
    animation: vai_tremer .3s;
    animation-iteration-count: 2;
}

/* keyframe para ajustar até onde treme */
@keyframes vai_tremer {
    0% {margin-left: 0;}
    25% {margin-left: 7px;}
    50% {margin-left: 0;}
    75% {margin-left: -7px;}
    100% {margin-left: 0;}
}

.iframe_fit, .iframe_container {
	/* é preciso colocar o estilo no container do iframe, ou seja, no DIV dentro do qual ele está */
	display: block; 
	width: 100%; 
	height: 100%;
	border: none;
}

.mouse_mao {
	cursor: pointer;
}

.fake_input_readonly {
    margin: 0;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * BOOTSTRAP
 */

/* Links, buttons, and more within the dropdown menu */
.dropdown-item {
  display: block;
}
.dropdown-item-text {
	color: #e4610e !important;
}
.dropdown-item-text:hover {
	color: #222 !important;
}
.dropdown-item-text i {
	width: 14px;
	color: #EBA600;
}
.expandir_a_conteudo { /*mac:OSX*/
	display: inline;
}
.pull-right {
    float: right !important; /*Use of important emulates bootstrap*/
}


/* BUTTONS */
.btn:disabled {
	cursor: not-allowed;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d!Important;
    border-color: #6c757d!Important;
}
.btn-secondary:hover {
    color: #fff!Important;
    background-color: #5a6268!Important;
    border-color: #545b62!Important;
}
.btn-secondary:focus{
	box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	background-color: #6c757d!Important;
}
.btn-secondary:disabled{
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d;
}
.btn-confirm {
	color:currentcolor !important;
}
.my_panel_sectionname {
	line-height: normal;
	background-color: rgb(244, 244, 244);
	padding: 4px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: #EEE #EEE #EEE #d4b55f;
	width: auto; /*para alinhar adequadamente à direita*/
}

/* FORM CONTROLS */
.my_col_first6 { /* 1a coluna de metade da pagina */
	width: 46.15384616% !important;
}
.control-label {
	margin-top: 5px;
	margin-bottom: -8px;
}
.form-group {
	margin-left:0px !important;
}
.form-row-message {
	margin-top: -17px;
}
label.mark_required:after {
	content:" *";
	color:red;
}
.form-group-title {
	text-transform:uppercase;
	font-weight:normal !important;
}
.required{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: -6px -6px;
    background-repeat: no-repeat;
}
.margin_left_zero {
	margin-left:0px !important;
	margin-right: 14.859px;
}
 /* para posicionar icone à direita de input */
.input-in-right {
	float: right;
	margin-right: 4px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}

/* Estilo para posicionar as tags de icones uma sobreposta a outra */
.my_icon-container {
	position: relative;
	display: inline-block;
}

/* Ajuste de posicionamento da segunda tag */
.my_icon-container .my_icon-sup-right {
	position: absolute;
	top: 0;
	left: 15px; /* avaliar não colocar */
}

/**
 * alguns ajustes necessários para resolver incompatibilidade entre frameworks
 */
/* o framework jquery.modal está colocando displauy none automatiacmente em componentes que precisam ser apresentados */
#notice {
	display: block;
}

/**
 * slideshow
 */
.cameraContents .camera_caption h1 {
    font-size: 1em;
    line-height: 2.1em;
    margin-right: 5%;
    padding-left: 10px;
}
.cameraSlide {
	background-color: #f4f4f4;
}
.camera_target {
	border-radius: 10px !important;
}
.cameraSlide > img {
	width: 100% !important;
	height: auto !important;
	margin-left: 0px !important;
	margin-right:0px !important;
	border-radius: 10px !important;
}
.cameraContents .camera_caption span a.readmore {
	color: #ffdf00;
}

.cameraContents .camera_caption span {
	padding: 10px 10px;
}
.camera_caption > div > span > p {
	display: inline;
}
.py-3 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/**
 * Notícia página principal
 */
/** estilos para garantir o tamanho das imagens **/
.noticia-container {
	background-color: #f4f4f4;
	padding-top: 10px;
    padding-left: 10px;
}
.noticia-coluna {
	line-height: normal;
	color: grey;
	font-size: smaller;
}
.image-container {
	position: relative;
	overflow: hidden; /* Oculta as partes superior e inferior */
	height: 100px; /* Altura máxima desejada */
	margin-bottom: 0px;
	border-radius: 5px;
/*	border-left: 4px solid #f7a400;*/
}

.image-container img {
	width: 100%; /* Garante que a imagem mantenha sua proporção original */
	height: auto; /* Mantém a proporção original da imagem */
	border-radius: 10px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-left: 18px solid #f7a400;
}

.image-container .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.noticia-visivel {
	display: block;
}
.descricao-dinamica-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s;
}
.descricao-dinamica-container {
	position: relative;
}
.descricao-dinamica-container:hover .descricao-dinamica-text {
	opacity: 1;
}

/**
 * TOPO
 */
#page-header {
	padding-top: 0px;
}

/**
 * topo: ocultar 
 */
#page-header_desabilitado { 
	display: none !important;
}
.socials_desabilitado { 
	display: none !important;
}
.logininfo_desabilitado { 
	display: none !important;
}

/**
 * BASE: ocultar barra de navegação na base da tela
 */
 .activity-navigation {
	display: none;
 }

 /**
 * BARRA DE NAVEGAÇÃO
 */
#page-header-nav {
	display: none;
}
.blockstyle-02 #region-main .block {
	border: none;
}

/**
 * PORTAL
 */
.portal_not_logged {
	display: none !important;
}
.portal_logged {
	display: inherit;
}

/* Notificações na barra superior */
.custom-badge-counter {
    position: absolute;
    top: 5px;
	right: 6px;
    background-color: #d9534f;
    color: white;
    border-radius: 50%;
    padding: 3px 3px;
    font-size: 10px;
    font-weight: bold;
    min-width: 14px;
    text-align: center;
    z-index: 100;
}
@keyframes notif-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(217, 83, 79, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 4px rgba(217, 83, 79, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(217, 83, 79, 0); }
}
.custom-notif-pulse {
    animation: notif-pulse 2s infinite;
}
.custom-notif-wrapper {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    padding-right: 25px;
    margin-top: 8px;
}
.custom-notif-icon {
    height: 16px; 
    width: 16px;
    opacity: 0.8;
	transition: all 0.3s ease;
}
.custom-notif-wrapper:hover .custom-notif-icon {
    opacity: 1;
}

/*
 * Regras de CSS para aplicar em telas menores que 905px (dispositivos móveis).
 */
@media only screen and (max-width: 905px) {
  	.lbl-unidade_nm {
	    position: static !important;
	    float: none !important;
	    top: auto !important;
	    margin-top: -20px !important;
	    margin-bottom: 10px !important;
  	}

	.brand {
    	margin-left: 12px !important; /* home */
  	}

  	#noticias_outras_container {
    	display: none !important;
  	}

  	html,
	body {
	  	overflow-x: hidden !important;
	  	width: 100%  !important; 
	}

  	.popover-region {
    	margin-top: 3px !important;
  	}

  	.noticia_direita_linha .invisivel .noticia-visivel {
    	display: flex !important;
  	}

  	#noticias_container{
		padding-left: 5px !important;
		padding-right: 5px !important;
  	}

  	#noticias_direita {
		margin-left: 0 !important;
		margin-top: 5px !important;
  	}

  	#sol {
    	pointer-events: none !important;
  	}

  	#user_frequencia,
  	#user_frequencia div,
  	#user_frequencia b {
    	min-height: unset !important;
    	height: auto !important;
    	width: auto !important;
    	margin-top: unset !important;
  	}

  	#action-menu-0-menu {
	  	margin-top: 0 !important;
		}

  	#nucleo, #tertulia{
		display: flex !important;
  	}

  	#nucleo_label, #tertulia_label{
		margin-right: 10px;
  	}

	#page-footer {
		display: none !important;
	}
}