.window_pdg--ligminas .z-window-content{
	background:#fff !important;
}

.navbar-brand{
	color:#fff;
}

/*===============================================*/
/*	 Abas na parte pública (dentro do iframe)
/*===============================================*/
.tabsPublica .z-tab-content{
	padding: .5rem !important;
}

.tabsPublica .z-tabbox-icon{
	display:none !important;
}

/*===============================================*/
/*	 Cards (Painel)
/*===============================================*/
.card.card-panel{
	margin: 0 0 1.5rem !important;	
}

.card-panel .card-header{
	background-color: rgba(0,0,0,.03);
	padding: .625rem !important;
	margin:0 !important;
	border-bottom: 1px solid rgba(0,0,0,.125);
	font-weight:500;
}

.card-panel .card-body p:last-child{margin:0}

/*===============================================*/
/*	 Listbox sem customização
/*===============================================*/
.z-listbox--clean{
	margin-top: 0 !important;	
}

/* 	Custumização do Filtro da popup */
@media screen and (max-width: 3000px) {
.barra-automatica.z-bandbox-popup {
width: 50% !important;
height: 45vh !important;
overflow-y: auto !important;
overflow-x:hidden !important;
}

/* Largura do filtro completa */
.barra-automatica.z-bandbox-popup .z-bandpopup {
width: 100% !important;
height: 45vh !important;
overflow-y: auto !important;
} 

.barra-automatica.z-bandbox-popup .z-listbox .z-listbox-paging-top,
.barra-automatica.z-bandbox-popup .z-listbox .z-listbox-paging-bottom,
.barra-automatica.z-bandbox-popup .z-listbox-header,
.barra-automatica.z-bandbox-popup .z-listbox-body,
.barra-automatica.z-bandbox-popup .z-listbox-footer{
min-width: 100% !important; 
width: 100% !important;
}
} 



.z-listbox--clean > .z-listbox-body,
.z-listbox--clean > .z-listbox-body tr,
.z-listbox--clean > .z-listbox-body td,
.z-listbox--clean > .z-listbox-body tr.z-listitem-selected, 
.z-listbox--clean > .z-listbox-body tr.z-listitem-focus{
	background: #fff !important;
	border:none;
	cursor:default;
}

.z-listbox--clean > .z-listbox-body .z-listcell-content,
.z-listbox--clean > .z-listbox-body td{
	padding:0;
}

.z-focus-a{
	visibility: hidden;
	display:none;
}

/*===============================================*/
/*	 Animação Menu Ramal
/*===============================================*/
.ramal__span{
	transition: all .3s linear;
	opacity:0;
	float:right;
}
.ramal__item:hover .ramal__span{
	opacity:1;
}

.buscar_ligacao{
	font-size:24px;
}
@media (max-width: 767px){
	.tempVertical .navigation {
		width: auto !important;
	}
}

.aviso-label{
	font-size:18px ;
	font-size:1.125rem ;
	font-weight:500 ;
	border-bottom:1px rgba(155, 63, 63,0.2) solid;
	color:#9b3f3f;
	cursor:unset;
	display:block;
	margin:0;
	margin-top:-1rem;
	padding:1rem 0 0;
	position:relative
}

.destaqueLabel-red {
	-webkit-box-shadow: 0 1px 2px #C9CCCD;
	-moz-box-shadow: 0 1px 2px #C9CCCD;
	-ms-box-shadow: 0 1px 2px #C9CCCD;
	-o-box-shadow: 0 1px 2px #C9CCCD;
	box-shadow: 0 1px 2px #C9CCCD;
	font-size: 16px !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	background: #8d3a3a;
	background-image: linear-gradient(to bottom, #8d3a3a, #8d3a3a);
	background-repeat: repeat-x;
	color: #FFF !important;
	display: block !important;
	margin: 0;
	padding: .66667rem
}

.govBrBtn {
    background: #1351b4 !important;
    border: none !important;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.govBrBtn .govBr{
    font-weight: 700;
}


.btn .btn-tema .grayBtn{
    background: gray !important;
  
}

.headphoneButton {
	backgroud: #9b3f3f !important;
	backgroud-color: #9b3f3f !important;
    font-size:24px !important; //make it bigger, the default being 24px. 
    width:24px;                //Do not forget to adjust the 
    height:24px;               //height and/or the width, as in the demo
	color: #7e3333 !important;
	margin: 0 auto !important;
	border: none !important;
	cursor: pointer;
	display: block;
	line-height: 24px;
	opacity: 1;
}