@CHARSET "ISO-8859-1";
*
body + object 
{
	display:none;
}
scroll 
{
	display:none;
    
}
.container-fluid
{
	padding:0px;
	height: calc(100% - 29px);
}
.row
{
	margin:0px;
}
.map-area
{
	position: relative;
}
#mapContainer
{
	height: 100%;
	padding: 20px;
	width: 100%;
}
#btn-interaction
{
	display:none;
}
#mapContainer .highcharts-legend-box 
{
	stroke: #e3e3e3;
	stroke-width: 1px;
    stroke-dasharray: 1;
    width: 195px;
}

/*Botao Visao Nacional*/
#visao-nacional
{
    position: absolute;
    z-index: 10;
    bottom: 86px;
    left: 44px;
    width: 195px;
}
.btn-map
{
	background-color: #2eb880;
	border-color: #2eb880;
	width: 165px;
	height: 50px;
	transition: all linear .2s;
}
.btn-map span
{

	font-size: 18px;
	color: #FFFFFF;
}
.btn-map-updated
{
	background-color: #fbc01b;
	border-color: #fbc01b;
}

/*footer ultimo acesso*/
.footer-acesso
{
	width:100%;
	padding: 3px 0;
}

#registro_ultimo_acesso
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 10px;
}
#registro_ultimo_acesso a
{
    padding: 0px 5px;
    border-radius: 3px;
    background: #2eb880;
    color: #fff;
}
#registro_ultimo_acesso a span 
{
	display: inline-block;
}
#registro_ultimo_acesso p
{
	color: #fff;
}

/*Home Boxes*/
.box-home-container
{
	display: flex;
	flex-direction: column;
	height: 90%;
}
.home-box.buttons
{
	padding: 10px 40px 0 0;
}
.home-box.notices
{
	padding: 0 40px 20px 0;
	height: 35%;
}
.notices-container,
.functionalities-container
{
	border-radius: 4px;
	border: 1px dotted #e3e3e3;
	padding: 10px;
	font-size:14px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.box-home-container .titulo
{
	color:#226668;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #226668;
	display: flex;
	align-items: center;
}
.box-home-container .titulo img
{
	margin-right: 4px;
}
.home-button 
{
	width: 96%;
	height: 23px;
	margin: 10px 10px 0 0;
    border-radius: 3px;
    background-color: #fa9137;
    display: inline-flex;
    padding: 5px 10px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    border: none;
}
.home-button img
{
	width: 17px;
}
#institutional_view_button img
{
	margin-left: -2px;	
}
.button-box-area a:first-of-type .home-button 
{
	margin-top: 20px;
}
.home-button:hover
{
	opacity: .8;
    transition: all linear .2s;
    color: #fff;
}
.home-button span,
.home-button label
{
	margin-left: 10px;
	font-size: .9em;
}
.home-button .unreadMessages 
{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: 400;
    background-color: #d6ed19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-weight: bold;
}
.home-button[disabled]
{
	opacity: .3;
}
.alerts-announcements
{
    overflow-y: auto;
    overflow-x: hidden;
}
.alerts-announcements-type
{
	display: flex;
    align-items: flex-start;
	margin: 20px 0;
}
.alerts-msg
{
	background-color: #f9f9f9;
	border-radius: 4px;
	padding: 12px;
	margin: 0 10px;
	width: 100%;
}
.alerts-msg label,
.alerts-msg span 
{
	display: block;
}
.alerts-announcements-type img
{
	width: 30px;
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
