body {
	font-family: Roboto;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
.title-center {
	text-align: center;
}
#loginbox {
	width: 400px;
	height: 380px;
	margin: 60px auto;
}
#loginbox div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar,
.dhxwins_vp_material div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins {
	padding: 10px 20px;
}
.error .dhxform_txt_label2{
	color: red !important;
} 
.hint .dhxform_txt_label2{
	color: green !important;
} 
.memberList {
	width: 200px;
	height: 240px;
	overflow: auto;
	border: 1px solid silver;
}
.fa {
	cursor: pointer;
}