/* Add here all your CSS customizations */
.help-block {
	font-size: 11px;
	color: #666;	
}
ul.parsley-errors-list{
	color: #FF0000;
}
thead input {
	border-radius: 2px;	
    width: 100%;
	border: 1px solid #808080;
	background: none;
    height: 25px;	
}

thead select {
	border-radius: 2px;	
    width: 100%;
	border: 1px solid #808080;
	background: none;
    height: 25px;	
}
