@charset "UTF-8";
/* CSS Document */
.cl_headers{
	background-color:#CCC;
	color:#333;
	/*text-align:center; */
}

.scs{
	
	color:#036;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
}

.recs:nth-child(even) {background: #F0F0F0}
.recs:nth-child(odd) {background: #FFF;}

.shd{
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
}

.recs:hover{ background:#DDF5E5; }

#_sbtn_asmt_coll, input[name='_SAVE_AST_MAIN']{
	position: fixed;
	bottom: 40px;
	right: 40px;
	text-align: center;
	box-shadow: 2px 2px 3px #999 !important;
	border-radius: 20px !important;
}

.table.vertical-center > tbody > tr > td {
	vertical-align: middle;
}