th
{
	text-align: center !important;
	background-color:#adadad !important;
	/*box-shadow: inset 0px 0px 20px 10px rgb(146, 86, 47);
	border-radius: 10px;*/
	border: 1px solid black !important;
}
tr:nth-child(odd)
{
	text-align: center !important;
	background-color:#d2d2d2 !important;
	border: 1px solid black !important;
}
tr:nth-child(even)
{
	text-align: center !important;
	background-color:#e8e8e8 !important;
	border: 1px solid black !important;
}

.form-header
{
	font-weight: bold;
	color:#FFF !important;
}

.bg-box-header
{
	background-color: #DA3131;
    box-shadow: inset 0px 0px 20px 10px rgb(107, 0, 0);
    border-radius: 5px;

}

.font-bold
{
	font-weight: bold !important;
}

.pointer
{
	cursor: pointer;
}

.font-small
{
	font-size: 20px !important;
}

.font-report
{
	font-size: 30px  !important;
	font-weight: bold !important;
}

.table-report
{
	font-size: 20px  !important;
}

.table-address
{
	width: 250px !important;
}

.table-name
{
	width: 200px !important;
}

.table-vulnerability
{
	width: 310px !important;
}

.table-famId
{
	width: 150px !important;
}

.table-hhname
{
	width: 400px !important;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
