button
{
	background-color:#25225c;
	border:none;
	border-radius:2px;
	box-shadow:0px 1px 7px 0.1px rgba(0, 0, 0, 0.16), 0px 3px 5px 0.3px rgba(0, 0, 0, 0.24);
	color:#ffffff;
	cursor:pointer;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:500;
	height:36px;
	line-height:36px;
	min-width:56px;
	outline:none;
	padding:0px 16px;
	text-align:center;
	-webkit-transition:background-color 0.25s;
	transition:background-color 0.25s;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

button:hover, button:focus
{
	background-color:#2c287d;
}

button.btnFlat
{
	background-color:#ffffff;
	border:none;
	border-radius:2px;
	box-shadow:none;
	color:#003090;
	cursor:pointer;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:500;
	height:36px;
	line-height:36px;
	min-width:64px;
	outline:none;
	padding:0px 8px;
	text-align:center;
	-webkit-transition:background-color 0.25s;
	transition:background-color 0.25s;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

button.btnFlat:hover, button.btnFlat:focus
{
	background-color:rgba(0, 48, 144, 0.12);
}