
html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#container
{
	min-height: 100%;
	position: relative;
}

#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.dvCabInt
{
	min-height: 89px;
	/*position: fixed;*/
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid #0038a8;
	background: #0038a8;
	z-index: 2;
}

.dvCabInt2
{
	min-height: 41px;
	/*position: fixed;*/
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid #f9dd16;
	background: #f9dd16;
	z-index: 1;
	top: 1%;
}

#body
{
	padding: 10px;
	padding-bottom: 90px;
}

#footer
{
	 position: absolute;
	bottom: 0;
	width: 100%;
	height: 92px; /* Altura do rodapé */
}

.rodLabel
{
	float: left;
	padding-right: 20px;
	font: 13px/16px 'Noto-Sans',Arial,Helvetica,sans-serif;
	color: white;
	margin-top: 17px;
	margin-left: 28px;
}

.alertMobile
{
	background-color: #FFC;
	background-position: 6px 20%;
	border-color: #FC0;
	font-weight: bold;
	color: #0038a8;
	padding: 6px 6px 6px 14px;
	text-align: left;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
}


.dvRodInt
{
	height: 89px;
	 position: absolute;
	right: 0;
	left: 0;
	border-bottom: 1px solid #0038a8;
	background: #0038a8;
	z-index: 1;
	bottom: 0;
}

.dvRodInt2
{
	height: 41px;
	 position: absolute;
	right: 0;
	left: 0;
	border-bottom: 1px solid #f9dd16;
	background: #f9dd16;
	z-index: 1;
	bottom: 0;
 
}


.dvtotalSinistro {
	margin-bottom: 20px;
}