.login-box-body{
border-radius: 6px !important;
max-width: 400px !important;
padding-left:40px !important;
}

.login-box-body td{
	margin-right:10px;
}

input[type=text].form-control{
	border-radius:3px !important;
	max-width: 250px !important;
}

input[type=password].form-control{
	border-radius:3px !important;
	max-width: 250px !important;
}

img.anulogo{

	margin-top:2px;
	max-width:180px !important;
	max-height:45px !important;
	border-radius:4px !important;
	
}

.modal-content{

	padding:20px;
	border-radius:4px;
}

.modal-content td {

	padding:3px;
}

tr.table-heading {
	font-weight: bold;
	background-color: #3c8dbc;
	color:#fff;
	text-align: center;
}


.table{

	margin-top:10px !important;
}

.tr_odd{
	background: #eee;
}

.tr_even{

	background: #c6e2ff;
}

.tbl-scroll-x{
font-size: 11px;
border-radius: 3px;
box-shadow: 1px 1px 1px #ddd;

}

.content-overflow{

	overflow-x:visible; !important;

}